Descriptions and Formulas

KRW_RC_for_Copy_EQ_4 The copy requested on a volume succeeded with a return code = 4 The return code for a copy request succeeded but had a return code of 4. Additional information on the cause can be found in the copy job log. The default configuration has the following SQL syntax:

*IF ( *VALUE KRW_TAPE_MIGRATION_DETAIL.COPYRC *EQ 4 ) 

This situation is evaluated every 1 minute.

KRW_RC_for_Copy_GT_4 The copy requested on a volume failed with a return code > 4 The return code for a copy request failed with a return code greater than 4. Additional information on the cause can be found in the copy job log. The default configuration has the following SQL syntax:

*IF ( *VALUE KRW_TAPE_MIGRATION_DETAIL.COPYRC *GT 4 ) 

This situation is evaluated every 1 minute.

KRW_RC_for_Catalog_Op_EQ_4 The catalog operation requested succeeded with a return code = 4 The return code for a catalog operation request on a volume succeeded but had a return code of 4. Additional information on the cause can be found in the copy job log. The default configuration has the following SQL syntax:

*IF ( *VALUE KRW_TAPE_MIGRATION_DETAIL.CATARC *EQ 4 ) 

This situation is evaluated every 1 minute.

KRW_RC_for_Catalog_Op_GT_4 The catalog operation requested failed with a return code > 4 The return code for a catalog operation request on a volume failed with a return code greater than 4. Additional information on the cause can be found in the copy job log. The default configuration has the following SQL syntax:

*IF ( *VALUE KRW_TAPE_MIGRATION_DETAIL.CATARC *GT 4 ) 

This situation is evaluated every 1 minute.

KRW_RC_for_RMM_EQ_4 The RMM info copy requested succeeded with a return code = 4 The return code for a RMM info copy request on a volume succeeded but had a return code of 4. Additional information on the cause can be found in the copy job log. The default configuration has the following SQL syntax:

*IF ( *VALUE KRW_TAPE_MIGRATION_DETAIL.RMMRC *EQ 4 ) 

This situation is evaluated every 1 minute.

KRW_RC_for_RMM_GT_4 The RMM info copy requested failed with a return code > 4 The return code for a RMM info copy request on a volume failed with a return code greater than 4. Additional information on the cause can be found in the copy job log. The default configuration has the following SQL syntax:

*IF ( *VALUE KRW_TAPE_MIGRATION_DETAIL.RMMRC *GT 4 ) 

This situation is evaluated every 1 minute.

KRW_Status_PENDING_RELEASE The status on the tape copy is PENDING RELEASE Query the tape to determine when it will be copied or if it already has, follow through with appropiate action. Additional information on the cause can be found in the copy job log. The default configuration has the following SQL syntax:

*IF ( *VALUE KRW_TAPE_MIGRATION_DETAIL.STAT *EQ 'PENDING RELEASE' ) 

This situation is evaluated every 1 minute.

KRW_Status_INCOMPLETE The status on the tape copy is INCOMPLETE The copy operation for the tape has not been completed. Additional information on the reason can be found in the copy job log. The default configuration has the following SQL syntax:

*IF ( *VALUE KRW_TAPE_MIGRATION_DETAIL.STAT *EQ 'INCOMPLETE' ) 

This situation is evaluated every 1 minute.

Related topics:

Organization of the predefined workspaces