Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
All,
I have written a small interface application running on the Timberline server that migrates read only data from TL to Sql Server 2008 through the ODBC drivers. No UNC paths, just local paths for the TL setup.

The application will run for days, sometimes weeks(every 1/2 hour). THEN, I receive the error below. I simply stop and restart the application and it will work again.

Any ideas? I have this problem from months. Any help would be appriciated.
ERROR FROM THE EVENT VIEWER LOG...
System.Data.Odbc.OdbcException: ERROR [08001] [Simba][SimbaEngine ODBC Driver][DRM File Library]Invalid password.
ERROR [IM006] [Microsoft][ODBC Driver Manager] Driver SQLSetConnectAttr failed
ERROR [01000] [Microsoft][ODBC Driver Manager] The driver doesnt support the version of ODBC behavior that the application requested (see SQLSetEnvAttr).
   at System.Data.Odbc.OdbcConnection.HandleError(OdbcHandle hrHandle, RetCode retcode)
   at System.Data.Odbc.OdbcConnectionHandle..ctor(OdbcConnection connection, OdbcConnectionString constr, OdbcEnvironmentHandle environmentHandle)
   at System.Data.Odbc.OdbcConnectionOpen..ctor(OdbcConnection outerConnection, OdbcConnectionString connectionOptions)
   at System.Data.Odbc.OdbcConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningObject)
   at System.Data.ProviderBase.DbConnectionFactory.CreateNonPooledConnection(DbConnection owningConnection, DbConnectionPoolGroup poolGroup)
   at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
   at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
   at System.Data.Odbc.OdbcConnection.Open()
   at WevanUploader.frmMain.ProcessTableList()

For more information, see Help and Support Center at
Posted
Updated 21-Feb-11 3:57am
v2
Comments
Sandeep Mewara 21-Feb-11 9:57am    
Avoid posting all in CAPS. It is considered shouting.
Jared Stroebele 12-May-16 17:27pm    
Hello, Did you ever get a solution to this problem? I have run same error in a similar situation.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900