Hyperion Financial Data Quality Management (FDM/FDMEE) (MOSC)

MOSC Banner

accessing mappings (parent location) from import script

edited Jul 4, 2019 12:35PM in Hyperion Financial Data Quality Management (FDM/FDMEE) (MOSC) 3 commentsAnswered ✓

Hi,

   I'm using a Jython import script that access the mappings using sintax mDimensionName[String]... just like below:

def AccountType(sField,sRecord): try:  sAccount=str(mAccount[sField])  ...

   Account is a field from import file that has a mapping...

   I use m letter concatenated with field name (Account)...  sintax to get results from my mappings.

   m + Account = mAccount

   It's working like a charm when using a "normal" location where mappings exist. Let's say Location X.

   The same import script doesn't work for a location Y configured with Parent location (pointing to Location Y)

   I got the error: 2019-06-17 12:35:55,921 DEBUG [AIF]: EPMFDM-140274:Message - Error Evaluating scriptnullorg.python.core.PyException.fillInStackTrace(PyException.java:70)

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center