|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Thursday, March 29, 2012 5:22 AM
Points: 260,
Visits: 800
|
|
Dear Experts,
Could please help me in resolving the below error.... Trying to execute a .dtsx package, but facing the below error.......
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.
------------------------------ 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.
------------------------------ BUTTONS:
OK ------------------------------
_____________________________________________________________________________________
Error: 2009-06-18 11:22:05.32 Code: 0xC001700A Source: Description: The version number in the package is not valid. The version number cannot be greater than current version number. End Error Error: 2009-06-18 11:22:05.33 Code: 0xC0016020 Source: Description: Package migration from version 3 to version 2 failed with error 0xC001700A "The version number in the package is not valid. The version number cannot be greater than current version number.". End Error Error: 2009-06-18 11:22:05.33 Code: 0xC0010018 Source: Description: Error loading value "3" from node "DTS:Property". End Error Could not load package "D:\Execution Log Sample Reports\RSExecutionLog_Update.dtsx" because of error 0xC0010014. Description: 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. Source:
Cheers, - Win.
" Have a great day "
|
|
|
|
|
Ten Centuries
      
Group: General Forum Members
Last Login: Sunday, June 09, 2013 7:39 AM
Points: 1,106,
Visits: 2,120
|
|
It looks like you are trying to execute SSIS package generated with SQL 2008 on SQL 2005 or something similar.
I'm talking about this error in particular:
Package migration from version 3 to version 2 failed with error 0xC001700A "The version number in the package is not valid. The version number cannot be greater than current version number.".
--- SSIS Tasks Components Scripts Services | http://www.cozyroc.com/
|
|
|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Thursday, March 29, 2012 5:22 AM
Points: 260,
Visits: 800
|
|
Thanks for you reply CozyRoc,
But the package was created on 2005 server itself and am running this "RSExecutionLog_Update.dtsx" on my local machine.
My machine has SQL 2005 and SQL 2008 as well. Will this create any problems internally ??
Cheers, - Win.
" Have a great day "
|
|
|
|
|
Ten Centuries
      
Group: General Forum Members
Last Login: Sunday, June 09, 2013 7:39 AM
Points: 1,106,
Visits: 2,120
|
|
winslet (6/18/2009) Thanks for you reply CozyRoc,
But the package was created on 2005 server itself and am running this "RSExecutionLog_Update.dtsx" on my local machine.
My machine has SQL 2005 and SQL 2008 as well. Will this create any problems internally ??
You have to make sure you execute the package with the correct DTEXEC. You have to explicitly select the executable found in 90\DTS\Binn for SQL 2005.
--- SSIS Tasks Components Scripts Services | http://www.cozyroc.com/
|
|
|
|
|
Mr or Mrs. 500
      
Group: General Forum Members
Last Login: Today @ 5:36 AM
Points: 516,
Visits: 1,026
|
|
Is your machine at the same patch and service pack level as the server? Was it saved as encrypt with user key by a different user or login?
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Monday, June 03, 2013 4:52 AM
Points: 1,
Visits: 73
|
|
Hi,
I had same issue. All I did is checked which .net verion is DTExec.exe.config is using and do I have it installed on my machine.
Accordingly I have changed and it worked like charm !
-Regards Shivraj Biradar
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Friday, April 26, 2013 8:35 AM
Points: 364,
Visits: 397
|
|
Hi all we haver the same problem but we dont have SQL 2008 i get the error
Error 1 Error loading 'PkgETL-SSIS-308_ETLName.dtsx' : 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. . E:\FOLDER NAME\FOLDER NAME_DataSource\308_FOLDER NAME\308_FOLDER NAME\IntSer_308_ETLNAme_ETL\PkgETL-SSIS-308_ETLNAme.dtsx 1 1
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Tuesday, May 21, 2013 11:32 AM
Points: 309,
Visits: 720
|
|
Hey there CozyRoc, glad I found you!!
I'm in the same boat now. I'm getting this same error message these other folks are. I'm just trying to evaluate the CozyRoc SFTP control. I installed the 32-bit CozyRoc SFTP control, I created a new project, dropped the SFTP task on the control flow, created a new ssh connection that connects just fine, configured the task, and get the same error you guys are getting.
I'm running Windows 7 /64-bit OS. I have both SQL2K5 32-bit and SQL2K8 32-bit installed locally on my development box. I spend most of my time connected to other production/development servers. Either through SSMS, or Remote Desktop. But I like to develop my packages locally, then push them out to production.
So my first question is what determines the version of the CozyRoc SFTP I should use? (32 vs. 64 that is) Is it my OS bits, or my SQL bits?
My second question is how do I tell what version of DTExec the package is trying to execute under?
My last question is does the CozyRoc control give me access to the detailed file transfer session information? I really need to log file transfer session info. You know, "connected", "transferring", "success", "disconnected", etc.
In my role, I'm using quite a few automated apps (inherited, legacy). to move a huge number of files daily over SFTP. I'm trying to get them all consolidate into SSIS tasks. I've been using WS_FTP. It's just not holding up. It's a decent end user tool, but it comes up very short under the pounding I'm giving it. I need a solution with tighter SQL Server integration. I really want to recommend the Company purchase the CozyRoc SFTP control, but I need to be very sure about it first, or I may jepordize my credibility.
Here's the error detail, just in case:
TITLE: Microsoft Visual Studio ------------------------------
Exception deserializing the package "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. ".
------------------------------ 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.
------------------------------
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.
------------------------------ BUTTONS:
OK ------------------------------
.
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Tuesday, May 21, 2013 11:32 AM
Points: 309,
Visits: 720
|
|
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!
.
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Wednesday, August 04, 2010 5:49 AM
Points: 1,
Visits: 0
|
|
Hello,
could you tell me where to find Project Properties, Debugging and setting Run64BitRuntime to false.
Thanks
|
|
|
|