SlideShare una empresa de Scribd logo
1 de 41
CONGOS 10.2.2 PERFORMANCE TUNING
Questions Log from Webinar
Resource Library
Senturus’ whole purpose is to make you
successful with Business Analytics. Thus,
we offer a series of technology-neutral
webinars, training on specific software,
demonstrations, and no-holds-barred
reviews of new software releases. We
host dozens of live webinars every year
and we offer a comprehensive library of
recorded webinars, demos, white papers,
presentations and case studies on our
website--a wealth of learning resources.
Most of our content is custom created
and constantly updated, so visit us often
to see what’s new in the industry.
www.senturus.com/resources/
2Copyright 2014 Senturus, Inc. All Rights Reserved
*Custom, tailored training also available*
Cognos and Tableau Training Options
3Copyright 2015 Senturus, Inc. All Rights Reserved
This slide deck is part of the “Cognos 10.2.2
Performance Tuning” recorded webinar. To view the
FREE recording of the entire presentation and download
the slide deck, go to:
www.senturus.com/resources/cognos-10-2-2-
performance-tuning/
Senturus’ comprehensive library of recorded webinars,
demos, white papers, presentations and case studies is
available on our website:
www.senturus.com
Hear the Recording
4Copyright 2015 Senturus, Inc. All Rights Reserved
Best Practices for Optimizing Your Investment
QUESTIONS LOG:
COGNOS 10.2.2 PERFORMANCE TUNING
Q: Will PowerPlay Studio also be deprecated?
A: There are currently no plans by IBM to deprecate
PowerPlay Studio.
Q: What are the licensing implications of distributed
environment? Is a license required for each server, or
does each user license it?
A: It depends on the licensing model you have in place
with IBM.
Questions Log: Cognos 10.2.2 Performance Tuning
6Copyright 2015 Senturus, Inc. All Rights Reserved
Q: IBM recommends 4GB for the JVM, but you are
referencing 1.5GB. Why?
A: This is according to IBM documentation. People have
been hearing this from IBM Support for specific issues
but it has not been documented at this time. More
information on this topic is available here:
http://www-
01.ibm.com/support/knowledgecenter/#!/SSEP7J_10.2.
2/com.ibm.swg.ba.cognos.crn_arch.10.2.2.doc/c_adgm
emorystngs.html%23ADGmemorystngs
Q: Does the ISAPI module work with Apache
WebServer?
A: ISAPI is only available with Windows IIS
Questions Log: Cognos 10.2.2 Performance Tuning
7Copyright 2015 Senturus, Inc. All Rights Reserved
Q: To confirm, Query Service does not need to be
enabled if you are not using Dynamic Query Mode?
A: That is correct. The Query Service is for Dynamic
Query Mode only and can be set to false to free up
resources.
Q: How do you tune a report output that contains
graphics?
A: We would need to review your issue before being able
to provide a recommendation. You can contact us for a
complimentary performance and stability review via
email info@senturus.com, or by calling 1-888-601-6010,
ext. 85.
Questions Log: Cognos 10.2.2 Performance Tuning
8Copyright 2015 Senturus, Inc. All Rights Reserved
Q: To run report in Dynamic Query Mode, do we have
to convert all relational packages into DMR models?
A: That is correct.
Q: In a distributed environment, how many
dispatchers can we add?
A: There is no limit to the number of dispatchers you can
add.
Questions Log: Cognos 10.2.2 Performance Tuning
9Copyright 2015 Senturus, Inc. All Rights Reserved
This slide deck is part of the “Cognos 10.2.2
Performance Tuning” recorded webinar. To view the
FREE recording of the entire presentation and download
the slide deck, go to:
www.senturus.com/resources/cognos-10-2-2-
performance-tuning/
Senturus’ comprehensive library of recorded webinars,
demos, white papers, presentations and case studies is
available on our website:
www.senturus.com
Hear the Recording
10Copyright 2015 Senturus, Inc. All Rights Reserved
Q: Can non-Dimensionally Modeled Relational (DMR)
relational models go against JDBC data connections? if
yes, would this boost performance over regular data
connections?
A: Yes non-DMR models can go against JDBC connection.
You would need a DMR and to define the package as
Dynamic Query Mode (DQM) to take advantage of any
performance enhancements.
Questions Log: Cognos 10.2.2 Performance Tuning
11Copyright 2015 Senturus, Inc. All Rights Reserved
Q: Can you explain more about how summary tables
work?
A: Summary tables help performance when working with
large amount of data that needs to be aggregated in real
time; for example, if you have a table with 1 million
sales records for each fiscal year. To get the annual
total, you would need to select the >1 million rows and
sum/group them up in real time. A summary table would
have one line with the annual total for each year, so
returning the amount would be a basic one row select
statement.
Questions Log: Cognos 10.2.2 Performance Tuning
12Copyright 2015 Senturus, Inc. All Rights Reserved
Q: What are 'stitched queries' in Framework Manager?
A: Stitched queries occur in report when there are
multiple fact tables being referenced; for example, a
forecast fact and a sales fact. Selecting a measure from
a conformed time dimension such as year will cause
Cognos to determine the year and sales in one query,
and year and forecast sales in another, and join them
together. This can sometimes lead to poor performance
depending on the amount of data that is “stitched” in
Cognos.
Questions Log: Cognos 10.2.2 Performance Tuning
13Copyright 2015 Senturus, Inc. All Rights Reserved
Q: In Cognos on Linux, do you recommend CGI or
mod2?
A: CGI is an older technology. We would recommend not
using CGI if possible.
Q: Regarding migration from 10.2.1 with Tomcat to
10.2.2 with Websphere, what benefits or
disadvantages?
A: So far, we have not seen any difference.
Questions Log: Cognos 10.2.2 Performance Tuning
14Copyright 2015 Senturus, Inc. All Rights Reserved
This slide deck is part of the “Cognos 10.2.2
Performance Tuning” recorded webinar. To view the
FREE recording of the entire presentation and download
the slide deck, go to:
www.senturus.com/resources/cognos-10-2-2-
performance-tuning/
Senturus’ comprehensive library of recorded webinars,
demos, white papers, presentations and case studies is
available on our website:
www.senturus.com
Hear the Recording
15Copyright 2015 Senturus, Inc. All Rights Reserved
Q: Do you have a document that lists which services
should be disabled when you have a dispatcher on the
gateway host in a distributed environment?
A: We don’t have any specific document; we would need
to review your existing environment.
Q: Are there any connection issues while using Vertica
DB in Cognos that you are aware of?
A: Not that we’re aware of. Versions 4-7.1 should all be
supported. More information can be found here:
http://www-
969.ibm.com/software/reports/compatibility/clarity-
reports/report/html/prereqsForProduct?deliverableId=1
391013543612#sw-7
Questions Log: Cognos 10.2.2 Performance Tuning
16Copyright 2015 Senturus, Inc. All Rights Reserved
Q: How do you tune presentation requests during peak
periods when the volume of requests is very high?
A: We would need to review you environment to see
where the root cause for performance is.
Q: Do you have any online training for System
Administration?
A: Yes! For a full listing of our current training course
schedule, visit: http://senturus.com/training
Questions Log: Cognos 10.2.2 Performance Tuning
17Copyright 2015 Senturus, Inc. All Rights Reserved
Q: How stable is 10.2.2 vs 10.2.1? I've seen that IBM
doesn't support SQL Server 2014 on 10.2.1, so we're
hesitant to upgrade our SQL Server instance. But I’m
also worried about 10.2.2. Should we wait for 10.2.2
fix packs before going to 10.2.2?
A: So far, 10.2.2 has been very stable. FixPack1 was
released mid-April, and there has not been any other fix
packs since. 10.2.1 seems to have been a problem child
of sorts as it is on FixPack7.
Questions Log: Cognos 10.2.2 Performance Tuning
18Copyright 2015 Senturus, Inc. All Rights Reserved
Q: What's a good way to optimize Query Service (JVM)
Memory in Dynamic Query Mode mode for reporting
using a OLTP data source?
A: Are you referring to Dynamic Cubes? There’s a
Dynamic Cube hardware sizing guide that can help you
with this
http://www.ibm.com/developerworks/library/ba-pp-
infrastructure-cognos_specific-page659/
Questions Log: Cognos 10.2.2 Performance Tuning
19Copyright 2015 Senturus, Inc. All Rights Reserved
This slide deck is part of the “Cognos 10.2.2
Performance Tuning” recorded webinar. To view the
FREE recording of the entire presentation and download
the slide deck, go to:
www.senturus.com/resources/cognos-10-2-2-
performance-tuning/
Senturus’ comprehensive library of recorded webinars,
demos, white papers, presentations and case studies is
available on our website:
www.senturus.com
Hear the Recording
20Copyright 2015 Senturus, Inc. All Rights Reserved
Q: What methods, tools, utilities, etc. could be used
for a Linux Cognos server to help diagnose
intermittent system/network/database issues that
impact report runs?
A: The most common methods are top/Iotop, IPTraf, and
nmon.
Questions Log: Cognos 10.2.2 Performance Tuning
21Copyright 2015 Senturus, Inc. All Rights Reserved
Q: To tweak your server to run more interactive
reports (we have lots of unused memory), do you
typically just increase the number of processes and
leave the high and low affinity numbers as is?
A: You should review your audit logs and user activity to
determine what the balance of high vs. low should be.
Once you set this, you can bump up the number of
processes and see how the server is responding.
Questions Log: Cognos 10.2.2 Performance Tuning
22Copyright 2015 Senturus, Inc. All Rights Reserved
Q: To run a report in Dynamic Query Mode, do we
have to convert all relational packages into DMR
models? Will just publishing a relational package with
Dynamic Query Mode enabled work?
A: You must create a Dimensionally Modeled Relational
(DMR) and publish as a Dynamic Query Mode (DQM)
package. Not doing so will run reports in Compatible
Query Mode (CQM).
Questions Log: Cognos 10.2.2 Performance Tuning
23Copyright 2015 Senturus, Inc. All Rights Reserved
Q: Primary content manager often fails over to
secondary content manager. Does this mean we don’t
have required hardware resources to support the
traffic?
A: This is not normal. Cognos should only switch to
failover server if primary content manager is not
responding. You may need to add resources to the
primary server or unload some of the work that is being
done on this server to free up resources for your content
manager.
Questions Log: Cognos 10.2.2 Performance Tuning
24Copyright 2015 Senturus, Inc. All Rights Reserved
Q: I'm hearing confusion between the terms Dynamic
Query Mode and Dimensionally Modeled Relational
here. Can you explain?
A: Dynamic Query Mode (DQM) is new with Cognos 10,
and takes advantage of the 64-bit Dynamic Query Engine
and in memory technology. Dimensionally Modeled
Relational (DMR) is a method of structuring your
framework models to act like an OLAP data source. To
use DQM on relational models, you need to use a DMR.
Q: I am interested in the Cube Designer / Dynamic
Cube designer class and Cognos Query Studio.
A: For a full listing of our current training course
schedule, visit: http://senturus.com/training
Questions Log: Cognos 10.2.2 Performance Tuning
25Copyright 2015 Senturus, Inc. All Rights Reserved
This slide deck is part of the “Cognos 10.2.2
Performance Tuning” recorded webinar. To view the
FREE recording of the entire presentation and download
the slide deck, go to:
www.senturus.com/resources/cognos-10-2-2-
performance-tuning/
Senturus’ comprehensive library of recorded webinars,
demos, white papers, presentations and case studies is
available on our website:
www.senturus.com
Hear the Recording
26Copyright 2015 Senturus, Inc. All Rights Reserved
Q: We've experienced data retrieval issues that we
believe are related to using local cache settings
(framework model level setting). What is your
suggestion on using local cache (related to
performance vs. data integrity)? We have a six-
dispatcher server configuration.
A: We would need to know more about your existing
environment to know the root cause. Please contact us
for a complimentary performance and stability review
via email info@senturus.com, or by calling 1-888-601-
6010, ext. 85.
Questions Log: Cognos 10.2.2 Performance Tuning
27Copyright 2015 Senturus, Inc. All Rights Reserved
Q: Have you experienced CPU spikes due to Garbage
Collection when the JVM was running out of memory
due to high concurrency Dynamic Query Mode
reporting?
A: We have seen this, but diagnosing the issue can be
tricky and requires some real-time monitoring. Contact
us and we can help. You can contact us via email
info@senturus.com, or by calling 1-888-601-6010, ext.
85.
Q: In Framework Manager, what is the use of semi-
aggregate?
A: Semi-aggregate is for SAPDW and should not be used
for other data sources.
Questions Log: Cognos 10.2.2 Performance Tuning
28Copyright 2015 Senturus, Inc. All Rights Reserved
Q: What are you doing for clients who must report
against OLTP?
A: There are many things that should and should not be
done when working with OLTP. Please contact us for
more information via email info@senturus.com, or by
calling 1-888-601-6010, ext. 85.
Q: Do you need to configure Cognos any differently for
summary tables? Is Cognos Framework Manager aware
of summary tables?
A: A table is a table in the eyes of Cognos Framework
Manager. The benefit is that the number of rows and
amount of aggregation will be reduced tremendously
when using a summary table.
Questions Log: Cognos 10.2.2 Performance Tuning
29Copyright 2015 Senturus, Inc. All Rights Reserved
Q: We get 100% CPU usage on our dedicated
PowerPlay virtual server with just two cubes building.
The server has two Intel Xeon E5-2650 processors and
4GB of memory but memory usage is low. Does
PowerPlay not leverage multiple cores/processors?
A: Transformer cube builds can be resource heavy at
times. To determine the correct sizing for building
multiple cubes, we would need to review the cube
models and amount of data. Contact us via email
info@senturus.com, or by calling 1-888-601-6010, ext.
85.
Questions Log: Cognos 10.2.2 Performance Tuning
30Copyright 2015 Senturus, Inc. All Rights Reserved
This slide deck is part of the “Cognos 10.2.2
Performance Tuning” recorded webinar. To view the
FREE recording of the entire presentation and download
the slide deck, go to:
www.senturus.com/resources/cognos-10-2-2-
performance-tuning/
Senturus’ comprehensive library of recorded webinars,
demos, white papers, presentations and case studies is
available on our website:
www.senturus.com
Hear the Recording
31Copyright 2015 Senturus, Inc. All Rights Reserved
Q: If I need to decide between Active Report and
Workspace Advanced, which is a better approach if my
volume of data is a concern?
A: Active Report will pull down data and store it within a
.MHT file. Once an Active Report file has been created,
no database connection is needed. This may be a good
solution if you will have many users accessing the same
information. If your users require more ad-hoc reporting
that cannot be addressed with a single central report, it
may make more sense to use Workspace Advanced.
Questions Log: Cognos 10.2.2 Performance Tuning
32Copyright 2015 Senturus, Inc. All Rights Reserved
Q: I'm having an issue logging in using SSO. I logged in
as a different admin account on my machine, and now
it logs me in as that administrator all the time. How do
I clear the information?
A: We would need to review your current configuration
to troubleshoot.
Q: Are there any webinars on browser compatibility
issues using Cognos 10.2.1 / 10.2.2?
A: The full list of supported browsers can be found here:
http://www-
969.ibm.com/software/reports/compatibility/clarity-
reports/report/html/prereqsForProduct?deliverableId=1
391013543612#sw-16
Questions Log: Cognos 10.2.2 Performance Tuning
33Copyright 2015 Senturus, Inc. All Rights Reserved
Q: Active Report sometimes does not open in 10.2.1
workspace. The server becomes really slow. Are you
aware of something like this?
A: I am not aware of any issues. We would need to
review your reports and environment to troubleshoot.
Q: Can core.dmp files be deleted periodically? I see lot
of them occupying huge space on the server example.
A: Core dump files are usually an indicator of a serious
problem. You can delete them, but steps should be
taken to prevent them from being created.
Questions Log: Cognos 10.2.2 Performance Tuning
34Copyright 2015 Senturus, Inc. All Rights Reserved
Q: What does pogo failure mean while starting your
secondary content?
A: This could be a result of many things. We would need
more details to troubleshoot. You can contact us for a
complimentary performance and stability review via
email info@senturus.com, or by calling 1-888-601-6010,
ext. 85.
Q: How much additional resources are needed for
Active Report?
A: I am not aware of any additional resources needed for
Active Report. There are steps for improving speed and
keeping file size down that can be found on the IBM
Knowledge base.
Questions Log: Cognos 10.2.2 Performance Tuning
35Copyright 2015 Senturus, Inc. All Rights Reserved
Q: We just changed from 10.1.1 to 10.2.1. Should we
change to 10.2.2, and is easier to do so?
A: Upgrade process is the same. There are many less fix
packs to apply in 10.2.2.
Q: Can we have different summary tables for different
grains, like hourly, daily, monthly tables, and have
common time hierarchy?
A: Yes, although it will require more modeling and work
to maintain. I have often seen views used to union many
different summary grains. A dynamic or power cube
would be able to do this for you automatically based on
your dimensions.
Questions Log: Cognos 10.2.2 Performance Tuning
36Copyright 2015 Senturus, Inc. All Rights Reserved
This slide deck is part of the “Cognos 10.2.2
Performance Tuning” recorded webinar. To view the
FREE recording of the entire presentation and download
the slide deck, go to:
www.senturus.com/resources/cognos-10-2-2-
performance-tuning/
Senturus’ comprehensive library of recorded webinars,
demos, white papers, presentations and case studies is
available on our website:
www.senturus.com
Hear the Recording
37Copyright 2015 Senturus, Inc. All Rights Reserved
Who we are
SENTURUS INTRODUCTION
Technology Depth + Business Acumen
Senturus: Business Architects
for Business Analytics
39Copyright 2015 Senturus, Inc. All Rights Reserved
C-Level
Business
Acumen
Technical/To
ol Expertise
Deep Data
Experience
Project
Management
Rigor
Business
Intelligence
Enterprise
Planning
Predictive
Analytics
A Few of Our 900+ Clients
40Copyright 2015 Senturus, Inc. All Rights Reserved
Thank You!
www.senturus.com
888-601-6010
info@senturus.com
Copyright 2014 by Senturus, Inc.
This entire presentation is copyrighted and may not be
reused or distributed without the written consent of
Senturus, Inc.

