Discussions
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
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?