BusinessLink iSeries 400 Software Removal

Product: BusinessLink/WEB
Modified Date:


Note: This procedure assumes that the iSeries 400 software was installed using default installation parameters. If non-standard installation parameters were specified, replace references to library and/or subsystems as appropriate. Please also note that this is a global procedure for all BusinessLink versions. Depending on the current version installed, some objects may not exist. This is normal.

Step 1 - Verify iSeries 400 Operator Authority
  • The user profile performing the removal has *SECOFR class authority.

    Step 2 - End BusinessLink Subsystems If Active
  • ENDSBS ABL *IMMED
  • ENDSBS ABLHSM *IMMED
  • ENDSBS ABLSPT *IMMED
  • ENDSBS ATFM *IMMED
  • ENDSBS ATFM19G *IMMED

    Step 3 - Verify BusinessLink Libraries not on Library Lists (system or user)
  • WRKOBJLCK OBJ(*LIBL/ABL) OBJTYPE(*LIB)
  • WRKOBJLCK OBJ(*LIBL/ABLSPT) OBJTYPE(*LIB)
  • WRKOBJLCK OBJ(*LIBL/ATFM) OBJTYPE(*LIB)
  • WRKOBJLCK OBJ(*LIBL/ATFM19G) OBJTYPE(*LIB)
    The WRKOBJLCK command should state that there are no locks on the specified objects.

    Step 4 - Delete User Profiles and Owned Objects
  • DLTUSRPRF USRPRF(ATFMAUTO) OWNOBJOPT(*DLT)
  • DLTUSRPRF USRPRF(ATFMPGMR) OWNOBJOPT(*DLT)
  • DLTUSRPRF USRPRF(ATFMUSER) OWNOBJOPT(*DLT)
  • DLTUSRPRF USRPRF(ATFMOBJOWN) OWNOBJOPT(*DLT)

    Step 5 - Delete Libraries
  • DLTLIB LIB(ABL)
  • DLTLIB LIB(ABLSPT)
  • DLTLIB LIB(ATFM)
  • DLTLIB LIB(ATFM19G)

    ** End of Technical Support Bulletin **