Symptom
EFWK ANALYSIS JOB FOR SIMILARITY on the managed system fails with error:
Internal session terminated with a runtime error TSV_UNIQUE_NUMBER_OVERFLOW (see ST22)
The following dump is produced:
Category Resource Shortage
Runtime Errors TSV_UNIQUE_NUMBER_OVERFLOW
Short Text
The table body does not have a unique ID any more
What happened?
You are trying to enhance an internal table. The system could not find
a unique number for the table body however, as the number range has
been exceeded.
Error analysis
You are trying to create a new table body for internal table
"\PROGRAM=/SDF/CD_CUSTOM_CODE_CONNECT\CLASS=LCL_SRV_PACKAGE_TOKEN\METHOD=GET_T
OKEN_ASSIGNMENTS\DATA=LS_TOKEN_ASSIGNMENT-T_OBJKEY".
As this is the 4294967296th body, the number range has been exceeded.
To prevent this from happening, the current program should be split
into smaller parts.
Source Code Extract
2366 ls_objkey_short-objtype = ls_objid-object.
2367 ls_objkey_short-objname = ls_objid-obj_name.
>>>>> append ls_objkey_short TO ls_token_assignment-t_objkey.
2369 ENDLOOP.
2370 INSERT ls_token_assignment INTO TABLE rt_token_assignment.
2371 ENDLOOP.
Active Calls
11 METHOD /SDF/CD_CUSTOM_CODE_CONNECT /SDF/CD_CUSTOM_CODE_CONNECT_CI 2368
LCL_SRV_PACKAGE_TOKEN=>GET_TOKEN_ASSIGNMENTS
Read more...
Environment
Solution Manager 7.2
Product
Keywords
Similarity, CCM, TSV_UNIQUE_NUMBER_OVERFLOW, dump, EFWK ANALYSIS JOB FOR SIMILARITY , KBA , SV-SMG-CCM , Custom Code Management , 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.