cancel
Showing results for 
Search instead for 
Did you mean: 

DBA Cockpit Error

Former Member
0 Kudos

I have the same problem reported here http://scn.sap.com/thread/3338296

I don't know what wrong. When executing t-code DBACOCKPIT, I get error

this is the detail

Category                       ABAP Programming Error

Runtime Errors              OBJECTS_OBJREF_NOT_ASSIGNED

Except.                         CX_SY_REF_IS_INITIAL

ABAP Program              CX_DBA_ROOT===================CP

Application Component  BC-DB-DB6

Date and Time               06.04.2013 10:21:52

Short text    

    Access via 'NULL' object reference not possible.

System environment

    SAP Release..... 731                                                                         

    SAP Basis Level. " "                                                                         

                                           

    Application server... "SAPSRV"                                                               

    Network address...... "192.168.19.128"

    Operating system..... "Windows NT" 

    Release.............. "6.1"

    Hardware type........ "2x AMD64 Level"

    Character length.... 16 Bits

    Pointer length....... 64 Bits

    Work process number.. 4

    Shortdump setting.... "full" 

                                                                                                 

    Database server... "SAPSRV" 

    Database type..... "SYBASE" 

    Database name..... "S01"

    Database user ID.. "SAPSR3"

                                                                                                 

    Terminal.......... "SAPSRV"                                                                  

                                                                                                 

    Char.set.... "C" 

                                                                                                 

    SAP kernel....... 720

    created (date)... "Mar 1 2012 02:06:42"

    create on........ "NT 6.0 6002 S x86 MS VC++ 16.00"

    Database version. "Sybase ASE 15.7.0.105 "                                                   

                                                                                                 

    Patch level. 210 

    Patch text.. " " 

                                                                                                 

    Database............. "15.7" 

    SAP database version. 720                                                                    

    Operating system..... "Windows NT 5.1, Windows NT 5.2, Windows NT 6.0, Windows               

     NT 6.1, Windows NT 6.2" 

                                                                   

    Memory consumption

    Roll.... 0      

    EM...... 8379584   

    Heap.... 0                     

    Page.... 40960                                                                               

    MM Used. 1200848

    MM Free. 2986272

User and Transaction                                                                             

    Client.............. 100                                                                     

    User................ "ADM"

    Language key........ "E"

    Transaction......... "DBACOCKPIT "

    Transaction ID...... "FD929EE2F5C3F1D6A1E8000C29178244"

                                                                                                 

    EPP Whole Context ID.... "000C291782441EE2A7D24D7523F441E8"                                  

    EPP Connection ID....... 00000000000000000000000000000000                                    

    EPP Caller Counter...... 0                                                                                                              

    Program............. "CX_DBA_ROOT===================CP"                                      

    Screen.............. "SAPLSDB6CCAD 0072"

    Screen Line......... 3                                                                       

    Debugger Active..... "none"

Information on where terminated                                                                  

    Termination occurred in the ABAP program "CX_DBA_ROOT===================CP" -                

     in "HANDLE_EXCEPTION".

    The main program was "SAPLSDB6CCAD ".

    In the source code you have the termination point in line 80

    of the (Include) program "CX_DBA_ROOT===================CM003".

    The termination is caused because exception "CX_SY_REF_IS_INITIAL" occurred in

    procedure "HANDLE_EXCEPTION" "(METHOD)", but it was neither handled locally nor

     declared

    in the RAISING clause of its signature.

                                                                                                 

    The procedure is in program "CX_DBA_ROOT===================CP "; its source

     code begins in line                                                                         

    1 of the (Include program "CX_DBA_ROOT===================CM003 ". 

Accepted Solutions (1)

Accepted Solutions (1)

JanStallkamp
Employee
Employee
0 Kudos

Hi.

Just a fast check: Have you installed at least SP 1? Release 7.31 is not supported without implementing a SP first.

Regards,

Jan

varman_geek
Participant
0 Kudos

Hi jan,

I had the same issue and try to download sp1 or sp9 (the recent support pack) but the donwload manager says that i need to apporve the package with solution manager.

But some how i have applied the solution in sap note 1245200 without upgrading the SP and it works.

Answers (2)

Answers (2)

Sriram2009
Active Contributor
0 Kudos
Former Member
0 Kudos

The problem is solved by our SAP integrator

former_member188958
Active Contributor
0 Kudos

It would be great if you could detail what was done to solve your issue, other people having similar issues in the future could then be helped when they read this thread.

Cheers,

-bret

varman_geek
Participant
0 Kudos

Hi,

I had same issue and i resolved it by the help of the following sap note 1245200.

https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1245200

ignore the solution manager part and follow the other steps.

For me i have applied following parameter to my instance profile and i find the dbacockpit working after restarting the instance.

1. icm/host_name_full = host.domainname (ex: hostA.myhost.co.in)

2. icm/server_port_0 = PROT=HTTP,PORT=80$$,PROCTIMEOUT=600,TIMEOUT=600

3. icm/server_port_1 = PROT=HTTPS,PORT=443$$,PROCTIMEOUT=600,TIMEOUT=600

4. login/create_sso2_ticket = 2

5. login/accept_sso2_ticket = 1

Hope this will solve you issue.