Ask a Question related to Coldfusion Database Access, Design and Development.
-
Creative mind #1
Getting error to create the database source
hi Guys,
Would u like to help me. I m getting an error to create the
database source for MS SQL Server Database.
The Information, what I m providing.
CF Data Source Name : myDSN
Database : Blues
Server : local
Username:
Password :
or
CF Data Source Name : myDSN
Database : Blues
Server : 127.0.0.1
Username:
Password :
or
CF Data Source Name : myDSN
Database : Blues
Server : (local)
Username:
Password :
or
CF Data Source Name : myDSN
Database : Blues
Server : "local"
Username:
Password :
These all options, I tried but getting the same error.
The Error is :
Connection verification failed for data source: myDSN
[]java.sql.SQLException: Timed out trying to establish connection
The root cause was that: java.sql.SQLException: Timed out trying to establish
connection
I have check the port no also. It is fine.
I will really appreciate your help
Bluesim
:|
Creative mind Guest
-
Using CSV to create Image.source
So, here's what I have. I've got a datagrid that has a group of comma seperated values. I've been tinkering with it all night trying to get out... -
Can CF MX 6.1 access MySQL database as a Data Source?
I am using a PC with Windows XP, ColdFusion MX 6.1, MySQL 4.1 Server, DreamWeaver MX installed. I have been doing a lot of reading forums and... -
Open Source Database Opportunity
Hello all I am looking for a survey which compares functionalities of the 3 following databases : Oracle, Mysql and PostreSQL Do somebody could... -
RES: RES: NewsForge Poll: Favorite open source database?
> suspected the original link you posted: Excuse me. But I dont tried to spoof the vote. I only copied the link after I voted, so the site... -
NewsForge Poll: Favorite open source database?
http://www.newsforge.com/pollBooth.pl?qid=54 <http://www.newsforge.com/pollBooth.pl?qid=54§ion=mainpage&aid=4> §ion=mainpage&aid=4 ... -
gclausen #2
Re: Getting error to create the database source
The error you're getting says it can't connect to either the machine or the SQL
Server instance.
Is the SQL Server running on the same machine as CFMX? If so the "Server"
should be "localhost" or the IP Address of the machine. Otherwise the IP
Address will work.
I don't think it's having a problem finding the database but I believe the
"pubs" database comes with every instance of SQL Server, try using "pubs" for
the "Database" property.
gclausen Guest



Reply With Quote

