Hyperion Financial Management (HFM) (MOSC)

MOSC Banner

DataUnit.GetItem does not work in new version 11.2.4

edited Aug 17, 2021 12:54PM in Hyperion Financial Management (HFM) (MOSC) 3 commentsAnswered

Hello there,


We recently migrated from HFM 11.1.2.4 to HFM 11.2.4 , everything seems to be working fine except for rules while running consolidation. Getting An unknown error has occurred in the HsvDSRulesOM object at different lines which are similar to below


Call MyDataUnit.GetItem(i, strAccount, strICP, strCustom1, strCustom2, strCustom3, strCustom4, vData)


Since there is no Custom4 member in the application , tried to use above line with


Call MyDataUnit.GetItem(i, strAccount, strICP, strCustom1, strCustom2, strCustom3, vData) but still errors out.


Same rules works perfectly on 11.1.2.4 version without any changes /errors.


There is workaround to this issue , however it required rules change by replacing Call MyDataUnit.GetItem(i, strAccount, strICP, strCustom1, strCustom2, strCustom3, vData) with below -

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