Symptom
You want to check whether really no errors occurred when extractors were executed on the managed systems.
Environment
SAP Solution Manager
Resolution
Step 1 Check the execution time of the extractor
It is important that you need to wait for the next execution of the extractor. Then don't forget to look at the time of execution as you will use this to filter in the SLG1 as well the required objects. You can find the execution time in the Extractor Log:
Step 2 Log onto Managed System and check SLG1 or alternatively use Exception Analysis in Root Cause Analysis
This is how to check application log for errors:
- Go to the transaction SLG1 on the Managed System
- Change the time according to the execution of the extractor
- Use the admin user that is specified in the managed system configuration. If in doubt, check in transaction SM59 for the RFC destination.
- Check if there are any errors that might relate to the ST-PI
Step 3 Log onto Managed System and check ST22 for any dumps relating to the Extractor execution
This is how to check if there are any dumps on the ABAP system:
- Go to the transaction ST22 on the Managed System
- Change the time to the execution time frame of the extractor
- Use the admin user that is specified in the managed system configuration. If in doubt, check in transaction SM59 for the RFC destination.
- Check if there are any ABAP dumps that might relate to the ST-PI
Keywords
Extractor Framework , KBA , SV-SMG-DIA-SRV-EFW , Extractor Framework , How To