dbTalk Databases Forums  

OpenRowSet

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss OpenRowSet in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Brian
 
Posts: n/a

Default OpenRowSet - 08-04-2003 , 09:30 AM






Hello All,

I am attempting to access a DTS Package stored on SQL server using the
OpenRowSet command, however every time I attempt this I am presented with
the following error message:

Could not create an instance of OLE DB provider 'DTSPackageDSO'.
OLE DB error trace [Non-interface error: CoCreate of DSO for DTSPackageDSO
returned 0x80040154].

I am making use of Windows integrated security and the DTS package name is
Test, thus my sql statement is as follows:
SELECT * FROM OPENROWSET('DTSPackageDSO', '/NTest', 'Select *')

I am accessing the server via SQL Query analyzer.

Can anybody help ?

Regards, Brian.



Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: OpenRowSet - 08-05-2003 , 01:39 AM






Have you set a task within to be a DSO Rowset provider (Workflow properties)
?

--

----------------------------
Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org



"Brian" <brian.perks (AT) investecmail (DOT) com> wrote

Quote:
Hello All,

I am attempting to access a DTS Package stored on SQL server using the
OpenRowSet command, however every time I attempt this I am presented with
the following error message:

Could not create an instance of OLE DB provider 'DTSPackageDSO'.
OLE DB error trace [Non-interface error: CoCreate of DSO for
DTSPackageDSO
returned 0x80040154].

I am making use of Windows integrated security and the DTS package name is
Test, thus my sql statement is as follows:
SELECT * FROM OPENROWSET('DTSPackageDSO', '/NTest', 'Select *')

I am accessing the server via SQL Query analyzer.

Can anybody help ?

Regards, Brian.





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



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.