Question:
While applying PTF RO79857 I am getting the error "HOLD REASON IDS WERE NOT RESOLVED." Why?
Environment:
Librarian V4.4
Answer:
- The HOLDDATA reason restart needs to be resolved during the apply step.
- Need to add the BYPASS(HOLDSYSTEM(RESTART)) statement.
- See APPLY example below:
APPLY SELECT (
RO79857
)
BYPASS(HOLDSYSTEM(RESTART))
RETRY(YES) COMPRESS(ALL) CHECK .