Symptom
Importing the exported JSON file for a solution from one Solution Manager into another one fails with a runtime error:
Category ABAP Programming Error
Runtime Errors REPLACE_INFINITE_LOOP
Except. CX_SY_REPLACE_INFINITE_LOOP
ABAP Program CL_AGS_GBC_MODEL_GRAPH_ADAPTERCP
Application Component SV-SMG-GAL
Short Text
Endless loop for REPLACE
Error analysis
An exception has occurred which is explained in more detail below. The
exception is assigned to class 'CX_SY_REPLACE_INFINITE_LOOP' and was not caught in procedure
"JSON_GOBJ_COLLISION_RES" "(METHOD)", nor was it propagated by a RAISING clause.
Since the caller of the procedure could not have anticipated this exception, the current program was terminated.
The reason for the exception is:
In the running program "CL_AGS_GBC_MODEL_GRAPH_ADAPTERCP", the command "REPLACE ALL OCCURENCES
OF "LS_GUID_MAPPING-OLD_ID" ... " was to be executed. However, field "LS_GUID_MAPPING-OLD_ID" has the length 0,
which would have resulted in an endless loop. Therefore, the program was terminated.
Read more...
Environment
SAP Solution Manager 7.2
Keywords
JSON, Import, SOLADM, REPLACE_INFINITE_LOOP, CL_AGS_GBC_MODEL_GRAPH_ADAPTERCP, JSON_GOBJ_COLLISION_RES , KBA , SV-SMG-IMP-BIM , Business Blueprint / Solution Documentation , SV-SMG-GAL , Solution Manager Unified Directory Graphical Display , 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.