Exit point program considerations

Db2® Mirror does not replicate exit point registration or exit point programs.

It is a best practice to have an identical configuration of exit points and exit programs across the Db2 Mirror node pair. Further, you should examine your command exit points to make sure that any commands that operate on replicated objects will work as expected in a Db2 Mirror environment.

The following SQL statement can be used review the exit points for Db2 Mirror actions against the local node. IBM® i Access Client Solutions (ACS) contains additional SQL statements within Insert from Examples that can be used to determine if there are other exit point or exit point program differences between two nodes.

SELECT *
    FROM QSYS2.EXIT_PROGRAM_INFO
    WHERE EXIT_POINT_NAME LIKE 'QIBM+_QMRDB%' ESCAPE '+'
    ORDER BY EXIT_POINT_NAME, EXIT_PROGRAM_NUMBER;