SlideShare ist ein Scribd-Unternehmen logo
1 von 47
Installing Cognos 10:
    Tips and Tricks from the Trenches

                    www.senturus.com


     Helping Companies Learn From the Past, Manage the
1                         Present and Shape the Future
For more information, please visit the Senturus website, www.senturus.com.
       Under the Resource tab you will find upcoming Events, Training Course
                         Schedule and Recorded Webinars.


       You will find this slide deck “Installing Cognos 10: Tips and Tricks from the
           Trenches” under the “IBM Cognos Business Intelligence” section.




2
Topics
    • Presentation Focus: Cognos 10 BI on Windows 2008

       • Cognos 10 BI Server core components

       • Common Installation Issues

       • Post-Install: the Cognos 10 Search Index

       • Navigating the Maze of Bitness

       • The Knowledge Base is Your Friend…




3
Cognos 10 BI Server core components

Cognos Connection web portal                   Web server




                                                                   App servers




                                                                Data servers




         Note: Report Servers correspond to “Application Tier
         Components” in the Cognos installation program
4
Component Selections




          Note: The term “Dispatcher” is often used to
          refer to a server that is running the core App Tier
          components -- BUT this is not exactly correct.

5
What is a Dispatcher, really?
    • The “Dispatcher” is a Java application which routes requests between the
      various Cognos services that are running on a particular server instance.




                   Each dispatcher can also route
                   requests to other dispatchers.
6
When Things Go Wrong:
    Common Installation Problem Areas

     1) Operating System (Windows 2008)

     2) Database (SQL Server, Oracle)

     3) Web server (IIS 7.x)




7
Common Windows OS issues

    • Service account not added to Local Administrators
      group

    • Cognos hasn’t been configured to run using the
      service account credentials

    • Data Execution Prevention (DEP) has not been
      configured to allow Cognos to run.

    • Internet Explorer Enhanced Security Configuration is
      turned on.



8
For more information, please visit the Senturus website, www.senturus.com.
       Under the Resource tab you will find upcoming Events, Training Course
                         Schedule and Recorded Webinars.


       You will find this slide deck “Installing Cognos 10: Tips and Tricks from the
           Trenches” under the “IBM Cognos Business Intelligence” section.




9
Service account not added to Local
     Administrators group




              Run “compmgmt.msc” to open the
              Computer Management console

10
Service account not added to Local
      Administrators group




Confirm that the service
account is listed




11
Cognos hasn’t been configured to run
     using the service account credentials
                                                             Check the
                                                             service’s
                                                             properties




           Run “services.msc” to open the Services console


12
Cognos hasn’t been configured to run
     using the service account credentials




                                                              Set the
                                                              correct
                                                              credentials




            Run “services.msc” to open the Services console


13
Data Execution Prevention (DEP) has not
     been configured to allow Cognos to run.




                                                       For simplicity, DEP is
                                                       enabled here for
                                                       essential Windows
                                                       programs and services
                                                       only.




            Alternatively, individual DEP exceptions
            can also be explicitly configured for
            Cognos.
14
Internet Explorer Enhanced Security
     Configuration is turned on




15
Internet Explorer Enhanced Security
     Configuration is turned on

                                                     Set IE ESC to “Off” in
                                                     order to access
                                                     Cognos Connection
                                                     directly from the server




             Note: This change is NOT required for
             browsers on client PCs to be able to
             connect to the server
16
For more information, please visit the Senturus website, www.senturus.com.
        Under the Resource tab you will find upcoming Events, Training Course
                          Schedule and Recorded Webinars.


        You will find this slide deck “Installing Cognos 10: Tips and Tricks from the
            Trenches” under the “IBM Cognos Business Intelligence” section.




17
Common SQL Server and Oracle DB issues

     • Incompatible collation sequence
         – The Cognos content store requires a case-insensitive collation sequence.
           Some common collation sequences for Cognos installations are:
             • SQL Server: SQL_Latin1_General_CP1_CI_AS
             • Oracle: AL32UTF8

     • Oracle: Incorrect JDBC driver file
         – The correct JDBC driver for the target Oracle instance must be copied from
           the Oracle client installation location to .../webapps/p2pd/WEB-INF/lib
             • For Oracle 10, use ojdbc14.jar
             • For Oracle 11, use ojdbc5.jar




18
Common SQL Server and Oracle DB issues
     • Incorrect bitness of database client software
        – Cognos 10 requires 32-bit client libraries for native-client
          access to third-party data sources, even when Cognos is
          installed on a 64-bit OS.

            • For SQL Server, the 64-bit SQL Native Client includes both 32-bit and
              64-bit libraries (so install the 64-bit SQL Native Client on 64-bit
              Windows)

            • For Oracle, you must explicitly install the 32-bit Oracle client libraries
              when running Cognos on 64-bit Windows.




19
Common IIS 7.x Configuration issues

     • Role Services have not been installed for ISAPI and
       Windows Authentication

     • ISAPI changes made in Cognos Configuration, but
       not in the HTML config files

     • Application Pool not configured for 32-bit applications
       (when running 32-bit Cognos components on 64-bit
       Windows)

     • Application Pool Identity not set to “NetworkService”



20
Role Services have not been installed for
     ISAPI and Windows Authentication


                                        Both of these
                                        should be checked




21
ISAPI changes made in Cognos Configuration
     but not in the HTML config files

                                         Gateway URI
                                         was updated
                                         for ISAPI




22
ISAPI changes made in Cognos Configuration
     but not in the HTML config files




                 “index.html” and “default.htm”
                 must be edited for ISAPI support
23
ISAPI changes made in Cognos Configuration
     but not in the HTML config files




                 Find “cognos.cgi” in both files…


24
ISAPI changes made in Cognos Configuration
     but not in the HTML config files




                …and change it to “cognosisapi.dll”


25
For more information, please visit the Senturus website, www.senturus.com.
        Under the Resource tab you will find upcoming Events, Training Course
                          Schedule and Recorded Webinars.


        You will find this slide deck “Installing Cognos 10: Tips and Tricks from the
            Trenches” under the “IBM Cognos Business Intelligence” section.




26
Application Pool not configured for 32-bit
     applications
     (this issue only affects 32-bit Cognos components running on 64-
     bit Windows)




