July 28, 2015 at 7:33 am
When I attempt to add a Package to a 2012 Solution I get the following error.
The version number in the package is not valid. The version number cannot be greater than the current version number Package migration from version 8 to version 6 failed.
Does anyone recognize this error?
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
July 28, 2015 at 7:37 am
Welsh Corgi (7/28/2015)
When I attempt to add a Package to a 2012 Solution I get the following error.The version number in the package is not valid. The version number cannot be greater than the current version number Package migration from version 8 to version 6 failed.
Does anyone recognize this error?
Are you adding a 2013 package?
The absence of evidence is not evidence of absence.
Martin Rees
You can lead a horse to water, but a pencil must be lead.
Stan Laurel
July 28, 2015 at 8:51 am
I was assigned to take over for someone else. They handed me off the package off to me and the person claims that he does not know what version.
He said that he can't open it up.
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
July 28, 2015 at 9:09 am
A brief Google search will show you how to determine a package's version without opening it in anything more than a text editor.
The absence of evidence is not evidence of absence.
Martin Rees
You can lead a horse to water, but a pencil must be lead.
Stan Laurel
July 28, 2015 at 9:45 am
I searched for PackageFormatVersion and I did not get any hit.
I did see DTS:LastModifiedProductVersion="12.0.2344.23".
What does the error sound like?
A backward compatibility issue?
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
July 28, 2015 at 10:04 am
Upgraded packages are not backward compatible. You cannot open a package with greater version on a lower version.
You can see the package version in the text editor like this: DTS:Name="PackageFormatVersion">8</DTS:Property>
Version 6 is VS 2012. Version 8 is VS 2013
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply