on ā2016 Mar 31 10:00 AM
Hi ,
There is a CrossTabs in my app ( I'm developing my application in SAP BusinessObjects Design Studio, ver. 1.6 ).
Also I have a datasource (BEx). I need to use "compact display" mode. See picture 1.
Pict.1.
Also there is activated hierarchy.
My cross tab in run-time looks correct, but then a press on a leaf (red rectangle on Picture 2) it occurs an error.
"On select" event just simple row:
APPLICATION.alert("1") ;
Pict. 2.
Pict. 3. Error message after click:
Here is a text from log:
"(Error: N/A 99998)" and many many other rows, but there is no directly information.
Then I change back mode to full view (NOT compact view), then it works correctly.
See next image (full view of cross tab):
Picture 4.
So, my question is what should I do in cross tab settings or datasource to fix this problem?
Request clarification before answering.
Hello Kirill,
one difference between the views is that the first (your picture 2) seems to use the descriptions and the next seems to use the key values.
Could you also check if this happens when the description of the hierarchy node contains a "," (comma) ?
regards
Ingo Hilgefort, Visual BI
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Are you running this locally? Have you reviewed the logs? Are you using SP1 for Design Studio? If not I would apply SP1 first
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Tammy,
thank you for quick reply.
SP1 - yes. it is already has been installed.
Logs. there is only system technical information. top part of log is below:
!STACK 0
org.apache.axis2.AxisFault: getSAPAssertionTicket ŠŃŠŗŠ»ŃŃŠµŠ½ŠøŠµ извеŃŃŠ½Š¾Š³Š¾ ŠæŃŠ¾ŠøŃŃ Š¾Š¶Š“ŠµŠ½ŠøŃ. (Error: N/A 99998)
at com.businessobjects.dsws.Consumer.dswsExceptionDocToAxisFault(Consumer.java:876)
at com.businessobjects.dsws.session.Session.getSAPAssertionTicket(Session.java:1329)
at com.sap.ip.bi.zen.backends.bip.BiPlatformSystem.getSingleSignOnTicket(BiPlatformSystem.java:1626)
at com.sap.ip.bi.zen.connectivity.backends.LogonInfoCompleter$1.getSSOTicket(LogonInfoCompleter.java:234)
at com.sap.ip.bi.zen.connectivity.backends.PropertiesWithDynamicCreds.getUserProperty(PropertiesWithDynamicCreds.java:61)
at com.sap.ip.bi.zen.connectivity.backends.PropertiesWithDynamicCreds.getProperty(PropertiesWithDynamicCreds.java:82)
at com.sap.conn.jco.rt.DefaultDestinationManager.isPropertyValueEqual(DefaultDestinationManager.java:486)
at com.sap.conn.jco.rt.DefaultDestinationManager.compare(DefaultDestinationManager.java:456)
at com.sap.conn.jco.rt.DefaultDestinationManager.update(DefaultDestinationManager.java:234)
at com.sap.conn.jco.rt.DefaultDestinationManager.searchDestination(DefaultDestinationManager.java:372)
at com.sap.conn.jco.rt.DefaultDestinationManager.getDestinationInstance(DefaultDestinationManager.java:93)
at com.sap.conn.jco.JCoDestinationManager.getDestination(JCoDestinationManager.java:83)
at com.sap.ip.bi.base.application.service.rfcproxy.impl.jco3.connection.StandaloneConnectionFactoryJCO.createConnection(StandaloneConnectionFactoryJCO.java:258)
at com.sap.ip.bi.base.application.service.rfcproxy.impl.jco3.connection.StandaloneConnectionFactoryJCO.createConnection(StandaloneConnectionFactoryJCO.java:56)
at com.sap.ip.bi.base.service.connection.impl.GenericConnectionPool.getVirtualConnectionInternal(GenericConnectionPool.java:224)
at com.sap.ip.bi.base.service.connection.impl.StandaloneConnectionPool.getConnectionInternal(StandaloneConnectionPool.java:59)
at com.sap.ip.bi.base.service.connection.impl.GenericConnectionPool.getConnectionOrCreateOneIfRequested(GenericConnectionPool.java:179)
at com.sap.ip.bi.base.service.connection.impl.GenericConnectionPool.getConnection(GenericConnectionPool.java:149)
at com.sap.ip.bi.base.application.impl.ServiceManagement.fetchConnectionResource(ServiceManagement.java:928)
at com.sap.ip.bi.base.application.impl.ServiceManagement.createMultipleServices(ServiceManagement.java:496)
Is this from the BI Platform? I recommend following the steps outlined in this wiki for troubleshooting: Design Studio BI Platform Support - Business Intelligence (BusinessObjects) - SCN Wiki
| User | Count |
|---|---|
| 8 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.