27
Application Pool not configured for 32-bit
     applications
      (this issue only affects 32-bit Cognos components running on 64-
     bit Windows)

                                                         Set “Enable 32-Bit
                                                         Applications” to True




28
Application Pool Identity not set to
     “NetworkService”



                                       Change identity to
                                       “NetworkService”




29
Post-Install: the Cognos 10 Search Index

     In order to use the enhanced search functionality that is
     included with Cognos 10, you must:
           1) Build the initial search index

           2) Create a scheduled task to periodically update the index




30
Post-Install: the Cognos 10 Search Index




            In the “Content Administration” area of Cognos
            Connection, click the “New Index Update” icon

31
Post-Install: the Cognos 10 Search Index




                  Name the initial task



32
Post-Install: the Cognos 10 Search Index




            Include all “Public Folders” content in the index



33
Post-Install: the Cognos 10 Search Index




              Wait for the initial index build to complete



34
Post-Install: the Cognos 10 Search Index




         After the initial index build is complete, click “New Index
         Update” again -- but this time create a scheduled task to
         periodically update the index

35
For more information, please visit the Senturus website, www.senturus.com.
        Under the Resource tab you will find upcoming Events, Training Course
                          Schedule and Recorded Webinars.


        You will find this slide deck “Installing Cognos 10: Tips and Tricks from the
            Trenches” under the “IBM Cognos Business Intelligence” section.




36
Post-Install: the Cognos 10 Search Index



                                                                  For distributed
                                                                  installations,
                                                                  update the
                                                                  settings for
                                                                  the index-
                                                                  related
                                                                  services




          For distributed installations, disable the Index Data
          Service and Index Update Service everywhere except
          the primary Content Manager instance.

37
Navigating the Maze of Bitness
      • Java code is architecture agnostic (can run on a 32-bit or 64-bit JVM)
      • Gateway and Report Execution processes are 32-bit native C++ code

                     C++ code (32-bit)




       Java code




 C++ code (32-bit)




38
Navigating the Maze of Bitness
     Cognos 10 BI is available in 32-bit and 64-bit versions – but there
     are still some 32-bit restrictions to be aware of in 64-bit Cognos:

         •   Web gateway extensions (e.g. ISAPI) are 32-bit
         •   If using a 64-bit web server, the web server must be able to load and run
             32-bit libraries (64-bit IIS permits this; 64-bit Apache does not)

         •   Report execution processes (BIBusTKServerMain.exe) are 32-bit
         •   32-bit database client libraries are required for native-client integration with
             third-party databases.

         •   32-bit and 64-bit versions of Cognos components can't be installed in the
             same directory with each other
         •   Because Framework Manager and Transformer are 32-bit components, they
             must be installed in a separate directory from any Cognos BI 64-bit server
             components.




39
Navigating the Maze of Bitness


     • 32-bit and 64-bit versions of Cognos components can't be
       installed in the same directory with each other
        •   Because Framework Manager and Transformer are 32-bit components, they
            must be installed in a separate directory from any Cognos BI 64-bit server
            components.


     • Components that run inside the JVM (Dispatcher, Content
       Manager Service, etc.) are 64-bit when running on a 64-bit OS
        •   This primarily provides increased performance/responsiveness/scalability for
            operations within Cognos Connection




40
The Knowledge Base is Your Friend…
     http://www.ibm.com/support/entry/portal/Overview/
     Software/Cognos/Cognos_Business_Intelligence




41
Senturus Cognos 10 Upgrade Package

                Senturus        In your
               Upgrades       Development         $3,495
              Cognos 8 to     environment       Fixed Price
               Cognos 10


                                                                             COGNOS



     Senturus offers a full range of Upgrade Packages from
     Development Only Remote Mentoring to Remove Risk, to Full Install,
     Migration and End to End Testing in Larger Environments where we do it all.
              For More Information please contact Sales@Senturus.com or
                              Call Jim Frazier @ 650-949-2921




42
Other Senturus Solution Offerings

 • Cognos 10 Proof of Concept Engagements
     – Active Reports
     – Business Insight
     – Cognos Mobile
       • Identify Users and Reports/Dashboards that would benefit from a
         move to Active Reports
       • Convert up to 5 Report Studio Reports to Active Reports
       • Provide a Demonstration of the reports and their benefits to a
         larger audience
       • $4,995
       • For More Information please click on the links above, and
         contact Sales@Senturus.com

