I created a simple SSIS package. I build the package. I can run the package with no problem.
However, when I schedule a job, the job always fail. Does anyone know what is the problem
The error message of the job doesn't help at all. Here is the error message I got from job history:
Date 5/19/2006 2:02:21 PM
Log Job History (ssistest)
Step ID 0
Server ABC
Job Name ssistest
Step Name (Job outcome)
Duration 00:00:01
Sql Severity 0
Sql Message ID 0
Operator Emailed
Operator Net sent
Operator Paged
Retries Attempted 0
Message
The job failed. The Job was invoked by User CHICAGO\ABC. The last step to run was step 1 (ssistest).
I tried to enable logging of my SSIS. I didn't see any additional message.
Does anyone know the problem Thanks.
Renching