Symptom
When executing SAP Readiness Check for SAP Cloud ALM, the job RC_ALM_ANALYSIS_DATA_COLLECTION fails with runtime error ASSERTION_FAILED.
The following error messages can be found in the job log and a dump can be found in transaction ST22.
Job log:
RC_ALM_ANALYSIS_DATA_COLLECTION:
------------------------------------------------------------------------------------------------------------
...# Starting collection for capability Landscape Management
...Internal session terminated with a runtime error ASSERTION_FAILED (see ST22)
...Job cancelled
-------------------------------------------------------------------------------------------------------------
Dump:
Category ABAP Programming Error
Runtime Errors ASSERTION_FAILED
ABAP Program CL_LMDB_TECHNICAL_SYSTEM======CP
Application Component SV-SMG-LDB
Short Text
The ASSERT condition was violated.
Error analysis
The following checkpoint group was used: No checkpoint group specified
If the FIELDS addition was used in the ASSERT statement, you can find
the content of the first 8 fields specified in the following overview:
ME->COMPOUND_NAME = `*.SystemNumber.**.SystemHome.**`
<expr2> =
`SAP_BCSystem.CreationClassName="SAP_BCSystem",Name="*.SystemNumber.***
51.SystemHome.**"`
(not used)
(not used)
(not used)
(not used)
(not used)
" (not used) "
...
Source Code Extract (Source code has changed)
Line SourceCde
1 method get_extended_sid.
2
3 if extsid_cim_reference is bound.
4 " Better performance because no access to database
5 result = extsid_cim_reference->get_key( cl_cim_elementname=>create( 'Name' ) )-value
6 else.
7 result = get_value_from_cim_instance( cl_cim_elementname=>create( 'ExtSIDName' ) ).
8 endif.
9
10 " Every system in SAP Solution Manager must under all circumstances have an extended SID
11 " Missing extended SIDs can be generated using the report "AI_LMDB_EXTSID_CONSISTENCY".
>>>>> assert
13 fields me->compound_name me->get_cim_reference( )->to_string( )
14 condition result is not initial.
15
16 endmethod.
......
Image/data in this KBA is from SAP internal systems, sample data, or demo systems. Any resemblance to real data is purely coincidental.
Read more...
Environment
SAP Solution Manager 7.2
Product
Keywords
RC_ALM_ANALYSIS_DATA_COLLECTION, ASSERTION_FAILED, CL_LMDB_TECHNICAL_SYSTEM======CP, SAP Readiness Check, SAP Cloud ALM, /SDF/RC_ALM_COLLECT_DATA , KBA , SV-SCS-S4R , SAP Readiness Check , Problem
About this page
This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).Search for additional results
Visit SAP Support Portal's SAP Notes and KBA Search.