![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a single SSIS package that executes 10 different SSIS packages. All are stored in the sql server package store. When I execute the outer package manually, it completes successfully. If I execute it from a sql agent job, it fails. Also, if i change the job to point to each individual ssis package, each run successfully, i just cannot point the sql job to a package containing child packages. The error returned in the logs is: -1073602332,0x,Error 0xC0012050 while preparing to load the package. Package failed validation from the ExecutePackage task. The package cannot run. Thinking it was security, i changed the agent to run as an admin user with full rights to every database, but no luck -- so security is not the problem. Strange points to consider: 1) Everything works fine in WindowsXP with SQLServer 2005, but only fails in Server2003 with Sqlserver2005 2) Not every child package fails. Only two fail, but are using the same connections as the other packages. 3) All packages run fine individually, and the parent package runs fine manually. |
![]() |
| Thread Tools | |
| Display Modes | |
| |