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

MOSC Banner

Fdmee import issue

Hi All,

I attached this Jython script to Import formats.I am getting this errors in Log file.

Please let me know the solution for this.

def NoZero(strField, strRecord):

    if IsNumeric(strField):

        strField = FormatNumber(strField, 0, 0, 0, 0)

        NoZero = strField

    else:

        NoZero = strField

Error Evaluating scriptnullorg.python.core.PyException.fillInStackTrace(PyException.java:70)

java.lang.Throwable.<init>(Throwable.java:181)

java.lang.Exception.<init>(Exception.java:29)

java.lang.RuntimeException.<init>(RuntimeException.java:32)

org.python.core.PyException.<init>(PyException.java:46)

org.python.core.PyException.<init>(PyException.java:43)

org.python.core.PyException.<init>(PyException.java:61)

org.python.core.Py.NameError(Py.java:220)

org.python.core.PyFrame.getglobal(PyFrame.java:284)

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