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

MOSC Banner

Global variables in FDMEE jython event scripts

Hi

I am struggling to work out how to define, set and read global variables across FDMEE jython event scripts. For example, storing a start time variable in BefImport and reading it in AftLoad to calc elapsed time. I've tried various permutations of:

In BefImport:

   ...

   global StartTime

   StartTime = datetime.datetime.now()

   ...

In AftLoad:

   ...

   ElapsedTime = datetime.datetime.now() - StartTime

   ...

The result is AftLoad fails with "StartTime not defined".

All help gratefully received. I'm sure it is simple when you know how.

Regards

Ian

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