Hi all,

Still working the Form tag going blank issue ... put in a link to bypass 
it temporarily to start debugging one of the destinations: a webapp to 
manage a mechanical drawing archive.

Current issue: a custom tag can't connect to the database. Native Error 
Code is 0,  SQL Server State  is 80001, which an ibm.com page identifies 
as "database server rejected the connection".

OBD Admin verifies the connection successfully. Port is open on the box 
containing both the MySQL instance (daemon is up) and the OBD instance. 
I can execute the query from Terminal ... any guesses how to resolve 
this issue?


Invoking code:
<cfmodule template="tag_gm_classes.cfm"> within template 
"uprrlib_index.cfm".


Here's the query in the template "tag_gm_classes.cfm". Both files are in 
the same directory ... along with index.cfm and index_action.cfm.

    <!--- get classes for class searching --->
        <CFQUERY DATASOURCE="#SESSION.dsn#" NAME="CALLER.gm_classes">
            SELECT
                *
               
            FROM
                uprr_classes  class
       
            ORDER BY
                class.class_name   
        </CFQUERY>


If OBD says the connection is verified ... why would a custom tag's 
connection to the database be rejected?

Thank you!

* JB *


--~--~---------~--~----~------------~-------~--~----~
Open BlueDragon Public Mailing List
 http://groups.google.com/group/openbd?hl=en
 official site @ http://www.openbluedragon.org/

!! save a network - trim replies before posting !!
-~----------~----~----~----~------~----~------~--~---

Reply via email to