SlideShare a Scribd company logo
1
2
Hundreds of resources
Visit our Knowledge
Center to download this
presentation and
explore other assets:
senturus.com/resources
2
3
Steve Reed Pittman
Director
Enterprise Architecture and Engineering
Senturus, Inc.
3
Introductions
Todd Schuman
Practice Lead
Installations, Upgrades and Optimization
Senturus, Inc.
4
Agenda
• Introductions​
• Hardware and server specifics
• Architecture setups
• Single/distributed
• Failover
• High Availability
• Dispatcher tuning
• High/low affinity requests
• Cognos services
• Peak/non-peak
• Concurrent users
• Java heap settings
4
• Report specific tuning
• Interactive performance assistant
• Data sets
• Other tips
• Modeling
• Database tuning
• Virtual machines tips
• Answers to participant questions
• Senturus overview​ and additional
resources​
Enjoy the full webinar presentation
This slide deck is from the webinar Cognos Performance
Tuning Tips & Tricks
To view the FREE video recording and download this deck,
go to https://senturus.com/resources/cognos-analytics-
performance-tuning/
5
Cognos tuning (overview)
• Cognos Analytics is a complex software and hardware environment. A single
bottleneck in either the software or hardware has a ripple effect for the entire
system.
• Some of the most common software and hardware bottlenecks include:
• Process threading:
• Too few threads and queuing can occur.
• Process memory sizing:
• Too little memory and OutOfMemory conditions can exist.
• Too little memory and Garbage Collection can become costly.
• Nothing can minimize the impact of a sub optimal Analytics model or poorly
authored report or dashboard.
6
Hardware and server specifics
7
8
Hardware and server specifics
IBM Cognos Analytics on
Premises 11.2.x: Supported
Software Environments
8
Operating system (11.2.2)
• AIX – 7.1, 7.2
• LINUX
• Red Hat – 8.1, 7.1
• SUSE – 12
• Ubuntu – 16.04, 18.04, 20.04
• Windows
• Server 2012, 2016, 2019
• Windows 8, 10, 11
9
10
Databases (Content Store – 11.2.2)
• DB2 – 10.5, 11.5
• Informix – 12.1, 14.1
• MS SQL Server – 2012, 2014,
2016, 2017, 2019
• Azure SQL database
• Oracle – 11g, 12c, 18c, 19c, 21c
10
Browsers (11.2.2)
• Apple Safari – 10,11,12,13,14
• Google Chrome
• Microsoft Edge Chromium
• Mozilla Firefox ESR
11
12
Hardware (IBM recommended – 11.2.2)
• 4 Cores
• 32GB RAM
• Disk space
• 10GB install
• 4GB temp space
• 500MB/user file uploads
12
Architecture setups
13
14
Basic distributed environment
Dedicated:
• Gateway
• Dispatchers
• Content Manager
14
15
Distributed environment with failover
Active/standby Content
Manager
• Both pointed to same content
store
• First CM to start becomes active
• Standby always checking for
active up status
• Will become active when primary
becomes unresponsive
15
16
High availability (HA)
• No single point of failure
• At least 2 of each Cognos
component (gateway,
dispatcher, CM)
• Load balancer for gateways
16
Dispatcher tuning
17
Like what you see?
To view the video recording and download the slide deck go
to https://senturus.com/resources/cognos-analytics-
performance-tuning/
Visit the Knowledge Center on our website for hundreds of
free resources https://senturus.com/senturus-resources/
18
19
Dispatcher tuning
• 87 options
• Majority 4 types
• High/low affinity
• # of processes
• Peak/non-peak
• Service
19
High affinity examples
20
Report Viewer
Run Again
Return
HTML Report Navigation
Top/Bottom of Page
Page Up/Page Down
Delivery Options
Save/Save As
Email
View Saved Output
Low affinity examples
21
Report Querying
Reporting
Report Processing
Report Authoring
Metadata Retrieval
Query Validation
Administrative
Testing Data Source Connections
Adding Objects (Folders, Jobs, Schedules, etc.)
Refreshing Portal Page
22
Services
• The dispatcher starts all Cognos Analytics BI services configured
and enabled on a computer, and routes requests locally
• A dispatcher can also route requests to another dispatcher
22
Batch/reporting/query services
• Batch service
• Jobs
• Schedules
• Emails
• Saved outputs
• Triggers
• Report service
• Active users running reports and waiting for results
• Query Service
• Dynamic Query Mode (DQM) reporting engine
23
24
Peak vs. non-peak
• 24-hour clock
• Defaults
• 7 (am) start
• 18 (6 pm) end
• Recommended
• Give report service priority during
peak
• Give batch server priority during
non-peak
24
25
Routing rules
• Route requests to servers based on
various rules:
• DQM/CQM reporting
• Named users/PVU-based servers
• Report/batch servers
25
26
Concurrent users
• 100:10:1 rule
• 100 named users
• 10 active users
• 1 concurrent user
• 4000 named users = 40
concurrent users
26
Tuning the dispatchers
• Affinity + service + peak/non-peak
• Report vs. batch
27
Be Aware:
• Each connection is multiplied by the number of
processes
• 16 low affinity (8*2)
• 4 high affinity (2*2)
• 20 total connections
28
Java heap settings
• DQM/Query Service only
• Dispatcher settings:
• Initial JVM heap size for the
query service (MB)
• Default:1024 Senturus
recommendation: 4096
• JVM heap size limit for the query
service
• Default: 8192 Senturus
Recommendation: 16,384
28
• Garbage Collection
• Short pauses, in-frequent occurrences
• DQM tuning guide
IBM Cognos Dynamic Query | IBM Redbooks
Note: Dynamic Cubes require
different sizing
IBM Cognos Dynamic Cubes
29
Task Manager
• Task Manager -> Show Columns
• Image Path/Command
29
30
Monitor changes
Under utilized Over utilized
30
Report Specific Tuning
31
32
Interactive Performance Analyzer (IPA)
• Run options
• HTML only
• Available for dashboards
• Serviceability pane
• Control +
32
Like what you see?
To view the video recording and download the slide deck go
to https://senturus.com/resources/cognos-analytics-
performance-tuning/
Visit the Knowledge Center on our website for hundreds of
free resources https://senturus.com/senturus-resources/
33
Execution times by object/page
34
35
Data sets
• Stored in compressed/encrypted,
columnar format (Apache Parquet)
• Pull data in from database to
remove SQL query execution time
• Originally built for dashboard and
story performance
• Can be scheduled for refresh
• Added reporting interface in 11.1.7
35
Other tips
36
37
Clean up your Content Store DB
• Consistency check
• Content removal
• Notification database
• Retention rules
• Migration Assistant
37
38
Cognos SQL Scripts
• Cognos installation directory
• Specific to database
• Size profiling
• Object counts
• Saved output counts by size
• AddSysAdminMember
38
Modern virtual architecture
39
40
VM recommendations
• Dedicated resources
• No sharing
• Plan for 5-10% overhead
• Host should have “enterprise
level” hardware
40
41
Modeling
• Always need well designed
data models
• Avoid OLTP reporting
• Webinar presented by Patrick
on June 23
41
Get help improving performance
42
Assessment Training
Mentor
Like what you see?
To view the video recording and download the slide deck go
to https://senturus.com/resources/cognos-analytics-
performance-tuning/
Visit the Knowledge Center on our website for hundreds of
free resources https://senturus.com/senturus-resources/
43
Answers to participant questions
44
Cognos Performance Tuning Tips & Tricks
45
Q: How should we trim the size of the Content Store database? It seems
that not all the report bits get deleted when a report is deleted using the
Cognos web portal interface.
A: There are several ways to reduce the size of the Content Store database,
check out these resources.
• Creating a content removal content maintenance task - IBM Documentation
• Creating a retention rule update maintenance task - IBM Documentation
• Change the Connection Properties for the Notification Database - IBM Documentation
Q: How can I access IPA?
A: Under the run option in the reporting tool, there will be a slider to enable this
feature.
Cognos Performance Tuning Tips & Tricks
46
Q: Our dashboards run slow; do you have suggestions for how to speed
them up?
A: Cognos Analytics 11.2 features dashboard loading times up to 800% faster
than 11.0 and 11.1. Outside of that, data sets will be your best option to pre-
load data to drive faster dashboard performance.
Q: Will Microsoft Edge ever support Query Studio?
A: This is extremely unlikely. IBM has ceased new development for Analysis
Studio and Query Studio. Going forward, you should expect that Firefox ESR
will be the only supported browser for these studios.
Cognos Performance Tuning Tips & Tricks
47
Q: Is there anything we can do to speed up the Cognos to Excel
conversion? We see instances of reports running and completing from a
SQL viewpoint but then wait a long time for Cognos to generate the Excel
output.
A: There are many factors that can cause this to perform slowly. The complexity
of the report output, the number of pages and rows, and the file destination can
all contribute to a slow file output. If you are still having issues, please contact
Senturus for help at info@senturus.com.
Q: What’s the future of Analysis and Query Studios?
A: Both Analysis Studio and Query Studio are deprecated. They are still
available in Cognos 11.2.x, but only for on-premise installations, and only when
using Firefox ESR as the browser.
Cognos Performance Tuning Tips & Tricks
48
Q: Usually our reports are significantly faster than dashboards accessing
same data. We are on Cognos 11.1.2. Did dashboards have performance
improvements in newer versions?
A: Yes, dashboards in 11.2 are up to 800% faster.
Q: What is the future of Event Studio?
A: Unlike Query Studio and Analysis Studio, it has not been deprecated, but we
are still waiting on a UI overhaul to coincide with the current UI of Cognos 11.
Q: How do we deal with JVM not releasing RAM?
A: It is most likely related to Garbage Collection. Please contact Senturus at
info@senturus.com if you need help tuning this.
Cognos Performance Tuning Tips & Tricks
49
Q: Should Garbage Collection be generational or balanced?
A: We recommend leaving it set to generational unless you have a specific
need.
Q: Will changing/increasing the Java heap settings affect performance for
non-DQM reports?
A: Not really, but a poorly tuned Java heap in Cognos can have negative effects
on the overall environment.
Q: Is there any documentation for routing rules?
A: Information on routing rules can be found in Chapter 5 of the Cognos
Administration and Security Guide.
Cognos Performance Tuning Tips & Tricks
50
Q: Reports that typically take 2-3 minutes to run take 12 hours until a
"rolling restart" is done. That clears everything out, the system is
operational until later in the month when reports take a long time again. Is
there anything that can be done to prevent the long report time?
A: This sounds like old processes are not being killed and they accumulate until
the performance completely shuts down. A deeper analysis of your environment
is recommended. Please contact Senturus at info@senturus.com for
assistance.
Q: Is there any way to monitor data set size and storage?
A: Right now, the properties of the data set is the only way to view this
information.
Cognos Performance Tuning Tips & Tricks
51
Q: Can Cognos report output of Excel and PDF be stored in a separate
database rather than inside the Content Store database?
A: Yes. We highly recommend setting up a Notification Database to separate
your outputs and schedules/jobs.
Q: How do we copy/paste report specs and preview data in Event Studio
with Edge? We could in IE and miss it.
A: This is a limitation of the old Cognos UI not being supported in the newer
browsers. Using IE is the only option right now.
Cognos Performance Tuning Tips & Tricks
52
Q: How can we put data from report queries in a dataset in 11.1.7?
A: In Cognos 11.1.7 you can copy and paste queries from your report directly
into a dataset and load that data into memory. You can then update the report to
point to the dataset as its source. This should remove any dependencies on the
database and show an immediate performance increase.
Q: Is that 32GB RAM recommendation for a virtual or non-virtual
environment?
A: That recommendation is for both.
Cognos Performance Tuning Tips & Tricks
53
Q: How can we tune Cognos to increase performance when using TM1
cubes?
A: TM1 tuning is a different type of tuning and mostly related to TM1/Planning
Analytics and not so much Cognos Analytics. Please contact Senturus at
info@senturus.com if you need help tuning your TM1/Planning cubes.
Q: Is it be possible to install Cognos on the cloud?
A: Cognos can be installed on any server that has a supported OS.
Q: How can we resolve CCL-BIT-0005 Socket errors?
A: We need more information to assist with this error, contact us at
info@senturus.com with the details.
Cognos Performance Tuning Tips & Tricks
54
Q: When the Cognos Content Store switches from primary to secondary,
we have a lag/unavailability of application for 5 minutes, is this normal?
A: There is a lag during the failover. Five minutes might be on the high end of
that lag. If you need any assistance, contact us at info@senturus.com.
Q: What is the benefit of moving from CQM to DQM? What is the risk of
staying in CQM?
A: DQM can take advantage of 64bit architecture and provides better
performance due to memory caching. IBM has no plans to depreciate CQM but
it has not invested in this older technology in many years.
Cognos Performance Tuning Tips & Tricks
55
Q: Is Report Studio a good tool to replace Analysis Studio?
A: Analysis Studio was supported to replace Powerplay but lacked some
features and usability. It still worked well enough to interact with cubes in a
similar way. Reporting can simulate a lot of the same functionality as Analysis
Studio, but there is still a learning curve and some of the functionality requires
different approaches. Setting the reporting tool to run in preview mode and to
show members in the metadata are a good way to help move users to this tool.
Additional resources
56
Insider viewpoints
Technical tips
Unbiased product reviews
Product demos Upcoming events
More on this subject
Upcoming events
•Power Automate for Power BI: Work Smarter, Not Harder
•Thursday, May 19, 2022, 11am PT/2pm ET
•https://senturus.com/events/power-automate-for-power-bi-work-smarter-not-harder/
•Zero Gravity Virtual Conference by Incorta
•Thursday, May 26, 2022, 8am – 2pm PT/11am – 5pm ET
•https://www.incorta.com/zerogravity
•Good Data Models Lead to Great BI
•Thursday, Jun 23, 2022, 11am PT/2pm ET
•https://senturus.com/events/good-data-models-lead-to-great-self-service/
57
Decisions and actions
Business needs
Modern BI: accelerated & accessible
58
Analysis-ready data
A long, strong history of success
•21+ years
•1350+ clients
•3000+ projects
59
60
Join the
Senturus team
We’re hiring talented and experienced professionals
• Managing Consultant
• Senior Data Warehouse/Cognos BI Consultant
See job descriptions: https://Senturus.com/why-Senturus/careers/
Send your resume to: jobs@Senturus.com
© 2020 by Senturus, Inc. This presentation may not be reused or distributed without the written consent of Senturus, Inc.
www.senturus.com 888-601-6010 info@senturus.com
Thank You
Ad

