Skip to main content
Inspiring
May 5, 2015
Question

After Installation of CF11 Update 5 Element STATUSCODE is undefined in CFSTOREDPROC

  • May 5, 2015
  • 0 replies
  • 319 views

Hi,

I installed Hotfix 005  to my CF11 Installation .

After that I get the error:

Element STATUSCODE is undefined in CFSTOREDPROC

when executing stored procedures

Example:

<cfstoredproc procedure="is_authorized" datasource="test" returncode="YES">

    <cfprocparam type="in" cfsqltype="cf_sql_varchar"  value="#username#" >

    <cfprocparam type="in" cfsqltype="cf_sql_varchar"  value="CUST_W" >

</cfstoredproc>

<cfoutput>

#cfstoredproc.StatusCode#

</cfoutput>

In the earlier Release everything was okay.

Any ideas?

Thanks Claudia

    This topic has been closed for replies.