Can someone help me fix this issue please.
I am trying to run ssis package (NasirETL.dtsx) from a network drive. I have created an SQL job to run on a specific time.
I am not sure what this means as I only have basic knowledge of SQL server. What my understanding is when I run this package from Visual studio it works. However, when I run it from SQL agent job it gives me below issues.
Whenever I run this job it gives be the following error:
Executed as user: PROTOCALL\theGrayMan. Microsoft (R) SQL Server Execute Package Utility Version .......... for 64-bit Copyright (C) 2019 Microsoft. All rights reserved.
Started: 12:12:48 Error: 2022-07-27 12:12:48.31 Code: 0xC0011007 Source: {}
Description: Unable to load the package as XML because of package does not have a valid XML format. A specific XML parser error will be posted.
End Error Error: 2022-07-27 12:12:48.31 Code: 0xC0011002 Source: {}
Description: Failed to open package file "\theGrayMan\m$\All$\ELT\NasirETL.dtsx" due to error 0x80070003 "The system cannot find the path specified.".
This occurs when loading a package and the file cannot be opened or loaded correctly into the XML document.
This can be the result of specifying an incorrect file name when calling LoadPackage or the specified XML file has an incorrect format.
End Error Could not load package "\theGrayMan\m$\All$\ELT\NasirETL.dtsx" because of error 0xC0011002.
Description: Failed to open package file "\theGrayMan\m$\All$\ELT\NasirETL.dtsx" due to error 0x80070003 "The system cannot find the path specified.".
This occurs when loading a package and the file cannot be opened or loaded correctly into the XML document.
This can be the result of specifying an incorrect file name when calling LoadPackage or the specified XML file has an incorrect format.
Source: {} Started: 12:12:48 Finished: 12:12:48 Elapsed: 0.031 seconds. The package could not be found. The step failed.