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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Timeout For Single User

Status
Not open for further replies.

OrWolf

MIS
Mar 19, 2001
291
I have some queries running against linked tables in Access in my application. One user gets an error during the start-up of that application when the 5th of the queries is run. I used an ODBC trace to get some additional details but it hasn't helped. I verified that the OS, MDAC, and JET are up-to-date so any ideas would be greatly appreciated.

Working workstation:
DIAG [IM006] [Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr failed (0)
DIAG [01000] [Microsoft][ODBC SQL Server Driver][SQL Server]Changed database context to 'MyDB'. (5701)
DIAG [01000] [Microsoft][ODBC SQL Server Driver][SQL Server]Changed language setting to us_english. (5703)

Bad workstation:
DIAG [S1T00] [Microsoft][ODBC SQL Server Driver]Timeout expired (0)
DIAG [IM006] [Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr failed (0)
 
Open the DB up on the broken machine, bypassing anystartup files.. press Ctrl+G to go into debug, and check tools > references.. see if there are any marked "MISSING:"

it may be that that particular PC is short of a few libraries...

.. just a thought :/

HTH's

------------------------
Hit any User to continue
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top