Frequently Asked Questions
Our most commonly asked questions (with
answers!) are below.
Your question isn't answered here? Contact
Us or complete the Support
Request form.
JoltDigital has blocked port 1433 from outside connections at our firewall. Instead we only allow connections to MSSQL on an alternative port. You will need to set your connection for port 14330 instead. This can be done in one or two ways.
1. When registering the server through Enterprise Manager enter something like the following for the server name sql2k1.joltdigital.com,14330 The comma port number after the SQL server name will connect you on the alternative port
2. Under Client Network Utilities for SQL server specify port 14330 in an alias definition for a server
Please note: You do not need to make these changes to your applications. Inside the firewall scripts that connect to the SQL server such as asp connections strings can still use the default port 1433 without issue.