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
 SQL Server 2005 Forums
 SSIS and Import/Export (2005)
 SSIS SQL Agent Job ERROR

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 failes

Job Properties:
Type: SQL Server Integration Services Package
Run As: SQL Agent Service Account
Package Source: File System
Package: F:\Integration Server Mappings\DimensionLoad\Dimension\Dimension\bin\Package.dtsx
I 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 Authentication
SQL Agent Job shows windows Authentication

Error 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.
Go to Top of Page

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 service

http://msdn.microsoft.com/en-us/library/ms139750(SQL.90).aspx
Go to Top of Page
   

- Advertisement -