Hi everyone
I have an SSIS package which is set up to connect to a database through SQL Server Authentication Mode in SQL Server 2016 RTM (Version 13.0.1745.2) via an OLE DB Connection Manager. The package runs fine locally on machine, being able to connect to the SQL Server remotely. But it fails with the following error when run via SQL Server job agent (on a different server) after deploying on SSIS catalog:
"A network-related or instance-specific error has occurred while establishing a connection to SQL Server. SQL Server is not found or not accessible. Check if instance name is correct and if SQL Server is configured to allow remote connections. For more information see SQL Server Books Online."
I believe it can't be remote connections, since I am able to connect remotely via SSMS to the Server using the same account, and the fact that the package runs successfully on my local machine. Could this be a bug related to the SQL Server 2016 RTM? How can I confirm this?
Thank you
Sohi