trouble with SSIS CPackage::LoadFromXML fails. -
03-06-2006
, 06:12 PM
Hi,
I am building SSIS packages using BI Development Studio in a 32bits
environment. After I finish the package I copy it and the manifest,
using the filesystem, to a 64bit environment (Itanium 2, Windows 2003
Server Enterprise Edition SP1, SQL Server 2005 Enterprise Edition).
When I try to load it to SQL Server or execute it on the 64bits server
I receive the following error, I am signed in as Administrator:
TITLE: SSIS Execution Properties
------------------------------
The package failed to load due to error 0xC0010014 "One or more error
occurred. There should be more specific errors preceding this one that
explains the details of the errors. This message is used as a return
value from functions that encounter errors.". This occurs when
CPackage::LoadFromXML fails.
There is little information around on the Internet, I found a c# code @
microsft.com
(http://support.microsoft.com/default...b;en-us;913817)
refering to some registry keys I may lack permissions on (and something
about a lexmark printer driver!). I already compiled and executed the
command line app, but found no "wrong" registry keys.
Any ideas? Has anyone seen this before?
Thanks in advance! |