38
© 2012 IBM Corporation Pam Denny, IBM [email protected] Twitter: @andbflo_denny Maximo Cognos Reporting June 22, 2012

Maximo Cognos Reporting - IBM - United States€¦ ·  · 2012-06-25Maximo Cognos Reporting June 22, 2012. 2 Agenda 1. ... *Cognos Report Studio reports can be accessed from both

Embed Size (px)

Citation preview

Page 1: Maximo Cognos Reporting - IBM - United States€¦ ·  · 2012-06-25Maximo Cognos Reporting June 22, 2012. 2 Agenda 1. ... *Cognos Report Studio reports can be accessed from both

© 2012 IBM Corporation

Pam Denny, [email protected]: @andbflo_denny

Maximo Cognos ReportingJune 22, 2012

Page 2: Maximo Cognos Reporting - IBM - United States€¦ ·  · 2012-06-25Maximo Cognos Reporting June 22, 2012. 2 Agenda 1. ... *Cognos Report Studio reports can be accessed from both

2

Agenda

1. Overview

2. Maximo-Cognos Ad Hoc Reporting Process

3. Reference Materials, Roadmap, SMC

4. Demo and Questions

Page 3: Maximo Cognos Reporting - IBM - United States€¦ ·  · 2012-06-25Maximo Cognos Reporting June 22, 2012. 2 Agenda 1. ... *Cognos Report Studio reports can be accessed from both

3

External Report

Integration

V7 Reporting

Open Database Platform

BIRT

Integration

DB2

Tivoli Common Reporting

IntegrationEmbedded Externalized

Cognos Reporting

Integration

V7 Open Reporting Architecture Portfolio

Page 4: Maximo Cognos Reporting - IBM - United States€¦ ·  · 2012-06-25Maximo Cognos Reporting June 22, 2012. 2 Agenda 1. ... *Cognos Report Studio reports can be accessed from both

4

V7 Cognos Integration Products Include…..

1. Cognos Connection, Viewer (Portal)

2. Cognos Administration Tool

3. Framework Manager (Package Development Tool)

4. Map Manager (Report Developer’s Tool)

5. Report Studio (Report Developer’s Tool)

6. Query Studio (Business User’s Tool)

*These products are a subset of the entire Cognos Portfolio

Page 5: Maximo Cognos Reporting - IBM - United States€¦ ·  · 2012-06-25Maximo Cognos Reporting June 22, 2012. 2 Agenda 1. ... *Cognos Report Studio reports can be accessed from both

5

Maximo Cognos Report Types

Cognos Query Studio � Ad Hoc Reports

- Individualized Reports

- Focus on responding to Dynamic Business and Project Needs

- Require no sql, technical, report development skills to create

- Target users with multi-role responsibilities

- Accessible from Cognos Portal

Cognos Report Studio � Operational Reports

- Day to day reports your users require for business tasks

- Weekly, Monthly or Quarterly reports to consolidate/review status

- Can be quickly accessed by Variety of Individuals

- Contain complex calculations, graphs, data mappings

- Accessible from Maximo Applications and Cognos Portal

Page 6: Maximo Cognos Reporting - IBM - United States€¦ ·  · 2012-06-25Maximo Cognos Reporting June 22, 2012. 2 Agenda 1. ... *Cognos Report Studio reports can be accessed from both

6

Cognos Query Studio Reports � Ad Hoc Reports

Examples

Page 7: Maximo Cognos Reporting - IBM - United States€¦ ·  · 2012-06-25Maximo Cognos Reporting June 22, 2012. 2 Agenda 1. ... *Cognos Report Studio reports can be accessed from both

7

Maximo-Cognos Ad Hoc Reporting Process

You1. Visualize Report

Maximo2. Create Report Object Structure (ROS)- Collection of Database Tables

3. Publish Cognos Meta Data - ROS published -> Meta data for report development

Cognos 4. Create Ad Hoc Report in Query Studio- Using ROS published package from above

