Symptom
In Analysis Office, user is receiving the following exception while performing steps in prompt screen.
***************
Dereferencing of the NULL reference (RS_EXCEPTION-000, XXX)
Program error in class SAPMSSY1 method : UNCAUGHT_EXCEPTION (RSBOLAP-000, XXX)
An exception occurred in one of the data sources.
SAP BI Add-in has disconnected all data sources.
If you want to restart, press the Restart button below. (ID-111006)
***************
When executing the corresponding RSTT trace of this issue, there is a dump in ST22 of the following kind:
***************
Category ABAP programming error
Runtime Errors SYSTEM_DATA_ALREADY_FREE
ABAP Program CL_RSBOLAP_SO_ATTRIBUTE=======CP
Application Component BW-BEX-ET
1 METHOD IF_RSBOLAP_SO_ATTR_INTERNAL~set_state.
2
>>>>> IF i_sx_state-id <> n_r_state->id.
4 RAISE EXCEPTION TYPE cx_rsbolap_program_error
5 EXPORTING
6 context = 'INVALID_ATTRIBUTE_ID'.
7 ENDIF.
***************
Environment
Analysis Office for Microsoft Office
Reproducing the Issue
- Record AO log on support level described in SAP note 2129389
- Run the RSTT trace in transaction RSTT and get dump in ST22
Cause
Program error
Resolution
Implement the SAP note below in the backend system if applicable:
3027113 - RSBOLAP: SYSTEM_DATA_ALREADY_FREE in CL_RSBOLAP_SO_ATTRIBUTE in transaction SNOTE in the backend system.
See Also
2129389 - Analysis 2.x log / Trace Files
Keywords
CL_RSBOLAP_SO_ATTRIBUTE=======CP, SYSTEM_DATA_ALREADY_FREE, Dereferencing of the NULL reference , KBA , BI-RA-AO-XLA , Excel Addin , BW-BEX-OT-BICS-PROV , BICS Provider/RSBOLAP , Problem