cancel
Showing results for 
Search instead for 
Did you mean: 

Solution Manager 7.1 SP09 : 500 SAP Internal Server Error

Former Member
0 Kudos

Hi,

We are having problem during SOlution manager Basic configuration 'Specicy Credentials' step. We have specified BW client as 001 and we are executing the configuration in 100 client. When we try to create users in BW the system thrwoing error

500 SAP Internal Server Error

Error : Access via 'NULL'object refernce not possible. (termination : RABAX_STATE)

Ath the same time we are getting the short dump in ST22 'OBJECTS_OBJREF_NOT_ASSIGNED'

Short text

    Access via 'NULL' object reference not possible.

What happened?

    Error in the ABAP Application Program

    The current ABAP program "CL_SISE_USER==================CP" had to be terminated because it has come across a statement that unfortunately cannot be executed.

Error analysis

    An exception occurred that is explained in detail below.

    The exception, which is assigned to class 'CX_SY_REF_IS_INITIAL', was not caught in procedure "OPEN_BI_CONNECTION" "(METHOD)", nor was it propagated by a RAISING  clause.

    Since the caller of the procedure could not have anticipated that the exception would occur, the current program is terminated.

    The reason for the exception is:

    You attempted to use a 'NULL' object reference (points to 'nothing') access a component (variable: "LV_HOST-HOST").

    An object reference must point to an object (an instance of a class) before it can be used to access components.

    Either the reference was never set or it was set to 'NULL' using the CLEAR statement.

How to correct the error

   If the error occures in a non-modified SAP program, you may be able to find an interim solution in an SAP Note.

    If you have access to SAP Notes, carry out a search with the following keywords:

    "OBJECTS_OBJREF_NOT_ASSIGNED" "CX_SY_REF_IS_INITIAL"

    "CL_SISE_USER==================CP" or "CL_SISE_USER==================CM00E"

    "OPEN_BI_CONNECTION"

RSADMINA table BWMANDT filed pointing to 001 and the BW client activated in 001(using RSA1 Tcode).

Can somebody please help on this ?

Thanks,

Venu

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Any thoughts on this ?

rishav54
Active Contributor
0 Kudos

Hi Venu

Here is the resolution

1729324 SOLMAN_SETUP: Issue when creating a BW admin user

Thanks

Rishav

Former Member
0 Kudos

Hi Rishav,

  Thanks for the reply. However the note has status 'Cannot be Implemented', when i tried to implement it. We are @ SP09 . Any other suggestions.

Thanks

Venu