Page 8: Maximo Cognos Reporting - IBM - United States€¦ ·  · 2012-06-25Maximo Cognos Reporting June 22, 2012. 2 Agenda 1. ... *Cognos Report Studio reports can be accessed from both

8

1. You – Visualize Report

Brainstorm the information you need

- What you want to display in your report- How you want it to display

Example –Need to quantify how many open WO’s there are by asset AND number of labor hours to complete

Need to get data from

ASSETWOTRACK

Asset is starting Point

You

Page 9: Maximo Cognos Reporting - IBM - United States€¦ ·  · 2012-06-25Maximo Cognos Reporting June 22, 2012. 2 Agenda 1. ... *Cognos Report Studio reports can be accessed from both

9

2. Maximo- Create Report Object Structure

Web-Based Report Development Tool

Maximo Database

Background: In Cognos, you create reports based on Meta Data Packages(Collections of Database Objects)

*Key Feature of Maximo-Cognos Process: Simplifying ability to create Cognos Packages AND that reflect Your Database Customizations

Maximo

Page 10: Maximo Cognos Reporting - IBM - United States€¦ ·  · 2012-06-25Maximo Cognos Reporting June 22, 2012. 2 Agenda 1. ... *Cognos Report Studio reports can be accessed from both

10

How does Maximo-Cognos Integration Simplify this?

CognosMaximo V7

Object Structure Application

Maximo

Capitalize on features existing in Maximo today

To produce information required in Cognos

..which enables hierarchical collections of database objects

..to form Cognos meta data packages

Page 11: Maximo Cognos Reporting - IBM - United States€¦ ·  · 2012-06-25Maximo Cognos Reporting June 22, 2012. 2 Agenda 1. ... *Cognos Report Studio reports can be accessed from both

11

For our example….

ASSET

WORKORDER

Business Object defines persistent

attributes that are used

ROS = Collection of Business Objects and Relationships

ROS: REP_ASSET_DEMODescription: Asset and WO Details

Object Relationship based on maxrelationship, or sql where clause

assetnum=:assetnumand siteid=:siteid

Page 12: Maximo Cognos Reporting - IBM - United States€¦ ·  · 2012-06-25Maximo Cognos Reporting June 22, 2012. 2 Agenda 1. ... *Cognos Report Studio reports can be accessed from both

12

Within Object Structure Application- Key ItemsConsumed By = REPORTINGEvaluate Relationships, Cardinality and Database Join Carefully

More details on building ROS in Maximo Cognos Integration Guides

2A. Start by Building Report Object Structure (ROS)

For our example –two objects only. ASSET and WORKORDER

Maximo

http://ibm.co/niokIv

Page 13: Maximo Cognos Reporting - IBM - United States€¦ ·  · 2012-06-25Maximo Cognos Reporting June 22, 2012. 2 Agenda 1. ... *Cognos Report Studio reports can be accessed from both

13

2B. Clear ROS of extra fields for improved usability

Via Action: ‘Exclude/Include Fields’- Clears ROS of of fields not used for reporting

Maximo

Page 14: Maximo Cognos Reporting - IBM - United States€¦ ·  · 2012-06-25Maximo Cognos Reporting June 22, 2012. 2 Agenda 1. ... *Cognos Report Studio reports can be accessed from both

14

Maximo-Cognos Ad Hoc Reporting ProcessYou1. Visualize Report

Maximo

2. Create Report Object Structure (ROS)- Collection of Database Tables

3. Publish Cognos Meta Data - ROS published -> Meta data for report development

Cognos 4. Create Ad Hoc Report in Query Studio- Using ROS published package from above

Page 15: Maximo Cognos Reporting - IBM - United States€¦ ·  · 2012-06-25Maximo Cognos Reporting June 22, 2012. 2 Agenda 1. ... *Cognos Report Studio reports can be accessed from both

15

3. Maximo- Publish Cognos Meta Data from ROS

From Object Structure application, select ROS

..Select action ‘Publish as Cognos Package’

Maximo

Page 16: Maximo Cognos Reporting - IBM - United States€¦ ·  · 2012-06-25Maximo Cognos Reporting June 22, 2012. 2 Agenda 1. ... *Cognos Report Studio reports can be accessed from both

