MSIR.0312 Input HASH/SORT key does not match key in database file: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
(Automatically generated page update)
Line 1: Line 1:
This indicates that you are attempting to LAI into a hash or sort key file, but the <var class="product">Fast/Unload</var> UAI statement did not indicate a hash or sort key, or, if it indicated a sort key, the first item was not usable as the file's key. You must either redefine the database file with no hash or sort key, or rerun the UAI indicating the correct key on the unload. After this you can rerun the [http://m204wiki.rocketsoftware.com/images/9/95/FrelrNew.pdf Fast/Reload].
This indicates that you are attempting to LAI into a hash or sort key file, but the <var class="product">Fast/Unload</var> UAI statement did not indicate a hash or sort key, or, if it indicated a sort key, the first item was not usable as the file's key. You must either redefine the database file with no hash or sort key, or rerun the UAI indicating the correct key on the unload. After this you can rerun the [http://m204wiki.rocketsoftware.com/images/9/95/FrelrNew.pdf Fast/Reload].


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

Revision as of 16:45, 11 July 2016

This indicates that you are attempting to LAI into a hash or sort key file, but the Fast/Unload UAI statement did not indicate a hash or sort key, or, if it indicated a sort key, the first item was not usable as the file's key. You must either redefine the database file with no hash or sort key, or rerun the UAI indicating the correct key on the unload. After this you can rerun the Fast/Reload.


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