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

MOSC Banner

Mapping Script Error

edited Jul 14, 2016 8:08AM in Hyperion Financial Data Quality Management (FDM/FDMEE) (MOSC) 7 commentsAnswered ✓

Hi All,

VB  Mapping Script Script:

If varValues(25) = "87071"  Then Result = "4020000" Else  Result = "5512000" End If

Converted into Jython Mapping Script:

if fdmRow.getString["Account"] = "87071":

    fdmResult = "4020000"

    else:

        fdmResult = "5512000"

but I am getting error message

Executing the script based mapping: '50100001s' (IN)

"2016-07-11 09:12:52,314 ERROR [AIF]: The script based mapping '50100001s' (IN) has failed to compile:

mismatched input 'else' expecting DEDENT (<string>, line 3)"

Please help me on this. and In Vb scripts Varchar(17) what is it in Jython.

Thanks,

Nani.

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