SAP Knowledge Base Article - Preview

1982940 - MESSAGE_TYPE_X because a BWREQARCH archive is locked by another process

Symptom

Execution of a DTP request dumps with the details below:

"MESSAGE_TYPE_X" " "
"SAPLRSREQARCH" or "LRSREQARCHU02"
"RSREQARCH_RELOAD_REQUEST"

do 30 times.
  call function 'ENQUEUE_ERSREQARCH'
    exporting
      archive_name   = l_s_ctrl-archive_name
      _scope         = '3'
        _wait          = 'X'
      exceptions
      foreign_lock   = 1
      system_failure = 2
      others         = 3.
    if sy-subrc = 0.
      l_enq = 'X'.
      exit.
    endif.
    l_subrc = sy-subrc.
    call function 'RSSM_SLEEP_DEBUG'
      exporting
        i_seconds = 1
        i_always  = 'X'.
  enddo.
  if l_enq is initial.
    message x051(rsar) with l_s_ctrl-archive_name l_subrc i_rnr.
  endif.


Read more...

Environment

  • SAP NETWEAVER Business Warehouse 7.00 onwards
  • SAP NetWeaver 2004s
  • SAP Business Warehouse (SAP BW) 7.0
  • SAP BW 7.01 (SAP BW 7.0 EHP 1)
  • SAP BW 7.02 (SAP BW 7.0 EHP 2)
  • SAP BW 7.03 (SAP BW 7.0 EHP 3)
  • SAP NetWeaver 7.3
  • SAP NetWeaver BW 7.31   (SAP NW BW 7.3 EnhP 1)
  • SAP NetWeaver BW 7.40
  • SAP NetWeaver 7.40
  • SAP NetWeaver 7.41

Product

SAP NetWeaver 7.0 ; SAP NetWeaver 7.3 ; SAP NetWeaver 7.4 ; SAP enhancement package 1 for SAP NetWeaver 7.0 ; SAP enhancement package 1 for SAP NetWeaver 7.3 ; SAP enhancement package 2 for SAP NetWeaver 7.0 ; SAP enhancement package 3 for SAP NetWeaver 7.0

Keywords

AOBJ, SARA, Archiv, Customizing, Archivdatei, Archivfile , KBA , BW-WHM-DST-ARC , Archiving , BW-WHM-DST , Data Staging , 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.