cancel
Showing results for 
Search instead for 
Did you mean: 

BI activating error

Former Member
0 Kudos

Hi All!

When i trying to activate BI in Solution Manager EHP1 I have short dump MESSAGE_TYPE_X

Could your please help me resolve it?

Thanks for your advance,

Alexander Ganishev

Accepted Solutions (0)

Answers (2)

Answers (2)

markus_doehr2
Active Contributor
0 Kudos

This is a generic error - please post more information about the dump.

Markus

Former Member
0 Kudos

This is a generic error - please post more information about the dump.


Termination occurred in the ABAP program "CL_RSBK_DTP===================CP" -
 in "IF_RSBK_DTP_DISPLAY~GET_DTP".
The main program was "RSAWBN_START ".

In the source code you have the termination point in line 6
of the (Include) program "CL_RSBK_DTP===================CM07H".


    1 method if_rsbk_dtp_display~get_dtp.
    2   try.
    3       data l_r_vers type ref to cl_rsbk_dtp_v.
    4       l_r_vers = get_obj_ref_display( ).
    5     catch cx_root.
\>\>\>\>\>       message x299.
    7   endtry.
    8   r_dtp = l_r_vers->get_dtp( ).
    9 endmethod.

raguraman_c
Active Contributor
0 Kudos

Hi,

Please check these notes 963905, 1378474, 1293947

Hope this helps.

Feel free to revert back.

-=-Ragu

Former Member
0 Kudos

>

> Please check these notes 963905,

role have permissions as you see above

>

> 1378474,

I implemented this note but no changes

>

> 1293947

I think it not applicable

Thanks for your advance,

Alexander

simos_spathis3
Explorer
0 Kudos

Hi Alexander

Check note Note 1240122 - P20:DSO: Activating delta DTP requests after BDLS

This problem caused due to missing authorizations.

Make sure that SOLMAN_ADMIN have full authorizations for object

S_RS_DTP which is included in role SSM_BC_SOLMAN_ADMIN role.

Warm regards

Simos Spathis

Former Member
0 Kudos

Make sure that SOLMAN_ADMIN have full authorizations for object

S_RS_DTP which is included in role SSM_BC_SOLMAN_ADMIN role.

I have those authorizations in S_RS_DTP:


ACTVT			*
RSONDTPSRC		0CCMS*, 0SM*
RSONDTPTGT		0CCM*, 0CPH*, 0SM*
RSSTDTPSRC		*
RSSTDTPTGT		*
RSTLDTPSRC		*
RSTLDTPTGT		*