Search code examples
sql-serverssisado.netetlnetsuite

SSIS Package Fails due to ADO NET source could not create connection manager with Netsuite


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:

enter image description here

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.


Solution

  • It is a two step process:

    1. Install ADO NET provider (Netsuite AnalyticsConnect Data Provider) on the SSIS run-time server.
    2. Register the driver NetSuite.SuiteAnalyticsConnect.dll file in the Global Assembly Cache on the SSIS run-time server.

    For the reference: Connecting with the ADO.NET Data Provider