cancel
Showing results for 
Search instead for 
Did you mean: 

Design Studio 1.5 to 1.6 upgrade error

Former Member
0 Kudos
175

Hi all,

I have upgraded the Design Studio from 1.5 to 1.6.

My dashboard have a relational universe. I am using inline prompt function in the universe. And in onstartup event I set up the prompts. But the following error occured. When I commented setvariableValueExt lines, the error doesn't occur.

What is the problem for this situation? Thanks,

DS_1.setVariableValueExt("psstartdate", startDateSap);

DS_1.setVariableValueExt("psenddate", endDateSap);

DS_1.loadDataSource();

index > dataCellIndexSize: 20>20

java.lang.IllegalStateException: index > dataCellIndexSize: 20>20 at com.sap.ip.bi.bics.dataaccess.consumer.impl.queryview.QueryView.getDataCells(QueryView.java:952) at com.sap.ip.bi.bics.dataaccess.consumer.impl.base.StateDomSerializer.serializeQueryView(StateDomSerializer.java:486) at com.sap.ip.bi.bics.dataaccess.consumer.impl.queryview.QueryView.writeStateIntoDom(QueryView.java:1814) at com.sap.ip.bi.bics.dataaccess.consumer.impl.queryview.QueryView.writeStateIntoDom(QueryView.java:1800) at com.sap.ip.bi.base.service.xml.StateSerializerHelper.writeStateIntoDom(StateSerializerHelper.java:153) [...]

Full Excepton,

com.sap.ip.bi.base.exception.BIBaseRuntimeException: Unknown Error

at com.sap.ip.bi.webapplications.runtime.impl.page.Page._processRequest(Page.java:956)

at com.sap.ip.bi.webapplications.runtime.impl.page.Page.processRequest(Page.java:5255)

at com.sap.ip.bi.webapplications.runtime.impl.page.Page.processRequest(Page.java:5248)

at com.sap.ip.bi.webapplications.runtime.impl.controller.Controller.doProcessRequest(Controller.java:1226)

at com.sap.ip.bi.webapplications.runtime.impl.controller.Controller._processRequest(Controller.java:1082)

at com.sap.ip.bi.webapplications.runtime.impl.controller.Controller.processRequest(Controller.java:1048)

at com.sap.ip.bi.webapplications.runtime.impl.controller.Controller.processRequest(Controller.java:1)

at com.sap.ip.bi.server.runtime.sevice.impl.BIRuntimeServerService._handleRequest(BIRuntimeServerService.java:822)

at com.sap.ip.bi.server.runtime.sevice.impl.BIRuntimeServerService.handleRequest(BIRuntimeServerService.java:1205)

at com.sap.ip.bi.server.execution.engine.runtime.LocalBIExecutionService.executeRequest(LocalBIExecutionService.java:34)

at com.sap.ip.bi.zen.boe.model.session.Session.executeBIRequest(Session.java:205)

at com.sap.ip.bi.zen.boe.server.transport.corba.SessionServant.executeBIRequest(SessionServant.java:84)

at sun.reflect.GeneratedMethodAccessor73.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:597)

at com.sap.framework.services.zen.ZenInterceptor.forwardRequest(ZenInterceptor.java:47)

at com.sap.framework.services.zen.ZenInterceptor.invoke(ZenInterceptor.java:39)

at com.businessobjects.framework.servers.platform.adapters.ebus.orb.CommonTransportInterceptor.invokeHelper(CommonTransportInterceptor.java:125)

at com.businessobjects.framework.servers.platform.adapters.ebus.orb.CommonTransportInterceptor.invoke(CommonTransportInterceptor.java:87)

at com.businessobjects.framework.servers.common.proxy.cglib.MethodInterceptorChain.intercept(MethodInterceptorChain.java:136)

at com.sap.ip.bi.zen.boe.transport.corba.CorbaSessionPOA$$EnhancerByCGLIB$$7ee60306.executeBIRequest(<generated>)

at com.sap.ip.bi.zen.boe.transport.corba.CorbaSessionPOA._OB_op_executeBIRequest(CorbaSessionPOA.java:117)

at com.sap.ip.bi.zen.boe.transport.corba.CorbaSessionPOA._invoke(CorbaSessionPOA.java:84)

at com.crystaldecisions.thirdparty.com.ooc.OBPortableServer.ServantDispatcher.dispatch(ServantDispatcher.java:234)

at com.crystaldecisions.thirdparty.com.ooc.OBPortableServer.POA_impl._do_OB_dispatch(POA_impl.java:1980)

at com.crystaldecisions.thirdparty.com.ooc.OBPortableServer.POA_impl._OB_dispatch(POA_impl.java:1916)

at com.crystaldecisions.thirdparty.com.ooc.OB.DispatchRequest_impl.invoke(DispatchRequest_impl.java:122)

at com.businessobjects.framework.servers.platform.adapters.ebus.orb.ThreadPoolDispatchStrategy$Dispatcher.run(ThreadPoolDispatchStrategy.java:271)

at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)

at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)

at java.util.concurrent.FutureTask.run(FutureTask.java:138)

at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)

at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)

at java.lang.Thread.run(Thread.java:761)


Caused by: java.lang.IllegalStateException: index > dataCellIndexSize: 20>20

at com.sap.ip.bi.bics.dataaccess.consumer.impl.queryview.QueryView.getDataCells(QueryView.java:952)

at com.sap.ip.bi.bics.dataaccess.consumer.impl.base.StateDomSerializer.serializeQueryView(StateDomSerializer.java:486)

at com.sap.ip.bi.bics.dataaccess.consumer.impl.queryview.QueryView.writeStateIntoDom(QueryView.java:1814)

at com.sap.ip.bi.bics.dataaccess.consumer.impl.queryview.QueryView.writeStateIntoDom(QueryView.java:1800)

at com.sap.ip.bi.base.service.xml.StateSerializerHelper.writeStateIntoDom(StateSerializerHelper.java:153)

at com.sap.ip.bi.base.service.xml.StateSerializerHelper.getStateXml(StateSerializerHelper.java:68)

at com.sap.ip.bi.base.service.xml.StateSerializerHelper.getStateXml(StateSerializerHelper.java:53)

at com.sap.ip.bi.bics.dataaccess.consumer.impl.selector.SelectionObject.getStateXml(SelectionObject.java:1529)

at com.sap.ip.bi.bics.ext.module.td.impl.api.queryview.TableDesignQueryView.getStateXml(TableDesignQueryView.java:509)

at com.sap.ip.bi.webapplications.dataproviders.selector.impl.WdpSelector.serializeStateParameters(WdpSelector.java:1092)

at com.sap.ip.bi.webapplications.runtime.object.page.impl.PageObject.getStateParameters(PageObject.java:962)

at com.sap.ip.bi.webapplications.runtime.object.page.impl.PageObjectStateDescription.<init>(PageObjectStateDescription.java:113)

at com.sap.ip.bi.webapplications.runtime.impl.page.processor.PageStateProcessor.saveState(PageStateProcessor.java:405)

at com.sap.ip.bi.webapplications.runtime.impl.page.Page.doProcessRequest(Page.java:2866)

at com.sap.ip.bi.webapplications.runtime.impl.page.Page._processRequest(Page.java:851)

... 33 more

View Entire Topic
marcio_evaldt
Advisor
Advisor
0 Kudos

Hello Keraban,

This issue has been identified by DS development team and will be corrected in SP 1 for DS 1.6.
This is supposed to be delivered in CW 7.

Kind Regards,
Marcio