Question
CFTHREAD error
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
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
