MSIR.0511 Error in ($func) call in line (lnum), procedure (pname), file (fname)

From m204wiki
Revision as of 16:00, 13 August 2015 by JALWiccan (talk | contribs) (Automatically generated page update)
Jump to navigation Jump to search

A request is being cancelled because the '$func' call in line 'lnum' or procedure 'pname' in file 'fname' 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.