Table of Contents

Search

  1. Preface
  2. PowerExchange Installation and Upgrade Overview
  3. Installation Planning
  4. Upgrade Planning
  5. Installing and Upgrading PowerExchange on IBM i
  6. Installing and Upgrading PowerExchange on Linux and UNIX
  7. Installing and Upgrading PowerExchange on Windows
  8. Installing and Upgrading PowerExchange on z/OS
  9. Appendix A: Upgrade Considerations
  10. Appendix B: PowerExchange Environment
  11. Appendix C: Manual Installation on IBM i

Installation and Upgrade Guide

Installation and Upgrade Guide

Step 7. Change Object Ownership (Optional)

Step 7. Change Object Ownership (Optional)

If you previously changed the ownership of objects when you performed the full installation, you must run the same commands from Step 7 of the full installation again to change the ownership of the objects that the hotfix supplies.
To change user ID for the
dtllib
and
datalib
libraries, run the following commands:
call pgm(
dtllib
/chgallobj) parm('
dtllib
' '
pwxusr
') call pgm(
dtllib
/chgallobj) parm('
datalib
' '
pwxusr
')
To change the user ID for the
condlib
and
cpxlib
libraries, run the following commands:
call pgm(
dtllib
/chgallobj) parm('
condlib
' '
pwxusr
') call pgm(
dtllib
/chgallobj) parm('
cpxlib
' '
pwxusr
')
When you run the CHGALLOBJ program to change object owner, review the WRKREGINF output and use the ADDEXITPGM command to specify the same user profile in the exit program as specified on the CHGALLOBJ call.

0 COMMENTS

We’d like to hear from you!