43
Cognos Training by Senturus

     • Online, Hands-On, Fully interactive Training
         Senturus offers a complete schedule of Cognos courses. In Senturus’ online
         training, students have full two-way communication with the instructor and
         other participants. While students complete the hands-on exercises, the
         instructor is able to see each student's computer screen and offer guidance. A
         full set of course materials is included and hard copies sent prior to the class.
         Courses include
          –   Authoring Active Reports in IBM Cognos 10
          –   Self-service Authoring with IBM Cognos Business Insight
                                   See course schedule for online training
                            (http://www.senturus.com/training_course_schedule.php)


     •   Private Custom Training
         The Senturus’ private classroom training minimizes classroom time and provides
         a level of flexibility not possible with standard public classroom training. All
         courses can be customized using your company’s data for an extremely relevant
         training experience. See the details and descriptions of private courses offered.



44
For more information, please visit the Senturus website, www.senturus.com.
        Under the Resource tab you will find upcoming Events, Training Course
                          Schedule and Recorded Webinars.


        You will find this slide deck “Installing Cognos 10: Tips and Tricks from the
            Trenches” under the “IBM Cognos Business Intelligence” section.




45
Contact Senturus



                   Senturus, Inc
                www.senturus.com
               sales@senturus.com
                   888-601-6010




46
47

Weitere ähnliche Inhalte

Andere mochten auch

Scaling Tableau to the Enterprise: The Perks and Pitfalls of Tableau Server W...
Scaling Tableau to the Enterprise: The Perks and Pitfalls of Tableau Server W...Scaling Tableau to the Enterprise: The Perks and Pitfalls of Tableau Server W...
Scaling Tableau to the Enterprise: The Perks and Pitfalls of Tableau Server W...Senturus
 
Upgrading to Cognos Analytics Release 4: What You Need to Know
Upgrading to Cognos Analytics Release 4: What You Need to KnowUpgrading to Cognos Analytics Release 4: What You Need to Know
Upgrading to Cognos Analytics Release 4: What You Need to KnowSenturus
 
WSO2Con USA 2015: An Introduction to the WSO2 Analytics Platform
WSO2Con USA 2015: An Introduction to the WSO2 Analytics PlatformWSO2Con USA 2015: An Introduction to the WSO2 Analytics Platform
WSO2Con USA 2015: An Introduction to the WSO2 Analytics PlatformWSO2
 
Under the Hood with Cognos Analytics R5: Say Hello to Portal Tabs Replacement
Under the Hood with Cognos Analytics R5: Say Hello to Portal Tabs ReplacementUnder the Hood with Cognos Analytics R5: Say Hello to Portal Tabs Replacement
Under the Hood with Cognos Analytics R5: Say Hello to Portal Tabs ReplacementSenturus
 
How to monitor business processes with WSO2 BAM and WSO2 ESB
How to monitor business processes with WSO2 BAM and WSO2 ESBHow to monitor business processes with WSO2 BAM and WSO2 ESB
How to monitor business processes with WSO2 BAM and WSO2 ESBWSO2
 
Using Cognos as a Data Source for Tableau: Demo & Live Case Study with Ixia
Using Cognos as a Data Source for Tableau: Demo & Live Case Study with IxiaUsing Cognos as a Data Source for Tableau: Demo & Live Case Study with Ixia
Using Cognos as a Data Source for Tableau: Demo & Live Case Study with IxiaSenturus
 
Sugar Analytics: Powered by Cognos Business Intelligence
Sugar Analytics: Powered by Cognos Business IntelligenceSugar Analytics: Powered by Cognos Business Intelligence
Sugar Analytics: Powered by Cognos Business IntelligenceSugarCRM
 
What's New in Cognos Analytics 11.0.5
What's New in Cognos Analytics 11.0.5What's New in Cognos Analytics 11.0.5
What's New in Cognos Analytics 11.0.5Senturus
 
WebSphere Application Server Topology Options
WebSphere Application Server Topology OptionsWebSphere Application Server Topology Options
WebSphere Application Server Topology Optionsejlp12
 
WebSphere Application Server Information Resources
WebSphere Application Server Information ResourcesWebSphere Application Server Information Resources
WebSphere Application Server Information Resourcesejlp12
 
IBM Connections 4.5 CR2 Installation - From Zero To Social Hero - 2.02 - with...
IBM Connections 4.5 CR2 Installation - From Zero To Social Hero - 2.02 - with...IBM Connections 4.5 CR2 Installation - From Zero To Social Hero - 2.02 - with...
IBM Connections 4.5 CR2 Installation - From Zero To Social Hero - 2.02 - with...Frank Altenburg
 
Tableau Dashboard Design Best Practices
Tableau Dashboard Design Best Practices Tableau Dashboard Design Best Practices
Tableau Dashboard Design Best Practices Senturus
 
Cognos Analytics Version 11 Questions Answered
Cognos Analytics Version 11 Questions AnsweredCognos Analytics Version 11 Questions Answered
Cognos Analytics Version 11 Questions AnsweredSenturus
 
Slides of webinar: growing advisory businesses through alternative assets
Slides of webinar:   growing advisory businesses through alternative assetsSlides of webinar:   growing advisory businesses through alternative assets
Slides of webinar: growing advisory businesses through alternative assetsMichael Sakraida
 
Open stack in action cern _openstack_accelerating_science
Open stack in action  cern _openstack_accelerating_scienceOpen stack in action  cern _openstack_accelerating_science
Open stack in action cern _openstack_accelerating_scienceeNovance
 
Diskripsi diri
Diskripsi diriDiskripsi diri
Diskripsi diridanielpuji
 

Andere mochten auch (19)

Scaling Tableau to the Enterprise: The Perks and Pitfalls of Tableau Server W...
Scaling Tableau to the Enterprise: The Perks and Pitfalls of Tableau Server W...Scaling Tableau to the Enterprise: The Perks and Pitfalls of Tableau Server W...
Scaling Tableau to the Enterprise: The Perks and Pitfalls of Tableau Server W...
 
Upgrading to Cognos Analytics Release 4: What You Need to Know
Upgrading to Cognos Analytics Release 4: What You Need to KnowUpgrading to Cognos Analytics Release 4: What You Need to Know
Upgrading to Cognos Analytics Release 4: What You Need to Know
 
WSO2Con USA 2015: An Introduction to the WSO2 Analytics Platform
WSO2Con USA 2015: An Introduction to the WSO2 Analytics PlatformWSO2Con USA 2015: An Introduction to the WSO2 Analytics Platform
WSO2Con USA 2015: An Introduction to the WSO2 Analytics Platform
 
Under the Hood with Cognos Analytics R5: Say Hello to Portal Tabs Replacement
Under the Hood with Cognos Analytics R5: Say Hello to Portal Tabs ReplacementUnder the Hood with Cognos Analytics R5: Say Hello to Portal Tabs Replacement
Under the Hood with Cognos Analytics R5: Say Hello to Portal Tabs Replacement
 
How to monitor business processes with WSO2 BAM and WSO2 ESB
How to monitor business processes with WSO2 BAM and WSO2 ESBHow to monitor business processes with WSO2 BAM and WSO2 ESB
How to monitor business processes with WSO2 BAM and WSO2 ESB
 
Using Cognos as a Data Source for Tableau: Demo & Live Case Study with Ixia
Using Cognos as a Data Source for Tableau: Demo & Live Case Study with IxiaUsing Cognos as a Data Source for Tableau: Demo & Live Case Study with Ixia
Using Cognos as a Data Source for Tableau: Demo & Live Case Study with Ixia
 
Sugar Analytics: Powered by Cognos Business Intelligence
Sugar Analytics: Powered by Cognos Business IntelligenceSugar Analytics: Powered by Cognos Business Intelligence
Sugar Analytics: Powered by Cognos Business Intelligence
 
What's New in Cognos Analytics 11.0.5
What's New in Cognos Analytics 11.0.5What's New in Cognos Analytics 11.0.5
What's New in Cognos Analytics 11.0.5
 
WebSphere Application Server Topology Options
WebSphere Application Server Topology OptionsWebSphere Application Server Topology Options
WebSphere Application Server Topology Options
 
WebSphere Application Server Information Resources
WebSphere Application Server Information ResourcesWebSphere Application Server Information Resources
WebSphere Application Server Information Resources
 
IBM Connections 4.5 CR2 Installation - From Zero To Social Hero - 2.02 - with...
IBM Connections 4.5 CR2 Installation - From Zero To Social Hero - 2.02 - with...IBM Connections 4.5 CR2 Installation - From Zero To Social Hero - 2.02 - with...
IBM Connections 4.5 CR2 Installation - From Zero To Social Hero - 2.02 - with...
 
Tableau Dashboard Design Best Practices
Tableau Dashboard Design Best Practices Tableau Dashboard Design Best Practices
Tableau Dashboard Design Best Practices
 
Cognos Analytics Version 11 Questions Answered
Cognos Analytics Version 11 Questions AnsweredCognos Analytics Version 11 Questions Answered
Cognos Analytics Version 11 Questions Answered
 
Slides of webinar: growing advisory businesses through alternative assets
Slides of webinar:   growing advisory businesses through alternative assetsSlides of webinar:   growing advisory businesses through alternative assets
Slides of webinar: growing advisory businesses through alternative assets
 
WSET1
WSET1WSET1
WSET1
 
Status report1
Status report1Status report1
Status report1
 
Proff presentation
Proff presentationProff presentation
Proff presentation
 
Open stack in action cern _openstack_accelerating_science
Open stack in action  cern _openstack_accelerating_scienceOpen stack in action  cern _openstack_accelerating_science
Open stack in action cern _openstack_accelerating_science
 
Diskripsi diri
Diskripsi diriDiskripsi diri
Diskripsi diri
 

Ähnlich wie Installing IBM Cognos 10: Tips and Tricks from the Trenches

Cognos 10 upgrade migrate fixpack by bhawani nandan prasad
Cognos 10 upgrade migrate fixpack by bhawani nandan prasadCognos 10 upgrade migrate fixpack by bhawani nandan prasad
Cognos 10 upgrade migrate fixpack by bhawani nandan prasadBhawani N Prasad
 
Mastering metrics and coping with cognos
Mastering metrics and coping with cognosMastering metrics and coping with cognos
Mastering metrics and coping with cognosSharon James
 
Mastering metrics and coping with cognos
Mastering metrics and coping with cognosMastering metrics and coping with cognos
Mastering metrics and coping with cognosLetsConnect
 
Working with the Cognos BI Server Using the Greenplum Database -- Interoperab...
Working with the Cognos BI Server Using the Greenplum Database -- Interoperab...Working with the Cognos BI Server Using the Greenplum Database -- Interoperab...
Working with the Cognos BI Server Using the Greenplum Database -- Interoperab...EMC
 
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.1xSenturus
 
DACHNUG50 CNX5 Connections Customizing.pdf
DACHNUG50 CNX5 Connections Customizing.pdfDACHNUG50 CNX5 Connections Customizing.pdf
DACHNUG50 CNX5 Connections Customizing.pdfDNUG e.V.
 
Kubernetes & Co, beyond the hype
Kubernetes & Co, beyond the hypeKubernetes & Co, beyond the hype
Kubernetes & Co, beyond the hypeAlexandre Touret
 
Drupal Continuous Integration with Jenkins - Deploy
Drupal Continuous Integration with Jenkins - DeployDrupal Continuous Integration with Jenkins - Deploy
Drupal Continuous Integration with Jenkins - DeployJohn Smith
 
Effective administration of IBM Integration Bus - Sanjay Nagchowdhury
Effective administration of IBM Integration Bus - Sanjay NagchowdhuryEffective administration of IBM Integration Bus - Sanjay Nagchowdhury
Effective administration of IBM Integration Bus - Sanjay NagchowdhuryKaren Broughton-Mabbitt
 
Announcing asp.net core updates in .net 5 preview 8
Announcing asp.net core updates in .net 5 preview 8Announcing asp.net core updates in .net 5 preview 8
Announcing asp.net core updates in .net 5 preview 8Concetto Labs
 
Continuous Integration for Oracle Database Development
Continuous Integration for Oracle Database DevelopmentContinuous Integration for Oracle Database Development
Continuous Integration for Oracle Database DevelopmentVladimir Bakhov
 
IBM Impact session 1654-how to move an existing cics application to a smartphone
IBM Impact session 1654-how to move an existing cics application to a smartphoneIBM Impact session 1654-how to move an existing cics application to a smartphone
IBM Impact session 1654-how to move an existing cics application to a smartphonenick_garrod
 
Microsoft .NET 6 -What's All About The New Update
Microsoft .NET 6 -What's All About The New UpdateMicrosoft .NET 6 -What's All About The New Update
Microsoft .NET 6 -What's All About The New UpdateAdam John
 
PKS: The What and How of Enterprise-Grade Kubernetes
PKS: The What and How of Enterprise-Grade KubernetesPKS: The What and How of Enterprise-Grade Kubernetes
PKS: The What and How of Enterprise-Grade KubernetesVMware Tanzu
 
introduction and configuration of IIS (in addition with printer)
introduction and configuration of IIS (in addition with printer)introduction and configuration of IIS (in addition with printer)
introduction and configuration of IIS (in addition with printer)Assay Khan
 
Migration Guide from IBM ClearQuest to HCL Compass v2.0.2
Migration Guide from IBM ClearQuest to HCL Compass v2.0.2Migration Guide from IBM ClearQuest to HCL Compass v2.0.2
Migration Guide from IBM ClearQuest to HCL Compass v2.0.2HCLSoftware
 
Drupal Continuous Integration with Jenkins - The Basics
Drupal Continuous Integration with Jenkins - The BasicsDrupal Continuous Integration with Jenkins - The Basics
Drupal Continuous Integration with Jenkins - The BasicsJohn Smith
 

Ähnlich wie Installing IBM Cognos 10: Tips and Tricks from the Trenches (20)

Cognos 10 upgrade migrate fixpack by bhawani nandan prasad
Cognos 10 upgrade migrate fixpack by bhawani nandan prasadCognos 10 upgrade migrate fixpack by bhawani nandan prasad
Cognos 10 upgrade migrate fixpack by bhawani nandan prasad
 
Mastering metrics and coping with cognos
Mastering metrics and coping with cognosMastering metrics and coping with cognos
Mastering metrics and coping with cognos
 
Mastering metrics and coping with cognos
Mastering metrics and coping with cognosMastering metrics and coping with cognos
Mastering metrics and coping with cognos
 
Working with the Cognos BI Server Using the Greenplum Database -- Interoperab...
Working with the Cognos BI Server Using the Greenplum Database -- Interoperab...Working with the Cognos BI Server Using the Greenplum Database -- Interoperab...
Working with the Cognos BI Server Using the Greenplum Database -- Interoperab...
 
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
 
Ig exprss
Ig exprssIg exprss
Ig exprss
 
DACHNUG50 CNX5 Connections Customizing.pdf
DACHNUG50 CNX5 Connections Customizing.pdfDACHNUG50 CNX5 Connections Customizing.pdf
DACHNUG50 CNX5 Connections Customizing.pdf
 
Kubernetes & Co, beyond the hype
Kubernetes & Co, beyond the hypeKubernetes & Co, beyond the hype
Kubernetes & Co, beyond the hype
 
Drupal Continuous Integration with Jenkins - Deploy
Drupal Continuous Integration with Jenkins - DeployDrupal Continuous Integration with Jenkins - Deploy
Drupal Continuous Integration with Jenkins - Deploy
 
Effective administration of IBM Integration Bus - Sanjay Nagchowdhury
Effective administration of IBM Integration Bus - Sanjay NagchowdhuryEffective administration of IBM Integration Bus - Sanjay Nagchowdhury
Effective administration of IBM Integration Bus - Sanjay Nagchowdhury
 
Docker12 factor
Docker12 factorDocker12 factor
Docker12 factor
 
Announcing asp.net core updates in .net 5 preview 8
Announcing asp.net core updates in .net 5 preview 8Announcing asp.net core updates in .net 5 preview 8
Announcing asp.net core updates in .net 5 preview 8
 
Continuous Integration for Oracle Database Development
Continuous Integration for Oracle Database DevelopmentContinuous Integration for Oracle Database Development
Continuous Integration for Oracle Database Development
 
IBM Impact session 1654-how to move an existing cics application to a smartphone
IBM Impact session 1654-how to move an existing cics application to a smartphoneIBM Impact session 1654-how to move an existing cics application to a smartphone
IBM Impact session 1654-how to move an existing cics application to a smartphone
 
Microsoft .NET 6 -What's All About The New Update
Microsoft .NET 6 -What's All About The New UpdateMicrosoft .NET 6 -What's All About The New Update
Microsoft .NET 6 -What's All About The New Update
 
PKS: The What and How of Enterprise-Grade Kubernetes
PKS: The What and How of Enterprise-Grade KubernetesPKS: The What and How of Enterprise-Grade Kubernetes
PKS: The What and How of Enterprise-Grade Kubernetes
 
introduction and configuration of IIS (in addition with printer)
introduction and configuration of IIS (in addition with printer)introduction and configuration of IIS (in addition with printer)
introduction and configuration of IIS (in addition with printer)
 
Migration Guide from IBM ClearQuest to HCL Compass v2.0.2
Migration Guide from IBM ClearQuest to HCL Compass v2.0.2Migration Guide from IBM ClearQuest to HCL Compass v2.0.2
Migration Guide from IBM ClearQuest to HCL Compass v2.0.2
 
Drupal Continuous Integration with Jenkins - The Basics
Drupal Continuous Integration with Jenkins - The BasicsDrupal Continuous Integration with Jenkins - The Basics
Drupal Continuous Integration with Jenkins - The Basics
 
citus™ iot ecosystem
citus™ iot ecosystemcitus™ iot ecosystem
citus™ iot ecosystem
 

Mehr von Senturus

Power BI Gateway: Understanding, Installing, Configuring
Power BI Gateway: Understanding, Installing, ConfiguringPower BI Gateway: Understanding, Installing, Configuring
Power BI Gateway: Understanding, Installing, ConfiguringSenturus
 
Cognos Performance Tuning Tips & Tricks
Cognos Performance Tuning Tips & TricksCognos Performance Tuning Tips & Tricks
Cognos Performance Tuning Tips & TricksSenturus
 
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 StartedSenturus
 
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 & TableauSenturus
 
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 MigrationSenturus
 
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 AvoidSenturus
 
Extending Power BI Functionality with R
Extending Power BI Functionality with RExtending Power BI Functionality with R
Extending Power BI Functionality with RSenturus
 
Take Control of Your Cloud
Take Control of Your CloudTake Control of Your Cloud
Take Control of Your CloudSenturus
 
Using Python with Power BI
Using Python with Power BIUsing Python with Power BI
Using Python with Power BISenturus
 
User-Friendly Power BI Report Nav
User-Friendly Power BI Report NavUser-Friendly Power BI Report Nav
User-Friendly Power BI Report NavSenturus
 
Streamline Cognos Migrations & Consolidations
Streamline Cognos Migrations & ConsolidationsStreamline Cognos Migrations & Consolidations
Streamline Cognos Migrations & ConsolidationsSenturus
 
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.1Senturus
 
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 DeploymentSenturus
 
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 DashboardsSenturus
 
Cognos Analytics 11.2 New Features
Cognos Analytics 11.2 New FeaturesCognos Analytics 11.2 New Features
Cognos Analytics 11.2 New FeaturesSenturus
 
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 GameSenturus
 
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 TeamsSenturus
 
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 EditorSenturus
 
Cognos Data Module Architectures & Use Cases
Cognos Data Module Architectures & Use CasesCognos Data Module Architectures & Use Cases
Cognos Data Module Architectures & Use CasesSenturus
 

Mehr von 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
 
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
 
Cognos Data Module Architectures & Use Cases
Cognos Data Module Architectures & Use CasesCognos Data Module Architectures & Use Cases
Cognos Data Module Architectures & Use Cases
 

Kürzlich hochgeladen

Vision, Mission, Goals and Objectives ppt..pptx
Vision, Mission, Goals and Objectives ppt..pptxVision, Mission, Goals and Objectives ppt..pptx
Vision, Mission, Goals and Objectives ppt..pptxellehsormae
 
ASML's Taxonomy Adventure by Daniel Canter
ASML's Taxonomy Adventure by Daniel CanterASML's Taxonomy Adventure by Daniel Canter
ASML's Taxonomy Adventure by Daniel Cantervoginip
 
原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档
原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档
原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档208367051
 
Multiple time frame trading analysis -brianshannon.pdf
Multiple time frame trading analysis -brianshannon.pdfMultiple time frame trading analysis -brianshannon.pdf
Multiple time frame trading analysis -brianshannon.pdfchwongval
 
LLMs, LMMs, their Improvement Suggestions and the Path towards AGI
LLMs, LMMs, their Improvement Suggestions and the Path towards AGILLMs, LMMs, their Improvement Suggestions and the Path towards AGI
LLMs, LMMs, their Improvement Suggestions and the Path towards AGIThomas Poetter
 
Easter Eggs From Star Wars and in cars 1 and 2
Easter Eggs From Star Wars and in cars 1 and 2Easter Eggs From Star Wars and in cars 1 and 2
Easter Eggs From Star Wars and in cars 1 and 217djon017
 
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhi
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝DelhiRS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhi
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhijennyeacort
 
GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]📊 Markus Baersch
 
