Error Occurred While Processing Request The web site you are accessing has experienced an unexpected error.
Please contact the website administrator.


The following information is meant for the website developer for debugging purposes.
Error Occurred While Processing Request

Error Executing Database Query.

[Macromedia][SQLServer JDBC Driver][SQLServer]Cannot open database "cliniclookup" requested by the login. The login failed.
 
The error occurred in E:\http\jamesdurr\gallery\gallery.cfm: line 60
58 : 		select 		*
59 :         from 		tbl_gallerydata
60 : 		where		gallery_id = #gallery#
61 :         order by 	newid()
62 :     </cfquery>    

SQLSTATE   08001
SQL    select * from tbl_gallerydata where gallery_id = 1 order by newid()
VENDORERRORCODE   4060
DATASOURCE   ebi
Resources:

Browser   claudebot
Remote Address   172.70.34.56
Referrer  
Date/Time   19-Mar-24 06:07 AM
Stack Trace
at cfgallery2ecfm1865813921.runPage(E:\http\jamesdurr\gallery\gallery.cfm:60)

java.sql.SQLException: [Macromedia][SQLServer JDBC Driver][SQLServer]Cannot open database "cliniclookup" requested by the login. The login failed.
	at macromedia.jdbc.base.BaseExceptions.createException(Unknown Source)
	at macromedia.jdbc.base.BaseExceptions.getException(Unknown Source)
	at macromedia.jdbc.sqlserver.tds.TDSRequest.processErrorToken(Unknown Source)
	at macromedia.jdbc.sqlserver.tds.TDSRequest.processReplyToken(Unknown Source)
	at macromedia.jdbc.sqlserver.tds.TDSLoginRequest.processReplyToken(Unknown Source)
	at macromedia.jdbc.sqlserver.tds.TDSRequest.processReply(Unknown Source)
	at macromedia.jdbc.sqlserver.tds.TDSLoginRequest.submitRequest(Unknown Source)
	at macromedia.jdbc.sqlserver.SQLServerImplConnection.open(Unknown Source)
	at macromedia.jdbc.base.BaseConnection.connect(Unknown Source)
	at macromedia.jdbc.base.BaseConnection.setupImplConnection(Unknown Source)
	at macromedia.jdbc.base.BaseConnection.open(Unknown Source)
	at macromedia.jdbc.base.BaseDriver.connect(Unknown Source)
	at macromedia.jdbc.MacromediaDriver.connect(Unknown Source)
	at coldfusion.server.j2ee.sql.pool.JDBCPool.createPhysicalConnection(JDBCPool.java:589)
	at coldfusion.server.j2ee.sql.pool.ConnectionRunner$RunnableConnection.run(ConnectionRunner.java:67)
	at java.lang.Thread.run(Thread.java:619)