Forum Discussion
SAP BW connector invalid MDX command
blairzy1 I got the information internally that they suggest to enable product traces on the Diagnostics tab of the Options dialog and then repeat the operation which produces the error. Then, send us the trace files.
Please follow above suggestion and capture trace and share it here.
Anonymous Please check if the trace file is captured as I told above. If not, please send me again.
Best Regards,
Qiuyun Yu
Hi Qiuyun Yu,
I've PM'd you. Have you had a chance to push the files through to the team?
Regards,
- v-qiuyu-msft9 years agoCommunity Support
blairzy1Anonymous Desktop trace files already sent internally, will updated here if I get information from PG.
Best Regards,
Qiuyun Yu- v-qiuyu-msft9 years agoCommunity Support
Hi all,
Please check below information from PG:
The generated MDX is this:
EXECUTE MDX |WITH MEMBER [Measures].[Microsoft.Mashup.Engine.NullMeasure] AS null SELECT [Measures].[Microsoft.Mashup.Engine.NullMeasure] ON 0,[0PLANT].[LEVEL01].ALLMEMBERS PROPERTIES MEMBER_CAPTION,MEMBER_UNIQUE_NAME ON 1 FROM [ZTAX_REG/REP_20120526_VATREG_TS_GST] CELL PROPERTIES VALUE| WITH-OPTIONS(IgnoreEmptyResultset=true, USEFLATTENING=TRUE);
It turns out that "AS null" works correctly on some BW servers but not others.. As of the June release, we will generate different MDX that will avoid this problem, which should fix the issue.
Best Regards,
Qiuyun Yu- blairzy19 years agoFrequent Visitor
Thanks v-qiuyu-msft