专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改
专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改
专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改yuu sss
 
Defining Constituents, Data Vizzes and Telling a Data Story
Defining Constituents, Data Vizzes and Telling a Data StoryDefining Constituents, Data Vizzes and Telling a Data Story
Defining Constituents, Data Vizzes and Telling a Data StoryJeremy Anderson
 
INTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTDINTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTDRafezzaman
 
detection and classification of knee osteoarthritis.pptx
detection and classification of knee osteoarthritis.pptxdetection and classification of knee osteoarthritis.pptx
detection and classification of knee osteoarthritis.pptxAleenaJamil4
 
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort servicejennyeacort
 
April 2024 - NLIT Cloudera Real-Time LLM Streaming 2024
April 2024 - NLIT Cloudera Real-Time LLM Streaming 2024April 2024 - NLIT Cloudera Real-Time LLM Streaming 2024
April 2024 - NLIT Cloudera Real-Time LLM Streaming 2024Timothy Spann
 
Decoding the Heart: Student Presentation on Heart Attack Prediction with Data...
Decoding the Heart: Student Presentation on Heart Attack Prediction with Data...Decoding the Heart: Student Presentation on Heart Attack Prediction with Data...
Decoding the Heart: Student Presentation on Heart Attack Prediction with Data...Boston Institute of Analytics
 
