Ask a Question related to Coldfusion Server Administration, Design and Development.
-
James74 #1
ODBC Connection Problem
I'm running windows XP Professional, MS SQL Server 2000 developer, IIS 5.1 and
Cold Fusion MX 7 on my local machine.
I get the following error when trying to add a datasource in CF Administrator:
Connection verification failed for data source: testdatasource
java.sql.SQLException: [Macromedia][SQLServer JDBC Driver]Unable to connect.
Invalid URL.
The root cause was that: java.sql.SQLException: [Macromedia][SQLServer JDBC
Driver]Unable to connect. Invalid URL.
It has something to do with finding the SQL Server, but I'm lost. Any help
would be greatly appreciated.
I've tryed putting (local) and 127.0.0.1 for the server and it didn't work.
Also, I'm not sure what port I should be using. I've
been leaving the default in there.
Thanks
James
James74 Guest
-
ODBC Connection Problem CFMX7
I am upgrading from ColdFusion MX 6.1 Server to ColdFusion MX 7 Server (Standard). The Server OS is Windows 2003 Server (Standard Edition) and... -
Create ODBC connection
I figure if the CF Administrator can create an ODBC connection for CF, and the Administrator is just a CF application, we, as application... -
ODBC Connection
I created dynamicxls in system DSN to connect to another server J: it showed J:/weekly/suspenselist.xls then I created Data source in... -
SQL database connection problem with dbtype="ODBC"
I am having one website in coldfusion. But not able to connect database with application. I am getting following error. I created Database in... -
Oracle Odbc Connection Problem
I'm trying to connect to a oracle database using the " Microsoft ODBC for Oracle " driver with the followin script: <?php $user= "user";... -
ke4pym #2
Re: ODBC Connection Problem
Do you have a firewall running? MSSQL generally is configured to use 1433.
Can you create a Datasource using the ODBC control panel in the Admin Tools
Folder?
Have you tried using your machine's real IP address?
ke4pym Guest



Reply With Quote