More Related Content

What's hot (20)

Project report cinema
Project report cinemaProject report cinema
Project report cinema
jaspaljb
 
UML daigrams for Bank ATM system
UML daigrams for Bank ATM systemUML daigrams for Bank ATM system
UML daigrams for Bank ATM system
Ramakant Soni
 
System Calls
System CallsSystem Calls
System Calls
Anil Kumar Pugalia
 
Linux file system
Linux file systemLinux file system
Linux file system
Midaga Mengistu
 
Server management - Server Maintenance Tips, Server Maintenance Checklist
Server management - Server Maintenance Tips, Server Maintenance ChecklistServer management - Server Maintenance Tips, Server Maintenance Checklist
Server management - Server Maintenance Tips, Server Maintenance Checklist
YourServerDoctor
 
Project gnuplot
Project gnuplotProject gnuplot
Project gnuplot
Sabyasachi Ray
 
Running Siebel on AWS - Oracle Open World 13
Running Siebel on AWS - Oracle Open World 13Running Siebel on AWS - Oracle Open World 13
Running Siebel on AWS - Oracle Open World 13
Milind Waikul
 
Presentacion XAMPP
Presentacion XAMPPPresentacion XAMPP
Presentacion XAMPP
Kamisutra
 
tybsc it sem 5 Linux administration notes of unit 1,2,3,4,5,6 version 3
tybsc it sem 5 Linux administration notes of unit 1,2,3,4,5,6 version 3tybsc it sem 5 Linux administration notes of unit 1,2,3,4,5,6 version 3
tybsc it sem 5 Linux administration notes of unit 1,2,3,4,5,6 version 3
WE-IT TUTORIALS
 
