Hi team,
I have some projects-deployed SSIS-packages stored in SSISBD and working fine when started with Management Studio. To automate them, I would like to use a SQL Server Agent job to execute the packages. The package contains a connection manager that adresses a (localdb) on the same system as the SQL Server 2016 (local) instance.
I can configure the job and start it. The job terminates with error. The error code says, that the (localdb)/ProjectsV13 was not found. THis problem does not occur when the package is started from SSMS.
Regards Jörg