Skip to main content
Participant
October 15, 2008
Question

CFTHREAD error

  • October 15, 2008
  • 1 reply
  • 304 views
We are uing CFTHREAD to kick off some long running tasks (eg a SQL server stored procedure) without the user having to wait for the completion of the task. This is mostly working fine, but sometimes (and unpredictably) the contents of the CFTHREAD are not executed, and the following error message appears in the application.log file:

THREADNAME: Variable _cffunccfthread_cftemplatename2ecfm5304057051 is undefined

Were THREADNAME is the value of the name attribute of the CFTHREAD tag, and templatename is the filename of the parent template.

Has anyone else seen this, of have any ideas how to fix it? A search of these forums and Google has drawn a complete blank.

Thanks
This topic has been closed for replies.

1 reply

BKBK
Community Expert
Community Expert
October 19, 2008
By the sound of it, it is the kind of problem this forum can easily debug if you show the code.