Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
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?