Tundra2015 Toyota Tundra Brochure | Toyota Dealer serving Bloomington ^
Tundra2015 Toyota Tundra Brochure | Toyota Dealer serving Bloomington ^Tundra2015 Toyota Tundra Brochure | Toyota Dealer serving Bloomington ^
Tundra2015 Toyota Tundra Brochure | Toyota Dealer serving Bloomington ^
Fort's Toyota of Pekin
 
IBM Aspera overview
IBM Aspera overview IBM Aspera overview
IBM Aspera overview
Carlos Martin Hernandez
 
Online Helpdesk System
Online Helpdesk SystemOnline Helpdesk System
Online Helpdesk System
Jayant Gope
 
Crime
CrimeCrime
Crime
Govind Naik
 
Redhat Linux server administration industrial training report.
Redhat Linux server administration industrial training report.Redhat Linux server administration industrial training report.
Redhat Linux server administration industrial training report.
AlokGupta336
 
Zero-downtime Hadoop/HBase Cross-datacenter Migration
Zero-downtime Hadoop/HBase Cross-datacenter MigrationZero-downtime Hadoop/HBase Cross-datacenter Migration
Zero-downtime Hadoop/HBase Cross-datacenter Migration
Scott Miao
 
CROP PROTECTION AGAINST BIRDS USING DEEP LEARNING AND IOT
CROP PROTECTION AGAINST BIRDS USING DEEP LEARNING AND IOTCROP PROTECTION AGAINST BIRDS USING DEEP LEARNING AND IOT
CROP PROTECTION AGAINST BIRDS USING DEEP LEARNING AND IOT
IRJET Journal
 
VMware vSphere technical presentation
VMware vSphere technical presentationVMware vSphere technical presentation
VMware vSphere technical presentation
aleyeldean
 
Key-Key-Value Stores for Efficiently Processing Graph Data in the Cloud
Key-Key-Value Stores for Efficiently Processing Graph Data in the CloudKey-Key-Value Stores for Efficiently Processing Graph Data in the Cloud
Key-Key-Value Stores for Efficiently Processing Graph Data in the Cloud
University of New South Wales
 
Cloud Gaming Architectures: From Social to Mobile to MMO
Cloud Gaming Architectures: From Social to Mobile to MMOCloud Gaming Architectures: From Social to Mobile to MMO
Cloud Gaming Architectures: From Social to Mobile to MMO
AWS Germany
 
14.project online eamination system
14.project online eamination system14.project online eamination system
14.project online eamination system
Vivek Mehta
 
Project report cinema
Project report cinemaProject report cinema
Project report cinema
jaspaljb
 
UML daigrams for Bank ATM system
UML daigrams for Bank ATM systemUML daigrams for Bank ATM system
UML daigrams for Bank ATM system
Ramakant Soni
 
Server management - Server Maintenance Tips, Server Maintenance Checklist
Server management - Server Maintenance Tips, Server Maintenance ChecklistServer management - Server Maintenance Tips, Server Maintenance Checklist
Server management - Server Maintenance Tips, Server Maintenance Checklist
YourServerDoctor
 
Running Siebel on AWS - Oracle Open World 13
Running Siebel on AWS - Oracle Open World 13Running Siebel on AWS - Oracle Open World 13
Running Siebel on AWS - Oracle Open World 13
Milind Waikul
 
Presentacion XAMPP
Presentacion XAMPPPresentacion XAMPP
Presentacion XAMPP
Kamisutra
 
tybsc it sem 5 Linux administration notes of unit 1,2,3,4,5,6 version 3
tybsc it sem 5 Linux administration notes of unit 1,2,3,4,5,6 version 3tybsc it sem 5 Linux administration notes of unit 1,2,3,4,5,6 version 3
tybsc it sem 5 Linux administration notes of unit 1,2,3,4,5,6 version 3
WE-IT TUTORIALS
 
Tundra2015 Toyota Tundra Brochure | Toyota Dealer serving Bloomington ^
Tundra2015 Toyota Tundra Brochure | Toyota Dealer serving Bloomington ^Tundra2015 Toyota Tundra Brochure | Toyota Dealer serving Bloomington ^
Tundra2015 Toyota Tundra Brochure | Toyota Dealer serving Bloomington ^
Fort's Toyota of Pekin
 
Online Helpdesk System
Online Helpdesk SystemOnline Helpdesk System
Online Helpdesk System
Jayant Gope
 
Redhat Linux server administration industrial training report.
Redhat Linux server administration industrial training report.Redhat Linux server administration industrial training report.
Redhat Linux server administration industrial training report.
AlokGupta336
 
Zero-downtime Hadoop/HBase Cross-datacenter Migration
Zero-downtime Hadoop/HBase Cross-datacenter MigrationZero-downtime Hadoop/HBase Cross-datacenter Migration
Zero-downtime Hadoop/HBase Cross-datacenter Migration
Scott Miao
 
CROP PROTECTION AGAINST BIRDS USING DEEP LEARNING AND IOT
CROP PROTECTION AGAINST BIRDS USING DEEP LEARNING AND IOTCROP PROTECTION AGAINST BIRDS USING DEEP LEARNING AND IOT
CROP PROTECTION AGAINST BIRDS USING DEEP LEARNING AND IOT
IRJET Journal
 
VMware vSphere technical presentation
VMware vSphere technical presentationVMware vSphere technical presentation
VMware vSphere technical presentation
aleyeldean
 
Key-Key-Value Stores for Efficiently Processing Graph Data in the Cloud
Key-Key-Value Stores for Efficiently Processing Graph Data in the CloudKey-Key-Value Stores for Efficiently Processing Graph Data in the Cloud
Key-Key-Value Stores for Efficiently Processing Graph Data in the Cloud
University of New South Wales
 
Cloud Gaming Architectures: From Social to Mobile to MMO
Cloud Gaming Architectures: From Social to Mobile to MMOCloud Gaming Architectures: From Social to Mobile to MMO
Cloud Gaming Architectures: From Social to Mobile to MMO
AWS Germany
 
14.project online eamination system
14.project online eamination system14.project online eamination system
14.project online eamination system
Vivek Mehta
 

Similar to Cognos Performance Tuning Tips & Tricks (20)

Installing Cognos 10.2.1: Tips and Tricks from the Trenches
Installing Cognos 10.2.1: Tips and Tricks from the TrenchesInstalling Cognos 10.2.1: Tips and Tricks from the Trenches
Installing Cognos 10.2.1: Tips and Tricks from the Trenches
Senturus
 
Ceph Community Talk on High-Performance Solid Sate Ceph
Ceph Community Talk on High-Performance Solid Sate Ceph Ceph Community Talk on High-Performance Solid Sate Ceph
Ceph Community Talk on High-Performance Solid Sate Ceph
Ceph Community
 
SharePoint 2013 Performance Analysis - Robi Vončina
SharePoint 2013 Performance Analysis - Robi VončinaSharePoint 2013 Performance Analysis - Robi Vončina
SharePoint 2013 Performance Analysis - Robi Vončina
SPC Adriatics
 
Open source: Top issues in the top enterprise packages
Open source: Top issues in the top enterprise packagesOpen source: Top issues in the top enterprise packages
Open source: Top issues in the top enterprise packages
Rogue Wave Software
 