16

Maximo Application Packages Available

To see published Meta Data…Launch to Cognos

You can then create custom reports based on selected application package

Cognos

Page 17: Maximo Cognos Reporting - IBM - United States€¦ ·  · 2012-06-25Maximo Cognos Reporting June 22, 2012. 2 Agenda 1. ... *Cognos Report Studio reports can be accessed from both

17

Maximo-Cognos Ad Hoc Reporting ProcessYou1. Visualize Report

Maximo2. Create Report Object Structure (ROS)- Collection of Database Tables

3. Publish Cognos Meta Data - ROS published -> Meta data for report development

Cognos

4. Create Ad Hoc Report in Query Studio- Using ROS published package from above

Page 18: Maximo Cognos Reporting - IBM - United States€¦ ·  · 2012-06-25Maximo Cognos Reporting June 22, 2012. 2 Agenda 1. ... *Cognos Report Studio reports can be accessed from both

18

4. Cognos – Create Ad Hoc Report in Query Studio

Build content for ad hoc report by selecting fields made available from Cognos package (Published ROS)

Cognos

Page 19: Maximo Cognos Reporting - IBM - United States€¦ ·  · 2012-06-25Maximo Cognos Reporting June 22, 2012. 2 Agenda 1. ... *Cognos Report Studio reports can be accessed from both

19

Continue to Build Cognos Ad Hoc Report

Add Filters, Calculations and Define Sorting

Add Graphs

Page 20: Maximo Cognos Reporting - IBM - United States€¦ ·  · 2012-06-25Maximo Cognos Reporting June 22, 2012. 2 Agenda 1. ... *Cognos Report Studio reports can be accessed from both

20

Save, Schedule, Print, Edit…..

Page 21: Maximo Cognos Reporting - IBM - United States€¦ ·  · 2012-06-25Maximo Cognos Reporting June 22, 2012. 2 Agenda 1. ... *Cognos Report Studio reports can be accessed from both

21

Items to Note: Cognos Ad Hoc Accessibility

�Cognos Ad Hoc reports can only be accessed from Cognos–They are not visible/accessible from Maximo’s Applications Run report Menu

Available in Cognos

Not available within Maximo applications

*Cognos Report Studio reports can be accessed from both Maximo and Cognos

Page 22: Maximo Cognos Reporting - IBM - United States€¦ ·  · 2012-06-25Maximo Cognos Reporting June 22, 2012. 2 Agenda 1. ... *Cognos Report Studio reports can be accessed from both

22

Items to Note: Report Object Structure Relationships

ROS containing complex relationships are not supported for Cognos Package Publishing

Complex Relationship:assetnum=:assetnum and siteid=:siteid and linetype not in (select value from synonymdomain where domainid='LINETYPE' and maxvalue='TOOL')

Simple Relationship:assetnum=:assetnum and siteid=:siteid

Page 23: Maximo Cognos Reporting - IBM - United States€¦ ·  · 2012-06-25Maximo Cognos Reporting June 22, 2012. 2 Agenda 1. ... *Cognos Report Studio reports can be accessed from both

23

Agenda1. Overview

2. Maximo-Cognos Ad Hoc Reporting Process

You

Visualize Report

Maximo

Create Report Object Structure

Publish Cognos Meta Data

Cognos

Create Ad Hoc Report in Query Studio

3. Reference Materials, Roadmap, SMC

4. Demo and Questions

Page 24: Maximo Cognos Reporting - IBM - United States€¦ ·  · 2012-06-25Maximo Cognos Reporting June 22, 2012. 2 Agenda 1. ... *Cognos Report Studio reports can be accessed from both

24

Recap of how you can enable Cognos Integration….

1. Direct

-Client has Cognos License

2. InDirect Thru TCR

-Separate Download/Installfrom Passport Advantage

*TCR = Tivoli Common Reporting

CognosMaximo V7

CognosMaximo V7 TCR

