Quantcast
Channel: SQL Server Integration Services forum
Viewing all articles
Browse latest Browse all 24688

DTExec runs ssis package error

$
0
0

Hi,

I am trying to use DTexec to run a ssis package on my local machine. The ssis package is created in in VS2017 enterprise;

Target release server: sql 2017;

OS is windows 10, 64 bit;

SSDT 15.9 one standalone was installed side by side with one embedded in VS2017.

Here is error message I got:

C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\CommonExtensions\Microsoft\SSIS\150>dtexec.exe  /FILE "\\TestProjects\ssis2017\ssis2017\OnlineProject.dtsx" /MAXCONCURRENT " -1 "  /x86
Microsoft (R) SQL Server Execute Package Utility
Version 10.50.1600.1 for 64-bit
Copyright (C) Microsoft Corporation 2010. All rights reserved.

Started:  2:28:48 PM
Error: 2019-04-16 14:28:48.95
   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: 2019-04-16 14:28:48.95
   Code: 0xC0016020
   Source:
   Description: Package migration from version 8 to version 3 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: 2019-04-16 14:28:48.95
   Code: 0xC0010018
   Source:
   Description: Error loading value "<DTS:Property xmlns:DTS="www.microsoft.com/SqlServer/Dts" DTS:Name="PackageFormatVersion">8</DTS:Property>" from node "DTS:Property".
End Error
Could not load package "\\TestProjects\ssis2017\ssis2017\OnlineProject.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:
Started:  2:28:48 PM
Finished: 2:28:48 PM
Elapsed:  0.063 seconds

C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\CommonExtensions\Microsoft\SSIS\150>dtexec.exe  /FILE "\\care1\is\carrie\TestProjects\ssis2017\ssis2017\OnlineProject.dtsx" /MAXCONCURRENT " -1 "  /x86
Microsoft (R) SQL Server Execute Package Utility
Version 10.50.1600.1 for 64-bit
Copyright (C) Microsoft Corporation 2010. All rights reserved.

Started:  12:47:57 PM
Error: 2019-04-17 12:47:57.83
   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: 2019-04-17 12:47:57.83
   Code: 0xC0016020
   Source:
   Description: Package migration from version 8 to version 3 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: 2019-04-17 12:47:57.83
   Code: 0xC0010018
   Source:
   Description: Error loading value "<DTS:Property xmlns:DTS="www.microsoft.com/SqlServer/Dts" DTS:Name="PackageFormatVersion">8</DTS:Property>" from node "DTS:Property".
End Error
Could not load package "\\TestProjects\ssis2017\ssis2017\OnlineProject.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:
Started:  12:47:57 PM
Finished: 12:47:57 PM
Elapsed:  0.062 seconds

I got the same error when use dtexec in /sql... folder.




Viewing all articles
Browse latest Browse all 24688

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>