Ask a Question related to Coldfusion Database Access, Design and Development.
-
DaNewt #1
SQL Server JDBC Driver / Validation Failure
Hmmm... I posted earlier today, but the message naver made it to the forums.
I'll try again
We have been trying to install an app (prototype designed at another facility)
onto a test server environment in our data center. The equipment consists of
the following:
- Windows 2003 Server / IIS 6.0 / ColdFusion MX7 (with all current patches
upgrades and service packs).
- SAN running Win 2003 / MS SQL Server 2000 (again, all current)
I did a fresh install of IIS and CF on the app server, and have the dubious
honor of being the first app on this server. I have had a heck of a time
getting everything configured on this so the servers talk to each other, but
they do. There are many .NET projects accessing the SAN, and the SQL Server is
solid. The prototype db was backed up/restored/verified on the SAN.
And yet we cannot connect to the database using the SQL JDBC driver or even
the ODBC driver. This is the error from the page:
Error Executing Database Query.
[Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]Cannot open database
requested in login 'Polaris'. Login fails.
In the CF Admin, we get a "connection verification failure" message, and
though the ODBC driver thinks it's connecting, a trip to the site using ODBC
fails as well (same message).
Permissions are correct. Mixed authentication is on (I know because I tried to
login to the db using the windows UID and it failed). I've been fighting this
for far too long. Any ideas?
ANYONE?
Dave Newton
NASA - Marshall Space Flight Center
DaNewt Guest
-
DataDirect 3.5 JDBC Driver / Problem with CFQUERYPARAMand SQL Server
Is anyone else experiencing this? I just reported it as a bug, but want to be sure that I'm not the only one, and that it doesn't disappear into the... -
Failure MySQL JDBC driver 3.1 or 3.2
I want to use MySQL 5 with ColdFusion MX 7 standard. I tried the JDBC Connector 3.1 and 3.2. Adding a new DSN works fine in administratrion, but if... -
SQL Server JDBC Driver Encryption
Hi, does anyone know if its possible to encrypt a SQL server jdbc driver datasource? I know it is with ODBC but CF seems to have no options... -
SQL Server 2000 JDBC driver??
I know that Microsoft offers a JDBC driver for SQL Server 2000, but its a EXE file. I'm also under the impression that the actual jar file needs... -
DB2 JDBC Driver
What should I use for the DB2 JDBC driver form JDBC SPs? I'm using "DriverManager.getConnection("jdbc:default:connection");" at the moment. Is... -
DaNewt #2
Re: SQL Server JDBC Driver / Validation Failure
Just wanted to post the solution to this in case someone else has this kind of
problem.
It was in fact a SQL permission problem - the database had been restored and
the SQL user that had been added for CF to talk to the database was no longer
there after the restore.
Dave-
DaNewt Guest



Reply With Quote

