Hi experts,
I have installed ECC 6.0 EHP6 oracle 11g on windows 2008 X-64 & running fine but after local client copy we are getting dump "UNCAUGHT_EXCEPTION"
during showing the system -->status
Kindly suggest.
--------------------------------------------------------------------------------------------------------------------------------------------------------------
Category ABAP Programming Error
Runtime Errors UNCAUGHT_EXCEPTION
Except. CX_PARAMETER_INVALID_RANGE
ABAP Program SAPLSUSO
Application Component BC-SEC-USR-ADM
Date and Time 2013-12-16 10:14:05
Short text
An exception occurred that was not caught.
What happened?
The exception 'CX_PARAMETER_INVALID_RANGE' was raised, but it was not caught
anywhere along
the call hierarchy.
Since exceptions represent error situations and this error was not
adequately responded to, the running ABAP program
'CL_ABAP_TSTMP=================CP' has to be
terminated.
Error analysis
An exception occurred that is explained in detail below.
The exception, which is assigned to class 'CX_PARAMETER_INVALID_RANGE', was not
caught in
procedure "GET_CURRENT_SESSION_LAST_LOGON" "(FUNCTION)", 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:
Parameter has invalid value: Parameter SYST_DATE/SYST_TIME has invalid value
00000000/000000.
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Regards