com.microsoft.sqlserver.jdbc.SQLServerException: The TCP/IP connection to the host SUPERMAN, port 1433 has failed. Error: "Connection refused: connect. Verify the connection properties, check that an instance of SQL Server is running on the host and accepting TCP/IP connections at the port, and that no firewall is blocking TCP connections to the port.".
I am trying to install the Integration Platform. Windows Server 2008 R2. This is in a peer-to-peer environment, no domain configuration... firewalls are all turned off. I installed SQL Managment Studio to validate that I can connect to my server, and yes it will connect without any issues (Using the "sa" logon ID.).
However, when running the installation of the B1if components, I get to the point where it asks me for the connection information and it fails.
Steps;
- Run UPGRADE.EXE as Administrator (Also logged in as Administrator)
- Click NEXT
- Validate the License Server and port... Click NEXT
- Enter the SITE password... Click NEXT
- Validate SQL server data... 2008... server name... "sa" user ID... and password... Click NEXT
- In the Component Selections window, check the box for "Integration Solution Components"
- System Message appears... Click OK
- Click NEXT
- Upgrade Summary... Click NEXT
- Welcome To... Click NEXT
- Enter USER and COMPANY... Click NEXT (Leaving "all users" defaulted)
- Destination Location... Click NEXT
- Action Review... Click NEXT
- B1admin password is entered... Click NEXT
- Install proceeds for Components and JVM
- Select Database Type... 2008... Click NEXT
- Database Server login...
Here I must change the server name and I enter SERVER\INSTANCE.
The Port remains the same (1433).
Username is "sa".
Enter the password... Click NEXT.
Message... "Test connection to B1if. This may take several seconds."... then the error.
May 8, 2012 5:59:56 PM com.sap.b1i.dboperation.DBCreator excute
WARNING: The TCP/IP connection to the host superman, port 1433 has failed. Error: "Connection refused: connect. Verify the connection properties, check that an instance of SQL Server is running on the host and accepting TCP/IP connections at the port, and that no firewall is blocking TCP connections to the port.".
Any thoughts as to why this is happening?