0
votes

I have deployed a SSIS package created in Visual Studio 2013 to SQL Server 2014 SSIS catalog. But I can not run the package. Here is the error massage:

Package1:Error: Package migration from version 8 to version 6 failed with error 0xC001700A "The version number in the package is not valid. The version number cannot be greater than current version number.".

2

2 Answers

0
votes

check the .dtsx file for the following entry:-

<DTS:Property
    DTS:Name="PackageFormatVersion">8</DTS:Property>

a value of 8 would indicate the package is written for sql 2014; a value of 6 indicates sql 2012.

The error message indicates that you are attempting to run a package written for sql2014 in a 2012 environment, which doesn't fit with what you are doing.

If the version is 8 and your sql is 2014, then you could try updating to SSDT 2015, and re-executing the package from there.

0
votes

I think everything that might be relevant is described at SSIS package upgraded by deployment.

Basically even if your Visual Studio SSDT-BI and the server match perfectly, you still have to use the right ISDeploymentWizard.exe.