cancel
Showing results for 
Search instead for 
Did you mean: 

SQL Query

oscarforeman
Explorer
0 Kudos

I have a Report that I run using the Excel add-in with SAP BPC MS 10.0.  I am trying to capture the SQL query that the report is generating when it runs.  I am unable to capture the report using SQL Profiler.  I am open to suggestions on how to capture the SQL query being generated when I refresh the report.

Accepted Solutions (1)

Accepted Solutions (1)

JohnL
Product and Topic Expert
Product and Topic Expert
0 Kudos


Hi Oscar,

Is the report referencing all base level members (child dimension members) vs. parent/rollup dimension members?

Thanks,

oscarforeman
Explorer
0 Kudos

Majority is base level members and 1 property field

JohnL
Product and Topic Expert
Product and Topic Expert
0 Kudos

If there is at least one parent/rollup dim member then the MDX engine is used (no SQL).

You'll need to run a profiler trace for Analysis Services. When you connect in SQL profiler, choose the different engine in the drop-down

Answers (1)

Answers (1)

former_member186498
Active Contributor
0 Kudos

Hi Oscar,

try following the notes about performances and troubleshootings, the first for evdre and the second for epm add-in 1851261 - Troubleshooting BPC MS EvDRE Reports and 1681762 - EPM Add-in: Where are the EPM Add-in log files stored?

Regards

     Roberto

oscarforeman
Explorer
0 Kudos

This information is related to Logs not SQL query information.  We are using SQL Profiler but the query seems incomplete.