MSIR.0167 SYBMSG(137,15,1) Must declare variable '(varname)'.: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
(Automatically generated page update)
Line 1: Line 1:
This message indicates that <i>varname</i> was used as a parameter on an EXEC statement but had not been declared in a stream being handled by EXEC2RPC processing on a ''[[Janus Open Server]]'' port. This is indicative of an error in the client code. Turning on language/RPC debugging with a "JANUS TRACE 3" command and re-running the request will send the data being sent by the client to the Model 204 audit trail.
This message indicates that <i>varname</i> was used as a parameter on an EXEC statement but had not been declared in a stream being handled by EXEC2RPC processing on a ''[[Janus Open Server]]'' port. This is indicative of an error in the client code. Turning on language/RPC debugging with a "JANUS TRACE 3" command and re-running the request will send the data being sent by the client to the Model 204 audit trail.


[[Category:Sirius Mods Messages]]
[[Category:Sirius Mods messages]]

Revision as of 17:35, 19 April 2013

This message indicates that varname was used as a parameter on an EXEC statement but had not been declared in a stream being handled by EXEC2RPC processing on a Janus Open Server port. This is indicative of an error in the client code. Turning on language/RPC debugging with a "JANUS TRACE 3" command and re-running the request will send the data being sent by the client to the Model 204 audit trail.