-
1. Re: Having problems connecting Coldfusion10 with sql server express 2012
WolfShade Mar 31, 2014 5:50 AM (in response to Rossco199)As a former PC technician, the first rule of troubleshooting is "check your connections". Not just the physical connections. Make sure that there isn't a firewall interfering with the connectivity.
^_^
-
2. Re: Having problems connecting Coldfusion10 with sql server express 2012
BKBK Apr 1, 2014 5:57 AM (in response to Rossco199)Hi Rossco199,
The issue is likely caused by you not having yet assigned port 1433 in SQL Express itself. Follow the procedure described on the following page, and you should solve the problem: http://www.tensixconsulting.com/2012/02/sqlserverexception-the-tcpip-connection-to-the-hos t-port-1433-has-failed/
In particular, remember to assign port 1433 to 127.0.0.1 and to IPAll. Also set 'Active' and 'Enabled' to 'Yes' for the IP 127.0.0.1. While you're at it, if 'Named Pipes' is disabled, you should right-click on it and select 'enable'. Afterwards, restart the Windows service 'SQL Server(SQLEXPRESS)'.
It is advisable to allow ColdFusion server authentication. However, the SQL Express server is configured by default to allow only Windows authentication. This conflict may lead to errors.
Should you then encounter the dreaded Error 233: "No process is on the other end of the pipe", proceed as follows. Open the tool Microsoft SQL Server Management Studio. Right-click on the name of your database server, then on Properties. In the user interface that opens, click on Security. Select the combined 'SQL Server and Windows Authentication mode'. Restart the service 'SQL Server(SQLEXPRESS)'.
-
3. Re: Having problems connecting Coldfusion10 with sql server express 2012
BKBK Apr 3, 2014 12:08 AM (in response to Rossco199)How are you getting on, Rossco199? I, too, found that installing SQL Server Express 2012 on ColdFusion can be quite a challenge. If you are still having problems, let us know.


