I've deployed some SSIS projects to SSIS Server catalog, which everyone runs perfectly in the Visual Studio environment and can connect and retrieve data from NETSUITE using the ADO NET provider (Netsuite AnalyticsConnect Data Provider) but when I try to automate the package in the SSIS Server, the job doesn't run and give the error:
Is there a way to work around this? I am not having any other errors or something related when the connection is with the local SQL Server.
It is a two step process:
For the reference: Connecting with the ADO.NET Data Provider