on 2021 Jun 17 9:52 PM
HANA - 2.00.055.00.1615413201
BPC 10.1 BW 7.5 SP20
Trying to run a simple query (copied bpc query from SLG1)in hana studio but gives below error . is there any syntax error in below query? it erroring @mdx close stmt.
Error:
Could not execute 'mdx close request' in 7 ms 432 µs . SAP DBTech JDBC: [256]: sql processing error: ERROR - 'CLOSE REQUEST' is not a valid MDX request
Query:
set 'MDX_CURRENT_CATALOG'='$MDX';
MDX
MEMBER [Measures].[YTD] AS 'IIF(([/CPMB/DNDFTE7 PARENTH1].[2/CPMB/ACCTYPE]="INC" OR [/CPMB/DNDFTE7 PARENTH1].[2/CPMB/ACCTYPE]="LEQ"),-([Measures].[/CPMB/SDATA], CLOSINGPERIOD([/CPMB/DNDTXBJ PARENTH1].[LEVEL02])), ([Measures].[/CPMB/SDATA], CLOSINGPERIOD([/CPMB/DNDTXBJ PARENTH1].[LEVEL02])))' SOLVE_ORDER=3
SELECT NON EMPTY {[/CPMB/DNDFTE7 PARENTH1].[TOTAL_REVENUE /CPMB/DNDFTE7] } ON 0
from [$/CPMB/DNMTPPZ]
WHERE
( [Measures].[YTD], [/CPMB/DNDV3FS].[LC], [/CPMB/DNDEHSJ PARENTH1].[F_CLO], [/CPMB/DND4MPK PARENTH1].[I_ALL/CPMB/DND4MPK], [/CPMB/DNDYXQ9 PARENTH1].[TOTAL_MGMT /CPMB/DNDYXQ9], [/CPMB/DNDYHRJ PARENTH1].[ACTUAL], [/CPMB/DNDFZDK].[S_NONE], [/CPMB/DNDTXBJ PARENTH1].[2020.01], [/CPMB/DNDOWG0 PARENTH1].[PC1000 /CPMB/DNDOWG0] ) ;
mdx get_axisdata 0;
mdx get_axisdata 1;
mdx get_axisdata 255;
mdx get_celldata;
mdx close request;
Request clarification before answering.
for possible workarounds, I would recommend to contact SAP Product Support component HAN-DB-MDX
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Rekha,
This is a known issue that will be fixed in the next SAP HANA SPS5 revision, expected to be released in July.
Hugo
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
10 | |
10 | |
2 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.