cancel
Showing results for 
Search instead for 
Did you mean: 

Problems enabling webi MDX logging

Former Member
0 Kudos
88

Hello experts!

I'm trying to enable the webi MDX logging in order to check the webi MDX queries sended to SAP BW but it doesn't work.

I followed the instructions from the sap note 1260004 (changing the registry path because the system is Win 2008 R2 64 bits) but the log file is not generated.

FYI, the registry entry:

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Business Objects\Suite 12.0\MDA\Log\Modules]

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Business Objects\Suite 12.0\MDA\Log\Modules\SAPMODULE]

"verbosity"=dword:0000000a

"MDX Query Log"="C:\MDX.log"

Any idea how to activate the MDX logging??

Or, do you know another tool or procedure to check the MDX queries from webi?

Thanks in advance!

Accepted Solutions (0)

Answers (2)

Answers (2)

IngoH
Active Contributor
0 Kudos

Hi,

the minimum you will need is this:

[HKEY_LOCAL_MACHINE\SOFTWARE\Business Objects\Suite 12.0\MDA\Log]

"OverWrite"="No"

"AppendPID"="Yes"

"LogFile"="C:
sofa.log"

"LogFormat"="%T ThreadID<%i> %X : %m"

[HKEY_LOCAL_MACHINE\SOFTWARE\Business Objects\Suite 12.0\MDA\Log\Modules]

[HKEY_LOCAL_MACHINE\SOFTWARE\Business Objects\Suite 12.0\MDA\Log\Modules\SAPMODULE]

"Verbosity"=dword:0000000a

"MDX Query Log"="C:
mdx_sap_query.log"

Which is outlined in the note as well.

Ingo

Former Member
0 Kudos

Solved. Problems with the registry keys

Thank's!

O

former_member186586
Active Participant
0 Kudos

hi oriol..

i tried same steps..but the log file is not generated like your first message.

what is the problem with registering keys?

arijit_das
Active Contributor
0 Kudos

what is the BO version you are using ?

This link may be helpful:

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/90b02218-d909-2e10-1988-a2ca74547...

You may need to restart the SIA after the registry changes.

Former Member
0 Kudos

BO Version: BOXI Edge 3.1 SP3

In order to modify the registry, I tried to follow the instructions from the note 1260004 and from this doc you post without enabling the webi MDX logging

I also restarted the SIA but still don't work.

Oriol