DSNA685I csect-name application-name action-type PROCESSING DID NOT COMPLETE SUCCESSFULLY. OBJECT-TYPE=object-type, OBJECT-NAME=object-name, OBJECT-BACKUP-NAME=object-backup-name. additional-info

Explanation

One of the following events occurred:

  • An object was not restored after the application that replaced it failed to complete successfully.
  • A new object or a backup object was not deleted after the application that created it failed to complete successfully.
  • A backup object was not deleted after that application the created it completed successfully.

Message DSNA685I is returned in the result table of the SYSPROC.ADMIN_UPDATE_SYSPARM stored procedure.

csect-name
The name of the control section that issued the message.
application-name
The name of the application.
action-type
The type of action that did not complete. action-type can be one of the following values:
CLEANUP
The cleanup processing that occurs when application-name completes, regardless of whether the application is successful. An attempt to delete either object-name or object-backup-name failed.
RESTORE
The restore processing that occurs when application-name does not complete successfully and must restore all replaced objects to their state before the application was run. An attempt to restore an object from the object backup failed.
object-type
A numeric value that identifies the type of object that was not cleaned up or restored. object-type can be one of the following values:
01
The JCL to assemble and link-edit the subsystem parameters load module.
02
The subsystem parameters load module.
03
The active subsystem parameters load module in storage.
object-name
The name of the object.
object-backup-name
The name of the backup object.
additional-info
Additional text that describes the failure.

Although additional-info is part of message DSNA685I, it is not returned in the same result set row. additional-info is returned in a separate row after DSNA685I.

System action

Processing continues.

User response

Depending on the values in the message, take the action as indicated in the following table:

action-type value object-type value Description of the error object-name value object-backup-name value User response
CLEANUP 01 The member that contains the new JCL to assemble and link-edit the new subsystem parameters load module was not deleted. The name of the member with the new JCL NA Delete the member with the specified object name (object-name) from the JCL source library.
CLEANUP 01 The backup of the member that the stored procedure replaced with the new JCL to assemble and link-edit the new subsystem parameters load module was not deleted. NA The backup name of the member that the stored procedure replaced with the new JCL Delete the member with the specified backup object name (object-backup-name ) from the JCL source library.
CLEANUP 02 The member with the new subsystem parameters load module was not deleted. The name of the member with the new subsystem parameters load module NA Delete the member with the specified object name (object-name) from the subsystem parameters load module library.
CLEANUP 02 The backup of the member that the stored procedure replaced with the new subsystem parameters load module was not deleted. NA The backup name of the member that the stored procedure replaced with the new subsystem parameters load module Delete the member with the specified backup object name (object-backup-name ) from the subsystem parameters load module library.
RESTORE 01 The member that the stored procedure replaced with the new JCL that assembles and link-edits the new subsystem parameters load module was not restored. The name of the member with the new JCL The backup name of the member that the stored procedure replaced with the new JCL Rename the member with the specified backup object name (object-backup-name ) in the JCL source library to the specified object name (object-name).
RESTORE 02 The member that the stored procedure replaced with the new subsystem parameters load module was not restored. The name of the member with the new subsystem parameters load module The backup name of the member that the stored procedure replaced with the new subsystem parameters load module Rename the member with the specified backup object name (object-backup-name ) in the subsystem parameters load library to the specified object name (object-name).
RESTORE 03 The replaced active subsystem parameters load module in storage was not restored. The name of the subsystem parameters load module in storage before the stored procedure issued the SET SYSPARM command with the LOAD option. NA From the console, issue the SET SYSPARM command with the LOAD(object-name) clause.