cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BPC10 UJ0_READ_EXCEPTION_016 on big scale..

Former Member
0 Kudos
258

Hello all,            URGENT
With EPM ADDIN SP23,  BPC10.0  .NET4.0  build 9256  we suffer from exotic and wide-scale BASIS abnormal end ABENDS like
UJ0_READ_EXCEPTION_016    and

Data Length exceeds digit  limit of current model..
on big scale..

See the enclosure please.

Do you have any suggestions and for Notes? We are really suffering in our project because of this!


Your remarks are highly appreciated!

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hello BPC stars

Please be carefull with MDX calculations in BPC10.0, when Null, 0 positions are multiplied.

MDX has challenges working with NULL, as they result in Data Overflow , because NULL can be mathematically defined as 1/billion trillion.... And BPC10.0 has data limit challenges with that.
Creating UJ0_READ_EXCEPTION abends around.

So check to prevent NULL conditions entered in you data and write MDX code checking like
When   <> NULL before any MDX RECs

Just some very very hard learned lessons from recent practice!

kind greetz

former_member186338
Active Contributor
0 Kudos

Sorry, but what MDX calculations you are talking about?

What do you mean by "So check to prevent NULL conditions entered in you data and write MDX code checking like

When   <> NULL before any MDX RECs"???

What is MDX REC??

Vadim

P.S.  When we use syntax like *WHEN/*IS/*REC/*ENDWHEN - this is not MDX syntax at all!

Former Member
0 Kudos

Hello Vadim,

Yes , I have to expand.   It is during very simple MDX  #account = acct1   x acct2  x 30 calculations
and

with SQL Script   *WHEN/*IS/*REC/*ENDWHENs

In both cases BPC crashes and creates  DATA LENGTH EXCEEDS DIGIT LIMIT OF CURRENT MODEL errors. Even if we have a simple Planning Model with Statistical Accounts.

SAP Platinum Support told me that BPC MDX and SQL has difficulty with  Multiplications involving NULL positions [that is having key figure 0, Null]...

We are investigating since two weeks now, without any resolution!

kind regards, eager for other reactions

former_member186338
Active Contributor
0 Kudos

Sorry,

I see the error during report refresh! But no script calculations happen during report refresh! Only dimension member formulas.

Please answer: "Do you use dimension member formulas in this model?"

Vadim

Former Member
0 Kudos

Dear Alexander,

Can you please check the following SAP Note:

1829297 - Large Key Figure support for Planning and Consolidation
10.0

I hope it helps.

Best regards,

Nedra.

former_member186338
Active Contributor
0 Kudos

Hi Nedra,

The issue is not about enabling "Large Key Figure support..." but about the report execution generating very long number. Possible reason is dimension member formula that has to be analyzed and corrected.

Vadim

P.S. If we look on the error screenshot we can see that the value is 28 integers and 4 decimals - even more then allowed after Large Key Figure: 24 integers and 7 decimals

former_member186338
Active Contributor
0 Kudos

Hi Alexander,

Do you use dimension member formulas in this model?

Vadim

Ask a Question