cancel
Showing results for 
Search instead for 
Did you mean: 

DBACOCKPIT error CL_DBA_DBCON==================CP

adarsh_jainer
Participant
0 Kudos

Hi Team,

I am trying to open DBACOCKPIT but i am getting the following dump.Can anyone help?

Category               ABAP Programming Error

Runtime Errors         SYNTAX_ERROR

ABAP Program           CL_DBA_DBCON==================CP

Application Component  BC-DB

Date and Time          21.07.2015 17:59:01

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|Short Text                                                                                        |

|    Syntax error in program "CL_DBA_DBCON==================CP        ".                           |

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|What happened?                                                                                    |

|    Error in the ABAP Application Program                                                         |

|                                                                                                  |

|    The current ABAP program "CL_DB6_SYS====================CP" had to be                         |

|     terminated because it has                                                                    |

|    come across a statement that unfortunately cannot be executed.                                |

|    In include "CL_DBA_DBCON==================CM016     ", in line 23 of program                  |

|     "CL_DBA_DBCON==================CP        ", the following syntax errors                      |

|    have occurred:                                                                                |

|    Field "VALIDATE_CREDENTIALS" is unknown. It is neither in one of the s                        |

|    pecified tables nor defined by a "DATA" statement. "DATA" statement.                          |

|                                                                                                  |

|                                                                                                  |

|                                                                                                  |

|    Author and last person to change the include are:                                             |

|    Author         SAP                                                                            |

|    Last changed by "BASISADM    "                                                                |

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|Error analysis                                                                                    |

|    The following syntax error has occurred in program                                            |

|     CL_DBA_DBCON==================CP        :                                                    |

|    Field "VALIDATE_CREDENTIALS" is unknown. It is neither in one of the s                        |

|    pecified tables nor defined by a "DATA" statement. "DATA" statement.                          |

|                                                                                                  |

|    " "                                                                                           |

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|Trigger Location of Runtime Error                                                                 |

|    Program                                 CL_DB6_SYS====================CP                      |

|    Include                                 CL_DB6_SYS====================CM002                   |

|    Row                                     3                                                     |

|    Module Type                             (METHOD)                                              |

|    Module Name                             REFRESH                                               |

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|Source Code Extract                                                                               |

----------------------------------------------------------------------------------------------------

|Line |SourceCde                                                                                   |

----------------------------------------------------------------------------------------------------

|    1|method refresh.                                                                             |

|    2|*                                                                                           |

|>>>>>|  cl_dba_dbcon=>reset_dbcon( ).                                                             |

|    4|  select * from db6navsyst into table systems where sysid <> space order by sysid ."#EC CI_N|

|    5|*                                                                                           |

|    6|endmethod.                                                                                  |

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|Active Calls/Events                                                                               |

----------------------------------------------------------------------------------------------------

|No.   Ty.          Program                             Include                             Line   |

|      Name                                                                                        |

----------------------------------------------------------------------------------------------------

|    6 METHOD       CL_DB6_SYS====================CP    CL_DB6_SYS====================CM002     3  |

|      CL_DB6_SYS=>REFRESH                                                                         |

|    5 METHOD       CL_DB6_SYS====================CP    CL_DB6_SYS====================CM005    15  |

|      CL_DB6_SYS=>INITIALIZE                                                                      |

|    4 METHOD       CL_DB6_SYS====================CP    CL_DB6_SYS====================CM004    74  |

|      CL_DB6_SYS=>CLASS_CONSTRUCTOR                                                               |

|    3 METHOD       CL_DB6_TREE_NAVIGATOR=========CP    CL_DB6_TREE_NAVIGATOR=========CM004     1  |

|      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                               85  |

|      HANDLE_PBO                                                                                  |

----------------------------------------------------------------------------------------------------

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member230159
Contributor
0 Kudos

Hi Adarsh,

In addition to above mentioned notes, please also check these notes:

1946165 SYB: Solution Manager Technical Monitoring Patch Collection

1965755 SYB: DDIC patch collection for release 7.40

Hope it helps.

Let me know in case you have any queries.

Regards,

Former Member
0 Kudos
Sriram2009
Active Contributor
0 Kudos

Hi Adarsh

In which DB ?

BR

SS

adarsh_jainer
Participant
0 Kudos

Hi Sriram,

It has occured in Sybase database.We recently updated our SAP_BASIS component from 74003 TO 74004.Since then we are facing the issue.

Reagrds,

Adarsh