Hyperion Essbase (MOSC)

MOSC Banner

JAPI with MDX query exception

edited Oct 23, 2019 5:40AM in Hyperion Essbase (MOSC) 3 commentsAnswered

We are using JAPI to query essbase data by mdx, but we have faced a problem:

after the code run to   cv.performOperation(op); It throws an exception. Did anybody face the same problem?

Error: [[[[Z cannot be cast to [[[[I

java.lang.ClassCastException: [[[[Z cannot be cast to [[[[I

  at com.essbase.api.dataquery.EssMdDataSet.init(Unknown Source)

  at com.essbase.api.dataquery.EssCubeView.performOperation(Unknown Source)

  at MDXQ.main(MDXQ.java:48)

import java.util.ArrayList;

import com.essbase.api.base.*;

import com.essbase.api.metadata.IEssMemberSelection;

import com.essbase.api.session.*;

//import com.essbase.api.datasource.*;

import com.essbase.api.dataquery.*;

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