DSNU402I csect-name INCREMENTAL IMAGE COPY DISALLOWED FOR object-type object-qualifier.object-name FULL IMAGE COPY WILL BE TAKEN
Explanation
An incremental image copy for a table space or data set was requested. However, a full image copy is required.
- csect-name
- The name of the control section that issued the message.
- object-type
- The type of object.
- object-qualifier.object-name
- The qualified object name.
Possible reasons why an incremental image copy is
not allowed include the following situations:
- The request was for one of the following table spaces that are
maintained by Db2:
- DSNDB01.DBD01
- DSNDB06.SYSCOPY
- DSNDB01.SYSUTILX
- DSNDB01.SYSDBDXA
- The LOAD utility or REORG TABLESPACE utility was run on the table space or data set, but no subsequent full image copy was taken.
- No full image copy was found for the requested sites.
- The requested table space or data set is in COPY-pending status.
- The request was for an entire table space, but the most recent image copy for the table space is at the data set level.
- The previous image copy is a DFSMS concurrent copy.
System action
The request for an incremental image copy is ignored, and a full image copy is taken.
User response
The size of the data set for the image copy might not be sufficient if the size was calculated for an incremental image copy. In that case, terminate the job. Then, specify a data set with the appropriate size for a full image copy, and resubmit the job. Otherwise, no action is necessary.
Severity
4 (warning)