﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2008 / SQL Server Newbies  / SSIS error: version number in the package is not valid / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Wed, 19 Jun 2013 19:07:24 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: SSIS error: version number in the package is not valid</title><link>http://www.sqlservercentral.com/Forums/Topic1423138-1292-1.aspx</link><description>Edit the job step and choose operating system (cmdExec) instead of SQL Server Integration Services Package. Then set your command line to something like this:C:\Program Files\Microsoft SQL Server\100\DTS\Binn\DTExec.exe /F "c:\packagepath\packagename.dtsx"Your package must be saved in the filesystem in order to do this.</description><pubDate>Tue, 26 Feb 2013 15:58:49 GMT</pubDate><dc:creator>Adam Angelini</dc:creator></item><item><title>SSIS error: version number in the package is not valid</title><link>http://www.sqlservercentral.com/Forums/Topic1423138-1292-1.aspx</link><description>I installed SSIS 2008 (SSIS, SSRS, SSAS....not the database engine) on a server that already had SQL Server 2005 installed that also had SSIS/SSRS.I used BIDS 2008 to create an SSIS package, opened up SSMS 2008 which looks at the 2005 server engine to add/schedule a Job in the Agent to launch the SSIS 2008 package.  I'm guessing this won't work because it's a SQL Server 2005 instance?  Or is there a way to force the SQL Server Agent job use the C:\Program Files\Microsoft SQL Server\100\DTS\Binn\DTExec.exe instead of the one here...C:\Program Files\Microsoft SQL Server\90\DTS\Binn\DTExec.exe  ???The error I'm getting when I run the package is...Execute Package Utility  Version 9.00.5000.00 for 32-bit  Copyright (C) Microsoft Corp 1984-2005. All rights reserved.    Started:  8:55:33 AM  Error: 2013-02-22 08:55:34.03     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: 2013-02-22 08:55:34.03     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: 2013-02-22 08:55:34.03     Code: 0xC0010018     Source:       Description: Error loading value "&amp;lt;DTS:Property xmlns:DTS="www.microsoft.com/SqlServer/Dts" DTS:Name="PackageFormatVersion"&amp;gt;3&amp;lt;/DTS:Property&amp;gt;" from node "DTS:Property".  End Error  Could not load package "E:\2008\logixhealth\logix.dtsx" because of error 0xC0.  The step failed.</description><pubDate>Fri, 22 Feb 2013 09:48:20 GMT</pubDate><dc:creator>J M-314995</dc:creator></item></channel></rss>