Hi Guys!
I have installed MS SQL Express on my machine with a Server Administrator ("sa") password. I have also installed ColdFusion MX 7 Developers Edition server on my machine. When I go to the "Data & Services > Datasources" section to the ColdFusion Administrator and try to add a new data source using "Microsoft SQL Server" as the driver, "master" as the database, "127.0.0.1" as the server, "1433" as the port, "sa" as the Username, and the Server Administrator ("sa") password as the password, and click the Submit button, I get this error:
Connection verification failed for data source: master
java.sql.SQLException: [Macromedia][SQLServer JDBC Driver]Error establishing socket. Connection refused: connect
The root cause was that: java.sql.SQLException: [Macromedia][SQLServer JDBC Driver]Error establishing socket. Connection refused: connect
What should my settings be?
Dave
Start Free Trial