Page 25: Maximo Cognos Reporting - IBM - United States€¦ ·  · 2012-06-25Maximo Cognos Reporting June 22, 2012. 2 Agenda 1. ... *Cognos Report Studio reports can be accessed from both

25

Reference Materials : http://ibm.co/niokIv

V75_INDIRECTMaximo_TCRCognos84_InstallTCR with Cognos 841

V71_DIRECTMaximo_Cognos84_InstallCognos 84

V71_INDIRECTMaximo_TCRCognos84_InstallTCR with Cognos 84

V75_DIRECTMaximo_Cognos84_InstallCognos 841

Document NameType

Maximo Cognos Installation Instructions: How to Install

Maximo Cognos Integration: How it Works

V75_Maximo_CognosIntegrationDirect/Indirect

V71_Maximo_CognosIntegrationDirect/Indirect

Document NameType

Page 26: Maximo Cognos Reporting - IBM - United States€¦ ·  · 2012-06-25Maximo Cognos Reporting June 22, 2012. 2 Agenda 1. ... *Cognos Report Studio reports can be accessed from both

26

Enhancements By Release and Roadmap

April 2010Publish Package DescriptionsV7.5.0.0

April 2010Enable direct launch to Cognos Portal

V7.5.0.0

Summer 2012Upgrade to Cognos 10.x

(Direct Integration Only)

V7.5.0.x

April 2010Platform Upgrade

Cognos 8.4 � Cognos 8.4.1

TCR 1.2 � TCR 2.1

V7.5.0.0

December 2009Initial ReleaseV7.1.1.6

TimingDescriptionRelease

Page 27: Maximo Cognos Reporting - IBM - United States€¦ ·  · 2012-06-25Maximo Cognos Reporting June 22, 2012. 2 Agenda 1. ... *Cognos Report Studio reports can be accessed from both

27

http://ibm.co/nokOHc or

http://www.ibm.com/developerworks/servicemanagement/am

SMC: Launch Point to Dynamic Information SMC

Virtual Technical community of Clients, Business Partners and IBMers - Connecting and Collaborating

Page 28: Maximo Cognos Reporting - IBM - United States€¦ ·  · 2012-06-25Maximo Cognos Reporting June 22, 2012. 2 Agenda 1. ... *Cognos Report Studio reports can be accessed from both

28

SMC Cognos Report Wiki Pages

http://ibm.co/oKTTp5

Major Report Enhancements by Release

Cognos FAQs

http://ibm.co/GWHgXz

SMC

Page 29: Maximo Cognos Reporting - IBM - United States€¦ ·  · 2012-06-25Maximo Cognos Reporting June 22, 2012. 2 Agenda 1. ... *Cognos Report Studio reports can be accessed from both

29

Cognos- BIRT Comparison Details

http://ibm.com/xJKa6D

Wiki Page and linked PPT comparing the 2 tools

..as they are included within the Maximo applications

SMC

Page 30: Maximo Cognos Reporting - IBM - United States€¦ ·  · 2012-06-25Maximo Cognos Reporting June 22, 2012. 2 Agenda 1. ... *Cognos Report Studio reports can be accessed from both

30

Join Maximo Reporting Community TODAY!

SMCSMC Groups..People with common interest

http://ibm.co/zFmoP2

Page 31: Maximo Cognos Reporting - IBM - United States€¦ ·  · 2012-06-25Maximo Cognos Reporting June 22, 2012. 2 Agenda 1. ... *Cognos Report Studio reports can be accessed from both

31

Other Reference Materials: BiLogs (BI) Blogs!!

Access from SMC……..or follow me on Twitter @andbflo_denny

SMC

Page 32: Maximo Cognos Reporting - IBM - United States€¦ ·  · 2012-06-25Maximo Cognos Reporting June 22, 2012. 2 Agenda 1. ... *Cognos Report Studio reports can be accessed from both

32

How to Keep Up with On-Line Information?

Attend STE Session June 29, 2012 at 11am EST!

Maximo Reporting - Maximizing your use of On-Line Resources

Presentation will review resources available including -

A. Report Wiki Pages

