Discussions
Join us for complimentary one-day events around the world and step into a future fueled by AI and limitless potential. Explore new breakthroughs, sharpen your skills, and connect with experts who are shaping what’s next. Experience bold keynotes, interactive learning, and connections that span the global NetSuite community. Discover what's next at SuiteConnect Tour 2026.
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?