071410 sun a_1515_feldman_stephen
071410 sun a_1515_feldman_stephen071410 sun a_1515_feldman_stephen
071410 sun a_1515_feldman_stephen
Steve Feldman
 
Bitfusion Nimbix Dev Summit Heterogeneous Architectures
Bitfusion Nimbix Dev Summit Heterogeneous Architectures Bitfusion Nimbix Dev Summit Heterogeneous Architectures
Bitfusion Nimbix Dev Summit Heterogeneous Architectures
Subbu Rama
 
NGENSTOR_ODA_P2V_V5
NGENSTOR_ODA_P2V_V5NGENSTOR_ODA_P2V_V5
NGENSTOR_ODA_P2V_V5
UniFabric
 
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
Senturus
 
WSO2 Customer Webinar: WEST Interactive’s Deployment Approach and DevOps Prac...
WSO2 Customer Webinar: WEST Interactive’s Deployment Approach and DevOps Prac...WSO2 Customer Webinar: WEST Interactive’s Deployment Approach and DevOps Prac...
WSO2 Customer Webinar: WEST Interactive’s Deployment Approach and DevOps Prac...
WSO2
 
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
Senturus
 
CON5451_Brydon-OOW2014_Brydon_CON5451 (1).pptx
CON5451_Brydon-OOW2014_Brydon_CON5451 (1).pptxCON5451_Brydon-OOW2014_Brydon_CON5451 (1).pptx
CON5451_Brydon-OOW2014_Brydon_CON5451 (1).pptx
SergioBruno21
 
1049: Best and Worst Practices for Deploying IBM Connections - IBM Connect 2016
1049: Best and Worst Practices for Deploying IBM Connections - IBM Connect 20161049: Best and Worst Practices for Deploying IBM Connections - IBM Connect 2016
1049: Best and Worst Practices for Deploying IBM Connections - IBM Connect 2016
panagenda
 
New enhancements for security and usability in EDB 13
New enhancements for security and usability in EDB 13New enhancements for security and usability in EDB 13
New enhancements for security and usability in EDB 13
EDB
 
PLNOG19 - Piotr Marecki - Espresso: Scalable and Programmable Peering Edge
 PLNOG19 - Piotr Marecki - Espresso: Scalable and Programmable Peering Edge PLNOG19 - Piotr Marecki - Espresso: Scalable and Programmable Peering Edge
PLNOG19 - Piotr Marecki - Espresso: Scalable and Programmable Peering Edge
PROIDEA
 
Best Practices for Becoming an Exceptional Postgres DBA
Best Practices for Becoming an Exceptional Postgres DBA Best Practices for Becoming an Exceptional Postgres DBA
Best Practices for Becoming an Exceptional Postgres DBA
EDB
 
Architecting with power vm
Architecting with power vmArchitecting with power vm
Architecting with power vm
Charlie Cler
 
Oracle Analytics Server Infrastructure Tuning guide v2.pdf
Oracle Analytics Server Infrastructure Tuning guide v2.pdfOracle Analytics Server Infrastructure Tuning guide v2.pdf
Oracle Analytics Server Infrastructure Tuning guide v2.pdf
sivakodali7
 
EDB Postgres DBA Best Practices
EDB Postgres DBA Best PracticesEDB Postgres DBA Best Practices
EDB Postgres DBA Best Practices
EDB
 
Stay productive while slicing up the monolith
Stay productive while slicing up the monolith Stay productive while slicing up the monolith
Stay productive while slicing up the monolith
Markus Eisele
 
Datapolis Guest Expert Presentation: Top 15 SharePoint Server Configuration M...
Datapolis Guest Expert Presentation: Top 15 SharePoint Server Configuration M...Datapolis Guest Expert Presentation: Top 15 SharePoint Server Configuration M...
Datapolis Guest Expert Presentation: Top 15 SharePoint Server Configuration M...
Datapolis
 
Installing Cognos 10.2.1: Tips and Tricks from the Trenches
Installing Cognos 10.2.1: Tips and Tricks from the TrenchesInstalling Cognos 10.2.1: Tips and Tricks from the Trenches
Installing Cognos 10.2.1: Tips and Tricks from the Trenches
Senturus
 
Ceph Community Talk on High-Performance Solid Sate Ceph
Ceph Community Talk on High-Performance Solid Sate Ceph Ceph Community Talk on High-Performance Solid Sate Ceph
Ceph Community Talk on High-Performance Solid Sate Ceph
Ceph Community
 
SharePoint 2013 Performance Analysis - Robi Vončina
SharePoint 2013 Performance Analysis - Robi VončinaSharePoint 2013 Performance Analysis - Robi Vončina
SharePoint 2013 Performance Analysis - Robi Vončina
SPC Adriatics
 
Open source: Top issues in the top enterprise packages
Open source: Top issues in the top enterprise packagesOpen source: Top issues in the top enterprise packages
Open source: Top issues in the top enterprise packages
Rogue Wave Software
 
071410 sun a_1515_feldman_stephen
071410 sun a_1515_feldman_stephen071410 sun a_1515_feldman_stephen
071410 sun a_1515_feldman_stephen
Steve Feldman
 
Bitfusion Nimbix Dev Summit Heterogeneous Architectures
Bitfusion Nimbix Dev Summit Heterogeneous Architectures Bitfusion Nimbix Dev Summit Heterogeneous Architectures
Bitfusion Nimbix Dev Summit Heterogeneous Architectures
Subbu Rama
 
NGENSTOR_ODA_P2V_V5
NGENSTOR_ODA_P2V_V5NGENSTOR_ODA_P2V_V5
NGENSTOR_ODA_P2V_V5
UniFabric
 
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
Senturus
 
WSO2 Customer Webinar: WEST Interactive’s Deployment Approach and DevOps Prac...
WSO2 Customer Webinar: WEST Interactive’s Deployment Approach and DevOps Prac...WSO2 Customer Webinar: WEST Interactive’s Deployment Approach and DevOps Prac...
WSO2 Customer Webinar: WEST Interactive’s Deployment Approach and DevOps Prac...
WSO2
 
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
Senturus
 
CON5451_Brydon-OOW2014_Brydon_CON5451 (1).pptx
CON5451_Brydon-OOW2014_Brydon_CON5451 (1).pptxCON5451_Brydon-OOW2014_Brydon_CON5451 (1).pptx
CON5451_Brydon-OOW2014_Brydon_CON5451 (1).pptx
SergioBruno21
 
1049: Best and Worst Practices for Deploying IBM Connections - IBM Connect 2016
1049: Best and Worst Practices for Deploying IBM Connections - IBM Connect 20161049: Best and Worst Practices for Deploying IBM Connections - IBM Connect 2016
1049: Best and Worst Practices for Deploying IBM Connections - IBM Connect 2016
panagenda
 
New enhancements for security and usability in EDB 13
New enhancements for security and usability in EDB 13New enhancements for security and usability in EDB 13
New enhancements for security and usability in EDB 13
EDB
 
PLNOG19 - Piotr Marecki - Espresso: Scalable and Programmable Peering Edge
 PLNOG19 - Piotr Marecki - Espresso: Scalable and Programmable Peering Edge PLNOG19 - Piotr Marecki - Espresso: Scalable and Programmable Peering Edge
PLNOG19 - Piotr Marecki - Espresso: Scalable and Programmable Peering Edge
PROIDEA
 
Best Practices for Becoming an Exceptional Postgres DBA
Best Practices for Becoming an Exceptional Postgres DBA Best Practices for Becoming an Exceptional Postgres DBA
Best Practices for Becoming an Exceptional Postgres DBA
EDB
 
Architecting with power vm
Architecting with power vmArchitecting with power vm
Architecting with power vm
Charlie Cler
 
