Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 ssis package error

Author  Topic 

Anand.A
Posting Yak Master

109 Posts

Posted - 2012-01-02 : 02:48:25
hi

in my ssis project i am having 20 packages by using package execute task i execute all this 20 package but now i getting error like this in some packages

Error: Error 0xC0012050 while loading package file "C:\Documents and Settings\ADMIN\My Documents\Visual Studio 2008\Projects\LOAD.dtsx". Package failed validation from the ExecutePackage task. The package cannot run.
.

and this error in some packages

Error: Error 0x80070020 while loading package file "C:\Documents and Settings\ADMIN\My Documents\Visual Studio 2008\Projects\tnddata.dtsx". The process cannot access the file because it is being used by another process.
.



how to solve this problem



anand

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2012-01-02 : 12:09:41
are you trying to run this from another package? is it done inside some loop? seeing the error messge i think somehow multiple packages are trying to execute same package
Perhaps you may give us a bigger picture of what exactly your package is doing.

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page
   

- Advertisement -