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

MOSC Banner

FDMEE Import Script only loading first 300 records, skipping the rest of file

Hello All,


I am running into some unexpected behavior, I created an import script that retrieves the values on the Location's integration options.  My import script looks like this:

def getIntegrationOption1 (strField, strRecord):

  rs = fdmAPI.getLocationDetails(fdmContext["LOCKEY"])

  while (rs.next()):

    if rs.getString("PARTINTGCONFIG1") is None:

      return "[None]"

    else:

      return rs.getString("PARTINTGCONFIG1")

  rs.close()

Once I assign this import script to my import format, and I load a file that has exactly 300 records, I start getting these errors:

2015-06-10 18:22:10,909 DEBUG [AIF]: ERPI-105011:EPMERPI- Error Evaluating scriptnullorg.python.core.PyException.fillInStackTrace(PyException.java:70)

...

2015-06-10 18:22:10,911 DEBUG [AIF]: ERPI-105011:EPMERPI- Error: nullcom.hyperion.aif.file.common.util.DataLoadEngine$ImportItemFileEntity.evaluateExpressions(DataLoadEngine.java:835)

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