Ask a Question related to Coldfusion Database Access, Design and Development.
-
Skotopia #1
Re: Adding a MS SQL Server DSN *Newby*
I am having the same issue and don't know what I am doing wrong. I left the default port, used the Database name and just put in localhost for server. Anyone know what to do?
Skotopia Guest
-
Newby help!
Thanks to anyone that can kill a few mins to respond to this. I am very new and very lost - 4 days only. In my 4 days I have learned mucho!!! I... -
A very newby question
Hi all, I am a new learner of Flex and action script. I just got a very simple question that, for example, if i have 3 HBox: <mx:HBox id="1" .../>... -
Newby Question: hither and yon?
Hi, I'm new to Shockwave 3D and am trying to work out how to set the hither and yon parameters for my 3D world. At the moment the 3D world is not... -
Real newby help - please!
Our programmer is away and I am trying to get a PHP upload script working (it currently hangs and then fails no matter what type of file is... -
[PHP] newbY prob
Where is $dbqueryshipping1 set? I see $bdquerymeal, but not $dbqueryshipping1. -
mxstu #2
Re: Adding a MS SQL Server DSN *Newby*
Originally posted by: Skotopia
I am having the same issue and don't know what I am doing wrong. I left the
default port, used the Database name and just put in localhost for server.
Anyone know what to do?
The following settings worked for me with SQL Server 2000 running on the same
machine as the CF Server. "Northwind" is obviously the test database installed
with SQL Server. The only issues I encountered were due to problems with
firewall software preventing the connection, resulting in errors like
"connection refused". Once I updated the firewall settings all was well.
Driver: Microsoft SQL Server
CF Data Source Name: Northwind
Database: Northwind
Server: 127.0.0.1
UserName: (your sql server user - for example - "sa" )
Password: (user password)
Port: 1433
If that doesn't work, you may want to post any error messages and maybe
somebody can help you.
mxstu Guest
-
Skotopia #3
Re: Adding a MS SQL Server DSN *Newby*
Thanks for responding. Okay I used the port and host name you specified., and
I input the name of my database properly. In SQL I created a user for my
database and gave it a password, the values of which i then input into this
data source: so the input fields of the data source looks like:
The name of the data source
The database name
127.0.0.1 port: 1433
dude
dude's password
This still gives me the error:
Connection verification failed for data source: Anima System
[]java.sql.SQLException: SQLException occurred in JDBCPool while attempting to
connect, please check your username, password, URL, and other connectivity info.
The root cause was that: java.sql.SQLException: SQLException occurred in
JDBCPool while attempting to connect, please check your username, password,
URL, and other connectivity info.
If someone can help I'd be very very grateful!
Skotopia Guest
-
Skotopia #4
Re: Adding a MS SQL Server DSN *Newby*
It's also worth noting that my default data sources work, and my SQL server and CF server are both on my computer.
Skotopia Guest
-
The ScareCrow #5
Re: Adding a MS SQL Server DSN *Newby*
FYI
If using windows xp or I think server 2003 you have to install sql server sp3
after you install the sp for windows.
You also may need to exclude the port in the windows firewall if it's on, this
link will show you how
[url]http://www.winnetmag.com/SQLServer/Article/ArticleID/43777/SQLServer_43777.html[/url]
Ken
The ScareCrow Guest



Reply With Quote

