Hyperion Financial Management (HFM) (MOSC)

MOSC Banner

IntercompanyOM getICTransactions problem

edited May 8, 2019 5:07AM in Hyperion Financial Management (HFM) (MOSC) 3 commentsAnswered

Hi all,

we are stuck with the issue below. I am sending piece of code and an exception thrown by it.

Maybe someone can help as we are not able to find any solution.

Regards,

Code:

ICRowFilterInfo icRowFilterInfo = new ICRowFilterInfo();

ICColumnFilterInfo icColumnFilterInfo = new ICColumnFilterInfo();

SessionOM sessionOM = new SessionOM();

SessionInfo sessionInfo = sessionOM.createSession(…);

IntercompanyOM intercompanyOM = new IntercompanyOM(sessionInfo);

List<ICTransaction> transactions = intercompanyOM

.getICTransactions(scenario, year, period, 0, 10, icRowFilterInfo, icColumnFilterInfo);

Error:

  • oracle.epm.fm.common.exception.thrift.THFMException: Error: ffffffff

at oracle.epm.fm.common.service.intercompany.IntercompanyHandlerService$getICTransactions_result$getICTransactions_resultStandardScheme.read(IntercompanyHandlerService.java:20045)

at oracle.epm.fm.common.service.intercompany.IntercompanyHandlerService$getICTransactions_result$getICTransactions_resultStandardScheme.read(IntercompanyHandlerService.java:20012)

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