Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jlgdeveloper

    AMP platform for Flooring Co Application

    Your opinion please: I have a prospective client who needs their end to end business application re-written on a modern platform. My expertise is in web apps. I would need to handle their client and vendor relationships, estimating, invoicing (pdf's), inventory (with some interaction to...
  2. jlgdeveloper

    Can 7.0 Enterprise Edition Install on XP Pro?

    A client wants to migrate a small piece of their db app to a desktop machine. Is it possible to install SQL Server 7.0 Enterprise edition on an XP pro machine? Thanks in advance. Jonathan Jonathan Galpin MCSD Õ¿Õ¬ www.iqzero.net because software should be easy to use
  3. jlgdeveloper

    System error &H80004015(-2147467243). The class is configured to run a

    Hi All After a few weeks of not using a particular machine, I have come accross this error suddenly in the VB IDE. When trying to run an app in the ide, I get this: System error &H80004015(-2147467243). The class is configured to run as a security ID different from the caller This article...
  4. jlgdeveloper

    Calling stored procedure with date parameters

    Hi All This Oracle 8i stored procedure is valid: (PK in number, dt1 in date, dt2 in date, amount out number ) is begin select sum(conf_numb8) into amount from csh_main where fk_str_main_id = PK and (busi_date >= to_date(dt1)) and (busi_date <= to_date(dt2)); end...
  5. jlgdeveloper

    Editing text hashtables created in Java, in VB

    Hi: Looking for direction on editing text files that are (I believe) binary hashtables. Example of the file content: ====================================================== ¬í sr java.util.Hashtable»%!Jä¸ F loadFactorI thresholdxp?@ w  t DATEt 2003_08_14t Z1_DCRsq ~ ?@...
  6. jlgdeveloper

    Modifying hashtables using VB

    Hi: Looking for direction on editing text files that are (I believe) binary hashtables. Example of the file content: ====================================================== ¬í sr java.util.Hashtable»%!Jä¸ F loadFactorI thresholdxp?@ w  t DATEt 2003_08_14t Z1_DCRsq ~ ?@...
  7. jlgdeveloper

    new JRE causes banners.class to cease functioning

    Machines with the new java runtime engine have ceased to display an applet that uses the banners.class code base. If you can see the image behind the scrollong text, you have the old JRE> http://www.digiville.com/webmagic/aceBanners/ Any ideas on where to begin to trouble-shoot this? Jonathan...
  8. jlgdeveloper

    updating scrrun.dll fails

    I need to upgrade the srcripting runtime files on an advanced 2000 terminal server from version 5.1.0.5010 to version 5.6.0.6626 to be able to run a particular application, sensitive to this. I have tried the usual: unregister the existing, copy over the new, re register...all reports are as...
  9. jlgdeveloper

    vb dll works in IIS4, but not in IIS5 from ASP

    I have an image manipulating dll which works in IIS4 in an asp page, but not in IIS5 in an asp page. It does work in both environments when called within a vb app. I have confirmed this behaviour on two separate win2k terminal servers. The image dll creates thumbnails from jpeg's, and...
  10. jlgdeveloper

    Error 721, vpn100 symantec firewall, 2000 terminal server, red herring

    Equipment symantec vpn 100 firewall/router, static ip, dsl windows 2000 terminal server, one nic TCP port 1723 and 47 are open to the server from wan User permissions are correct, policies are correct Internally, an XP machine could establish the vpn Externally, error 721 the remote computer is...
  11. jlgdeveloper

    /exchange/forms/IPM.NotefrmRoot.asp? Url Creation

    I am experiencing this well documented issue when trying to read an email in outlook web access. The above url should read /exchange/forms/IPM/Note/frmRoot.asp? System ======================== nt 4.0 server sp 6a exchange server 5.5 sp 4 IIS 4.0, urlscan Two articles cover this: Q192930 >>...
  12. jlgdeveloper

    block external ip's, allow access to internal ip's, one pc, w98

    I need to block one user from the web, buit not the intranet. How would I block one win 98 pc from accessing external web addresses, while maintaining the access to internal web addresses? Our router (not cisco) does not support this capability(and I apologize for asking for your cisco...
  13. jlgdeveloper

    blocking external web access, maintaining internal, one pc

    How would I block a win 98 pc from accessing external web addresses, while maintaining the access to internal web addresses? Our router does not support this capability. Jonathan Galpin www.iqzero.net http://www.keen.com/categories/categorylist_expand.asp?sid=5215353&gid=0&pmode=0
  14. jlgdeveloper

    w2k srvr setup VIdev connect error 80070005 object not found

    New win 2k terminal server setup, sp2 applied, iis lockdowntool applied. Sql server setup w/sp4 applied. One ip currently. Added a one page web site to test, configured server extensions, page worked. Trying to connect to it using Visual Interdev (client side), error prior to the iis security...
  15. jlgdeveloper

    Outlook Imap Folder Mess

    I collect email from two servers from two locations, both internal at one point and external at another point[network wize]. So now I have: an old inbox, with associated folders, Imap Internal account 1 inbox etc Imap external account 1 inbox etc Imap Internal account 2 inbox etc Imap...
  16. jlgdeveloper

    Launching a batch file from vb. Scheduling Batch files.

    Could anyone mention how to call a batch file from within vb? In addition, do you have any idea how to automatically schedule batch files (not at logon etc), but say once per day for backup etc (without me writing a vb app to call it)? How would I have setup (package and deployment wizard)...
  17. jlgdeveloper

    Changed Administrator Logon name, SQL Backup refuses to work

    The administrator logon was recently changed from administrator. Sql works properly except for the maintenance plans. Both the SQL Server and the SQL Server Agent are logged on under the new administrator name. The backups refuse to run, with the following error: (reason: Could not obtain...

Part and Inventory Search

Back
Top