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

Refresh Data in EPM

Former Member
0 Kudos
638

Hi All,

I refresh the data in EPM as follow:

Dimension 1Value
AAAAA
BBBBB
CCCCC
DDDDD
EEEEE

Then I change the master data for dimension 1. Instead of having 5 members, I have 3 members only (AAAA,BBBB,CCCC). Then I refresh the data in EPM again. The result is the same :

Dimension 1Value
AAAAA
BBBBB
CCCCC
DDDDD
EEEEE

It will be only correct (showing only AAAA,BBBB,CCCC) if I delete all the rows and then refresh again. I notice this is because EPM doesn't clear / delete all the rows before refresh the data. So if the second refresh has less data,  the reports will shows something like duplicate data because the rows which are not valid are still displayed.

Is there anything we can do to avoid this?

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

which version of EPM add on are you using?

try clear metadata cache under more options and also run UJA_REFRESH_DIM_CACHE in SE38

Andy

Former Member
0 Kudos

Hi Andy,

May I know what is metadata cache? I meant what is the purpose of this function?

Thank you

dinesh_veluru
Active Participant
0 Kudos

Hi U-One

whenever we connect to a model the structure of the model will be copied locally (i.e dimensions and its members) which will improve the performance.

when you try delete,add,update....dimension members either you have to logoff from the excel or clear the metadata cache to sync local copy with the structure of the model.

Please read the section 38.1 Metadata Cache in the below link

https://help.sap.com/businessobject/product_guides/boeo10/en/EPMofc_10_user_en.pdf

Thanks,

Dinesh.V

Answers (1)

Answers (1)

former_member186338
Active Contributor
0 Kudos

In general it's a very rare case when you have to delete master data...

Do you have a business case?

Vadim

Former Member
0 Kudos

It should be rare case to delete the master data. We are in the middle uploading the master data for the first time in production and after uploading we notice that we need to delete or change the master data.

After further testing and stimulation, I think the root issue is not the deletion of the master data. The error only applicable in following scenario (Please ignore the sample in the previous message) :

  • Refresh  data with context member XXXX that will display below data :

               AAAA

               BBBB    

               CCCC

  • Save the file in the local computer and log off from EPM
  • Open and Log on again to EPM
  • Refresh the context member YYYY which has no data (suppress zero and empty value)
  • Change the context member XXXX back , the EPM report will display duplicate value as below:

               AAAA

               BBBB    

               CCCC

              AAAA

               BBBB    

               CCCC

And after that, no matter what context member we choose, the last 3 data (the bold one) always appear. It will only be ok if we delete the rows.

Looks like that the bold one is considered as outside the EPM range  already. Any comment is appreciated to avoid this.

Thanks.

former_member186338
Active Contributor
0 Kudos

Sorry, but steps to reproduce are not clear! Please provide real report screenshots and report settings screenshots.

Vadim