Hi Folks
We have an annoying issue when users execute a DMP they receive a msg 'All Codes are wrong, the default value has been restored'. They are able to click OK and move on.
Our detailed script DMP is as follows:
PROMPT(SELECT,,,"Select Entity","%ENTITY_DIM%","%ENTITY_DIM%")
INFO(%EQU%,=)
INFO(%TAB%,;)
TASK(ZBPC_RUN_LOGIC,TAB,%TAB%)
TASK(ZBPC_RUN_LOGIC,EQU,%EQU%)
TASK(ZBPC_RUN_LOGIC,SUSER,%USER%)
TASK(ZBPC_RUN_LOGIC,SAPPSET,%APPSET%)
TASK(ZBPC_RUN_LOGIC,SAPP,%APP%)
TASK(ZBPC_RUN_LOGIC,SELECTION,%SELECTION%)
TASK(ZBPC_RUN_LOGIC,LOGICFILENAME,CONS_FCST_BADI_ADHC.LGF)
TASK(ZBPC_RUN_LOGIC,REPLACEPARAM,PERCT%EQU%%PERCT%)
I suspect that this is caused by the workbook or DMP holding the cache of the entity dimension value used last before saving & transporting the workbook. We dont get any message when a user with access to all entity dimensions runs this package. So my question is if there is any way to clear the cache of the DMP prompts? Selecting OK to the message clears the cache for the user (with access to a single entity dimension). How to re set the value of the entity dimension back to "ALL"
We have tried without luck:
** running 'clear metadata cache' on the work book.
** Clearing the cache from the below locations
C:\Users\testuser\AppData\Local\EPMOfficeClient\Metadata
C:\Users\testuser\AppData\Local\Microsoft\Office\14.0\OfficeFileCache
C:\Users\testuser\AppData\Local\Microsoft\Office\ONetConfig
EPM Version 10.0 SP20 Patch 1.NET4
Back end 10.1
Thanks for any assistance
Glen