We have a remote enterprise application that connects to SqL Server to import imformation. When the application connects it is not importing data. We are just getting those following messages.

tmrTimer_Timer Line: 0 DLL Error: Overflow
DLL Code: 6
01000: Changed database context to Enterprise
01000: Changed language setting to `us_english`
01000: Changed database context to `master`

I know that the changed database statements are supposed to be for information purposes. Showing the databases and language settings that the component is using for sucessful connection, but what gets me is the first part. tmrTimer_Timer Line: 0 DLL Error: Overflow DLL code: 6.

Any suggestions or comments would be appreciated.