Más contenido relacionado

Similar a Questions Log: Installing Cognos BI 10.2.2

Similar a Questions Log: Installing Cognos BI 10.2.2 (20)

A Comparison of Power BI, Tableau & Cognos
A Comparison of Power BI, Tableau & CognosA Comparison of Power BI, Tableau & Cognos
A Comparison of Power BI, Tableau & Cognos
 
What's New in IBM Cognos BI Version 10.2.1.1, Plus New Product Previews
What's New in IBM Cognos BI Version 10.2.1.1, Plus New Product PreviewsWhat's New in IBM Cognos BI Version 10.2.1.1, Plus New Product Previews
What's New in IBM Cognos BI Version 10.2.1.1, Plus New Product Previews
 
Report Development Revolution with Cognos Analytics 11.1
Report Development Revolution with Cognos Analytics 11.1Report Development Revolution with Cognos Analytics 11.1
Report Development Revolution with Cognos Analytics 11.1
 
IBM Cognos Analytics Reporting vs. Dashboarding: Matching Tools to Business R...
IBM Cognos Analytics Reporting vs. Dashboarding: Matching Tools to Business R...IBM Cognos Analytics Reporting vs. Dashboarding: Matching Tools to Business R...
IBM Cognos Analytics Reporting vs. Dashboarding: Matching Tools to Business R...
 
