Solved

CData ODBC Driver for NetSuite connects to Netsuite.com or Netsuite2.com

  • 18 September 2023
  • 2 replies
  • 55 views

Badge


Hi,
I'm using the CData ODBC Driver for NetSuite (version: 21.0.7867.0 release) to access a customer's NetSuite data. Within the ODBC driver's connection properties, there are no options available to explicitly specify whether to connect to Netsuite.com or Netsuite2.com. Instead, I can provide the Account Id and Version (default 2021_1) for the connection. 

What data source the CData ODBC Driver for NetSuite is utilizing—Netsuite.com or Netsuite2.com when connecting to the customer's NetSuite? Where can I get this information, thanks. 

icon

Best answer by Ankit Singh 18 September 2023, 12:50

View original

2 replies

Userlevel 5
Badge +1

Hi @sayed_rakib,

You should be able to take a look at the request that the driver is making to NetSuite by simply enabling the logs in the driver. To enable the logs, please set following properties in your ODBC DSN configuration:

  • LogFile = <Any filepath in your system>
  • Verbosity = 2

Once you set these details and test the connection, all the request and response to and from the server should be logged. Please give it a try and confirm if this helps.

Badge

thanks a lot, it helps

Reply