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

SSIS package fails to excute when i replace the old dtsx package with new one but same name

$
0
0

Hi

I'm trying to run a package but it keeps on failing giving me an error but it only works with the previous package that was deployed. I added a new column to the table and to the extraction in the command text in visual studio, mapped the columns and when i execute the package manually it completes successfully and loads the data in the table and new column. However, there was a job that was created on this package in SQL Server agent and the job still runs succesfully on the old package. Now, when i replace the old package with the new one the job step fails. I get this error

Executed as user: Userpc\admin. Microsoft (R) SQL Server Execute Package Utility  Version 10.50.2500.0 for 32-bit  Copyright (C) Microsoft Corporation 2010. All rights reserved.    Started:  11:49:52 AM  Error: 2012-11-09 11:49:52.28     Code: 0xC0011007     Source: {B072BD98-C0A6-4D84-9FE5-9EAFC3B5B250}      Description: Unable to load the package as XML because of package does not have a valid XML format. A specific XML parser error will be posted.  End Error  Error: 2012-11-09 11:49:52.28     Code: 0xC0011002     Source: {B072BD98-C0A6-4D84-9FE5-9EAFC3B5B250}      Description: Failed to open package file "C:\Projects\Integration Packages\CollectionBBA.dtsx" due to error 0x80070005 "Access is denied.".  This happens when loading a package and the file cannot be opened or loaded correctly into the XML document. This can be the result of either providing an incorrect file name was specified when calling LoadPackage or the XML file was specified and has an incorrect format.  End Error  Could not load package "C:\Projects\Integration Packages\CollectionBBA.dtsx" because of error 0xC0011002.  Description: Failed to open package file "C:\Projects\Integration Packages\CollectionBBA.dtsx" due to error 0x80070005 "Access is denied.".  This happens when loading a package and the file cannot be opened or loaded correctly into the XML document. This can be the result of either providing an incorrect file name was specified when calling LoadPackage or the XML file was specified and has an incorrect format.  Source: {B072BD98-C0A6-4D84-9FE5-9EAFC3B5B250}  Started:  11:49:52 AM  Finished: 11:49:52 AM  Elapsed:  0.032 seconds.  Process Exit Code 4.  The step failed.


Viewing all articles
Browse latest Browse all 24688

Trending Articles



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