cancel
Showing results for 
Search instead for 
Did you mean: 

SAP GRC 10.0 : Dump when opening risk analysis results

Former Member
0 Kudos

Hi Experts,

We are implementing SAP GRC 10.0 (SP8)  and we are facing an issue with the risk analysis functionalities.

In fact, the issue occured when we try to open the result of a risk analysis launched in background.

When we click on the button "View result", we got a dump (see below extract of ST22).

This issue occured only for analysis on large perimeter, i.e. with many violations at user level.

When we split the scope of analyzed users, we get the results succefully.

Could anyone help us to solve this issue?

Thanks in advance

Best Regards,

Nicolas RICHARD

Category                                  ABAP Programming Error
Runtime Errors                       CONVT_NO_NUMBER
Except.                                 CX_SY_CONVERSION_NO_NUMBER
ABAP Program                      CL_GRAC_SOD_REPORTING=========CP
Application Component          GRC-AC
Date and Time                      24.04.2012 14:40:38

Short text
    Unable to interpret "#0" as a number.


What happened?
    Error in the ABAP Application Program

    The current ABAP program "CL_GRAC_SOD_REPORTING=========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_CONVERSION_NO_NUMBER', was not
     caught in
    procedure "RETRIEVE_DB_DATA_SUMMARY" "(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:
    The program attempted to interpret the value "#0" as a number, but
    since the value contravenes the rules for correct number formats,
    this was not possible.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello,

Has anyone been able to resolve this issue as I have came across the same exact error.

Any additional information on how to resolve would be helpful.

Thanks

former_member193066
Active Contributor
0 Kudos

raise different messageg, with screenshot of error and  parameters.

Regards,

Prasant

Former Member
0 Kudos

Hi,

Check the Parameters with Value '0' maintained in "Maintain Configuration Settings". It might happen that you have maintained 0 in a parameter and is not a legal value (For Legal Values Press F4).

Let us know if the solution has worked for you.

Regards,

Ajesh.

Former Member
0 Kudos

Hi Ajesh,

Thanks for your reply but we already checked this point as it was mentioned in an other post.

In our Configuration Settings tab, we have no parameters with value '0'.

Do you have an other idea?

Best Regards,

Nicolas

Former Member
0 Kudos

Hi Nicolas,

I had the same problem and above way I soved the problem. Will check and come back when found somthing.

Still check if all the SOD parameters have valid values.

Regards,

Ajesh.

Message was edited by: Ajesh Raju Pujari