Ask a Question related to Coldfusion Database Access, Design and Development.
-
alexam #1
CF 7 and MS SQL 2005 Datasource Problems
Anyone having trouble connecting to a MS-SQL2005 dB from CF7? I'm running
these apps on a Windows XP machine.
I've installed the new JDBC driver from MM but still get the following error:
Connection verification failed for data source: CF_Other
java.sql.SQLException: [Macromedia][SQLServer JDBC Driver]Error establishing
socket to host and port: ORVAL:1433. Reason: Connection refused: connect
The root cause was that: java.sql.SQLException: [Macromedia][SQLServer JDBC
Driver]Error establishing socket to host and port: ORVAL:1433. Reason:
Connection refused: connect
I've tried using "SQL Server" data type through CF Admin as well as "Other"
data type, specifying a JDBC URL of:
jdbc:macromedia:sqlserver://ORVAL:1433;databaseName=ColdFusion;
SelectMethod=direct;sendStringParametersAsUnicode= false;
MaxPooledStatements=0;AuthenticationMethod=Type2;
Driver Class: macromedia.jdbc.MacromediaDriver
Is this just a problem becasue MS-SQL2005 is still in beta?
Any help is appreciated. Thanks,
-Alexam
alexam Guest
-
DB2 Datasource Connection problems
I have been using DB2 for a number of years by installing the DB2 v7 client on the CF server, and creating a datasource via an ODBC socket. This... -
Sql 2005 Express connection problems
hi, I just installed Sql Server 2005 express edition on my Win XP, and i am unable until this moment to add a database from it as a datasource on... -
Datasource Problems - Can't Set Up Connection to SQLServer
Greetings: windows xp home edition coldfusion mx 7 - development version sql server 2000 - development version I am trying to establish a... -
SQLExpess 2005 / ROWGuid Problems
I'm getting a very frustrating error in ColdFusion about a byteArray to string when trying to simply output a ROWGuid value Used to work fine now I... -
Cache DataGrid Datasource, Add/Delete rows and rebind problems
Hi all, Is there any way to cache the Datasource of datagrid and allow to add/delete row in cache, then rebind the datagrid from cached... -
tzimmerman #2
Re: CF 7 and MS SQL 2005 Datasource Problems
I'm not sure that your problem has to do with the fact that the database is still in beta. One thing you might try is using the ip address in stead of ORVAL.
HTH
Ted Zimmerman
tzimmerman Guest
-
IZEARTS #3
Re: CF 7 and MS SQL 2005 Datasource Problems
I have the same trouble. But I am working with SQL Server 2000.
Any advices?
IZEARTS Guest
-
BKBK #4
Re: CF 7 and MS SQL 2005 Datasource Problems
Did you in the Coldfusion Administrator enter the correct username/password
combination for the database? e.g. username="sa"(database admin)
BKBK Guest
-
sws #5
Re: CF 7 and MS SQL 2005 Datasource Problems
Sorry if I'm a little late here...
Make sure the Windows' Firewall (or any firewalling software for that matter) is not blocking the connection.
sws Guest



Reply With Quote

