Error Occurred While Processing Request
Error Occurred While Processing Request

Error Executing Database Query.

[Macromedia][SequeLink JDBC Driver][ODBC Socket][IDI][BASIS ODBC-SQL Driver][OpenAPI]A failure occurred while attempting to establish a remote connection with a server. Verify that the correct port name or number was specified and that the server associated with that port number was started or enabled.
 
The error occurred in D:\dec\partners\r4\default.cfm: line 17
15 : 	SELECT DISTINCT bureau, countrysrt, countrycd
16 : 	FROM PMA
17 : 	WHERE r4year = <cfif isDefined("form.year")>'#form.year#'<cfelse>'fy2003'</cfif>
18 : 	ORDER BY bureau, countrysrt
19 : </cfquery>

SQL    SELECT DISTINCT bureau, countrysrt, countrycd FROM PMA WHERE r4year = 'fy2003' ORDER BY bureau, countrysrt
DATASOURCE   basis_public
VENDORERRORCODE   54055
SQLSTATE   S1000
Please try the following:

Browser   CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
Remote Address   38.107.191.87
Referrer  
Date/Time   23-Nov-09 01:58 PM
Stack Trace
at cfdefault2ecfm555026117.runPage(D:\dec\partners\r4\default.cfm:17)

java.sql.SQLException: [Macromedia][SequeLink JDBC Driver][ODBC Socket][IDI][BASIS ODBC-SQL Driver][OpenAPI]A failure occurred while attempting to establish a remote connection with a server.  Verify that the correct port name or number was specified and that the server associated with that port number was started or enabled.
	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:559)
	at coldfusion.server.j2ee.sql.pool.ConnectionRunner$RunnableConnection.run(ConnectionRunner.java:64)
	at java.lang.Thread.run(Thread.java:534)