Groups | Blog | Home
all groups > sql server dts > april 2004 >

sql server dts : OLEDBProperty Error - Running DTS


Jose Inacio Menezes
4/29/2004 4:21:15 PM
When running a DTS package, I often get the following error:
OLEDBProperty '....' already exists in the collection.

The name of the property is allways different, like 'Data Source Name1',
'User ID', etc.



Thanks for any advice.

Jose Inacio Menezes
4/29/2004 8:20:06 PM
Forcing the principal tasks to execute on the main thread, seams to correct
the problem.

Thanks to Darren Green.
He gave me the idea from his reply to a post below :
'DTS Error
EXCPETION_ACCESS_VIOLATION'



"Jose Inacio Menezes" <producao@textilcaesdepedra.pt> escreveu na mensagem
news:eeyscqfLEHA.1644@TK2MSFTNGP09.phx.gbl...
[quoted text, click to view]

Darren Green
4/29/2004 10:10:12 PM
Not sure what provider you are using, but setting main thread on is a valid
solution if the provider is non-thread safe which can be the case, and
certainly looks like it here.

Cheeers


--
Darren Green
http://www.sqldts.com

[quoted text, click to view]

Jose Inacio Menezes
4/30/2004 1:07:45 PM
You are right about the provider.

I am using ODBC provider to set up linked servers.



"Darren Green" <darren.green@reply-to-newsgroup-sqldts.com> escreveu na
mensagem news:eCkqF6iLEHA.2576@TK2MSFTNGP12.phx.gbl...
[quoted text, click to view]

AddThis Social Bookmark Button