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.
Author |
Topic |
itktbee
Starting Member
1 Post |
Posted - 2008-12-02 : 05:08:56
|
Hi,I created a SSIS Package works fine when executed manually. But when scheduled SQL Agent JOB to run this package,it failesJob Properties:Type: SQL Server Integration Services PackageRun As: SQL Agent Service AccountPackage Source: File SystemPackage: F:\Integration Server Mappings\DimensionLoad\Dimension\Dimension\bin\Package.dtsxI am using Window Authentication to schedule the job which is granted with Admin role.I am able to login to SQL Server using my Windows AuthenticationSQL Agent Job shows windows AuthenticationError i got when i execute the job.Description: Started: 5:57:02 PM DTExec: Signature verification failed. The signature status is not present. Started: 5:57:02 PM Finished: 5:57:04 PM Elapsed: 1.469 seconds. The package could not be loaded. NOTE: The step was retried the requested number of times (1) without succeeding. The step failed.Please help.... |
|
darkdusky
Aged Yak Warrior
591 Posts |
Posted - 2008-12-03 : 09:57:41
|
Saving and running package to SQL Server rather than as File System is a fast work-around for a lot of permission buggy problems. |
 |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-12-03 : 11:10:04
|
try loading the package to MSDB and configuring the job. This can be done by connecting to Integration servicehttp://msdn.microsoft.com/en-us/library/ms139750(SQL.90).aspx |
 |
|
|
|
|