Netsuite Connectivity Issue

Bigiron 110 Reputation points
2023-07-24T13:32:38.4033333+00:00

Hi,

I have a requirement to load data from Netsuite to Azure SQL Database. I created a new VM and installed SHIR successfully. I downloaded and created ODBC 64 bit driver , but when I tried to create a linked service I am getting the following error

ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified

Activity ID: d7c77aea-9635-48bb-86a2-ebaa4352ad62.

image

DRIVER={NetSuite};User ID=******@abc.com;Password=12345;Account ID=437102

Please advice.

Thanks

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,646 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  2. ShaikMaheer-MSFT 38,546 Reputation points Microsoft Employee Moderator
    2023-07-26T05:41:52.6133333+00:00

    Hi Bigiron,

    Glad to know your issue resolved. Mentioned resolution details for community benefit too.

    Below format of connection string helped to resolve issue.

    DRIVER=NetSuite Drivers 32bit;Host=<ServiceHost>;Port=1708;Encrypted=1;AllowSinglePacketLogout=1;Truststore=system;SDSN=NetSuite.com; UID=******@netsuite.com;PWD=<password>;CustomProperties=AccountID=<accountID>;RoleID=<roleID>

    Kindly consider hitting Accept Answer button. Accepted answers help community as well. Thank you.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.