cancel
Showing results for 
Search instead for 
Did you mean: 

UJO_READ_EXCEPTION_018 - Runtime error SQL error ssing program CX_RS_SQL_ with parallel processing

former_member182305
Active Participant
0 Kudos

Hello Gurus,

I have a problem when I am refreshing a Report. Here is what I happened:

I have 10 dimension in my Model: Entity, Currency, PERIODO, Assumptions, Category, Profit Center, Cost Center, Accounts, Company Code and ZSTAGL.

The dimension PERIODO was a shared dimension with other model, I had to make some changes to that dimension so I decided to create the new Dim PERIOD0. So I created de dimension, get it in to the model and have the problem that now when I try to refresh a Report I got the next message:

I have tried to do a lot of thing that I have fond: Clearing the CACHE from EPM and from UJ tcode, I even activate and deactivate the ENVIRONMENTSHELL. I put back the original dimension, I checked the dimension Formula and its the same as the ENVIRONMENTSHELL. After some testing, I found out the next:

I was using the formula EPMDimensionOverride in the template I am having the problem with. When I delete the formula and set the PERIODO from Edit Report, the report seems to work fine, when I write the formula I got the message posted above.

What els can I do?? ;S

Sys info:

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member186338
Active Contributor

Screenshot of you PERIODO dimension administration!

Text of dimension formula with explanation!

former_member182305
Active Participant
0 Kudos

Thaks for the post Vadim,

Here is the Dimension scrrenshot:

The Formula I have on Cell B11 is:

=EPMDimensionOverride("000","PERIODO",A25)

In A25 I have concatenated 01.2016, 02.2016, 03.2016.......12.2016 (the 2016 the year of the user selection in the context, I just get the year of any selection to display all the month of the year).

This worked just fine before the change I mentioned in the post.

former_member186338
Active Contributor
0 Kudos

Sorry, but I want to see all members of PERIODO dimension for one year... including parent members etc...

Do you always have 3 level structure of PERIODO members? Do you have any special PERIODO members?

former_member186338
Active Contributor
0 Kudos

P.S. It's a bad idea in general to use Zero - 0 instead of letter "O" - users will always get confused!!!

former_member182305
Active Participant
0 Kudos

Vadim,

Here is the screenshoot of one year. I don't have any special periods, just a dummy member is called NA. The structure is Month, Quarter, Year. Always.

I deleted the dimension PERIOD0 (with zero at the end) I went back to use the original PERIODO.

former_member186338
Active Contributor
0 Kudos

"just a dummy member is called NA" - absolutely bad idea! All members in TIME dimension has to be in 3 level structure!

former_member182305
Active Participant
0 Kudos

I just deleted the dimension member and tested again but there is no difference :S. It was working befor the change I made :S.

former_member186338
Active Contributor

Looks like you need more tests. With the correct TIME dimension - no issues.

former_member182305
Active Participant

Hello Vadim,

I was searching for a Solution, I didn't want to apply note 2283395 - SQL5702 error returned from BPC report terminating with SQL30046 error - SAP BW on ASE, but Basis applied it.

It solved the problem. In addition, while Basis was applying the note I construct another identical model with no problems.

Thanks for the posts.

Best Regards.