IBM i Migrate While Active services

SQL services provide the interfaces used to configure, monitor, and manage a migration using IBM® i Migrate While Active.

Overview

The IBM i Migrate While Active SQL services provide comprehensive interfaces for configuring, monitoring, and managing migration environments. These services enable you to control all aspects of the migration process through standard SQL interfaces.

Start of changeTo discover all available Migrate While Active services, run this query:End of change

SELECT * FROM QSYS2.SERVICES_INFO
    WHERE SERVICE_CATEGORY = 'MIGRATE WHILE ACTIVE'
    ORDER BY SERVICE_NAME;

Security and Error Handling

Authorization: To secure access to the service programs that implement these services, see Db2® Mirror services authorization.

Start of changeError Handling: For comprehensive information about SQLSTATE values returned by these services, refer to:End of change