i want to use ODBC driver to connect with suite an...
# ask-stanley-ai
y
i want to use ODBC driver to connect with suite analytics connect using OAUTH2 token how the connection string should look? given i want to use netsuite2 protocol please answer with the connection string
c
AI generated answer (using internal Slack threads):
Based on the conversations, the connection string for using ODBC driver to connect with SuiteAnalytics Connect using OAUTH2 token and the netsuite2 protocol should look like this:
Copy code
isql -v "DRIVER={/var/task/config/odbcclient/lib64/libodbc.so};HOST=<http://xxx-sb1.connect.api.netsuite.com;PORT=1708;ServerDataSource=NetSuite2.com;AccountID=xxx_SB1;RoleID=3;AuthenticationType=TBA;ConsumerKey=xxx;ConsumerSecret=xxx;Token=xxx;TokenSecret=xxx;UseSSL=true;EncryptionMethod=SSL|xxx-sb1.connect.api.netsuite.com;PORT=1708;ServerDataSource=NetSuite2.com;AccountID=xxx_SB1;RoleID=3;AuthenticationType=TBA;ConsumerKey=xxx;ConsumerSecret=xxx;Token=xxx;TokenSecret=xxx;UseSSL=true;EncryptionMethod=SSL>"
Please replace
xxx
with the correct values. ****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ******
Slack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.842786491
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.836956
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.836434305
Please provide your feedback on this answer.