cancel
Showing results for 
Search instead for 
Did you mean: 

DBACockpit not working after SP upgrade

Former Member
0 Kudos

Hi everyone,

I recently applied support pack sp 07 for SAP_BASIS component. when i run t-code dbacockpit. i got a dump and also i have implemented the note in system

1882376SYB: DBA Cockpit Correction Collection SAP Basis 7.40

So please help me to solve this problem.

ST22 Dump is given below.

Short Text

  Syntax error in program "CL_SYB_SYSTABLES==============CP        ".

What happened?

  Error in the ABAP Application Program

  The current ABAP program "CL_SYB_DBCON==================CP" had to be

  terminated because it has

  come across a statement that unfortunately cannot be executed.

  In include "CL_SYB_SYSTABLES==============CM00G     ", in line 4 of program

  "CL_SYB_SYSTABLES==============CP        ", the following syntax errors

  have occurred:

  The type "USERNAME_CACHE_ENTRY" is unknown, but there is a type with t

  he similar name "EXISTENCE_CACHE_ENTRY". "EXISTENCE_CACHE_ENTRY".

  Error analysis

  The following syntax error has occurred in program

  CL_SYB_SYSTABLES==============CP        :

  The type "USERNAME_CACHE_ENTRY" is unknown, but there is a type with t

  he similar name "EXISTENCE_CACHE_ENTRY". "EXISTENCE_CACHE_ENTRY".

  " "

  Trigger Location of Runtime Error

  Program CL_SYB_DBCON==================CP

  Include CL_SYB_DBCON==================CM001

  Row 50

  Module Type (METHOD)

  Module Name CONSTRUCTOR

  Source Code Extract

  Line SourceCde

    20                           label  = 'Port Number'(002) ).

    21  set_mandatory_attribute( name    = keyword_syb_object_owner

    22                           length  = 30

    23                           label   = 'SAP Object Owner'(005)

    24                           default = object_source_default ).

    25  tmp = 'ADBC Connection Timeout in Seconds'(008).

    26  set_optional_attribute(  name    = keyword_syb_contimeout

    27                           length  = 5

    28                           label   = 'Connection Timeout'(007)

    29                           default = `10`

    30                           descr   = tmp ).

    31

    32  "connection types (optional, default is ASE)

    33  ls_dbtype-parmval = 'ASE'. "#EC NOTEXT

    34  ls_dbtype-parmdft = abap_true.

    35  append ls_dbtype to lt_dbtypes.

    36  ls_dbtype-parmval = 'Replication Server'. "#EC NOTEXT

    37  ls_dbtype-parmdft = abap_false.

    38  append ls_dbtype to lt_dbtypes.

    39  set_optional_attribute( name         = keyword_syb_contype

    40                          length       = 3

    41                          label        = 'Connection Type'(006)

    42                          wdy_type     = co_wdy_type_dropdown

    43                          input_values = lt_dbtypes ).

    44

    45  me->is_supported_rz20     = abap_false.

    46  me->is_supported_histcoll = abap_false.

    47  me->has_offline_mode      = abap_true.

    48

    49  "reset various (static) caches of DBA Cockpit, and initiate preload to speedup any upcomin

  >>>>>  cl_syb_systables=>reset_caches( ).

    51

    52 endmethod.

  Active Calls/Events

  No. Ty. Program Include Line

  Name

     9 METHOD CL_SYB_DBCON==================CP CL_SYB_DBCON==================CM001   50

  CL_SYB_DBCON=>CONSTRUCTOR

     8 METHOD CL_DBA_DBCON==================CP CL_DBA_DBCON==================CM01O   12

  CL_DBA_DBCON=>GET_LOCAL_ADMIN_REF

     7 METHOD CL_DB6_SYS====================CP CL_DB6_SYS====================CM01R    7

  CL_DB6_SYS=>SET_LOCAL_ADMIN_CONNECTION

     6 METHOD CL_DB6_SYS====================CP CL_DB6_SYS====================CM00A  136

  CL_DB6_SYS=>GET_SYS_REF

     5 METHOD CL_DB6_SYS====================CP CL_DB6_SYS====================CM01N    3

  CL_DB6_SYS=>GET_LOCAL_SYS_REF

     4 METHOD CL_DB6_TREE_NAVIGATOR=========CP CL_DB6_TREE_NAVIGATOR=========CM00T   46

  CL_DB6_TREE_NAVIGATOR=>SELECT_DEFAULT_SYSTEM

     3 METHOD CL_DB6_TREE_NAVIGATOR=========CP CL_DB6_TREE_NAVIGATOR=========CM004  281

  CL_DB6_TREE_NAVIGATOR=>CONSTRUCTOR

     2 METHOD CL_DB6_TREE_NAVIGATOR=========CP CL_DB6_TREE_NAVIGATOR=========CM02F   12

  CL_DB6_TREE_NAVIGATOR=>CREATE

     1 MODULE (PBO) SAPLSDBACCMS RSDB6NAV  193

  HANDLE_PBO

Thanks And Regards

Ankur

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member227283
Active Contributor
0 Kudos

Hi Ankur,

Apply SAP note: 2083195

It should solve your problem. I can see the required code correction for the error mention.

Regards,

Anil Bhandary