Cognos Analytics Dashboards or Reports?
Cognos Analytics Dashboards or Reports?Cognos Analytics Dashboards or Reports?
Cognos Analytics Dashboards or Reports?
 
Tips for Installing Cognos Analytics: Configuring and Installing the Server
Tips for Installing Cognos Analytics: Configuring and Installing the ServerTips for Installing Cognos Analytics: Configuring and Installing the Server
Tips for Installing Cognos Analytics: Configuring and Installing the Server
 
How to Better Manage Cognos Upgrades: Leveraging the New Release of MotioCI
How to Better Manage Cognos Upgrades: Leveraging the New Release of MotioCIHow to Better Manage Cognos Upgrades: Leveraging the New Release of MotioCI
How to Better Manage Cognos Upgrades: Leveraging the New Release of MotioCI
 
Testing & Improving Performance in IBM Cognos BI, Plus Automated Cognos Testi...
Testing & Improving Performance in IBM Cognos BI, Plus Automated Cognos Testi...Testing & Improving Performance in IBM Cognos BI, Plus Automated Cognos Testi...
Testing & Improving Performance in IBM Cognos BI, Plus Automated Cognos Testi...
 
Cognos Analytics V11 Report Authoring Demonstration
Cognos Analytics V11 Report Authoring DemonstrationCognos Analytics V11 Report Authoring Demonstration
Cognos Analytics V11 Report Authoring Demonstration
 
