Summary
The error occurs when creating an ODBC connection on Microsoft SQL Server Express for the Sage 300 program.
Cause
The SQL Server Express port isn’t reachable because the firewall blocks the dynamic port.
The ODBC connection doesn’t specify the correct port.
Resolution
Find the SQL Server Express port
- Open SQL Server Configuration Manager.
- Expand SQL Server Network Configuration.
- Select the server instance.
- Double-click TCP/IP.
- Open IP Addresses.
- Locate the active TCP port.
Configure your ODBC connection to use this port
- Open Control Panel
- Go to Administrative Tools
- Select ODBC Data Sources (64-bit) or ODBC Data Sources (32-bit)
-
In the ODBC Data Source Administrator, select the System DSN tab
- Add a new ODBC or select your ODBC Connection
- Follow the prompts and enter the information
- Name: DSN name
-
Description: Optional -
Server: servername\instance, port (example: SERVER01\SQLEXPRESS,1433)
- Click Finish when done
- Test the connection to make sure the connection passes the test
Need more help?