[
https://issues.jboss.org/browse/TEIID-4153?page=com.atlassian.jira.plugin...
]
Ted Jones updated TEIID-4153:
-----------------------------
Attachment: query plan and stack trace 2.txt
Attached query plan and stack trace.
Here is the procedure that is executed:
SELECT
x.zcustid AS cust_id, x.zprdid AS prod_id, x.price AS price, x.quantity AS quantity
FROM
(EXEC sapbw.invokeMDX('SELECT
{[Measures].[058YFS98ML8W8QUZ11JQ6UHM1],[Measures].[058YFS98ML8W8QUZ11JQ6UNXL]} ON
COLUMNS,
NON EMPTY CROSSJOIN({[ZCUSTID].LEVELS(01).MEMBERS},{[ZPRDID].LEVELS(01).MEMBERS}) ON
ROWS
FROM [ZIC_TEST/Z_CUST_ORDER_LIST]')) AS w, ARRAYTABLE(w.tuple COLUMNS zcustid string,
zprdid string, price decimal, quantity decimal) AS x
OLAPExecutionFactory Exception Unwrapping Results
-------------------------------------------------
Key: TEIID-4153
URL:
https://issues.jboss.org/browse/TEIID-4153
Project: Teiid
Issue Type: Bug
Components: Misc. Connectors
Affects Versions: 8.13.3
Reporter: Ted Jones
Assignee: Steven Hawkins
Attachments: query plan and stack trace 2.txt
When executing an MDX query against SAP BW (a BEx query), the following exception occurs:
11:49:32,573 WARN [org.teiid.CONNECTOR] (Worker1_QueryProcessorQueue1) Connector worker
process failed for atomic-request=9WKT1UuAq4j/.0.3.0:
org.teiid.translator.TranslatorException: Not a wrapper for: org.olap4j.OlapWrapper
at org.teiid.translator.olap.OlapExecutionFactory.unwrap(OlapExecutionFactory.java:77)
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)