RMA256E Model not found on RC/Migrator analysis RC=16
search cancel

RMA256E Model not found on RC/Migrator analysis RC=16

book

Article ID: 4606

calendar_today

Updated On:

Products

RC/Migrator for DB2 for z/OS RC Compare for DB2 for z/OS

Issue/Introduction

RMA256E Model not found on RC/Migrator for Db2 for z/OS (RCM) analysis RC=16.

Cause

Lack of authorization to execute the plans, this is the Grants needed:

   RC/Migrator                                           

GRANT EXECUTE ON PLAN RCMAxxxx                                 

GRANT EXECUTE ON PLAN RCMOxxxx                                 

GRANT EXECUTE ON PLAN RCMExxxx                                 

GRANT EXECUTE ON PLAN RCMSxxxx                                 

GRANT EXECUTE ON PLAN ROPCxxxx                                 

GRANT SELECT,UPDATE,DELETE,INSERT ON TABLE PTI.PTSSC_STRAT_0200

   RCM Expert Profile                                          

GRANT EXECUTE ON PLAN RCMXxxxx                                 

Resolution

Running a Migration strategy analysis, the job may fail with a Condition Code 16 and error:

RMA256E Model not found on RCM analysis RC=16

This is resolved by grating the following:

   RC/Migrator                                     

GRANT EXECUTE ON PLAN RCMAxxxx                                 

GRANT EXECUTE ON PLAN RCMOxxxx                                 

GRANT EXECUTE ON PLAN RCMExxxx                                 

GRANT EXECUTE ON PLAN RCMSxxxx                                 

GRANT EXECUTE ON PLAN ROPCxxxx                                 

GRANT SELECT,UPDATE,DELETE,INSERT ON TABLE PTI.PTSSC_STRAT_0200

   RCM Expert Profile                                          

GRANT EXECUTE ON PLAN RCMXxxxx