RABBIT: A CLI tool for identifying bots based on their GitHub events.
RABBIT: A CLI tool for identifying bots based on their GitHub events.RABBIT: A CLI tool for identifying bots based on their GitHub events.
RABBIT: A CLI tool for identifying bots based on their GitHub events.natarajan8993
 
Data Factory in Microsoft Fabric (MsBIP #82)
Data Factory in Microsoft Fabric (MsBIP #82)Data Factory in Microsoft Fabric (MsBIP #82)
Data Factory in Microsoft Fabric (MsBIP #82)Cathrine Wilhelmsen
 
Semantic Shed - Squashing and Squeezing.pptx
Semantic Shed - Squashing and Squeezing.pptxSemantic Shed - Squashing and Squeezing.pptx
Semantic Shed - Squashing and Squeezing.pptxMike Bennett
 
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024thyngster
 
modul pembelajaran robotic Workshop _ by Slidesgo.pptx
modul pembelajaran robotic Workshop _ by Slidesgo.pptxmodul pembelajaran robotic Workshop _ by Slidesgo.pptx
modul pembelajaran robotic Workshop _ by Slidesgo.pptxaleedritatuxx
 

Kürzlich hochgeladen (20)

Vision, Mission, Goals and Objectives ppt..pptx
Vision, Mission, Goals and Objectives ppt..pptxVision, Mission, Goals and Objectives ppt..pptx
Vision, Mission, Goals and Objectives ppt..pptx
 
ASML's Taxonomy Adventure by Daniel Canter
ASML's Taxonomy Adventure by Daniel CanterASML's Taxonomy Adventure by Daniel Canter
ASML's Taxonomy Adventure by Daniel Canter
 
原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档
原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档
原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档
 
Multiple time frame trading analysis -brianshannon.pdf
Multiple time frame trading analysis -brianshannon.pdfMultiple time frame trading analysis -brianshannon.pdf
Multiple time frame trading analysis -brianshannon.pdf
 
LLMs, LMMs, their Improvement Suggestions and the Path towards AGI
LLMs, LMMs, their Improvement Suggestions and the Path towards AGILLMs, LMMs, their Improvement Suggestions and the Path towards AGI
LLMs, LMMs, their Improvement Suggestions and the Path towards AGI
 
Easter Eggs From Star Wars and in cars 1 and 2
Easter Eggs From Star Wars and in cars 1 and 2Easter Eggs From Star Wars and in cars 1 and 2
Easter Eggs From Star Wars and in cars 1 and 2
 
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhi
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝DelhiRS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhi
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhi
 
GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]
 
专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改
专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改
专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改
 
Defining Constituents, Data Vizzes and Telling a Data Story
Defining Constituents, Data Vizzes and Telling a Data StoryDefining Constituents, Data Vizzes and Telling a Data Story
Defining Constituents, Data Vizzes and Telling a Data Story
 
INTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTDINTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTD
 
detection and classification of knee osteoarthritis.pptx
detection and classification of knee osteoarthritis.pptxdetection and classification of knee osteoarthritis.pptx
detection and classification of knee osteoarthritis.pptx
 
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
 
April 2024 - NLIT Cloudera Real-Time LLM Streaming 2024
April 2024 - NLIT Cloudera Real-Time LLM Streaming 2024April 2024 - NLIT Cloudera Real-Time LLM Streaming 2024
April 2024 - NLIT Cloudera Real-Time LLM Streaming 2024
 
Decoding the Heart: Student Presentation on Heart Attack Prediction with Data...
Decoding the Heart: Student Presentation on Heart Attack Prediction with Data...Decoding the Heart: Student Presentation on Heart Attack Prediction with Data...
Decoding the Heart: Student Presentation on Heart Attack Prediction with Data...
 
RABBIT: A CLI tool for identifying bots based on their GitHub events.
RABBIT: A CLI tool for identifying bots based on their GitHub events.RABBIT: A CLI tool for identifying bots based on their GitHub events.
RABBIT: A CLI tool for identifying bots based on their GitHub events.
 
Data Factory in Microsoft Fabric (MsBIP #82)
Data Factory in Microsoft Fabric (MsBIP #82)Data Factory in Microsoft Fabric (MsBIP #82)
Data Factory in Microsoft Fabric (MsBIP #82)
 
Semantic Shed - Squashing and Squeezing.pptx
Semantic Shed - Squashing and Squeezing.pptxSemantic Shed - Squashing and Squeezing.pptx
Semantic Shed - Squashing and Squeezing.pptx
 
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
 
modul pembelajaran robotic Workshop _ by Slidesgo.pptx
modul pembelajaran robotic Workshop _ by Slidesgo.pptxmodul pembelajaran robotic Workshop _ by Slidesgo.pptx
modul pembelajaran robotic Workshop _ by Slidesgo.pptx
 

Installing IBM Cognos 10: Tips and Tricks from the Trenches

  • 1. Installing Cognos 10: Tips and Tricks from the Trenches www.senturus.com Helping Companies Learn From the Past, Manage the 1 Present and Shape the Future
  • 2. For more information, please visit the Senturus website, www.senturus.com. Under the Resource tab you will find upcoming Events, Training Course Schedule and Recorded Webinars. You will find this slide deck “Installing Cognos 10: Tips and Tricks from the Trenches” under the “IBM Cognos Business Intelligence” section. 2
  • 3. Topics • Presentation Focus: Cognos 10 BI on Windows 2008 • Cognos 10 BI Server core components • Common Installation Issues • Post-Install: the Cognos 10 Search Index • Navigating the Maze of Bitness • The Knowledge Base is Your Friend… 3
  • 4. Cognos 10 BI Server core components Cognos Connection web portal Web server App servers Data servers Note: Report Servers correspond to “Application Tier Components” in the Cognos installation program 4
  • 5. Component Selections Note: The term “Dispatcher” is often used to refer to a server that is running the core App Tier components -- BUT this is not exactly correct. 5
  • 6. What is a Dispatcher, really? • The “Dispatcher” is a Java application which routes requests between the various Cognos services that are running on a particular server instance. Each dispatcher can also route requests to other dispatchers. 6
  • 7. When Things Go Wrong: Common Installation Problem Areas 1) Operating System (Windows 2008) 2) Database (SQL Server, Oracle) 3) Web server (IIS 7.x) 7
  • 8. Common Windows OS issues • Service account not added to Local Administrators group • Cognos hasn’t been configured to run using the service account credentials • Data Execution Prevention (DEP) has not been configured to allow Cognos to run. • Internet Explorer Enhanced Security Configuration is turned on. 8
  • 9. For more information, please visit the Senturus website, www.senturus.com. Under the Resource tab you will find upcoming Events, Training Course Schedule and Recorded Webinars. You will find this slide deck “Installing Cognos 10: Tips and Tricks from the Trenches” under the “IBM Cognos Business Intelligence” section. 9
  • 10. Service account not added to Local Administrators group Run “compmgmt.msc” to open the Computer Management console 10
  • 11. Service account not added to Local Administrators group Confirm that the service account is listed 11
  • 12. Cognos hasn’t been configured to run using the service account credentials Check the service’s properties Run “services.msc” to open the Services console 12
  • 13. Cognos hasn’t been configured to run using the service account credentials Set the correct credentials Run “services.msc” to open the Services console 13
  • 14. Data Execution Prevention (DEP) has not been configured to allow Cognos to run. For simplicity, DEP is enabled here for essential Windows programs and services only. Alternatively, individual DEP exceptions can also be explicitly configured for Cognos. 14
  • 15. Internet Explorer Enhanced Security Configuration is turned on 15
  • 16. Internet Explorer Enhanced Security Configuration is turned on Set IE ESC to “Off” in order to access Cognos Connection directly from the server Note: This change is NOT required for browsers on client PCs to be able to connect to the server 16
  • 17. For more information, please visit the Senturus website, www.senturus.com. Under the Resource tab you will find upcoming Events, Training Course Schedule and Recorded Webinars. You will find this slide deck “Installing Cognos 10: Tips and Tricks from the Trenches” under the “IBM Cognos Business Intelligence” section. 17
  • 18. Common SQL Server and Oracle DB issues • Incompatible collation sequence – The Cognos content store requires a case-insensitive collation sequence. Some common collation sequences for Cognos installations are: • SQL Server: SQL_Latin1_General_CP1_CI_AS • Oracle: AL32UTF8 • Oracle: Incorrect JDBC driver file – The correct JDBC driver for the target Oracle instance must be copied from the Oracle client installation location to .../webapps/p2pd/WEB-INF/lib • For Oracle 10, use ojdbc14.jar • For Oracle 11, use ojdbc5.jar 18
  • 19. Common SQL Server and Oracle DB issues • Incorrect bitness of database client software – Cognos 10 requires 32-bit client libraries for native-client access to third-party data sources, even when Cognos is installed on a 64-bit OS. • For SQL Server, the 64-bit SQL Native Client includes both 32-bit and 64-bit libraries (so install the 64-bit SQL Native Client on 64-bit Windows) • For Oracle, you must explicitly install the 32-bit Oracle client libraries when running Cognos on 64-bit Windows. 19
  • 20. Common IIS 7.x Configuration issues • Role Services have not been installed for ISAPI and Windows Authentication • ISAPI changes made in Cognos Configuration, but not in the HTML config files • Application Pool not configured for 32-bit applications (when running 32-bit Cognos components on 64-bit Windows) • Application Pool Identity not set to “NetworkService” 20
  • 21. Role Services have not been installed for ISAPI and Windows Authentication Both of these should be checked 21
  • 22. ISAPI changes made in Cognos Configuration but not in the HTML config files Gateway URI was updated for ISAPI 22
  • 23. ISAPI changes made in Cognos Configuration but not in the HTML config files “index.html” and “default.htm” must be edited for ISAPI support 23
  • 24. ISAPI changes made in Cognos Configuration but not in the HTML config files Find “cognos.cgi” in both files… 24
  • 25. ISAPI changes made in Cognos Configuration but not in the HTML config files …and change it to “cognosisapi.dll” 25
  • 26. For more information, please visit the Senturus website, www.senturus.com. Under the Resource tab you will find upcoming Events, Training Course Schedule and Recorded Webinars. You will find this slide deck “Installing Cognos 10: Tips and Tricks from the Trenches” under the “IBM Cognos Business Intelligence” section. 26
  • 27. Application Pool not configured for 32-bit applications (this issue only affects 32-bit Cognos components running on 64- bit Windows) 27
  • 28. Application Pool not configured for 32-bit applications (this issue only affects 32-bit Cognos components running on 64- bit Windows) Set “Enable 32-Bit Applications” to True 28
  • 29. Application Pool Identity not set to “NetworkService” Change identity to “NetworkService” 29
  • 30. Post-Install: the Cognos 10 Search Index In order to use the enhanced search functionality that is included with Cognos 10, you must: 1) Build the initial search index 2) Create a scheduled task to periodically update the index 30
  • 31. Post-Install: the Cognos 10 Search Index In the “Content Administration” area of Cognos Connection, click the “New Index Update” icon 31
  • 32. Post-Install: the Cognos 10 Search Index Name the initial task 32
  • 33. Post-Install: the Cognos 10 Search Index Include all “Public Folders” content in the index 33
  • 34. Post-Install: the Cognos 10 Search Index Wait for the initial index build to complete 34
  • 35. Post-Install: the Cognos 10 Search Index After the initial index build is complete, click “New Index Update” again -- but this time create a scheduled task to periodically update the index 35
  • 36. For more information, please visit the Senturus website, www.senturus.com. Under the Resource tab you will find upcoming Events, Training Course Schedule and Recorded Webinars. You will find this slide deck “Installing Cognos 10: Tips and Tricks from the Trenches” under the “IBM Cognos Business Intelligence” section. 36
  • 37. Post-Install: the Cognos 10 Search Index For distributed installations, update the settings for the index- related services For distributed installations, disable the Index Data Service and Index Update Service everywhere except the primary Content Manager instance. 37
  • 38. Navigating the Maze of Bitness • Java code is architecture agnostic (can run on a 32-bit or 64-bit JVM) • Gateway and Report Execution processes are 32-bit native C++ code C++ code (32-bit) Java code C++ code (32-bit) 38
  • 39. Navigating the Maze of Bitness Cognos 10 BI is available in 32-bit and 64-bit versions – but there are still some 32-bit restrictions to be aware of in 64-bit Cognos: • Web gateway extensions (e.g. ISAPI) are 32-bit • If using a 64-bit web server, the web server must be able to load and run 32-bit libraries (64-bit IIS permits this; 64-bit Apache does not) • Report execution processes (BIBusTKServerMain.exe) are 32-bit • 32-bit database client libraries are required for native-client integration with third-party databases. • 32-bit and 64-bit versions of Cognos components can't be installed in the same directory with each other • Because Framework Manager and Transformer are 32-bit components, they must be installed in a separate directory from any Cognos BI 64-bit server components. 39
  • 40. Navigating the Maze of Bitness • 32-bit and 64-bit versions of Cognos components can't be installed in the same directory with each other • Because Framework Manager and Transformer are 32-bit components, they must be installed in a separate directory from any Cognos BI 64-bit server components. • Components that run inside the JVM (Dispatcher, Content Manager Service, etc.) are 64-bit when running on a 64-bit OS • This primarily provides increased performance/responsiveness/scalability for operations within Cognos Connection 40
  • 41. The Knowledge Base is Your Friend… http://www.ibm.com/support/entry/portal/Overview/ Software/Cognos/Cognos_Business_Intelligence 41
  • 42. Senturus Cognos 10 Upgrade Package Senturus In your Upgrades Development $3,495 Cognos 8 to environment Fixed Price Cognos 10 COGNOS Senturus offers a full range of Upgrade Packages from Development Only Remote Mentoring to Remove Risk, to Full Install, Migration and End to End Testing in Larger Environments where we do it all. For More Information please contact Sales@Senturus.com or Call Jim Frazier @ 650-949-2921 42
  • 43. Other Senturus Solution Offerings • Cognos 10 Proof of Concept Engagements – Active Reports – Business Insight – Cognos Mobile • Identify Users and Reports/Dashboards that would benefit from a move to Active Reports • Convert up to 5 Report Studio Reports to Active Reports • Provide a Demonstration of the reports and their benefits to a larger audience • $4,995 • For More Information please click on the links above, and contact Sales@Senturus.com 43
  • 44. Cognos Training by Senturus • Online, Hands-On, Fully interactive Training Senturus offers a complete schedule of Cognos courses. In Senturus’ online training, students have full two-way communication with the instructor and other participants. While students complete the hands-on exercises, the instructor is able to see each student's computer screen and offer guidance. A full set of course materials is included and hard copies sent prior to the class. Courses include – Authoring Active Reports in IBM Cognos 10 – Self-service Authoring with IBM Cognos Business Insight See course schedule for online training (http://www.senturus.com/training_course_schedule.php) • Private Custom Training The Senturus’ private classroom training minimizes classroom time and provides a level of flexibility not possible with standard public classroom training. All courses can be customized using your company’s data for an extremely relevant training experience. See the details and descriptions of private courses offered. 44
  • 45. For more information, please visit the Senturus website, www.senturus.com. Under the Resource tab you will find upcoming Events, Training Course Schedule and Recorded Webinars. You will find this slide deck “Installing Cognos 10: Tips and Tricks from the Trenches” under the “IBM Cognos Business Intelligence” section. 45
  • 46. Contact Senturus Senturus, Inc www.senturus.com sales@senturus.com 888-601-6010 46
  • 47. 47