MSIR.0510 Cancelling request because of SIRFACT CANCEL ($func) (val)

From m204wiki
Revision as of 14:53, 9 November 2010 by 198.242.244.47 (talk) (Created page with "A request is being cancelled because ''''$func'''' returned a value specified on a SIRFACT CANCEL ''''$func'''' command. Determine the cause of the bad return value from the $fun...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A request is being cancelled because '$func' returned a value specified on a SIRFACT CANCEL '$func' command. Determine the cause of the bad return value from the $function (perhaps by getting a SirFact dump) and correct the User Language code, or if it is determined that 'val' should be an acceptable return value from '$func', remove the value from the SIRFACT CANCEL command or wrap the specific $function invocation in a SIRFACT OFF/SIRFACT ON bracket.