Replication Agent started task failure

The following message indicates that the Replication Agent started task failed for security reasons:

USER      IS NOT AUTHORIZED TO EXECUTE PLAN LEDB2RELLEDB2RELLEDB2REL

where LEDB2REL is the name of the log extract plan.

To correct this error, be sure the LTM for MVS startup PROC is associated with the LTMADMIN user ID in the security started procedure table.

StepsTo correct Replication Agent started task failure

  1. Have the MVS systems programmer associate the LTMADMIN user ID with the LTM for MVS PROC by adding them to the security system started task authorization table. These names were recorded on the Replication Agent Installation Worksheet during installation.

    You should also grant execute permission to the plan using SQL syntax like the following:

    GRANT EXECUTE ON PLAN plan_name TO authorization_name

    where plan_name is the name of your log extract plan (LEDB2RELLEDB2REL, for this release), and authorization_name is the name of the user to whom you are granting permission.