I am using ODBC (ODBCLink/SE) to connect to HP3000 system;
Retrieving the data into Microsoft Excel goes fine using
MicrosoftQuery.
But if I try to use SQLServer2000-DTS on Windows2003 to do the import,
it always fails and gives the message:
"ODBCLINKSE does not allow multiple thread"
Does anybody knows how to do that?
I need to synchronize data in HP3000 into my database in SQLServer; and
I dont see any other ways to do that besides using DTS-scheduled-jobs.
Pls help..
Retrieving the data into Microsoft Excel goes fine using
MicrosoftQuery.
But if I try to use SQLServer2000-DTS on Windows2003 to do the import,
it always fails and gives the message:
"ODBCLINKSE does not allow multiple thread"
Does anybody knows how to do that?
I need to synchronize data in HP3000 into my database in SQLServer; and
I dont see any other ways to do that besides using DTS-scheduled-jobs.
Pls help..
Comment