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. Configure PowerExchange User Authority

Step 7. Configure PowerExchange User Authority

Configure security options for the PowerExchange Listener and user.
If you want to run the PowerExchange Listener interactively, ensure that the library list for the current job includes the PowerExchange software library (
dtllib
) and data library (
datalib
) before running the commands that are shown in this topic.
If you want the PowerExchange Listener to use the user ID and passwords supplied from the remote platform for security, change the first parameter in the SECURITY statement in the DBMOVER configuration file to a nonzero value.
Before running jobs, ensure that the PowerExchange user ID (
pwxusr
) has *EXECUTE authority for the following objects:
  • QSYGETPH
  • QSYRLSPH
  • QWTSETP
  • QCLRPGMI
To grant EXECUTE authority on these objects, run the following commands:
GRTOBJAUT OBJ(QSYGETPH) OBJTYPE(*PGM) AUT(*EXECUTE) USER(
pwxusr
) GRTOBJAUT OBJ(QSYRLSPH) OBJTYPE(*PGM) AUT(*EXECUTE) USER(
pwxusr
) GRTOBJAUT OBJ(QWTSETP) OBJTYPE(*PGM) AUT(*EXECUTE) USER(
pwxusr
) GRTOBJAUT OBJ(QCLRPGMI) OBJTYPE(*PGM) AUT(*EXECUTE *READ) USER(
pwxusr
)
Also, to run the PowerExchange Listener, the user ID must have *READ authority for all of the user profiles. To grant *READ authority, run the following command:
GRTOBJAUT OBJ(
remote_id
) OBJTYPE(*USRPRF) AUT(*READ) USER(
pwxusr
)

0 COMMENTS

We’d like to hear from you!