Princeton-NJ-Meetup-Troubleshooting-with-AnyPoint-Monitoring
Princeton-NJ-Meetup-Troubleshooting-with-AnyPoint-MonitoringPrinceton-NJ-Meetup-Troubleshooting-with-AnyPoint-Monitoring
Princeton-NJ-Meetup-Troubleshooting-with-AnyPoint-Monitoring
 
Smau Roma 2010 Massimo Sala
Smau Roma 2010 Massimo SalaSmau Roma 2010 Massimo Sala
Smau Roma 2010 Massimo Sala
 
IBM Cognos 10.1.1 Active Reports New Features: Questions & Answers
IBM Cognos 10.1.1 Active Reports New Features: Questions & AnswersIBM Cognos 10.1.1 Active Reports New Features: Questions & Answers
IBM Cognos 10.1.1 Active Reports New Features: Questions & Answers
 
Tips for Beginning Cognos Report Studio Authors: Demonstration of Techniques
Tips for Beginning Cognos Report Studio Authors: Demonstration of TechniquesTips for Beginning Cognos Report Studio Authors: Demonstration of Techniques
Tips for Beginning Cognos Report Studio Authors: Demonstration of Techniques
 
Beyond PowerPlay: Choose the Right OLAP Tool for Your BI Environment (Cognos...
 Beyond PowerPlay: Choose the Right OLAP Tool for Your BI Environment (Cognos... Beyond PowerPlay: Choose the Right OLAP Tool for Your BI Environment (Cognos...
Beyond PowerPlay: Choose the Right OLAP Tool for Your BI Environment (Cognos...
 
Cognos Analytics November 2017 Enhancements: 11.0.8 Demos and Q&A with the IB...
Cognos Analytics November 2017 Enhancements: 11.0.8 Demos and Q&A with the IB...Cognos Analytics November 2017 Enhancements: 11.0.8 Demos and Q&A with the IB...
Cognos Analytics November 2017 Enhancements: 11.0.8 Demos and Q&A with the IB...
 
IBM Cognos Licensing Changes: What You Need to Know
IBM Cognos Licensing Changes: What You Need to KnowIBM Cognos Licensing Changes: What You Need to Know
IBM Cognos Licensing Changes: What You Need to Know
 
IBM Cognos Report Studio Version 10 Tips and Tricks – Webinar Q & A
IBM Cognos Report Studio Version 10 Tips and Tricks – Webinar Q & AIBM Cognos Report Studio Version 10 Tips and Tricks – Webinar Q & A
IBM Cognos Report Studio Version 10 Tips and Tricks – Webinar Q & A
 
Cognos Analytics Portal Tabs: Past, Present and Future (Defining Custom Landi...
Cognos Analytics Portal Tabs: Past, Present and Future (Defining Custom Landi...Cognos Analytics Portal Tabs: Past, Present and Future (Defining Custom Landi...
Cognos Analytics Portal Tabs: Past, Present and Future (Defining Custom Landi...
 
Automating it management with Puppet + ServiceNow
Automating it management with Puppet + ServiceNowAutomating it management with Puppet + ServiceNow
Automating it management with Puppet + ServiceNow
 
IBM Cognos 10.1.1 Active Reports New Features: Questions & Answers
IBM Cognos 10.1.1 Active Reports New Features:  Questions & Answers IBM Cognos 10.1.1 Active Reports New Features:  Questions & Answers
IBM Cognos 10.1.1 Active Reports New Features: Questions & Answers
 

Más de Senturus

Más de Senturus (20)

Power BI Gateway: Understanding, Installing, Configuring
Power BI Gateway: Understanding, Installing, ConfiguringPower BI Gateway: Understanding, Installing, Configuring
Power BI Gateway: Understanding, Installing, Configuring
 
Cognos Performance Tuning Tips & Tricks
Cognos Performance Tuning Tips & TricksCognos Performance Tuning Tips & Tricks
Cognos Performance Tuning Tips & Tricks
 
Power Automate for Power BI: Getting Started
Power Automate for Power BI: Getting StartedPower Automate for Power BI: Getting Started
Power Automate for Power BI: Getting Started
 
Collaborative BI: 3 Ways to Use Cognos with Power BI & Tableau
Collaborative BI:  3 Ways to Use Cognos with Power BI & TableauCollaborative BI:  3 Ways to Use Cognos with Power BI & Tableau
Collaborative BI: 3 Ways to Use Cognos with Power BI & Tableau
 
Tips for Installing Cognos Analytics 11.2.1x
Tips for Installing Cognos Analytics 11.2.1xTips for Installing Cognos Analytics 11.2.1x
Tips for Installing Cognos Analytics 11.2.1x
 
How to Prepare for a BI Migration
How to Prepare for a BI MigrationHow to Prepare for a BI Migration
How to Prepare for a BI Migration
 
4 Common Analytics Reporting Errors to Avoid
4 Common Analytics Reporting Errors to Avoid4 Common Analytics Reporting Errors to Avoid
4 Common Analytics Reporting Errors to Avoid
 
Extending Power BI Functionality with R
Extending Power BI Functionality with RExtending Power BI Functionality with R
Extending Power BI Functionality with R
 
Take Control of Your Cloud
Take Control of Your CloudTake Control of Your Cloud
Take Control of Your Cloud
 
Using Python with Power BI
Using Python with Power BIUsing Python with Power BI
Using Python with Power BI
 
User-Friendly Power BI Report Nav
User-Friendly Power BI Report NavUser-Friendly Power BI Report Nav
User-Friendly Power BI Report Nav
 
Streamline Cognos Migrations & Consolidations
Streamline Cognos Migrations & ConsolidationsStreamline Cognos Migrations & Consolidations
Streamline Cognos Migrations & Consolidations
 
What’s New in Cognos 11.2.1
What’s New in Cognos 11.2.1What’s New in Cognos 11.2.1
What’s New in Cognos 11.2.1
 
Planning for a Power BI Enterprise Deployment
Planning for a Power BI Enterprise DeploymentPlanning for a Power BI Enterprise Deployment
Planning for a Power BI Enterprise Deployment
 
Power BI Report Builder & Paginated Reports
Power BI Report Builder & Paginated Reports Power BI Report Builder & Paginated Reports
Power BI Report Builder & Paginated Reports
 
Tableau: 6 Ways to Publish & Share Dashboards
Tableau: 6 Ways to Publish & Share DashboardsTableau: 6 Ways to Publish & Share Dashboards
Tableau: 6 Ways to Publish & Share Dashboards
 
Cognos Analytics 11.2 New Features
Cognos Analytics 11.2 New FeaturesCognos Analytics 11.2 New Features
Cognos Analytics 11.2 New Features
 
Azure Synapse vs. Snowflake: The Data Warehouse Dating Game
Azure Synapse vs. Snowflake: The Data Warehouse Dating GameAzure Synapse vs. Snowflake: The Data Warehouse Dating Game
Azure Synapse vs. Snowflake: The Data Warehouse Dating Game
 
Secrets of High Performing Report Development Teams
Secrets of High Performing Report Development TeamsSecrets of High Performing Report Development Teams
Secrets of High Performing Report Development Teams
 
Power BI: Data Cleansing & Power Query Editor
Power BI: Data Cleansing & Power Query EditorPower BI: Data Cleansing & Power Query Editor
Power BI: Data Cleansing & Power Query Editor
 

Último

Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...
gajnagarg
 
Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...
nirzagarg
 
怎样办理圣路易斯大学毕业证(SLU毕业证书)成绩单学校原版复制
怎样办理圣路易斯大学毕业证(SLU毕业证书)成绩单学校原版复制怎样办理圣路易斯大学毕业证(SLU毕业证书)成绩单学校原版复制
怎样办理圣路易斯大学毕业证(SLU毕业证书)成绩单学校原版复制
vexqp
 
Lecture_2_Deep_Learning_Overview-newone1
Lecture_2_Deep_Learning_Overview-newone1Lecture_2_Deep_Learning_Overview-newone1
Lecture_2_Deep_Learning_Overview-newone1
ranjankumarbehera14
 
Abortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Jeddah | +966572737505 | Get CytotecAbortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Riyadh +966572737505 get cytotec
 
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
ZurliaSoop
 
Top profile Call Girls In Purnia [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Purnia [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Purnia [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Purnia [ 7014168258 ] Call Me For Genuine Models We...
nirzagarg
 
怎样办理纽约州立大学宾汉姆顿分校毕业证(SUNY-Bin毕业证书)成绩单学校原版复制
怎样办理纽约州立大学宾汉姆顿分校毕业证(SUNY-Bin毕业证书)成绩单学校原版复制怎样办理纽约州立大学宾汉姆顿分校毕业证(SUNY-Bin毕业证书)成绩单学校原版复制
怎样办理纽约州立大学宾汉姆顿分校毕业证(SUNY-Bin毕业证书)成绩单学校原版复制
vexqp
 
一比一原版(曼大毕业证书)曼尼托巴大学毕业证成绩单留信学历认证一手价格
一比一原版(曼大毕业证书)曼尼托巴大学毕业证成绩单留信学历认证一手价格一比一原版(曼大毕业证书)曼尼托巴大学毕业证成绩单留信学历认证一手价格
一比一原版(曼大毕业证书)曼尼托巴大学毕业证成绩单留信学历认证一手价格
q6pzkpark
 
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...
nirzagarg
 
怎样办理伦敦大学城市学院毕业证(CITY毕业证书)成绩单学校原版复制
怎样办理伦敦大学城市学院毕业证(CITY毕业证书)成绩单学校原版复制怎样办理伦敦大学城市学院毕业证(CITY毕业证书)成绩单学校原版复制
怎样办理伦敦大学城市学院毕业证(CITY毕业证书)成绩单学校原版复制
vexqp
 
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
gajnagarg
 
怎样办理伦敦大学毕业证(UoL毕业证书)成绩单学校原版复制
怎样办理伦敦大学毕业证(UoL毕业证书)成绩单学校原版复制怎样办理伦敦大学毕业证(UoL毕业证书)成绩单学校原版复制
怎样办理伦敦大学毕业证(UoL毕业证书)成绩单学校原版复制
vexqp
 

Último (20)

Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Vadodara [ 7014168258 ] Call Me For Genuine Models ...
 
Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...
 
怎样办理圣路易斯大学毕业证(SLU毕业证书)成绩单学校原版复制
怎样办理圣路易斯大学毕业证(SLU毕业证书)成绩单学校原版复制怎样办理圣路易斯大学毕业证(SLU毕业证书)成绩单学校原版复制
怎样办理圣路易斯大学毕业证(SLU毕业证书)成绩单学校原版复制
 
Lecture_2_Deep_Learning_Overview-newone1
Lecture_2_Deep_Learning_Overview-newone1Lecture_2_Deep_Learning_Overview-newone1
Lecture_2_Deep_Learning_Overview-newone1
 
Abortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Jeddah | +966572737505 | Get CytotecAbortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Jeddah | +966572737505 | Get Cytotec
 
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
Discover Why Less is More in B2B Research
Discover Why Less is More in B2B ResearchDiscover Why Less is More in B2B Research
Discover Why Less is More in B2B Research
 
Top profile Call Girls In Purnia [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Purnia [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Purnia [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Purnia [ 7014168258 ] Call Me For Genuine Models We...
 
怎样办理纽约州立大学宾汉姆顿分校毕业证(SUNY-Bin毕业证书)成绩单学校原版复制
怎样办理纽约州立大学宾汉姆顿分校毕业证(SUNY-Bin毕业证书)成绩单学校原版复制怎样办理纽约州立大学宾汉姆顿分校毕业证(SUNY-Bin毕业证书)成绩单学校原版复制
怎样办理纽约州立大学宾汉姆顿分校毕业证(SUNY-Bin毕业证书)成绩单学校原版复制
 
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
 
一比一原版(曼大毕业证书)曼尼托巴大学毕业证成绩单留信学历认证一手价格
一比一原版(曼大毕业证书)曼尼托巴大学毕业证成绩单留信学历认证一手价格一比一原版(曼大毕业证书)曼尼托巴大学毕业证成绩单留信学历认证一手价格
一比一原版(曼大毕业证书)曼尼托巴大学毕业证成绩单留信学历认证一手价格
 
Capstone in Interprofessional Informatic // IMPACT OF COVID 19 ON EDUCATION
Capstone in Interprofessional Informatic  // IMPACT OF COVID 19 ON EDUCATIONCapstone in Interprofessional Informatic  // IMPACT OF COVID 19 ON EDUCATION
Capstone in Interprofessional Informatic // IMPACT OF COVID 19 ON EDUCATION
 
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...
 
怎样办理伦敦大学城市学院毕业证(CITY毕业证书)成绩单学校原版复制
怎样办理伦敦大学城市学院毕业证(CITY毕业证书)成绩单学校原版复制怎样办理伦敦大学城市学院毕业证(CITY毕业证书)成绩单学校原版复制
怎样办理伦敦大学城市学院毕业证(CITY毕业证书)成绩单学校原版复制
 
Switzerland Constitution 2002.pdf.........
Switzerland Constitution 2002.pdf.........Switzerland Constitution 2002.pdf.........
Switzerland Constitution 2002.pdf.........
 
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
 
Predicting HDB Resale Prices - Conducting Linear Regression Analysis With Orange
Predicting HDB Resale Prices - Conducting Linear Regression Analysis With OrangePredicting HDB Resale Prices - Conducting Linear Regression Analysis With Orange
Predicting HDB Resale Prices - Conducting Linear Regression Analysis With Orange
 
怎样办理伦敦大学毕业证(UoL毕业证书)成绩单学校原版复制
怎样办理伦敦大学毕业证(UoL毕业证书)成绩单学校原版复制怎样办理伦敦大学毕业证(UoL毕业证书)成绩单学校原版复制
怎样办理伦敦大学毕业证(UoL毕业证书)成绩单学校原版复制
 
7. Epi of Chronic respiratory diseases.ppt
7. Epi of Chronic respiratory diseases.ppt7. Epi of Chronic respiratory diseases.ppt
7. Epi of Chronic respiratory diseases.ppt
 
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
 

Questions Log: Installing Cognos BI 10.2.2

  • 1. CONGOS 10.2.2 PERFORMANCE TUNING Questions Log from Webinar
  • 2. Resource Library Senturus’ whole purpose is to make you successful with Business Analytics. Thus, we offer a series of technology-neutral webinars, training on specific software, demonstrations, and no-holds-barred reviews of new software releases. We host dozens of live webinars every year and we offer a comprehensive library of recorded webinars, demos, white papers, presentations and case studies on our website--a wealth of learning resources. Most of our content is custom created and constantly updated, so visit us often to see what’s new in the industry. www.senturus.com/resources/ 2Copyright 2014 Senturus, Inc. All Rights Reserved
  • 3. *Custom, tailored training also available* Cognos and Tableau Training Options 3Copyright 2015 Senturus, Inc. All Rights Reserved
  • 4. This slide deck is part of the “Cognos 10.2.2 Performance Tuning” recorded webinar. To view the FREE recording of the entire presentation and download the slide deck, go to: www.senturus.com/resources/cognos-10-2-2- performance-tuning/ Senturus’ comprehensive library of recorded webinars, demos, white papers, presentations and case studies is available on our website: www.senturus.com Hear the Recording 4Copyright 2015 Senturus, Inc. All Rights Reserved
  • 5. Best Practices for Optimizing Your Investment QUESTIONS LOG: COGNOS 10.2.2 PERFORMANCE TUNING
  • 6. Q: Will PowerPlay Studio also be deprecated? A: There are currently no plans by IBM to deprecate PowerPlay Studio. Q: What are the licensing implications of distributed environment? Is a license required for each server, or does each user license it? A: It depends on the licensing model you have in place with IBM. Questions Log: Cognos 10.2.2 Performance Tuning 6Copyright 2015 Senturus, Inc. All Rights Reserved
  • 7. Q: IBM recommends 4GB for the JVM, but you are referencing 1.5GB. Why? A: This is according to IBM documentation. People have been hearing this from IBM Support for specific issues but it has not been documented at this time. More information on this topic is available here: http://www- 01.ibm.com/support/knowledgecenter/#!/SSEP7J_10.2. 2/com.ibm.swg.ba.cognos.crn_arch.10.2.2.doc/c_adgm emorystngs.html%23ADGmemorystngs Q: Does the ISAPI module work with Apache WebServer? A: ISAPI is only available with Windows IIS Questions Log: Cognos 10.2.2 Performance Tuning 7Copyright 2015 Senturus, Inc. All Rights Reserved
  • 8. Q: To confirm, Query Service does not need to be enabled if you are not using Dynamic Query Mode? A: That is correct. The Query Service is for Dynamic Query Mode only and can be set to false to free up resources. Q: How do you tune a report output that contains graphics? A: We would need to review your issue before being able to provide a recommendation. You can contact us for a complimentary performance and stability review via email info@senturus.com, or by calling 1-888-601-6010, ext. 85. Questions Log: Cognos 10.2.2 Performance Tuning 8Copyright 2015 Senturus, Inc. All Rights Reserved
  • 9. Q: To run report in Dynamic Query Mode, do we have to convert all relational packages into DMR models? A: That is correct. Q: In a distributed environment, how many dispatchers can we add? A: There is no limit to the number of dispatchers you can add. Questions Log: Cognos 10.2.2 Performance Tuning 9Copyright 2015 Senturus, Inc. All Rights Reserved
  • 10. This slide deck is part of the “Cognos 10.2.2 Performance Tuning” recorded webinar. To view the FREE recording of the entire presentation and download the slide deck, go to: www.senturus.com/resources/cognos-10-2-2- performance-tuning/ Senturus’ comprehensive library of recorded webinars, demos, white papers, presentations and case studies is available on our website: www.senturus.com Hear the Recording 10Copyright 2015 Senturus, Inc. All Rights Reserved
  • 11. Q: Can non-Dimensionally Modeled Relational (DMR) relational models go against JDBC data connections? if yes, would this boost performance over regular data connections? A: Yes non-DMR models can go against JDBC connection. You would need a DMR and to define the package as Dynamic Query Mode (DQM) to take advantage of any performance enhancements. Questions Log: Cognos 10.2.2 Performance Tuning 11Copyright 2015 Senturus, Inc. All Rights Reserved
  • 12. Q: Can you explain more about how summary tables work? A: Summary tables help performance when working with large amount of data that needs to be aggregated in real time; for example, if you have a table with 1 million sales records for each fiscal year. To get the annual total, you would need to select the >1 million rows and sum/group them up in real time. A summary table would have one line with the annual total for each year, so returning the amount would be a basic one row select statement. Questions Log: Cognos 10.2.2 Performance Tuning 12Copyright 2015 Senturus, Inc. All Rights Reserved
  • 13. Q: What are 'stitched queries' in Framework Manager? A: Stitched queries occur in report when there are multiple fact tables being referenced; for example, a forecast fact and a sales fact. Selecting a measure from a conformed time dimension such as year will cause Cognos to determine the year and sales in one query, and year and forecast sales in another, and join them together. This can sometimes lead to poor performance depending on the amount of data that is “stitched” in Cognos. Questions Log: Cognos 10.2.2 Performance Tuning 13Copyright 2015 Senturus, Inc. All Rights Reserved
  • 14. Q: In Cognos on Linux, do you recommend CGI or mod2? A: CGI is an older technology. We would recommend not using CGI if possible. Q: Regarding migration from 10.2.1 with Tomcat to 10.2.2 with Websphere, what benefits or disadvantages? A: So far, we have not seen any difference. Questions Log: Cognos 10.2.2 Performance Tuning 14Copyright 2015 Senturus, Inc. All Rights Reserved
  • 15. This slide deck is part of the “Cognos 10.2.2 Performance Tuning” recorded webinar. To view the FREE recording of the entire presentation and download the slide deck, go to: www.senturus.com/resources/cognos-10-2-2- performance-tuning/ Senturus’ comprehensive library of recorded webinars, demos, white papers, presentations and case studies is available on our website: www.senturus.com Hear the Recording 15Copyright 2015 Senturus, Inc. All Rights Reserved
  • 16. Q: Do you have a document that lists which services should be disabled when you have a dispatcher on the gateway host in a distributed environment? A: We don’t have any specific document; we would need to review your existing environment. Q: Are there any connection issues while using Vertica DB in Cognos that you are aware of? A: Not that we’re aware of. Versions 4-7.1 should all be supported. More information can be found here: http://www- 969.ibm.com/software/reports/compatibility/clarity- reports/report/html/prereqsForProduct?deliverableId=1 391013543612#sw-7 Questions Log: Cognos 10.2.2 Performance Tuning 16Copyright 2015 Senturus, Inc. All Rights Reserved
  • 17. Q: How do you tune presentation requests during peak periods when the volume of requests is very high? A: We would need to review you environment to see where the root cause for performance is. Q: Do you have any online training for System Administration? A: Yes! For a full listing of our current training course schedule, visit: http://senturus.com/training Questions Log: Cognos 10.2.2 Performance Tuning 17Copyright 2015 Senturus, Inc. All Rights Reserved
  • 18. Q: How stable is 10.2.2 vs 10.2.1? I've seen that IBM doesn't support SQL Server 2014 on 10.2.1, so we're hesitant to upgrade our SQL Server instance. But I’m also worried about 10.2.2. Should we wait for 10.2.2 fix packs before going to 10.2.2? A: So far, 10.2.2 has been very stable. FixPack1 was released mid-April, and there has not been any other fix packs since. 10.2.1 seems to have been a problem child of sorts as it is on FixPack7. Questions Log: Cognos 10.2.2 Performance Tuning 18Copyright 2015 Senturus, Inc. All Rights Reserved
  • 19. Q: What's a good way to optimize Query Service (JVM) Memory in Dynamic Query Mode mode for reporting using a OLTP data source? A: Are you referring to Dynamic Cubes? There’s a Dynamic Cube hardware sizing guide that can help you with this http://www.ibm.com/developerworks/library/ba-pp- infrastructure-cognos_specific-page659/ Questions Log: Cognos 10.2.2 Performance Tuning 19Copyright 2015 Senturus, Inc. All Rights Reserved
  • 20. This slide deck is part of the “Cognos 10.2.2 Performance Tuning” recorded webinar. To view the FREE recording of the entire presentation and download the slide deck, go to: www.senturus.com/resources/cognos-10-2-2- performance-tuning/ Senturus’ comprehensive library of recorded webinars, demos, white papers, presentations and case studies is available on our website: www.senturus.com Hear the Recording 20Copyright 2015 Senturus, Inc. All Rights Reserved
  • 21. Q: What methods, tools, utilities, etc. could be used for a Linux Cognos server to help diagnose intermittent system/network/database issues that impact report runs? A: The most common methods are top/Iotop, IPTraf, and nmon. Questions Log: Cognos 10.2.2 Performance Tuning 21Copyright 2015 Senturus, Inc. All Rights Reserved
  • 22. Q: To tweak your server to run more interactive reports (we have lots of unused memory), do you typically just increase the number of processes and leave the high and low affinity numbers as is? A: You should review your audit logs and user activity to determine what the balance of high vs. low should be. Once you set this, you can bump up the number of processes and see how the server is responding. Questions Log: Cognos 10.2.2 Performance Tuning 22Copyright 2015 Senturus, Inc. All Rights Reserved
  • 23. Q: To run a report in Dynamic Query Mode, do we have to convert all relational packages into DMR models? Will just publishing a relational package with Dynamic Query Mode enabled work? A: You must create a Dimensionally Modeled Relational (DMR) and publish as a Dynamic Query Mode (DQM) package. Not doing so will run reports in Compatible Query Mode (CQM). Questions Log: Cognos 10.2.2 Performance Tuning 23Copyright 2015 Senturus, Inc. All Rights Reserved
  • 24. Q: Primary content manager often fails over to secondary content manager. Does this mean we don’t have required hardware resources to support the traffic? A: This is not normal. Cognos should only switch to failover server if primary content manager is not responding. You may need to add resources to the primary server or unload some of the work that is being done on this server to free up resources for your content manager. Questions Log: Cognos 10.2.2 Performance Tuning 24Copyright 2015 Senturus, Inc. All Rights Reserved
  • 25. Q: I'm hearing confusion between the terms Dynamic Query Mode and Dimensionally Modeled Relational here. Can you explain? A: Dynamic Query Mode (DQM) is new with Cognos 10, and takes advantage of the 64-bit Dynamic Query Engine and in memory technology. Dimensionally Modeled Relational (DMR) is a method of structuring your framework models to act like an OLAP data source. To use DQM on relational models, you need to use a DMR. Q: I am interested in the Cube Designer / Dynamic Cube designer class and Cognos Query Studio. A: For a full listing of our current training course schedule, visit: http://senturus.com/training Questions Log: Cognos 10.2.2 Performance Tuning 25Copyright 2015 Senturus, Inc. All Rights Reserved
  • 26. This slide deck is part of the “Cognos 10.2.2 Performance Tuning” recorded webinar. To view the FREE recording of the entire presentation and download the slide deck, go to: www.senturus.com/resources/cognos-10-2-2- performance-tuning/ Senturus’ comprehensive library of recorded webinars, demos, white papers, presentations and case studies is available on our website: www.senturus.com Hear the Recording 26Copyright 2015 Senturus, Inc. All Rights Reserved
  • 27. Q: We've experienced data retrieval issues that we believe are related to using local cache settings (framework model level setting). What is your suggestion on using local cache (related to performance vs. data integrity)? We have a six- dispatcher server configuration. A: We would need to know more about your existing environment to know the root cause. Please contact us for a complimentary performance and stability review via email info@senturus.com, or by calling 1-888-601- 6010, ext. 85. Questions Log: Cognos 10.2.2 Performance Tuning 27Copyright 2015 Senturus, Inc. All Rights Reserved
  • 28. Q: Have you experienced CPU spikes due to Garbage Collection when the JVM was running out of memory due to high concurrency Dynamic Query Mode reporting? A: We have seen this, but diagnosing the issue can be tricky and requires some real-time monitoring. Contact us and we can help. You can contact us via email info@senturus.com, or by calling 1-888-601-6010, ext. 85. Q: In Framework Manager, what is the use of semi- aggregate? A: Semi-aggregate is for SAPDW and should not be used for other data sources. Questions Log: Cognos 10.2.2 Performance Tuning 28Copyright 2015 Senturus, Inc. All Rights Reserved
  • 29. Q: What are you doing for clients who must report against OLTP? A: There are many things that should and should not be done when working with OLTP. Please contact us for more information via email info@senturus.com, or by calling 1-888-601-6010, ext. 85. Q: Do you need to configure Cognos any differently for summary tables? Is Cognos Framework Manager aware of summary tables? A: A table is a table in the eyes of Cognos Framework Manager. The benefit is that the number of rows and amount of aggregation will be reduced tremendously when using a summary table. Questions Log: Cognos 10.2.2 Performance Tuning 29Copyright 2015 Senturus, Inc. All Rights Reserved
  • 30. Q: We get 100% CPU usage on our dedicated PowerPlay virtual server with just two cubes building. The server has two Intel Xeon E5-2650 processors and 4GB of memory but memory usage is low. Does PowerPlay not leverage multiple cores/processors? A: Transformer cube builds can be resource heavy at times. To determine the correct sizing for building multiple cubes, we would need to review the cube models and amount of data. Contact us via email info@senturus.com, or by calling 1-888-601-6010, ext. 85. Questions Log: Cognos 10.2.2 Performance Tuning 30Copyright 2015 Senturus, Inc. All Rights Reserved
  • 31. This slide deck is part of the “Cognos 10.2.2 Performance Tuning” recorded webinar. To view the FREE recording of the entire presentation and download the slide deck, go to: www.senturus.com/resources/cognos-10-2-2- performance-tuning/ Senturus’ comprehensive library of recorded webinars, demos, white papers, presentations and case studies is available on our website: www.senturus.com Hear the Recording 31Copyright 2015 Senturus, Inc. All Rights Reserved
  • 32. Q: If I need to decide between Active Report and Workspace Advanced, which is a better approach if my volume of data is a concern? A: Active Report will pull down data and store it within a .MHT file. Once an Active Report file has been created, no database connection is needed. This may be a good solution if you will have many users accessing the same information. If your users require more ad-hoc reporting that cannot be addressed with a single central report, it may make more sense to use Workspace Advanced. Questions Log: Cognos 10.2.2 Performance Tuning 32Copyright 2015 Senturus, Inc. All Rights Reserved
  • 33. Q: I'm having an issue logging in using SSO. I logged in as a different admin account on my machine, and now it logs me in as that administrator all the time. How do I clear the information? A: We would need to review your current configuration to troubleshoot. Q: Are there any webinars on browser compatibility issues using Cognos 10.2.1 / 10.2.2? A: The full list of supported browsers can be found here: http://www- 969.ibm.com/software/reports/compatibility/clarity- reports/report/html/prereqsForProduct?deliverableId=1 391013543612#sw-16 Questions Log: Cognos 10.2.2 Performance Tuning 33Copyright 2015 Senturus, Inc. All Rights Reserved
  • 34. Q: Active Report sometimes does not open in 10.2.1 workspace. The server becomes really slow. Are you aware of something like this? A: I am not aware of any issues. We would need to review your reports and environment to troubleshoot. Q: Can core.dmp files be deleted periodically? I see lot of them occupying huge space on the server example. A: Core dump files are usually an indicator of a serious problem. You can delete them, but steps should be taken to prevent them from being created. Questions Log: Cognos 10.2.2 Performance Tuning 34Copyright 2015 Senturus, Inc. All Rights Reserved
  • 35. Q: What does pogo failure mean while starting your secondary content? A: This could be a result of many things. We would need more details to troubleshoot. You can contact us for a complimentary performance and stability review via email info@senturus.com, or by calling 1-888-601-6010, ext. 85. Q: How much additional resources are needed for Active Report? A: I am not aware of any additional resources needed for Active Report. There are steps for improving speed and keeping file size down that can be found on the IBM Knowledge base. Questions Log: Cognos 10.2.2 Performance Tuning 35Copyright 2015 Senturus, Inc. All Rights Reserved
  • 36. Q: We just changed from 10.1.1 to 10.2.1. Should we change to 10.2.2, and is easier to do so? A: Upgrade process is the same. There are many less fix packs to apply in 10.2.2. Q: Can we have different summary tables for different grains, like hourly, daily, monthly tables, and have common time hierarchy? A: Yes, although it will require more modeling and work to maintain. I have often seen views used to union many different summary grains. A dynamic or power cube would be able to do this for you automatically based on your dimensions. Questions Log: Cognos 10.2.2 Performance Tuning 36Copyright 2015 Senturus, Inc. All Rights Reserved
  • 37. This slide deck is part of the “Cognos 10.2.2 Performance Tuning” recorded webinar. To view the FREE recording of the entire presentation and download the slide deck, go to: www.senturus.com/resources/cognos-10-2-2- performance-tuning/ Senturus’ comprehensive library of recorded webinars, demos, white papers, presentations and case studies is available on our website: www.senturus.com Hear the Recording 37Copyright 2015 Senturus, Inc. All Rights Reserved
  • 38. Who we are SENTURUS INTRODUCTION
  • 39. Technology Depth + Business Acumen Senturus: Business Architects for Business Analytics 39Copyright 2015 Senturus, Inc. All Rights Reserved C-Level Business Acumen Technical/To ol Expertise Deep Data Experience Project Management Rigor Business Intelligence Enterprise Planning Predictive Analytics
  • 40. A Few of Our 900+ Clients 40Copyright 2015 Senturus, Inc. All Rights Reserved
  • 41. Thank You! www.senturus.com 888-601-6010 info@senturus.com Copyright 2014 by Senturus, Inc. This entire presentation is copyrighted and may not be reused or distributed without the written consent of Senturus, Inc.