eG Monitoring
 

Measures reported by AsAbapCtsTest

Change and Transport System (CTS) is the tool provided by SAP for the creation, documentation and distribution of changes within a system landscape.

Using this test, administrators may figure out the number of requests that were created, how many of those requests were successful and how many succeeded with errors. In addition, you may figure out how many transport requests were partially successful and how many requests encountered critical errors. This way, administrators may figure out how well the transport requests were processed and the exact cause behind the error prone requests.

The measures made by this test are as follows:

Measurement Description Measurement Unit Interpretation
totalExports Indicates the total number of requests that were created during the last measurement period. Number  
sucessfulExports Indicates the number of transport requests that were successful during the last measurement period. Number The TPALOG return code for these requests is 0000.
suceesWithWarning Indicates the number of transport requests that succeeded with warnings during the last measurement period. Number The TPALOG return code for these requests is 0004. Warnings could be innocuous as in regular warnings issued when the transport request involves object deletion. Nevertheless, these warnings need to be checked.
partialSucess Indicates the number of transport requests that were partially successful during the last measurement period. Parts/sec The TPALOG return code for these requests is 0008. These errors need to be analyzed and corrected. Examples of such errors include original/repaired objects not being overwritten. Detailed diagnosis for this measure provides details of these requests such as : Request timestamp, Request number, target system, source client, transport step, project number, transport user and transport admin.
partialSucessInPCT Indicates the percentage of transport requests that were partially successful during the last measurement period. Percent The TPALOG return code for these requests is 0008. Typically these errors arise due to transport request configuration as opposed to a transport system error.
criticalErrors Indicates the number of transport requests with critical errors during the last measurement period. Number The TPALOG return code for these requests is 0012 or higher. These errors usually arise due to some serious error in the transport system and hence tend to impact a majority of the transport requests.

The detailed diagnosis of this emsaure if enabled lists the details of these requests such as Request timestamp, Request number, target system, source client, transport step, project number, transport user and transport admin.

criticalErrorsInPCT Indicates the percentage of transport requests with critical errors during the last measurement period. Percent The TPALOG return code for these requests is 0012 or higher. These errors tend to correspond to the overall availability of the transport system.