cancel
Showing results for 
Search instead for 
Did you mean: 

BO XI 3.0 enabling Trace on Webi Reports

Former Member
0 Kudos

Kindly let us know the eact procedure to enable trace in XI 3.0 on webi Reports.

(We need to check whether only selected dimensions and measures get passed on in the MDX query in a SAP BW based DW system. In XI R2 we found that all dimensions and measures present in the Universe get passed and Selection of a (say 2 dimensions and 1 measure) dosent work (are we correct in the finding?)

Accepted Solutions (1)

Accepted Solutions (1)

denis_konovalov
Active Contributor
0 Kudos

1. Create the 3 environment variables on the server

· BO_TRACE_CONFIGDIR c:Logs

· BO_TRACE_CONFIGFILE c:Logs o_trace.ini

· BO_TRACE_LOGDIR c:Logs

2. Create a bo_trace.ini with these contents:

· active = true;

· importance = '<<';

· size = 10000000;

· keep = false;

3. Edit win32_x86dataAccessconnectionServercs.cfg setting

4. Add -trace to webireport server command line.

Answers (0)