MSIR.0165 SYBMSG(134,15,1) The variable name '(varname)' has already been declared.: 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 variable <i>varname</i> was declared twice 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 variable <i>varname</i> was declared twice 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 variable varname was declared twice 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.