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