Help! New CF/SQL installation - can't get CF to talk to datasource!
*Any* help appreciated.
New CF Developer Ed. installation (CF 9,0,0,251028). New SQL Express installation (SQL Express 2005). Both are running under Local System Acct. SQL is working (created new db OK). Connecting to SQL via sa acct. Running on WinXP Pro. CF and SQL services are running OK.
I create the datasource in the admin console and I get the following error:
Connection verification failed for data source: Test1
java.sql.SQLNonTransientConnectionException: [Macromedia][SQLServer JDBC Driver]Error establishing socket to host and port: 127.0.0.1:1433. Reason: Connection refused: connect
The root cause was that: java.sql.SQLNonTransientConnectionException: [Macromedia][SQLServer JDBC Driver]Error establishing socket to host and port: 127.0.0.1:1433. Reason: Connection refused: connect
I created the datasource with:
Server: localhost port 1433, and also tried 127.0.0.1 port 1433
User name: sa
Password: sa password (yes, I typed it correctly)
All other settings left as default.
Please help! Much thanks in advance!
