Hi Guys,
I am working on a upgrade project . Doing side by side upgrade from Windows 2008 SQL Server 2008R2 to Windows 2016 SQL Server 2016 .
I have no issues in migrating and upgrading the databases objects to the new server.
I moved all the SSIS Packages from old server to the new server. As per our old environment all SSIS packages are stored in SQL Server MSDB.
After moving all the database objects and SSIS packages, When i start a SQL job which calls one of package, i am getting below error
The process could not be created for step 1 of job 0x6965F3752000DF4F8FF1CD5144E1F3C5 (reason: The system cannot find the path specified). The step failed.
I dont know what path it is referring, because i can see the correct path of the called packages inside the job step properties.
Thanks in advance