If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

Dynamic cube SQL Generation

Started by Cognos8, 31 Aug 2015 10:08:20 AM

Previous topic - Next topic

Cognos8

I have created report using Dynamic cubes, How can i find the generated SQL ? Below steps are correct ? How can i find the user specific executed SQL?


1) Locate the following file in your Cognos installation directory
For Cognos 10.1.1 or earlier: c10\configuration\xqe.config.xml
For Cognos 10.2 or later : c10\configuration\xqe.diagnosticlogging.xml

2) Open it in an editor.

3) Search for the section <component name="XQE">

4) In that section look for <eventGroup name="JDBC"/>

5) Change it to <eventGroup name="JDBC" level="info"/>

6) From Cognos Administration restart the Query services. Please make sure the correct Java process disappears in Task Manager. If you are unsure restart the complete Service from Cognos Configuration.

MFGF

Quote from: Cognos8 on 31 Aug 2015 10:08:20 AM
I have created report using Dynamic cubes, How can i find the generated SQL ? Below steps are correct ? How can i find the user specific executed SQL?


1) Locate the following file in your Cognos installation directory
For Cognos 10.1.1 or earlier: c10\configuration\xqe.config.xml
For Cognos 10.2 or later : c10\configuration\xqe.diagnosticlogging.xml

2) Open it in an editor.

3) Search for the section <component name="XQE">

4) In that section look for <eventGroup name="JDBC"/>

5) Change it to <eventGroup name="JDBC" level="info"/>

6) From Cognos Administration restart the Query services. Please make sure the correct Java process disappears in Task Manager. If you are unsure restart the complete Service from Cognos Configuration.

Hi,

If you read the below article, it indicates that the DQM Server log is written to <Cognos install location>\logs\XQE\xqelog-<timestamp>.xml

http://www-01.ibm.com/support/docview.wss?uid=swg21666867

I'd be looking here if I was you :)

Cheers!

MF.
Meep!

bus_pass_man