cancel
Showing results for 
Search instead for 
Did you mean: 

Landscape Verification returns short dump

erick-acosta
Explorer
0 Kudos

Dear All,

I'm trying to run transaction LVSM -Landscape Verification for SolMan- but a short dump is appearing. We recently updated solman from ehp1 SP 19 to SP 27 (latest available) and installed Landscape Verification 1.0

Runtime error ASSERTION_FAILED while running transaction LVSM

the short dump is in the function module SMSY_BASIC_GET_DATA

in the following check:


*  Security check ======================================================
  DATA: lv_secu_violation_occured TYPE c VALUE '',
        lv_secu_exception_disabled TYPE c.

  PERFORM check_security TABLES select_condition
                         USING  tabname
                                updatemode
                                version
                                systemtype
                       CHANGING lv_secu_violation_occured.

  PERFORM get_smsy_option_value USING 'SCUEXC_DIS'
                             CHANGING lv_secu_exception_disabled.

  IF lv_secu_violation_occured  = smsy4_c_true AND
     lv_secu_exception_disabled = smsy4_c_false.
*   Throw exception SECURITY_VIOLATION
" >> 23.12.10 D049273
" Don't throw an exception here, because user of this FM don't expect/handle a
" security exception. This leads to errors/ program behaviour which blurs
" the root cause of the error. Instead we dump because security violation here
" is a realy unexpected case.
*    RAISE security_violation.
    ASSERT 0 = 1.
  ENDIF.
*  Security check ======================================================

Any help will be really appreciated.

Best Regards,

Erick Acosta

Accepted Solutions (0)

Answers (2)

Answers (2)

erick-acosta
Explorer
0 Kudos

Yes, I have the role SAP_SMSY_LV_ALL and SAP_SMSY_ALL according to config. guide.

I've updated ST-LV to SP 2 and now the dump is not longer happening.

Thanks anyway!

BR,

Erick Acosta

Former Member
0 Kudos

Hi,

Does the user starting the LVSM transaction have correct roles assigned as per the LVSM configuration guide?

It could be a cuase for security violation related dumps.

Regards,

Srikishan