suiteanalytics connect jdbc with token based authe...
# ask-stanley-ai
r
suiteanalytics connect jdbc with token based authentication. what is the jdbc url and custom properties. what is the username and password
c
AI generated answer (using internal Slack threads):
Based on the conversations, SuiteAnalytics Connect JDBC does not currently support token-based authentication. You will need to use username and password credentials. The JDBC URL and custom properties are typically formatted as follows:
Copy code
jdbc:<ns://NS_ACCOUT_ID.connect.api.netsuite.com:1708;ServerDataSource=NetSuite2.com;Encrypted=1;NegotiateSSLClose=false;CustomProperties=(AccountID=NS_ACCOUT_ID;RoleID=1248)>
In this URL,
NS_ACCOUT_ID
should be replaced with your actual NetSuite account ID, and
RoleID
should be replaced with the ID of the role you are using for the connection. The username and password would be the credentials of the NetSuite user associated with the role specified in the JDBC URL. ****** 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.810112596
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.798788
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.798339963
Please provide your feedback on this answer.