Unix Technical Forum

Question: ODBC Connection Error .. multiple thread (urgent, pls)

This is a discussion on Question: ODBC Connection Error .. multiple thread (urgent, pls) within the SQL Server forums, part of the Microsoft SQL Server category; --> I am using ODBC (ODBCLink/SE) to connect to HP3000 system; Retrieving the data into Microsoft Excel goes fine using ...


Go Back   Unix Technical Forum > Database Server Software > Microsoft SQL Server > SQL Server

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-29-2008, 08:43 AM
WeLeh
 
Posts: n/a
Default Question: ODBC Connection Error .. multiple thread (urgent, pls)

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..

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-29-2008, 08:43 AM
Erland Sommarskog
 
Posts: n/a
Default Re: Question: ODBC Connection Error .. multiple thread (urgent, pls)

WeLeh (Teguh.AB@gmail.com) writes:
> 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.


DTS does indeed use multiple threads for running its tasks, so if
ODBCLink/SE is not multithreaded, you have a problem. I don't know DTS
well - rather not at all - but I doubt that there is a way configure DTS
as single-threaded. Even if your package has a single task, DTS keeps the
DLL loaded, and a poorly implemented DLL may not even handle that.

I don't know much about HP3000, but maybe you need to look for a different
solution.



--
Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se

Books Online for SQL Server SP3 at
http://www.microsoft.com/sql/techinf...2000/books.asp
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-29-2008, 08:43 AM
Simon Hayes
 
Posts: n/a
Default Re: Question: ODBC Connection Error .. multiple thread (urgent, pls)

You could try setting each step in your package to execute on the main
package thread - you can use Disconnected Edit to set the
ExecuteInMainThread property, or see the code snippet here:

http://www.sqldts.com/default.aspx?208

But as Erland says, it's not at all certain that this will help to
solve your problem.

Simon

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 11:37 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com