Hi all,
I had import SSIS package to SSIS server and can run completely if I execute via SSIS.
I have to schedule the package to run at night so I created SQL Server agent job for scheduling.
But I found that the SQL Server agent cannot execute the SSIS package with the following error.
----------------------------
Started: 2:00:01 AM Could not load package "\File System\UMI_TOPS\MainSequence\SEQ_WEEKLY" because of error 0x80070002. Description: Unable to find the specified file. Source: MsDtsSrvr Started: 2:00:01 AM Finished: 2:00:01 AM Elapsed: 0.11 seconds. The package could not be loaded. The step failed.,00:00:01,0,0,,,,0
----------------------------
So could you please kindly suggest me about this issue, Thank you in advance :)
I had import SSIS package to SSIS server and can run completely if I execute via SSIS.
I have to schedule the package to run at night so I created SQL Server agent job for scheduling.
But I found that the SQL Server agent cannot execute the SSIS package with the following error.
----------------------------
Started: 2:00:01 AM Could not load package "\File System\UMI_TOPS\MainSequence\SEQ_WEEKLY" because of error 0x80070002. Description: Unable to find the specified file. Source: MsDtsSrvr Started: 2:00:01 AM Finished: 2:00:01 AM Elapsed: 0.11 seconds. The package could not be loaded. The step failed.,00:00:01,0,0,,,,0
----------------------------
So could you please kindly suggest me about this issue, Thank you in advance :)