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

Report too slow

Started by nagoole, 19 Feb 2013 10:45:34 PM

Previous topic - Next topic

nagoole

Hi all,

If one report running  slow means what administrator ca do to resolve the issue please explain in details.

Thanks,
Naga   

cognoslearner1

Is it runing too slow when opened in excel output format ?.
If the report is fetching more data or using many joins then usually report consumes more time. Please follow the report studio best practises for tuning.(For this need help of developer )
Not sure DQM helps to how much extent...

nagoole

For practice purpose i have one report when i run that report in report studio its take long time to show the output this cause what could be a issue and what admin can to take the steps..... 

simon.hodgkiss

Hi Nagoole,

Report Studio has a Tool which will show you the genereated SQL by queries in the report.  The IBM site has a section in the Report Studio User guide giving some guidance on it:

http://pic.dhe.ibm.com/infocenter/cbi/v10r1m0/index.jsp?topic=%2Fcom.ibm.swg.im.cognos.ug_cr_rptstd.10.1.0.doc%2Fug_cr_rptstd_id16360cr_rptstd_wrkdat_working_with_sql_m.html

If other reports in your environment are running with good timings, against the same data source, then it indicates that queries being submitted by your report could be optimised, as Cognoslearner1 has also indicated.

For example, in my organisation we have a Teradata data warehouse.  In our case, when faced with a problem like this we could extract the SQL generated by Cognos and submit it to Teradata via a client tool (eg. Teradata SQL Assistant) with an EXPLAIN statement, which will give indications of the likely completion times etc.  Or you could just run the code and see how long it takes to get a result if your DBAs don't mind...

If the result still takes a long time to come back, then the code's the likely problem.  If it comes back much more quickly, then start looking more closely at the Cognos environment.

tranboelsterli

Hi Nagoole,

I agree with Simon.  In addition, you may want to ask your DBA on the statistics of the tables/indexes involved.  We have experienced that the report runs very fast when statistics are properly updated.