the method of fixing the problem of using SSIS and SharePointListAdapters to sync data from DB to Sh

abcbbc發表於2011-10-14

ADDITIONAL INFORMATION: 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.

[@more@]

I solved this problem by going into Project Properties, Debugging, and setting Run64BitRuntime to false.

I expect since I'm running 64-bit OS, SSIS thinks it should run 64-bit DTExec, but I only have 32-bit SQL Server installed, so that's an incorrect assumption.

Hope this helps someone!

SSC Veteran

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/219138/viewspace-1055676/,如需轉載,請註明出處,否則將追究法律責任。

相關文章