B. BiLogs (Business Intelligence Blogs)

C. Maximo User Forums

D. SMC Maximo Report Community

Registration: http://ibm.co/MpGTIV

Page 33: Maximo Cognos Reporting - IBM - United States€¦ ·  · 2012-06-25Maximo Cognos Reporting June 22, 2012. 2 Agenda 1. ... *Cognos Report Studio reports can be accessed from both

33

Agenda

1. Overview

2. Maximo-Cognos Ad Hoc Reporting Process

3. Reference Materials, Roadmap, SMC

4. Demo and Questions

Page 34: Maximo Cognos Reporting - IBM - United States€¦ ·  · 2012-06-25Maximo Cognos Reporting June 22, 2012. 2 Agenda 1. ... *Cognos Report Studio reports can be accessed from both

34

Questions?

Page 35: Maximo Cognos Reporting - IBM - United States€¦ ·  · 2012-06-25Maximo Cognos Reporting June 22, 2012. 2 Agenda 1. ... *Cognos Report Studio reports can be accessed from both

35

Backup

Page 36: Maximo Cognos Reporting - IBM - United States€¦ ·  · 2012-06-25Maximo Cognos Reporting June 22, 2012. 2 Agenda 1. ... *Cognos Report Studio reports can be accessed from both

36

Prep Work – Security

Security Group Application - Grant Application Access to Cognos Reporting

Maximo

Gives user ability to launch directly to Cognos Portal from selected application

Page 37: Maximo Cognos Reporting - IBM - United States€¦ ·  · 2012-06-25Maximo Cognos Reporting June 22, 2012. 2 Agenda 1. ... *Cognos Report Studio reports can be accessed from both

37

Advantages of creating ROS in Maximo

Huge. Client’s require their Database Customizations for reporting

Captures Client’s Unique Database Customizations

Enables additional client extensions (ex. Override OS Business Rules) + Use by Other Cognos Products

Produces .cpf file which can be opened in FM

Required to begin any Cognos report development

Produces Cognos Meta Data (Package)

Opens up Functionality to Non-Windows Clients

Removes FM Platform Constraints

Significantly Reduces Resources Required for Creation and Maintenance of Packages

- Prior Barrier to Product Acceptance

Removes Complexity of FM Tool

Page 38: Maximo Cognos Reporting - IBM - United States€¦ ·  · 2012-06-25Maximo Cognos Reporting June 22, 2012. 2 Agenda 1. ... *Cognos Report Studio reports can be accessed from both

38

Trademarks and disclaimers

Intel, Intel logo, Intel Inside, Intel Inside logo, Intel Centrino, Intel Centrino logo, Celeron, Intel Xeon, Intel SpeedStep, Itanium, and Pentium are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United States and other countries./ Linux is a registered trademark of Linus Torvalds in the United States, other countries, or both. Microsoft, Windows, Windows NT, and the Windows logo are trademarks of Microsoft Corporation in the United States, other countries, or both. IT Infrastructure Library is a registered trademark of the Central Computer and Telecommunications Agency which is now part of the Office of Government Commerce. ITIL is a registered trademark, and a registered community trademark of the Office of Government Commerce, and is registered in the U.S. Patent and Trademark Office. UNIX is a registered trademark of The Open Group in the United States and other countries. Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both. Other company, product, or service names may be trademarks or service marks of others. Information is provided "AS IS" without warranty of any kind.

The customer examples described are presented as illustrations of how those customers have used IBM products and the results they may have achieved. Actual environmental costs and performance characteristics may vary by customer.

Information concerning non-IBM products was obtained from a supplier of these products, published announcement material, or other publicly available sources and does not constitute an endorsement of such products by IBM. Sources for non-IBM list prices and performance numbers are taken from publicly available information, including vendor announcements and vendor worldwide homepages. IBM has not tested these products and cannot confirm the accuracy of performance, capability, or any other claims related to non-IBM products. Questions on the capability of non-IBM products should be addressed to the supplier of those products.

All statements regarding IBM future direction and intent are subject to change or withdrawal without