Error Occurred While Processing Request
Error Occurred While Processing Request

Error Executing Database Query.

[Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC Microsoft Access Driver] Cannot open database '(unknown)'. It may not be a database that your application recognizes, or the file may be corrupt.
 
The error occurred in C:\websites\cfdirectory\www\queries\qry_getsettings.cfm: line 43
Called from C:\websites\cfdirectory\www\fbx_Settings.cfm: line 20
Called from C:\websites\cfdirectory\www\fbx_fusebox30_CF50_turbo.cfm: line 73
Called from C:\websites\cfdirectory\www\fbx_fusebox30_CF50_turbo.cfm: line 1
Called from C:\websites\cfdirectory\www\index.cfm: line 26
41 : SELECT * FROM Settings
42 : where SiteURL like '%#thisURL#%'
43 : 	OR SiteURL like '%#Replace(thisURL,"www.","")#%'
44 : 	OR SettingID = 1
45 : ORDER BY SettingID DESC

SQL    SELECT * FROM Settings where SiteURL like '%www.cfdirectory.com%' OR SiteURL like '%cfdirectory.com%' OR SettingID = 1 ORDER BY SettingID DESC
DATASOURCE   cfdirectory
VENDORERRORCODE   -1206
SQLSTATE   HY000
Please try the following:

Browser   CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
Remote Address   38.103.63.61
Referrer  
Date/Time   20-Aug-08 07:38 PM
Stack Trace
at cfqry_getsettings2ecfm1968077708.runPage(C:\websites\cfdirectory\www\queries\qry_getsettings.cfm:43) at cffbx_Settings2ecfm479433654.runPage(C:\websites\cfdirectory\www\fbx_Settings.cfm:20) at cffbx_fusebox30_CF50_turbo2ecfm1290001092._factor6(C:\websites\cfdirectory\www\fbx_fusebox30_CF50_turbo.cfm:73) at cffbx_fusebox30_CF50_turbo2ecfm1290001092.runPage(C:\websites\cfdirectory\www\fbx_fusebox30_CF50_turbo.cfm:1) at cfindex2ecfm2053427734.runPage(C:\websites\cfdirectory\www\index.cfm:26)

java.sql.SQLException: [Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC Microsoft Access Driver] Cannot open database '(unknown)'.  It may not be a database that your application recognizes, or the file may be corrupt.
	at macromedia.sequelink.ssp.Diagnostic.toSQLException(Unknown Source)
	at macromedia.sequelink.ssp.Chain.cnvDiagnostics(Unknown Source)
	at macromedia.sequelink.ssp.Chain.decodeDiagnostic(Unknown Source)
	at macromedia.sequelink.ssp.Chain.decodeBody(Unknown Source)
	at macromedia.sequelink.ssp.Chain.decode(Unknown Source)
	at macromedia.sequelink.ssp.Chain.send(Unknown Source)
	at macromedia.sequelink.ctxt.conn.SessionContext.logon(Unknown Source)
	at macromedia.sequelink.ctxt.conn.SessionContext.<init>(Unknown Source)
	at macromedia.sequelink.ctxt.conn.ConnectionContext.connect(Unknown Source)
	at macromedia.jdbc.sequelink.SequeLinkImplConnection.open(Unknown Source)
	at macromedia.jdbc.slbase.BaseConnection.getNewImplConnection(Unknown Source)
	at macromedia.jdbc.slbase.BaseConnection.open(Unknown Source)
	at macromedia.jdbc.slbase.BaseDriver.connect(Unknown Source)
	at macromedia.jdbc.MacromediaDriver.connect(Unknown Source)
	at coldfusion.server.j2ee.sql.pool.JDBCPool.createPhysicalConnection(JDBCPool.java:562)
	at coldfusion.server.j2ee.sql.pool.ConnectionRunner$RunnableConnection.run(ConnectionRunner.java:67)
	at java.lang.Thread.run(Unknown Source)