Symptom
- During the migration to Information Lifecycle Management (ILM), an error is encountered while converting data from CMOD to BLOB storage for object BC_SBAL.
- Certain storage jobs are getting cancelled, resulting in a dump.
226 " propagate expiration date to all files belonging to this date collection
227 CONCATENATE lv_date_uri '%' INTO lv_search_date_uri.
228 SELECT * FROM admi_file_davlnk INTO TABLE lt_admi_file_davlnk
229 WHERE uri LIKE lv_search_date_uri.
230 LOOP AT lt_admi_file_davlnk ASSIGNING <ls_admi_file_davlnk>.
231 IF <ls_admi_file_davlnk>-expiration_date <> ls_admi_file_davlnk-expiration_date.
>>>>> UPDATE ADMI_FILE_DAVLNK SET expiration_date = ls_admi_file_davlnk-expiration_date
233 WHERE archiv_key = <ls_admi_file_davlnk>-archiv_key.
234 ENDIF.
235 ENDLOOP.
Read more...
Environment
- Archive Information System
- Information LifeCycle Management
Product
SAP NetWeaver all versions
Keywords
ILM, migration, CMOD, BLOB storage, BC_SBAL, storage jobs, job cancellation, deadlock, update operation, variant, selection criteria, parallel jobs, ADMI_FILE_DAVLNK, SECSTORE, SECSTORE055, TRUST, TRUST089 , KBA , BC-ILM-STO , ILM Store , 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.
SAP Knowledge Base Article - Preview