Oracle Analytics Server Infrastructure Tuning guide v2.pdf
Oracle Analytics Server Infrastructure Tuning guide v2.pdfOracle Analytics Server Infrastructure Tuning guide v2.pdf
Oracle Analytics Server Infrastructure Tuning guide v2.pdf
sivakodali7
 
EDB Postgres DBA Best Practices
EDB Postgres DBA Best PracticesEDB Postgres DBA Best Practices
EDB Postgres DBA Best Practices
EDB
 
Stay productive while slicing up the monolith
Stay productive while slicing up the monolith Stay productive while slicing up the monolith
Stay productive while slicing up the monolith
Markus Eisele
 
Datapolis Guest Expert Presentation: Top 15 SharePoint Server Configuration M...
Datapolis Guest Expert Presentation: Top 15 SharePoint Server Configuration M...Datapolis Guest Expert Presentation: Top 15 SharePoint Server Configuration M...
Datapolis Guest Expert Presentation: Top 15 SharePoint Server Configuration M...
Datapolis
 
Ad

More from 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
Senturus
 
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
Senturus
 
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
Senturus
 
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
Senturus
 
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
Senturus
 
Extending Power BI Functionality with R
Extending Power BI Functionality with RExtending Power BI Functionality with R
Extending Power BI Functionality with R
Senturus
 
Take Control of Your Cloud
Take Control of Your CloudTake Control of Your Cloud
Take Control of Your Cloud
Senturus
 
Using Python with Power BI
Using Python with Power BIUsing Python with Power BI
Using Python with Power BI
Senturus
 
User-Friendly Power BI Report Nav
User-Friendly Power BI Report NavUser-Friendly Power BI Report Nav
User-Friendly Power BI Report Nav
Senturus
 
Streamline Cognos Migrations & Consolidations
Streamline Cognos Migrations & ConsolidationsStreamline Cognos Migrations & Consolidations
Streamline Cognos Migrations & Consolidations
Senturus
 
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
Senturus
 
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
Senturus
 
Power BI Report Builder & Paginated Reports
Power BI Report Builder & Paginated Reports Power BI Report Builder & Paginated Reports
Power BI Report Builder & Paginated Reports
Senturus
 
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
Senturus
 
Cognos Analytics 11.2 New Features
Cognos Analytics 11.2 New FeaturesCognos Analytics 11.2 New Features
Cognos Analytics 11.2 New Features
Senturus
 
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
Senturus
 
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
Senturus
 
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
Senturus
 
Cognos Data Module Architectures & Use Cases
Cognos Data Module Architectures & Use CasesCognos Data Module Architectures & Use Cases
Cognos Data Module Architectures & Use Cases
Senturus
 
Getting Started with (Just Enough) Data Governance
Getting Started with (Just Enough) Data GovernanceGetting Started with (Just Enough) Data Governance
Getting Started with (Just Enough) Data Governance
Senturus
 
Power BI Gateway: Understanding, Installing, Configuring
Power BI Gateway: Understanding, Installing, ConfiguringPower BI Gateway: Understanding, Installing, Configuring
Power BI Gateway: Understanding, Installing, Configuring
Senturus
 
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
Senturus
 
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
Senturus
 
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
Senturus
 
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
Senturus
 
Extending Power BI Functionality with R
Extending Power BI Functionality with RExtending Power BI Functionality with R
Extending Power BI Functionality with R
Senturus
 
Take Control of Your Cloud
Take Control of Your CloudTake Control of Your Cloud
Take Control of Your Cloud
Senturus
 
Using Python with Power BI
Using Python with Power BIUsing Python with Power BI
Using Python with Power BI
Senturus
 
User-Friendly Power BI Report Nav
User-Friendly Power BI Report NavUser-Friendly Power BI Report Nav
User-Friendly Power BI Report Nav
Senturus
 
Streamline Cognos Migrations & Consolidations
Streamline Cognos Migrations & ConsolidationsStreamline Cognos Migrations & Consolidations
Streamline Cognos Migrations & Consolidations
Senturus
 
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
Senturus
 
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
Senturus
 
Power BI Report Builder & Paginated Reports
Power BI Report Builder & Paginated Reports Power BI Report Builder & Paginated Reports
Power BI Report Builder & Paginated Reports
Senturus
 
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
Senturus
 
Cognos Analytics 11.2 New Features
Cognos Analytics 11.2 New FeaturesCognos Analytics 11.2 New Features
Cognos Analytics 11.2 New Features
Senturus
 
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
Senturus
 
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
Senturus
 
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
Senturus
 
Cognos Data Module Architectures & Use Cases
Cognos Data Module Architectures & Use CasesCognos Data Module Architectures & Use Cases
Cognos Data Module Architectures & Use Cases
Senturus
 
Getting Started with (Just Enough) Data Governance
Getting Started with (Just Enough) Data GovernanceGetting Started with (Just Enough) Data Governance
Getting Started with (Just Enough) Data Governance
Senturus
 
Ad

Recently uploaded (20)

Ch3MCT24.pptx measure of central tendency
Ch3MCT24.pptx measure of central tendencyCh3MCT24.pptx measure of central tendency
Ch3MCT24.pptx measure of central tendency
ayeleasefa2
 
Data Analytics Overview and its applications
Data Analytics Overview and its applicationsData Analytics Overview and its applications
Data Analytics Overview and its applications
JanmejayaMishra7
 
183409-christina-rossetti.pdfdsfsdasggsag
183409-christina-rossetti.pdfdsfsdasggsag183409-christina-rossetti.pdfdsfsdasggsag
183409-christina-rossetti.pdfdsfsdasggsag
fardin123rahman07
 
Template_A3nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn
Template_A3nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnTemplate_A3nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn
Template_A3nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn
cegiver630
 
1. Briefing Session_SEED with Hon. Governor Assam - 27.10.pdf
1. Briefing Session_SEED with Hon. Governor Assam - 27.10.pdf1. Briefing Session_SEED with Hon. Governor Assam - 27.10.pdf
1. Briefing Session_SEED with Hon. Governor Assam - 27.10.pdf
Simran112433
 
Calories_Prediction_using_Linear_Regression.pptx
Calories_Prediction_using_Linear_Regression.pptxCalories_Prediction_using_Linear_Regression.pptx
Calories_Prediction_using_Linear_Regression.pptx
TijiLMAHESHWARI
 
Adobe Analytics NOAM Central User Group April 2025 Agent AI: Uncovering the S...
Adobe Analytics NOAM Central User Group April 2025 Agent AI: Uncovering the S...Adobe Analytics NOAM Central User Group April 2025 Agent AI: Uncovering the S...
Adobe Analytics NOAM Central User Group April 2025 Agent AI: Uncovering the S...
gmuir1066
 
Developing Security Orchestration, Automation, and Response Applications
Developing Security Orchestration, Automation, and Response ApplicationsDeveloping Security Orchestration, Automation, and Response Applications
Developing Security Orchestration, Automation, and Response Applications
VICTOR MAESTRE RAMIREZ
 
Thingyan is now a global treasure! See how people around the world are search...
Thingyan is now a global treasure! See how people around the world are search...Thingyan is now a global treasure! See how people around the world are search...
Thingyan is now a global treasure! See how people around the world are search...
Pixellion
 
C++_OOPs_DSA1_Presentation_Template.pptx
C++_OOPs_DSA1_Presentation_Template.pptxC++_OOPs_DSA1_Presentation_Template.pptx
C++_OOPs_DSA1_Presentation_Template.pptx
aquibnoor22079
 
chapter 4 Variability statistical research .pptx
chapter 4 Variability statistical research .pptxchapter 4 Variability statistical research .pptx
chapter 4 Variability statistical research .pptx
justinebandajbn
 
computer organization and assembly language.docx
computer organization and assembly language.docxcomputer organization and assembly language.docx
computer organization and assembly language.docx
alisoftwareengineer1
 
