ODBC - Unexpected Network Error

rdekker

New Member
Hi,

I'm connecting to a Progress DB via ODBC and found out that one in 50 requests I receive this error.

Microsoft OLE DB Provider for ODBC Drivers error '80004005' [DataDirect][ODBC Progress OpenEdge Wire Protocol driver]Unexpected Network Error. ErrNum = -1

I just found out that it's not so much the ADOB.Connection that is the problem but running a command.

Before I run the command I check the connection state (which is 1 (adStateOpen)). When I execute a command (each time the same command so it cannot be the query or parameters of whatever causing the problem) the problem occurs.

Anybody familiar with this problem and knows what to do/what's causing it?
 

rdekker

New Member
ODBC - Server rejects connection on attach

We've solved the problem mentioned above. It had to do with a second NIC in the server which was active. This was the problem apparently. We now have another problem sometimes. Anybody knows what could be the problem for the error mentioned below?

progressodbcerror.gif
 
Top