Reputation: 1083
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:
Under data sources in ColdFusion Administrator, I create a datasource name 1ssBlog with the Microsoft SQL Server. I filled in the following fields:
1ssBlogg
onessBlog
127.0.0.1
and localhost
1433
this is blank
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:
Upvotes: 1
Views: 2247
Reputation: 1083
As Miguel-F commented above, he asked me why the username and password fields were blank. I replied that, according to the Adobe Docs, it advised me to leave the username and password fields blank. Obviously, this wasn't the case. Outlined below are the steps of getting a new instance SQL Server connected with ColdFusion:
http://127.0.0.1:8500/CFIDE/administrator/index.cfm
if left at defaults. Click on "Data Sources". Type in a Datasource name and select "Microsoft SQL Server" as the Drive Type.127.0.0.1
with "Port" 1433
.Upvotes: 4