FPET_Implementation_2_MA to 360 Engage Direct.pptx
FPET_Implementation_2_MA to 360 Engage Direct.pptxFPET_Implementation_2_MA to 360 Engage Direct.pptx
FPET_Implementation_2_MA to 360 Engage Direct.pptx
ssuser4ef83d
 
Minions Want to eat presentacion muy linda
Minions Want to eat presentacion muy lindaMinions Want to eat presentacion muy linda
Minions Want to eat presentacion muy linda
CarlaAndradesSoler1
 
EDU533 DEMO.pptxccccvbnjjkoo jhgggggbbbb
EDU533 DEMO.pptxccccvbnjjkoo jhgggggbbbbEDU533 DEMO.pptxccccvbnjjkoo jhgggggbbbb
EDU533 DEMO.pptxccccvbnjjkoo jhgggggbbbb
JessaMaeEvangelista2
 
How to join illuminati Agent in uganda call+256776963507/0741506136
How to join illuminati Agent in uganda call+256776963507/0741506136How to join illuminati Agent in uganda call+256776963507/0741506136
How to join illuminati Agent in uganda call+256776963507/0741506136
illuminati Agent uganda call+256776963507/0741506136
 
Molecular methods diagnostic and monitoring of infection - Repaired.pptx
Molecular methods diagnostic and monitoring of infection  -  Repaired.pptxMolecular methods diagnostic and monitoring of infection  -  Repaired.pptx
Molecular methods diagnostic and monitoring of infection - Repaired.pptx
7tzn7x5kky
 
VKS-Python-FIe Handling text CSV Binary.pptx
VKS-Python-FIe Handling text CSV Binary.pptxVKS-Python-FIe Handling text CSV Binary.pptx
VKS-Python-FIe Handling text CSV Binary.pptx
Vinod Srivastava
 
Perencanaan Pengendalian-Proyek-Konstruksi-MS-PROJECT.pptx
Perencanaan Pengendalian-Proyek-Konstruksi-MS-PROJECT.pptxPerencanaan Pengendalian-Proyek-Konstruksi-MS-PROJECT.pptx
Perencanaan Pengendalian-Proyek-Konstruksi-MS-PROJECT.pptx
PareaRusan
 
How iCode cybertech Helped Me Recover My Lost Funds
How iCode cybertech Helped Me Recover My Lost FundsHow iCode cybertech Helped Me Recover My Lost Funds
How iCode cybertech Helped Me Recover My Lost Funds
ireneschmid345
 
Ch3MCT24.pptx measure of central tendency
Ch3MCT24.pptx measure of central tendencyCh3MCT24.pptx measure of central tendency
Ch3MCT24.pptx measure of central tendency
ayeleasefa2
 
Data Analytics Overview and its applications
Data Analytics Overview and its applicationsData Analytics Overview and its applications
Data Analytics Overview and its applications
JanmejayaMishra7
 
183409-christina-rossetti.pdfdsfsdasggsag
183409-christina-rossetti.pdfdsfsdasggsag183409-christina-rossetti.pdfdsfsdasggsag
183409-christina-rossetti.pdfdsfsdasggsag
fardin123rahman07
 
Template_A3nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn
Template_A3nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnTemplate_A3nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn
Template_A3nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn
cegiver630
 
1. Briefing Session_SEED with Hon. Governor Assam - 27.10.pdf
1. Briefing Session_SEED with Hon. Governor Assam - 27.10.pdf1. Briefing Session_SEED with Hon. Governor Assam - 27.10.pdf
1. Briefing Session_SEED with Hon. Governor Assam - 27.10.pdf
Simran112433
 
Calories_Prediction_using_Linear_Regression.pptx
Calories_Prediction_using_Linear_Regression.pptxCalories_Prediction_using_Linear_Regression.pptx
Calories_Prediction_using_Linear_Regression.pptx
TijiLMAHESHWARI
 
Adobe Analytics NOAM Central User Group April 2025 Agent AI: Uncovering the S...
Adobe Analytics NOAM Central User Group April 2025 Agent AI: Uncovering the S...Adobe Analytics NOAM Central User Group April 2025 Agent AI: Uncovering the S...
Adobe Analytics NOAM Central User Group April 2025 Agent AI: Uncovering the S...
gmuir1066
 
Developing Security Orchestration, Automation, and Response Applications
Developing Security Orchestration, Automation, and Response ApplicationsDeveloping Security Orchestration, Automation, and Response Applications
Developing Security Orchestration, Automation, and Response Applications
VICTOR MAESTRE RAMIREZ
 
Thingyan is now a global treasure! See how people around the world are search...
Thingyan is now a global treasure! See how people around the world are search...Thingyan is now a global treasure! See how people around the world are search...
Thingyan is now a global treasure! See how people around the world are search...
Pixellion
 
C++_OOPs_DSA1_Presentation_Template.pptx
C++_OOPs_DSA1_Presentation_Template.pptxC++_OOPs_DSA1_Presentation_Template.pptx
C++_OOPs_DSA1_Presentation_Template.pptx
aquibnoor22079
 
chapter 4 Variability statistical research .pptx
chapter 4 Variability statistical research .pptxchapter 4 Variability statistical research .pptx
chapter 4 Variability statistical research .pptx
justinebandajbn
 
computer organization and assembly language.docx
computer organization and assembly language.docxcomputer organization and assembly language.docx
computer organization and assembly language.docx
alisoftwareengineer1
 
FPET_Implementation_2_MA to 360 Engage Direct.pptx
FPET_Implementation_2_MA to 360 Engage Direct.pptxFPET_Implementation_2_MA to 360 Engage Direct.pptx
FPET_Implementation_2_MA to 360 Engage Direct.pptx
ssuser4ef83d
 
Minions Want to eat presentacion muy linda
Minions Want to eat presentacion muy lindaMinions Want to eat presentacion muy linda
Minions Want to eat presentacion muy linda
CarlaAndradesSoler1
 
EDU533 DEMO.pptxccccvbnjjkoo jhgggggbbbb
EDU533 DEMO.pptxccccvbnjjkoo jhgggggbbbbEDU533 DEMO.pptxccccvbnjjkoo jhgggggbbbb
EDU533 DEMO.pptxccccvbnjjkoo jhgggggbbbb
JessaMaeEvangelista2
 
Molecular methods diagnostic and monitoring of infection - Repaired.pptx
Molecular methods diagnostic and monitoring of infection  -  Repaired.pptxMolecular methods diagnostic and monitoring of infection  -  Repaired.pptx
Molecular methods diagnostic and monitoring of infection - Repaired.pptx
7tzn7x5kky
 
VKS-Python-FIe Handling text CSV Binary.pptx
VKS-Python-FIe Handling text CSV Binary.pptxVKS-Python-FIe Handling text CSV Binary.pptx
VKS-Python-FIe Handling text CSV Binary.pptx
Vinod Srivastava
 
Perencanaan Pengendalian-Proyek-Konstruksi-MS-PROJECT.pptx
Perencanaan Pengendalian-Proyek-Konstruksi-MS-PROJECT.pptxPerencanaan Pengendalian-Proyek-Konstruksi-MS-PROJECT.pptx
Perencanaan Pengendalian-Proyek-Konstruksi-MS-PROJECT.pptx
PareaRusan
 
How iCode cybertech Helped Me Recover My Lost Funds
How iCode cybertech Helped Me Recover My Lost FundsHow iCode cybertech Helped Me Recover My Lost Funds
How iCode cybertech Helped Me Recover My Lost Funds
ireneschmid345
 

