Link to home
Start Free TrialLog in
Avatar of boyntont
boyntont

asked on

VB 6 Web Apps Problem - 3043 - Disk or network error

Have many web apps using DAO object that were running perfectly until last week.  I wrote a new app with .NET and uploaded it to the same server.  Obviously I had to install the .NET extensions.  Since then, none of my other web apps run.  Event log is showing the following.  

Event Type:      Information
Event Source:      VBRuntime
Event Category:      None
Event ID:      1
Date:            11/10/2004
Time:            9:22:48 AM
User:            N/A
Computer:      POPLAR
Description:
The VB Application identified by the event source logged this Application Project1: Thread ID: 5300 ,Logged: MsgBox:  , Run-time error '3043':

Disk or network error.


Error in IE is:

Error Type:
SDBReports (0x800A9C68)
Application-defined or object-defined error

I've been working non stop to convert everything over to .NET, but this is a very daunting task.  Any ideas why the older apps don't run.

Runtime error 3043 can sometimes be an issue if the temp variables are not correctly set.  This is not the case.  I've check my environment several times.  Could also be a corrupt database, but that can't really be the issue if the .NET apps are accessing the same database with no problems.

Help.....



Any advice would be greatly appreciated.  Thanks.

Todd
Avatar of PSSUser
PSSUser
Flag of United Kingdom of Great Britain and Northern Ireland image

Is it an access database? If so has the database been converted/opened with access 2000? This will stop DAO from accessing the database if the database type is set to Access. You will need to change it to Access 2000. If you don't have this in the list of database types, you may need a later version of DAO.

Also, it might be an idea to check you code doesn't use default properties. Since .Net is object orientated it no longer has default properties, therefore you need to specify the propety instead of assuming the default e.g. you need to use RS![FieldName].Value instead of RS![FieldName].
ASKER CERTIFIED SOLUTION
Avatar of modulo
modulo

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of kmjmw0
kmjmw0

I have compiled a VB6 program but I keep getting the following error message on the event viewer. Sometime the program runs, other times it doesn't.  Basically I am trying to send  email using a predefined profile. see the error messge.

Event Type:      Information
Event Source:      VBRuntime
Event Category:      None
Event ID:      1
Date:            01/03/2005
Time:            16:18:58
User:            N/A
Computer:      STLONS0036
Description:
The VB Application identified by the event source logged this Application Project1: Thread ID: 7720 ,Logged: Object required