MSIR.0260 SYBMSG(41101,15,1) Unable to process request because of invisible field constraints.: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
(Automatically generated page update)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
This message indicates that the [http://m204wiki.rocketsoftware.com/images/e/e4/JsdsrNew.pdf Janus Specialty Data Store] received a SQL request sent by the client (probably an Adaptive Server) that contained SQL that could not be processed because one or more invisible field's values are not in table B. The request being sent must be changed or the file must be reorganized with one or more of the invisible fields in question being changed to visible fields.
This message indicates that the [http://m204wiki.rocketsoftware.com/images/e/e4/JsdsrNew.pdf Janus Specialty Data Store] received a SQL request sent by the client (probably an Adaptive Server) that contained SQL that could not be processed because one or more invisible field's values are not in table B. The request being sent must be changed or the file must be reorganized with one or more of the invisible fields in question being changed to visible fields.


[[Category:Sirius Mods messages]] [[Category:MSIR.0200 - MSIR.0399]]
{{Template:MSIR.0260 footer}}
[[Category:MSIR.0200 - MSIR.0399]]

Latest revision as of 23:08, 3 March 2017

This message indicates that the Janus Specialty Data Store received a SQL request sent by the client (probably an Adaptive Server) that contained SQL that could not be processed because one or more invisible field's values are not in table B. The request being sent must be changed or the file must be reorganized with one or more of the invisible fields in question being changed to visible fields.


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
NOTERMDoes not display the message on the user's terminal

Back to list of messages