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

Logic Script Not Finding Assigned Member

0 Likes
408

We're running BPC 11 and launching packages via EPM/Analysis for Office 2.7.500.

I get the following error in the Package Log when attempting to run a basic Currency Translation script.

[Message]

RUN_LOGIC:Member does not exist in dimension SCOPE

I have tried hard-coding the value as well as allowing the user to select it from the DM prompt. I can't figure out why it's not seeing the value and appears to be looking for a blank value. I processed the dimension again just to make sure that wasn't the issue.

Here is the FXTRANS.LGF logic script:

*RUN_PROGRAM CURR_CONVERSION
   CATEGORY=ACTUAL
   GROUP=S_1000
   TID_RA=%TIME_SET%
   // OTHER = [ENTITY=%ENTITY_SET%]
   RATEENTITY=Global
*ENDRUN_PROGRAM

I have the following two members defined in my SCOPE dimension: S_NONE and S_1000 (see attached image).

Here is my DM package script:

PROMPT(SELECTINPUT,,,,"%TIME_DIM%")
TASK(/CPMB/DEFAULT_FORMULAS_LOGIC,SUSER,%USER%)
TASK(/CPMB/DEFAULT_FORMULAS_LOGIC,SAPPSET,%APPSET%)
TASK(/CPMB/DEFAULT_FORMULAS_LOGIC,SAPP,%APP%)
TASK(/CPMB/DEFAULT_FORMULAS_LOGIC,SELECTION,%SELECTION%)
TASK(/CPMB/DEFAULT_FORMULAS_LOGIC,LOGICFILENAME,FXTRANS.LGF)

If anyone else has run into this, I would appreciate suggestions.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member186338
Active Contributor
0 Likes

Have you configured ownership manager?

0 Likes

Yes. I've set all values to 100% for every month of 2019.