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

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
(Automatically generated page update)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
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.
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 SOUL code, or if it is determined that the returned value is 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.


[[Category:Sirius Mods messages]] [[Category:MSIR.0400 - MSIR.0599]]
{{Template:MSIR.0511 footer}}
[[Category:MSIR.0400 - MSIR.0599]]

Latest revision as of 23:13, 3 March 2017

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 SOUL code, or if it is determined that the returned value is 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.


Message attributes:

RETCODEO=0Sets online return code
RETCODEB=4Sets batch (single user) return code
CLASS=EError class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter
AUDITERWrites the message with line type ER to the audit trail
COUNTIncrements the error count (ERCNT) parameter

Back to list of messages