I've been trying to add a datasource in the ColdFusion Administrator for Windows 8 and I've been having many issues. Below is what I've done:
- Database created "onessBlog".
- Login created onessBlog with password onessBlog / SQL Server Authentication pointing to default database onessBlog
- User onessBlog created with default schema of dbo.
- Named Pipes enabled for SQLEXPRESS
- TCP/IP - All IP1 to IP11 is Active, Enabled, TCP Dynamic Ports is blank and TCP Port is 1433.
- Service has been restarted.
Under data sources in ColdFusion Administrator, I create a datasource name 1ssBlog with the Microsoft SQL Server. I filled in the following fields:
- CF Data source Name:
1ssBlogg
- Database:
onessBlog
- Server:
127.0.0.1
andlocalhost
- Port:
1433
- User name:
this is blank
- Password:
this is also blank
Once I verify the connection, I get the following error: Cannot open database "onessBlog" requested by the login. The login failed.
I have viewed the following resources and I don't know what I missed: