MSIR.0445 Bad (symptom) in record (rec), input record number (oldrec), reason (hexstring): Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
(Automatically generated page update)
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
This indicates that the file you are attempting to use as input to LAI has invalid information in a table B record. This most likely indicates that the file was corrupted prior to unloading. ''''Symptom'''' can be '''field number''', indicating the field number was not known in the unloaded file; it can also be '''coded value''', indicating the stored coded value was not known in the unloaded file.  
This indicates that the file you are attempting to use as input to LAI has invalid information in a table B record. This most likely indicates that the file was corrupted prior to unloading. '''''symptom''''' can be '''field number''', indicating the field number was not known in the unloaded file; it can also be '''coded value''', indicating the stored coded value was not known in the unloaded file.  


The record number in the newly loaded file is ''''rec'''', and the old file's record number that the unloaded value came from is ''''oldrec''''.  
The record number in the newly loaded file is '''''rec''''', and the old file's record number that the unloaded value came from is '''''oldrec'''''.  


If the record was not corrupted, call Rocket Software technical support and provide the value of ''''hexstring'''' for diagnosis.
If the record was not corrupted, call [[Contacting Rocket Software Technical Support|Technical Support]] and provide the value of '''''hexstring''''' for diagnosis.


[[Category:Sirius Mods Messages]]
{{Template:MSIR.0445 footer}}
[[Category:MSIR.0400 - MSIR.0599]]

Latest revision as of 23:13, 3 March 2017

This indicates that the file you are attempting to use as input to LAI has invalid information in a table B record. This most likely indicates that the file was corrupted prior to unloading. symptom can be field number, indicating the field number was not known in the unloaded file; it can also be coded value, indicating the stored coded value was not known in the unloaded file.

The record number in the newly loaded file is rec, and the old file's record number that the unloaded value came from is oldrec.

If the record was not corrupted, call Technical Support and provide the value of hexstring for diagnosis.


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