YAPYPTF871 in library Y2874AC with adopt authority attribute not restored
search cancel

YAPYPTF871 in library Y2874AC with adopt authority attribute not restored

book

Article ID: 450812

calendar_today

Updated On:

Products

CA 2E

Issue/Introduction

When prepare upgrade from 8.7 to 8.7.4 following the installation steps, and when run

RSTLIB SAVLIB(Y2874AC) DEV(*SAVF) SAVF(QGPL/Y2874AC)

One could run into errors

YAPYPTF871 in library Y2874AC with adopt authority attribute not restored.
YAPYPTF872 in library Y2874AC with adopt authority attribute not restored.
YAPYPTF873 in library Y2874AC with adopt authority attribute not restored.
YAPYPTF874 in library Y2874AC with adopt authority attribute not restored.
YTRIGGER in library Y2874AC with adopt authority attribute not restored.

This article gives a resolution.

Environment

  • CA 2E 8.7 being upgraded to 8.7.4

Cause

System value QALWOBJRST is set to not allow adopt authority attribute.

Resolution

  1. Run this command and take note for its original value
    WRKSYSVAL SYSVAL(QALWOBJRST)
  2. Run this command to change its value
    CHGSYSVAL SYSVAL(QALWOBJRST) VALUE(*ALL)
  3. Delete the library
    DLTLIB LIB(Y2874AC)
  4. Re-run the RSTLIB command
    RSTLIB SAVLIB(Y2874AC) DEV(*SAVF) SAVF(QGPL/Y2874AC)
    Make sure there is no errors otherwise contact Broadcom Support
  5. Restore the original value of QALWOBJRST
    CHGSYSVAL SYSVAL(QALWOBJRST) VALUE(<original-value>)