Reason:
An attempt was made to use the DBUTLTY MASSADD function to add records to a table, but the table was defined in CA Datacom Datadictionary with LOGGING=NO. This warning message is issued because LOGGING=NO does not permit transaction backout or recovery. The DATACOM-NAME for the table replaces ttt in the message text.
If LOGGING=YES, MASSADD issues a LOGCP every 1000 records, displays the record count at each checkpoint, and generates a User Requirements Table specifying transaction backout.
Action:
To temporarily override the logging attribute-value of N, execute the DBUTLTY CXXMAINT OPTION=ALTER function with the specification TABLE=ttt,LOGGING=YES. (Prior to executing this function, ensure that no task is actively processing the database containing the table.) The ALTER option remains in effect until the Directory is updated with existing CA Datacom Datadictionary definitions or until the logging specification is altered back with this option.
Follow the procedure(s) for maintaining existing CA Datacom/DB model structures documented in the CA Datacom Datadictionary User Guide to modify the value for LOGGING.
|
Copyright © 2014 CA.
All rights reserved.
|
|