dbTalk Databases Forums  

XML DTS Problems

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


Discuss XML DTS Problems in the microsoft.public.sqlserver.dts forum.



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

Default XML DTS Problems - 04-25-2006 , 10:26 AM






Hi,

I am having a very weird error problem. I run a DTS package which produces
an XML file from running a stored procedure. If I run this through the
Console window it runs fine. I have setup another stored procedure using
sp_OACreate, sp_OAMethod to run it. Now it sets everything up fine. However,
on the .Execute line for the Stored Procedure it errors with :

Error on Line 19

(Microsoft XML Extensions to SQL Server (80004005): Failed to instantiate a
class object from MSXML3.DLL. The correct version of this DLL is missing or
not registered properly)

Step Error code: 800403FE

Step Error Help File:sqldts80.hlp

Step Error Help Context ID:4500

Now MSXML3.DLL is installed and registered. I've uninstalled msxml4.dll and
re-registered msxml3.dll. I've tried using none versioned DOMDocument as the
create object. This causes a scripting error trying to instantiate the
object.

Any insights or suggestions most welcomed.



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.