I got it once when the server was screwed and once when a duff sql query
swallowed all server resources.

-----Original Message-----
From: sebastian palmigiani [mailto:[EMAIL PROTECTED]]
Sent: 27 March 2001 20:05
To: CF-Talk
Subject: What does this error mean?


I do not understand nor can I figure  out how to fix the following error
from a stored procedure.

Doe anyone know what this error means?

Sebastian

----------------------

Error Diagnostic Information

CMemoryException: unknown cause

PCodeRuntimeContextImp::executeSQLTagCFStoredProc::endTag

The error occurred while processing an element with a general identifier of
(CFSTOREDPROC), occupying document position (24:1) to (25:33).


----------------------

<cfstoredproc procedure="spSelectTranslation"
              datasource="arica">
              
<cfprocparam type="in"
            cfsqltype="cf_sql_varchar"
            dbvarname="@LanguageID"
            value="#Trim(URL.LanguageID)#">


<cfprocparam type="in"
            cfsqltype="cf_sql_varchar"
            dbvarname="@TrainingTranslationID"
            value="#Trim(URL.TrainingID)#">
            
<cfprocparam type="in"
            cfsqltype="cf_sql_smallint"
            dbvarname="@TrainingTranslationType"
            value="#Trim(URL.Type)#">
                   
</cfstoredproc>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to