sql - Issue with Interop.SQLXMLBULKLOADLib.dll -


i converted old dts package ssis package , trying run windows 2008 server. ssis package runs win32 exe file using interop.sqlxmlbulkloadlib.dll , trying load xml data database. following error when exe gets executed.

com exception: retrieving com class factory component clsid {8270cb2f-b0e6-4c37-8a40-d70778f47894} failed due following error: 80040154.

i'm trying run .exe file in windows 2000 compatability mode. please let me know if have suggestions.

thanks

that clsid belongs sqlxml 3.0. can download 3.0 sp3 here. fyi 0x80040154 = regdb_e_classnotreg.

as far can tell sqlxml 4 not implement same clsid, think you'll have install 3 if have 4 installed already.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -