Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Connect error
This was working okay. I can connect to sandbox but not prod. I am using squirel sql
Prod gives me the error
java.util.concurrent.ExecutionException: java.lang.RuntimeException: java.sql.SQLException: [NetSuite][SuiteAnalytics Connect JDBC Driver]Network problem, port resolution failure.
at java.util.concurrent.FutureTask.report(Unknown Source)
at java.util.concurrent.FutureTask.get(Unknown Source)
at
sandbox url jdbc:ns://odbcserver.sandbox.netsuite.com:1708;ServerDataSource=NetSuite.com;Encrypted=1;CustomProperties=(AccountID=xx;RoleID=n)
prod url jdbc:ns://odbcserver.netsuite.com:1708:ServerDataSource=NetSuite.com:Encrypted=1;CustomProperties=(AccountID=xx;RoleID=n)
I am not using a VPN
ideas?