Cognos Performance Tuning Tips & Tricks

  • 1. 1
  • 2. 2 Hundreds of resources Visit our Knowledge Center to download this presentation and explore other assets: senturus.com/resources 2
  • 3. 3 Steve Reed Pittman Director Enterprise Architecture and Engineering Senturus, Inc. 3 Introductions Todd Schuman Practice Lead Installations, Upgrades and Optimization Senturus, Inc.
  • 4. 4 Agenda • Introductions​ • Hardware and server specifics • Architecture setups • Single/distributed • Failover • High Availability • Dispatcher tuning • High/low affinity requests • Cognos services • Peak/non-peak • Concurrent users • Java heap settings 4 • Report specific tuning • Interactive performance assistant • Data sets • Other tips • Modeling • Database tuning • Virtual machines tips • Answers to participant questions • Senturus overview​ and additional resources​
  • 5. Enjoy the full webinar presentation This slide deck is from the webinar Cognos Performance Tuning Tips & Tricks To view the FREE video recording and download this deck, go to https://senturus.com/resources/cognos-analytics- performance-tuning/ 5
  • 6. Cognos tuning (overview) • Cognos Analytics is a complex software and hardware environment. A single bottleneck in either the software or hardware has a ripple effect for the entire system. • Some of the most common software and hardware bottlenecks include: • Process threading: • Too few threads and queuing can occur. • Process memory sizing: • Too little memory and OutOfMemory conditions can exist. • Too little memory and Garbage Collection can become costly. • Nothing can minimize the impact of a sub optimal Analytics model or poorly authored report or dashboard. 6
  • 7. Hardware and server specifics 7
  • 8. 8 Hardware and server specifics IBM Cognos Analytics on Premises 11.2.x: Supported Software Environments 8
  • 9. Operating system (11.2.2) • AIX – 7.1, 7.2 • LINUX • Red Hat – 8.1, 7.1 • SUSE – 12 • Ubuntu – 16.04, 18.04, 20.04 • Windows • Server 2012, 2016, 2019 • Windows 8, 10, 11 9
  • 10. 10 Databases (Content Store – 11.2.2) • DB2 – 10.5, 11.5 • Informix – 12.1, 14.1 • MS SQL Server – 2012, 2014, 2016, 2017, 2019 • Azure SQL database • Oracle – 11g, 12c, 18c, 19c, 21c 10
  • 11. Browsers (11.2.2) • Apple Safari – 10,11,12,13,14 • Google Chrome • Microsoft Edge Chromium • Mozilla Firefox ESR 11
  • 12. 12 Hardware (IBM recommended – 11.2.2) • 4 Cores • 32GB RAM • Disk space • 10GB install • 4GB temp space • 500MB/user file uploads 12
  • 14. 14 Basic distributed environment Dedicated: • Gateway • Dispatchers • Content Manager 14
  • 15. 15 Distributed environment with failover Active/standby Content Manager • Both pointed to same content store • First CM to start becomes active • Standby always checking for active up status • Will become active when primary becomes unresponsive 15
  • 16. 16 High availability (HA) • No single point of failure • At least 2 of each Cognos component (gateway, dispatcher, CM) • Load balancer for gateways 16
  • 18. Like what you see? To view the video recording and download the slide deck go to https://senturus.com/resources/cognos-analytics- performance-tuning/ Visit the Knowledge Center on our website for hundreds of free resources https://senturus.com/senturus-resources/ 18
  • 19. 19 Dispatcher tuning • 87 options • Majority 4 types • High/low affinity • # of processes • Peak/non-peak • Service 19
  • 20. High affinity examples 20 Report Viewer Run Again Return HTML Report Navigation Top/Bottom of Page Page Up/Page Down Delivery Options Save/Save As Email View Saved Output
  • 21. Low affinity examples 21 Report Querying Reporting Report Processing Report Authoring Metadata Retrieval Query Validation Administrative Testing Data Source Connections Adding Objects (Folders, Jobs, Schedules, etc.) Refreshing Portal Page
  • 22. 22 Services • The dispatcher starts all Cognos Analytics BI services configured and enabled on a computer, and routes requests locally • A dispatcher can also route requests to another dispatcher 22
  • 23. Batch/reporting/query services • Batch service • Jobs • Schedules • Emails • Saved outputs • Triggers • Report service • Active users running reports and waiting for results • Query Service • Dynamic Query Mode (DQM) reporting engine 23
  • 24. 24 Peak vs. non-peak • 24-hour clock • Defaults • 7 (am) start • 18 (6 pm) end • Recommended • Give report service priority during peak • Give batch server priority during non-peak 24
  • 25. 25 Routing rules • Route requests to servers based on various rules: • DQM/CQM reporting • Named users/PVU-based servers • Report/batch servers 25
  • 26. 26 Concurrent users • 100:10:1 rule • 100 named users • 10 active users • 1 concurrent user • 4000 named users = 40 concurrent users 26
  • 27. Tuning the dispatchers • Affinity + service + peak/non-peak • Report vs. batch 27 Be Aware: • Each connection is multiplied by the number of processes • 16 low affinity (8*2) • 4 high affinity (2*2) • 20 total connections
  • 28. 28 Java heap settings • DQM/Query Service only • Dispatcher settings: • Initial JVM heap size for the query service (MB) • Default:1024 Senturus recommendation: 4096 • JVM heap size limit for the query service • Default: 8192 Senturus Recommendation: 16,384 28 • Garbage Collection • Short pauses, in-frequent occurrences • DQM tuning guide IBM Cognos Dynamic Query | IBM Redbooks Note: Dynamic Cubes require different sizing IBM Cognos Dynamic Cubes
  • 29. 29 Task Manager • Task Manager -> Show Columns • Image Path/Command 29
  • 32. 32 Interactive Performance Analyzer (IPA) • Run options • HTML only • Available for dashboards • Serviceability pane • Control + 32
  • 33. Like what you see? To view the video recording and download the slide deck go to https://senturus.com/resources/cognos-analytics- performance-tuning/ Visit the Knowledge Center on our website for hundreds of free resources https://senturus.com/senturus-resources/ 33
  • 34. Execution times by object/page 34
  • 35. 35 Data sets • Stored in compressed/encrypted, columnar format (Apache Parquet) • Pull data in from database to remove SQL query execution time • Originally built for dashboard and story performance • Can be scheduled for refresh • Added reporting interface in 11.1.7 35
  • 37. 37 Clean up your Content Store DB • Consistency check • Content removal • Notification database • Retention rules • Migration Assistant 37
  • 38. 38 Cognos SQL Scripts • Cognos installation directory • Specific to database • Size profiling • Object counts • Saved output counts by size • AddSysAdminMember 38
  • 40. 40 VM recommendations • Dedicated resources • No sharing • Plan for 5-10% overhead • Host should have “enterprise level” hardware 40
  • 41. 41 Modeling • Always need well designed data models • Avoid OLTP reporting • Webinar presented by Patrick on June 23 41
  • 42. Get help improving performance 42 Assessment Training Mentor
  • 43. Like what you see? To view the video recording and download the slide deck go to https://senturus.com/resources/cognos-analytics- performance-tuning/ Visit the Knowledge Center on our website for hundreds of free resources https://senturus.com/senturus-resources/ 43
  • 44. Answers to participant questions 44
  • 45. Cognos Performance Tuning Tips & Tricks 45 Q: How should we trim the size of the Content Store database? It seems that not all the report bits get deleted when a report is deleted using the Cognos web portal interface. A: There are several ways to reduce the size of the Content Store database, check out these resources. • Creating a content removal content maintenance task - IBM Documentation • Creating a retention rule update maintenance task - IBM Documentation • Change the Connection Properties for the Notification Database - IBM Documentation Q: How can I access IPA? A: Under the run option in the reporting tool, there will be a slider to enable this feature.
  • 46. Cognos Performance Tuning Tips & Tricks 46 Q: Our dashboards run slow; do you have suggestions for how to speed them up? A: Cognos Analytics 11.2 features dashboard loading times up to 800% faster than 11.0 and 11.1. Outside of that, data sets will be your best option to pre- load data to drive faster dashboard performance. Q: Will Microsoft Edge ever support Query Studio? A: This is extremely unlikely. IBM has ceased new development for Analysis Studio and Query Studio. Going forward, you should expect that Firefox ESR will be the only supported browser for these studios.
  • 47. Cognos Performance Tuning Tips & Tricks 47 Q: Is there anything we can do to speed up the Cognos to Excel conversion? We see instances of reports running and completing from a SQL viewpoint but then wait a long time for Cognos to generate the Excel output. A: There are many factors that can cause this to perform slowly. The complexity of the report output, the number of pages and rows, and the file destination can all contribute to a slow file output. If you are still having issues, please contact Senturus for help at [email protected]. Q: What’s the future of Analysis and Query Studios? A: Both Analysis Studio and Query Studio are deprecated. They are still available in Cognos 11.2.x, but only for on-premise installations, and only when using Firefox ESR as the browser.
  • 48. Cognos Performance Tuning Tips & Tricks 48 Q: Usually our reports are significantly faster than dashboards accessing same data. We are on Cognos 11.1.2. Did dashboards have performance improvements in newer versions? A: Yes, dashboards in 11.2 are up to 800% faster. Q: What is the future of Event Studio? A: Unlike Query Studio and Analysis Studio, it has not been deprecated, but we are still waiting on a UI overhaul to coincide with the current UI of Cognos 11. Q: How do we deal with JVM not releasing RAM? A: It is most likely related to Garbage Collection. Please contact Senturus at [email protected] if you need help tuning this.
  • 49. Cognos Performance Tuning Tips & Tricks 49 Q: Should Garbage Collection be generational or balanced? A: We recommend leaving it set to generational unless you have a specific need. Q: Will changing/increasing the Java heap settings affect performance for non-DQM reports? A: Not really, but a poorly tuned Java heap in Cognos can have negative effects on the overall environment. Q: Is there any documentation for routing rules? A: Information on routing rules can be found in Chapter 5 of the Cognos Administration and Security Guide.
  • 50. Cognos Performance Tuning Tips & Tricks 50 Q: Reports that typically take 2-3 minutes to run take 12 hours until a "rolling restart" is done. That clears everything out, the system is operational until later in the month when reports take a long time again. Is there anything that can be done to prevent the long report time? A: This sounds like old processes are not being killed and they accumulate until the performance completely shuts down. A deeper analysis of your environment is recommended. Please contact Senturus at [email protected] for assistance. Q: Is there any way to monitor data set size and storage? A: Right now, the properties of the data set is the only way to view this information.
  • 51. Cognos Performance Tuning Tips & Tricks 51 Q: Can Cognos report output of Excel and PDF be stored in a separate database rather than inside the Content Store database? A: Yes. We highly recommend setting up a Notification Database to separate your outputs and schedules/jobs. Q: How do we copy/paste report specs and preview data in Event Studio with Edge? We could in IE and miss it. A: This is a limitation of the old Cognos UI not being supported in the newer browsers. Using IE is the only option right now.
  • 52. Cognos Performance Tuning Tips & Tricks 52 Q: How can we put data from report queries in a dataset in 11.1.7? A: In Cognos 11.1.7 you can copy and paste queries from your report directly into a dataset and load that data into memory. You can then update the report to point to the dataset as its source. This should remove any dependencies on the database and show an immediate performance increase. Q: Is that 32GB RAM recommendation for a virtual or non-virtual environment? A: That recommendation is for both.
  • 53. Cognos Performance Tuning Tips & Tricks 53 Q: How can we tune Cognos to increase performance when using TM1 cubes? A: TM1 tuning is a different type of tuning and mostly related to TM1/Planning Analytics and not so much Cognos Analytics. Please contact Senturus at [email protected] if you need help tuning your TM1/Planning cubes. Q: Is it be possible to install Cognos on the cloud? A: Cognos can be installed on any server that has a supported OS. Q: How can we resolve CCL-BIT-0005 Socket errors? A: We need more information to assist with this error, contact us at [email protected] with the details.
  • 54. Cognos Performance Tuning Tips & Tricks 54 Q: When the Cognos Content Store switches from primary to secondary, we have a lag/unavailability of application for 5 minutes, is this normal? A: There is a lag during the failover. Five minutes might be on the high end of that lag. If you need any assistance, contact us at [email protected]. Q: What is the benefit of moving from CQM to DQM? What is the risk of staying in CQM? A: DQM can take advantage of 64bit architecture and provides better performance due to memory caching. IBM has no plans to depreciate CQM but it has not invested in this older technology in many years.
  • 55. Cognos Performance Tuning Tips & Tricks 55 Q: Is Report Studio a good tool to replace Analysis Studio? A: Analysis Studio was supported to replace Powerplay but lacked some features and usability. It still worked well enough to interact with cubes in a similar way. Reporting can simulate a lot of the same functionality as Analysis Studio, but there is still a learning curve and some of the functionality requires different approaches. Setting the reporting tool to run in preview mode and to show members in the metadata are a good way to help move users to this tool.
  • 56. Additional resources 56 Insider viewpoints Technical tips Unbiased product reviews Product demos Upcoming events More on this subject
  • 57. Upcoming events •Power Automate for Power BI: Work Smarter, Not Harder •Thursday, May 19, 2022, 11am PT/2pm ET •https://senturus.com/events/power-automate-for-power-bi-work-smarter-not-harder/ •Zero Gravity Virtual Conference by Incorta •Thursday, May 26, 2022, 8am – 2pm PT/11am – 5pm ET •https://www.incorta.com/zerogravity •Good Data Models Lead to Great BI •Thursday, Jun 23, 2022, 11am PT/2pm ET •https://senturus.com/events/good-data-models-lead-to-great-self-service/ 57
  • 58. Decisions and actions Business needs Modern BI: accelerated & accessible 58 Analysis-ready data
  • 59. A long, strong history of success •21+ years •1350+ clients •3000+ projects 59
  • 60. 60 Join the Senturus team We’re hiring talented and experienced professionals • Managing Consultant • Senior Data Warehouse/Cognos BI Consultant See job descriptions: https://Senturus.com/why-Senturus/careers/ Send your resume to: [email protected]
  • 61. © 2020 by Senturus, Inc. This presentation may not be reused or distributed without the written consent of Senturus, Inc. www.senturus.com 888-601-6010 [email protected] Thank You

