Verifying the ODBC Driver Installation on Linux
You can verify your ODBC driver installation with the isql command on Linux.
Note:
isql may not be installed on your system by default. You may need to install the unixODBC package which contains this application.
To verify the ODBC driver installation on Linux:
-
Go to the installation directory.
-
Run the
source oaodbc[64].shorsource oaodbc[64].cshshell command. -
Run the following command from a command prompt:
isql NetSuite <user name>@netsuite.com <NetSuite user account password>NetSuite refers to the data source defined in odbc.ini.
Note:You can also use the
—vswitch to run the command in verbose mode to get more information in the event of a connection failure.