Rodi
03/29/2025, 5:52 AMCeligo AI
03/29/2025, 5:53 AMAI 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:
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.
******Celigo AI
03/29/2025, 5:53 AMSlack 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
Celigo AI
03/29/2025, 5:53 AM