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]Login failed for user 'icangarden'.
 
The error occurred in D:\www\ICanGarden\clubs\AirdrieHS\Application.cfm: line 15
13 : <CFSET clubid = 702>
14 : 
15 : <CFQUERY NAME=getclub DATASOURCE=#datasource# USERNAME=#ds_username# PASSWORD=#ds_password#>
16 : 	SELECT * FROM club 
17 : 	WHERE clubid = 702

SQL    SELECT * FROM club WHERE clubid = 702
DATASOURCE   icangarden
VENDORERRORCODE   18456
SQLSTATE   28000
Resources:

Browser   CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
Remote Address   38.107.179.206
Referrer  
Date/Time   06-Feb-12 05:38 AM
Stack Trace
at cfApplication2ecfm859796426.runPage(D:\www\ICanGarden\clubs\AirdrieHS\Application.cfm:15)

java.sql.SQLException: [Macromedia][SQLServer JDBC Driver][SQLServer]Login failed for user 'icangarden'.
	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.SQLServerImplConnection.open(Unknown Source)
	at macromedia.jdbc.base.BaseConnection.getNewImplConnection(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:562)
	at coldfusion.server.j2ee.sql.pool.ConnectionRunner$RunnableConnection.run(ConnectionRunner.java:67)
	at java.lang.Thread.run(Unknown Source)