Editor's Notes

  • #3: The first question we usually get is “Can I get a copy of the presentation?” Absolutely! It’s available on Senturus.com. Select the Resources tab and then Resources Library. Or you can click the link that was just posted in the GoToWebinar Control panel. Be sure to bookmark the resource library. It has tons of valuable content addressing a wide variety of business analytics topics.
  • #4: Joining us today is…Todd Schuman Todd has over 20 years of business analytics experience across multiple industries. He also regularly connects with the IBM product development team and has been in the forefront of the Cognos Analytics upgrade and installation process since it debuted. Todd loves eating foods from every continent and is our Northern Virginia wine expert (Senturus is near wine country in CA).
  • #18: High/low affinity requests Cognos services Peak/non-peak Concurrent users Java heap settings
  • #45: NOTE we have data modeling classes on all three platforms!
  • #57: In additional to the recorded webinar and blog that Todd referred to earlier, Senturus provides 100s of free resources on our website. We have been committed to sharing our BI expertise for over a decade. Go to Senturus.com/resources
  • #58: Join us for our upcoming events. We are sponsoring the Incorta virtual conference. Additionally, check our website next week we are adding a June 2 webinar entitled Confidently Assess a Cognos Migration Cost and Timeline.
  • #59: A little background on Senturus. We concentrate on BI modernizations and migrations across the entire BI stack. We provide a full spectrum of BI services; training in Power BI, Cognos and Tableau; and proprietary software to accelerate bimodal BI and migrations We particularly shine in Hybrid BI environments.
  • #60: We have been focused exclusively on Business Analytics for 20 years. Our team is large enough to meet all your business analytics needs yet small enough to provide personal attention.