Micro Focus. Enterprise View Portal. Report Wizard Guide Step by Step

Size: px
Start display at page:

Download "Micro Focus. Enterprise View Portal. Report Wizard Guide Step by Step"

Transcription

1 Micro Focus Enterprise View Portal

2 Copyright 2008 Micro Focus (IP) Ltd. All rights reserved. Micro Focus (IP) Ltd. has made every effort to ensure that this book is correct and accurate, but reserves the right to make changes without notice at its sole discretion at any time. The software described in this document is supplied under a license and may be used or copied only in accordance with the terms of such license, and in particular any warranty of fitness of Micro Focus software products for any particular purpose is expressly excluded and in no event will Micro Focus be liable for any consequential loss. Animator, COBOL Workbench, EnterpriseLink, Mainframe Express, Micro Focus, Net Express, REQL and Revolve are registered trademarks, and AAI, Analyzer, Application Server, Application to Application Interface, AddPack, AppTrack, AssetMiner, CCI, DataConnect, Dialog System, Enterprise Server, Enterprise Server with MTO, EuroSmart, FixPack, LEVEL II COBOL, License Server, Mainframe Access, Mainframe Manager, Micro Focus COBOL, Micro Focus Studio, Micro Focus Server, Object COBOL, OpenESQL, Personal COBOL, Professional COBOL, Server Express, SmartFind, SmartFind Plus, SmartFix, SourceConnect, SupportLine, Toolbox, VS COBOL, WebSync, and Xilerator are trademarks of Micro Focus (IP) Ltd. IBM and CICS are registered trademarks, and IMS, DB2, DB2/390, DB2 Connect Enterprise Edition, DB2 Connect Personal Edition, COBOL for OS/390, Enterprise Systems Architecture/390, ESA/390, MVS, MVS/ESA, OS/390, S/390, System/390, VSE/ESA and MFS are trademarks, of International Business Machines Corporation. Netscape Enterprise Server is a trademark of Netscape Communications Corporation. Internet Information Server, Windows 95, Windows 98, Windows NT 4.0, Windows ME and Windows 2000 are registered trademarks of Microsoft Corporation. Pentium is a registered trademark of INTEL Corporation. Borland Database Engine and Midas are trademarks of Inprise Corporation. Oracle is a trademark of Oracle Corporation Inc. UNIX is a registered trademark of The Open Group. Solaris, Ultra Sparc and Java are trademarks of Sun Microsystems, Inc. Linux, GCC compiler, GNU CTAGS, GNU DIFF, Samba and KDE/GNOME refer to Open Source tools. This product includes modified versions of software developed by the Apache Software Foundation (as described on the Apache web site). The YGrep Search Engine is Copyright (c) Yves Roumazeilles. All other trademarks are the property of their respective owners. No part of this publication, with the exception of the software product user documentation contained on a CD-ROM, may be copied, photocopied, reproduced, transmitted, transcribed, or reduced to any electronic medium or machine-readable form without prior written consent of Micro Focus (IP) Ltd. Contact your Micro Focus

3 representative if you require access to the modified Apache Software Foundation source files. Licensees may duplicate the software product user documentation contained on a CD- ROM, but only to the extent necessary to support the users authorized access to the software under the license agreement. Any reproduction of the documentation, regardless of whether the documentation is reproduced in whole or in part, must be accompanied by this copyright statement in its entirety, without modification. U.S. GOVERNMENT RESTRICTED RIGHTS. It is acknowledged that the Software and the Documentation were developed at private expense, that no part is in the public domain, and that the Software and Documentation are Commercial Computer Software provided with RESTRICTED RIGHTS under Federal Acquisition Regulations and agency supplements to them. Use, duplication or disclosure by the U.S. Government is subject to restrictions as set forth in subparagraph (c)(1)(ii) of The Rights in Technical Data and Computer Software clause at DFAR et. seq. or subparagraphs (c)(1) and (2) of the Commercial Computer Software Restricted Rights at FAR , as applicable. Contractor is Micro Focus (IP) Ltd, 9420 Key West Avenue, Rockville, Maryland Rights are reserved under copyright laws of the United States with respect to unpublished portions of the Software.

4 4

5 5 Table of Contents 1. ABOUT THIS GUIDE REQUIRED FILES PAGE INDEX FILES index.xml index.properties MONDRIAN HYPER-CUBE FILE REPORT FILES Properties File Xaction File Xml File Xreportspec CREATE A NEW REPORT OVERVIEW STEP STEP STEP STEP

6 6

7 7 1. About this Guide This guide will help you create a new report in Enterprise View Portal. You will work through the whole process step by step starting from scratch. The reports are created with the Pentaho Report Design Wizard a third party tool that we supply with the installation of the Portal. The screenshots in the examples are for the version of the tool that we supply with this installation of Enterprise View Portal 5.6. This document does not describe how this tool works: it explains how to use it in the process of creating new portal reports. For additional information you should read the original Pentaho documentation.

8 8

9 9 2. Required Files 2.1. Page Index files EV Portal is composed of several web pages. Each page has a folder associated with it to contain the definition of all the reports that have to be displayed in the page. Each folder must contain two other files: index.xml index.properties These files are necessary to make the folder visible as a Portal page index.xml This file contains the displayed title and the description of the corresponding Portal page. These fields should not be modified directly. The index.properties file reads the index.xml using % prefix as in the following example: <index> <name>%name</name> <description>%description</description> <icon>sample.png</icon> <visible>true</visible> <display-type>icons</display-type> </index> The <icon> tag lets you set the page icon. If the icon file is not in the same folder, it must be put there. You can set the value of the <visible> tag to false so as not to display the page in the Portal but without deleting the whole folder. This can be useful while you are developing the page. Do not change the <display-type> value unless you know what you are doing (see the Pentaho documentation) index.properties This file contains the title and the description of the corresponding Portal page. These fields are not directly used to create the page, but are referred to by index.xml through the % prefix. name=my Page Title description=my page description 2.2. Mondrian Hyper-cube File All data available in the Portal is described through a hyper-cube containing a multi-dimensional view of the information. Hyper-cubes are xml files with the extension *.mondrian.xml.

10 10 The predefined hyper-cubes should be sufficient for your needs, so the hyper-cubes generation is not documented here. They all are located in mfev-portalserver/webapps/root/mf-solution/microfocus_common/mondrian_cubes Report Files Each report is composed of four files, as highlighted in the following image taken from Pentaho Design Studio: MyReportName.properties MyReportName.xaction MyReportName.xml MyReportName.xreportspec Properties File This file is very simple. It contains only the title, the description and the sequence number of the report as they appear in the related Portal page. For example: description=this Analysis will allow you to navigate into global inventory information at Application Level title=0. Inventory Analysis - Current Note that the 0. string is not displayed but is used to put the reports in the page in order in this case, the report will always be the first report in the page. Pentaho does not require a strict numbering sequence (missing and duplicate numbers are allowed) but we advise you avoid duplication and use the same number of digits for all the reports in a page. For example, if your page contains more than ten records, start with 00, 01 and so on.

11 Xaction File This file describes all the components of the report, together with related properties, and the actions to perform. It will be described in more detail later Xml File This file describes the layout of the report. It will be described in more detail later Xreportspec This file is used only by the Report Wizard. It contains all the information needed to generate (or re-generate) the report.

12 12

13 13 3. Create a New Report 3.1. Overview EV Portal provides a set of templates to reduce the time needed to create a new report. In the current release, four templates are available: Dynamic Inventory Software Quality Change Traffic Outsource Manager To see the available templates in the Portal, select Pivot Analysis from the main menu and find the Report Templates section. You need to identify the template you need. For example, assuming you want a Software Quality Trend Analysis report, click on the Software Quality item. You will see the following: Notice that two templates are available for Software Quality: Current Status Analysis and Trend Analysis. This is common to all predefined templates. Each template is composed of two items: JPivot Analysis and Report Template. Pay attention to the name of the Mondrian hyper-cube (Quality_Data.mondrian.xml in the example) and the prefix of Template files (Quality_Trend_Report in the example) Now we have all the information needed to create the report Step 1 This main step includes several smaller steps that you have to follow: 1. Open Pentaho Design Studio. 2. Copy the four template files from the Report_Templates folder to the section where you want the new report to appear (in this case, Software Quality folder).

14 14 3. Identify the Mondrian hyper-cube (as described in the Mondrian Hyper-cube file paragraph in the Required files chapter) and copy it to the same folder you copied the template files. 4. Rename the.properties and.xaction files to prevent them from being automatically updated by the Report Design Wizard (for example, rename them as _properties and _xaction) Step 2 Open the Report Design Wizard and from File > Open select the xreportspec file (the copied template). The following form appears: Click Next.

15 15 If this is the first time you have used the Report Design Wizard, you need to setup the repository connection. Otherwise, go to Step 3. First check if the Oracle JDBC driver exists in the Report Design Report directory.

16 16 If the driver does not exist, copy it from <EV_PORTAL_HOME>\common\lib into the <REPORT_WIZARD_HOME>\lib directory and restart the Report Wizard in order to load the newly added ojdbc14.jar file. <EV_PORTAL_HOME> and <REPORT_WIZARD_HOME> are the directories where EV Portal and the Pentaho Report Wizard are installed. Click Add under Connection Information. Be sure the connection type is set to JNDI.

17 17 You will see the following screen: You have to set the last three parameters. Set Connect String in the following way: Oracle_Port:Oracle_Service_Name where: Oracle_User The EV repository schema Oracle_PWD The Oracle password associated with the schema Oracle_Server_Name The IP address of the Oracle server (provided by the Oracle DBA) Oracle_Port The listening port of the Oracle server (usually 1521) Oracle_Service_Name The Oracle database SID (provided by the Oracle DBA) Set the User Name and Password parameters with the same values used in the connection string for Oracle_User and Oracle_PWD. Click Test to verify the connection and then click OK.

18 Step 3 Click Browse to select the Mondrian hyper-cube copied in Step 1. The Query you see is the default query of the template, without filters and parameters. The fastest way to set the desired behavior is to use the JPivot directly in the Portal.

19 19 Open the Portal in your browser and click OLAP Navigator (the first button in the row of buttons at the top of the page) to set filters and parameters as shown in the following example: When you click OK you can see a preview of the data that will be inserted in the report. When you reach the desired data you are ready to copy the Mondrian query. Click Show MDX (the second button in the row) to see the query text. Copy and paste the query text in the Report Wizard.

20 20 Click Preview to see the result. A warning message will appear on your screen : Report meta-data does not match current result-set, update report spec (recommended)? Click Yes to display the preview on your screen.

21 21 Exit the Preview and click Next. Here you can select the items you want to see in the report and the grouping criteria. Click Preview to see the result of your changes. When you are ready, click Next to set the visual properties of the report for each detail and group field that has been defined:

22 22 This is a simple text field with fixed size and left alignment. The above is a numeric field computing average values.

23 23 The above is a group field with related properties. To learn how to customize the report, we recommend you try various options and look at the result in the preview. When you are satisfied, click Next to set the properties for the whole page: If you want, you can set more advanced options: After a last look at the preview to verify that the report appears as you want it to, click Publish.

24 24 Click Browse to select a Portal folder and save your work, then click OK. A message saying Publish to location was successful. will appear. Create JBoss Datasource is checked by default. Uncheck it. Publishing does not save the xreportspec file (needed to modify the report in the future). To save it, select File > Save in the main menu of the Report Wizard Step 4 Go back into the Pentaho Design Studio and refresh your project by right-clicking your folder or the whole project and selecting Refresh. The new generated files will appear. (If they don t, refresh the Design Studio workspace.)

25 25 Delete the automatically generated.properties and.xaction files and restore the previously renamed files (with the underscore in the example). Modify the.xaction file. Double-click it and the following screen will appear:

26 26 Select OLAP in Process Action and copy the same MDX query you copied from JPivot to Report Designer in the Query field. Change the Mondrian Schema File with the hyper-cube file you copied in your report.

27 27 Now select Pentaho Report to verify that the name of the xml file (Report Specification) is the same as that previously specified (in our example we used the name Quality_Trend_Report). Save the xaction by clicking Save (or selecting it from the File menu) and you are ready. Now restart the Portal to see the new report.

28 28 Note: We recommend that you never modify the original templates directly but instead copy them. Use the same name for all of the four report files we call this Report Name. Don t use the same Report Name in different folders. Pentaho allows this, but it risks confusion and difficulties in reorganizing the Portal structure.

29 29

Micro Focus. Enterprise View. Dynamic Link Process Guide

Micro Focus. Enterprise View. Dynamic Link Process Guide Micro Focus Enterprise View Dynamic Link Process Guide Copyright 2007 Micro Focus (IP) Ltd. All rights reserved. Micro Focus (IP) Ltd. has made every effort to ensure that this book is correct and accurate,

More information

Micro Focus. Data Express. User Guide (Host)

Micro Focus. Data Express. User Guide (Host) 1 Micro Focus Data Express Copyright 2007-2008 Micro Focus (IP) Ltd. All rights reserved. Micro Focus (IP) Ltd. has made every effort to ensure that this book is correct and accurate, but reserves the

More information

Micro Focus. Enterprise View. Multi Daemon User s Guide. Supported Environments

Micro Focus. Enterprise View. Multi Daemon User s Guide. Supported Environments Micro Focus Enterprise View Supported Environments Copyright 2008 Micro Focus (IP) Ltd. All rights reserved. Micro Focus (IP) Ltd. has made every effort to ensure that this book is correct and accurate,

More information

Micro Focus. Enterprise View. Migration Guide

Micro Focus. Enterprise View. Migration Guide Micro Focus Enterprise View Migration Guide Su Copyright 2008 Micro Focus (IP) Ltd. All rights reserved. Micro Focus (IP) Ltd. has made every effort to ensure that this book is correct and accurate, but

More information

Micro Focus. Data Express. Toolkit (Host)

Micro Focus. Data Express. Toolkit (Host) 1 Micro Focus Data Express Copyright 2007-2008 Micro Focus (IP) Ltd. All rights reserved. Micro Focus (IP) Ltd. has made every effort to ensure that this book is correct and accurate, but reserves the

More information

Micro Focus. Enterprise View. MVS Custom Agent - API

Micro Focus. Enterprise View. MVS Custom Agent - API Micro Focus Enterprise View MVS Custom Agent - API Copyright 2008 Micro Focus (IP) Ltd. All rights reserved. Micro Focus (IP) Ltd. has made every effort to ensure that this book is correct and accurate,

More information

Micro Focus. Data Express. Process User Guide

Micro Focus. Data Express. Process User Guide Micro Focus Data Express Copyright 2007-2008 Micro Focus (IP) Ltd. All rights reserved. Micro Focus (IP) Ltd. has made every effort to ensure that this book is correct and accurate, but reserves the right

More information

Micro Focus Data Express

Micro Focus Data Express Micro Focus Data Express Copyright 2003-2010 Micro Focus (IP) Ltd. All rights reserved. Micro Focus (IP) Ltd. has made every effort to ensure that this book is correct and accurate, but reserves the right

More information

Micro Focus. Data Express. Data Subset Extraction User Guide

Micro Focus. Data Express. Data Subset Extraction User Guide 1 Micro Focus Data Express Copyright 2007-2008 Micro Focus (IP) Ltd. All rights reserved. Micro Focus (IP) Ltd. has made every effort to ensure that this book is correct and accurate, but reserves the

More information

Micro Focus Data Express

Micro Focus Data Express Micro Focus Data Express Copyright 2003-2010 Micro Focus (IP) Ltd. All rights reserved. Micro Focus (IP) Ltd. has made every effort to ensure that this book is correct and accurate, but reserves the right

More information

Micro Focus. Data Express. Life Cycle User Guide

Micro Focus. Data Express. Life Cycle User Guide Micro Focus Data Express Copyright 2007-2008 Micro Focus (IP) Ltd. All rights reserved. Micro Focus (IP) Ltd. has made every effort to ensure that this book is correct and accurate, but reserves the right

More information

Micro Focus. Data Express. Messages User Guide

Micro Focus. Data Express. Messages User Guide Micro Focus Data Express Copyright 2007-2008 Micro Focus (IP) Ltd. All rights reserved. Micro Focus (IP) Ltd. has made every effort to ensure that this book is correct and accurate, but reserves the right

More information

Micro Focus. Enterprise View. Installing Enterprise View

Micro Focus. Enterprise View. Installing Enterprise View Micro Focus Enterprise View Installing Enterprise View Copyright 2010 Micro Focus (IP) Ltd. All rights reserved. Micro Focus (IP) Ltd. has made every effort to ensure that this book is correct and accurate,

More information

Micro Focus Data Express

Micro Focus Data Express Micro Focus Data Express Copyright 2009-2010 Micro Focus (IP) Ltd. All rights reserved. Micro Focus (IP) Ltd. has made every effort to ensure that this book is correct and accurate, but reserves the right

More information

Micro Focus. Enterprise View. NLS Guide

Micro Focus. Enterprise View. NLS Guide Micro Focus Enterprise View NLS Guide Copyright 2008 Micro Focus (IP) Ltd. All rights reserved. Micro Focus (IP) Ltd. has made every effort to ensure that this book is correct and accurate, but reserves

More information

Micro Focus Data Express. Getting Started with Distributed Data Stores

Micro Focus Data Express. Getting Started with Distributed Data Stores Micro Focus Data Express 4 Copyright 2009-2010 Micro Focus (IP) Ltd. All rights reserved. Micro Focus (IP) Ltd. has made every effort to ensure that this book is correct and accurate, but reserves the

More information

Micro Focus. Modernization Workbench. Installing MW Desktop Edition

Micro Focus. Modernization Workbench. Installing MW Desktop Edition Micro Focus Modernization Workbench Installing MW Desktop Edition Copyright 2010 Micro Focus (IP) Ltd. All rights reserved. Micro Focus (IP) Ltd. has made every effort to ensure that this book is correct

More information

Metrics Publishing Utility

Metrics Publishing Utility Metrics Publishing Utility User s Guide Release 1.0 Copyright 2009 Micro Focus (IP) Ltd. All rights reserved. Micro Focus (IP) Ltd. has made every effort to ensure that this book is correct and accurate,

More information

Optimal Trace. Enterprise Server User Guide. Release 5.3

Optimal Trace. Enterprise Server User Guide. Release 5.3 Optimal Trace Enterprise Server User Guide Release 5.3 Copyright 2009 Micro Focus (IP) Ltd. All Rights Reserved. Micro Focus (IP) Ltd. has made every effort to ensure that this book is correct and accurate,

More information

Micro Focus. Data Express. Data Masking User Guide

Micro Focus. Data Express. Data Masking User Guide Micro Focus Data Express Copyright 2007-2008 Micro Focus (IP) Ltd. All rights reserved. Micro Focus (IP) Ltd. has made every effort to ensure that this book is correct and accurate, but reserves the right

More information

Edition 1.1 PVCS. Dimensions. Content Manager Integration Guide

Edition 1.1 PVCS. Dimensions. Content Manager Integration Guide Edition 1.1 PVCS Dimensions Content Manager Integration Guide Copyright 2001 MERANT. All rights reserved. Printed in the U.S.A. DataDirect, INTERSOLV, Micro Focus, Net Express and PVCS are registered trademarks,

More information

Micro Focus. Enterprise View. MVS Custom Agent Process Guide

Micro Focus. Enterprise View. MVS Custom Agent Process Guide Micro Focus Enterprise View MVS Custom Agent Process Guide Copyright 2008 Micro Focus (IP) Ltd. All rights reserved. Micro Focus (IP) Ltd. has made every effort to ensure that this book is correct and

More information

Micro Focus. Data Express. Requirements and Installation Procedures

Micro Focus. Data Express. Requirements and Installation Procedures Micro Focus Data Express Requirements and Installation Procedures Copyright 2007-2008 Micro Focus (IP) Ltd. All rights reserved. Micro Focus (IP) Ltd. has made every effort to ensure that this book is

More information

Micro Focus. Modernization Workbench. Getting Started

Micro Focus. Modernization Workbench. Getting Started Micro Focus Modernization Workbench Getting Started Copyright 2010 Micro Focus (IP) Ltd. All rights reserved. Micro Focus (IP) Ltd. has made every effort to ensure that this book is correct and accurate,

More information

Issue 8e, March HW([SUHVV Š GLDORJV\VWHPXVHUV JXLGH

Issue 8e, March HW([SUHVV Š GLDORJV\VWHPXVHUV JXLGH 'LDORJ6\VWHP Issue 8e, March 2002 1HW([SUHVV Š GLDORJV\VWHPXVHUV JXLGH Copyright 2002 Micro Focus International Limited. All rights reserved. Micro Focus International Limited has made every effort to

More information

Oracle Enterprise Manager Ops Center. Introduction. What You Will Need. Installing and Updating Local Software Packages 12c Release

Oracle Enterprise Manager Ops Center. Introduction. What You Will Need. Installing and Updating Local Software Packages 12c Release Oracle Enterprise Manager Ops Center Installing and Updating Local Software Packages 12c Release 12.1.2.0.0 E37233-01 November 2012 This guide provides an end-to-end example for how to use Oracle Enterprise

More information

Oracle Database Express Edition

Oracle Database Express Edition Oracle Database Express Edition Getting Started Guide 11g Release 2 (11.2) E18585-04 July 2011 Welcome to Oracle Database Express Edition (Oracle Database XE). This guide gets you quickly up and running

More information

'LDORJ6\VWHP. Issue 7c, August 2001 &KDUDFWHU0RGH8VHUV*XLGH

'LDORJ6\VWHP. Issue 7c, August 2001 &KDUDFWHU0RGH8VHUV*XLGH 'LDORJ6\VWHP Issue 7c, August 2001 &2%2/ Π'LDORJ6\VWHP &KDUDFWHU0RGH8VHUV*XLGH Copyright 2001 Micro Focus International Limited. All rights reserved. Micro Focus International Limited has made every effort

More information

BEAWebLogic. Portal. MobileAware Interaction Server Installation Guide

BEAWebLogic. Portal. MobileAware Interaction Server Installation Guide BEAWebLogic Portal MobileAware Interaction Server Installation Guide Version 8.1 with Service Pack 3 (MobileAware Version 1.0) Document Revised: September 2004 Copyright Copyright 2004 BEA Systems, Inc.

More information

Mainframe Adapter for TCP

Mainframe Adapter for TCP BEATuxedo Mainframe Adapter for TCP Release Notes Version 8.1 Document Revised: November 14, 2003 Part Number: 830-001005-009 Copyright Copyright 2003 BEA Systems, Inc. All Rights Reserved. Restricted

More information

Report Management and Editor!

Report Management and Editor! Quickly Find the Right Reports and Build New Reports with the Report Management and Editor! HOW DOES THE REPORT MANAGER AND EDITOR WORK? The Report Manager is a search and preview interface which helps

More information

Oracle Enterprise Manager. 1 Introduction. System Monitoring Plug-in for Oracle Enterprise Manager Ops Center Guide 11g Release 1 (

Oracle Enterprise Manager. 1 Introduction. System Monitoring Plug-in for Oracle Enterprise Manager Ops Center Guide 11g Release 1 ( Oracle Enterprise Manager System Monitoring Plug-in for Oracle Enterprise Manager Ops Center Guide 11g Release 1 (11.1.3.0.0) E18950-03 November 2011 This document provides describes the System Monitoring

More information

Contents Overview... 5 Upgrading Primavera Gateway... 7 Using Gateway Configuration Utilities... 9

Contents Overview... 5 Upgrading Primavera Gateway... 7 Using Gateway Configuration Utilities... 9 Gateway Upgrade Guide for On-Premises Version 17 August 2017 Contents Overview... 5 Downloading Primavera Gateway... 5 Upgrading Primavera Gateway... 7 Prerequisites... 7 Upgrading Existing Gateway Database...

More information

Micro Focus. Modernization Workbench. Getting Started

Micro Focus. Modernization Workbench. Getting Started Micro Focus Modernization Workbench Getting Started Copyright 2009 Micro Focus (IP) Ltd. All rights reserved. Micro Focus (IP) Ltd. has made every effort to ensure that this book is correct and accurate,

More information

Configuring Oracle Java CAPS Master Index (Repository) Connectivity and Environments

Configuring Oracle Java CAPS Master Index (Repository) Connectivity and Environments Configuring Oracle Java CAPS Master Index (Repository) Connectivity and Environments Part No: 8 9 March 0 Copyright 008, 0, Oracle and/or its affiliates. All rights reserved. License Restrictions Warranty/Consequential

More information

Primavera Portfolio Management 9.1 Bridge for Microsoft Office Project Server 2007 Users Guide

Primavera Portfolio Management 9.1 Bridge for Microsoft Office Project Server 2007 Users Guide Primavera Portfolio Management 9.1 Bridge for Microsoft Office Project Server 2007 Users Guide Last printed: 7/28/2011 11:37:00 PM Last saved: 7/28/2011 11:37:00 PM ii Primavera Portfolio Management Bridge

More information

Evaluation Guide - WebSphere Integration

Evaluation Guide - WebSphere Integration Evaluation Guide - WebSphere Integration Copyright 1994-2005 Embarcadero Technologies, Inc. Embarcadero Technologies, Inc. 100 California Street, 12th Floor San Francisco, CA 94111 U.S.A. All rights reserved.

More information

October 14, Business Intelligence Connector Guide

October 14, Business Intelligence Connector Guide October 14, 2017 Copyright 2013, 2017, Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided under a license agreement containing restrictions on use and

More information

DevPartner Studio. Installation Guide. Release 9.1.0

DevPartner Studio. Installation Guide. Release 9.1.0 DevPartner Studio Installation Guide Release 9.1.0 DevPartner Studio Professional Edition DevPartner Studio Enterprise Edition DevPartner for Visual C++ BoundsChecker Suite Copyright 2009 Micro Focus (IP)

More information

EnterpriseTrack Reporting Data Model Configuration Guide Version 17

EnterpriseTrack Reporting Data Model Configuration Guide Version 17 EnterpriseTrack EnterpriseTrack Reporting Data Model Configuration Guide Version 17 October 2018 Contents About This Guide... 5 Configuring EnterpriseTrack for Reporting... 7 Enabling the Reporting Data

More information

Oracle Enterprise Manager Ops Center

Oracle Enterprise Manager Ops Center Oracle Enterprise Manager Ops Center Discover and Manage SPARC T5 Series Servers and SPARC T7 Series Servers 12c Release 3 (12.3.2.0.0) E60000-03 July 2016 This guide provides an end-to-end example for

More information

Oracle Hospitality Query and Analysis Languages and Translation Configuration Guide. March 2016

Oracle Hospitality Query and Analysis Languages and Translation Configuration Guide. March 2016 Oracle Hospitality Query and Analysis Languages and Translation Configuration Guide March 2016 Original Issued Date: March 2006 Vision / Serduct version: 03.x Author Product: MICROS Opera 3.x Copyright

More information

Oracle Communications EAGLE Element Management System Reporting Studio. Upgrade/Installation Guide Release 46.2 E69122 Revision 2

Oracle Communications EAGLE Element Management System Reporting Studio. Upgrade/Installation Guide Release 46.2 E69122 Revision 2 Oracle Communications EAGLE Element Management System Reporting Studio Upgrade/Installation Guide Release 46.2 E69122 Revision 2 December 2015 Oracle Communications EAGLE Element Management System Reporting

More information

Issue 4, March HW([SUHVV Š GDWDEDVHDFFHVV

Issue 4, March HW([SUHVV Š GDWDEDVHDFFHVV 'DWDEDVH$FFHVV Issue 4, March 2002 1HW([SUHVV Š GDWDEDVHDFFHVV Copyright 2002 Micro Focus International Limited. All rights reserved. Micro Focus International Limited has made every effort to ensure that

More information

GemBuilder for Smalltalk Installation Guide

GemBuilder for Smalltalk Installation Guide GemStone GemBuilder for Smalltalk Installation Guide Version 5.4.3 February 2016 SYSTEMS INTELLECTUAL PROPERTY OWNERSHIP This documentation is furnished for informational use only and is subject to change

More information

Nimsoft Monitor. websphere Guide. v1.5 series

Nimsoft Monitor. websphere Guide. v1.5 series Nimsoft Monitor websphere Guide v1.5 series Legal Notices Copyright 2012, Nimsoft Corporation Warranty The material contained in this document is provided "as is," and is subject to being changed, without

More information

Oracle Communications Performance Intelligence Center

Oracle Communications Performance Intelligence Center Oracle Communications Performance Intelligence Center Browser Export Scheduler Guide Release 10.2 E66874 Revision 1 February 2016 i Oracle Communications Performance Intelligence Center Browser Export

More information

Introduction to Administration

Introduction to Administration Oracle Enterprise Manager Ops Center Administer Your Environment Using Oracle Enterprise Manager Ops Center 12c Release 3 (12.3.0.0.0) E59991-01 June 2015 This guide provides an end-to-end example for

More information

Modeling Network Integrity Release 7.3.1

Modeling Network Integrity Release 7.3.1 [1]Oracle Communications Design Studio Modeling Network Integrity Release 7.3.1 E66651-01 December 2015 Oracle Communications Design Studio Modeling Network Integrity, Release 7.3.1 E66651-01 Copyright

More information

Contents About Connecting the Content Repository... 5 Prerequisites for Configuring a Content Repository and Unifier... 5

Contents About Connecting the Content Repository... 5 Prerequisites for Configuring a Content Repository and Unifier... 5 Unifier Content Repository Configuration Guide for On-Premises Version 17 July 2017 Contents About Connecting the Content Repository... 5 Prerequisites for Configuring a Content Repository and Unifier...

More information

Oracle Cloud Getting Started with Remote Data Connector for Oracle Analytics Cloud

Oracle Cloud Getting Started with Remote Data Connector for Oracle Analytics Cloud Oracle Cloud Getting Started with Remote Data Connector for Oracle Analytics Cloud E67875-06 May 2018 Oracle Cloud Getting Started with Remote Data Connector for Oracle Analytics Cloud, E67875-06 Copyright

More information

Primavera Portfolio Management 9.1 Bridge for Primavera P6 Users Guide

Primavera Portfolio Management 9.1 Bridge for Primavera P6 Users Guide Primavera Portfolio Management 9.1 Bridge for Primavera P6 Users Guide Last printed: 7/28/2011 11:41:00 PM Last saved: 7/28/2011 11:41:00 PM ii Primavera Portfolio Management Bridge for Primavera P6 --

More information

JD Edwards EnterpriseOne 8.12 Standalone Client Installation Guide. for the Oracle Application Server

JD Edwards EnterpriseOne 8.12 Standalone Client Installation Guide. for the Oracle Application Server JD Edwards EnterpriseOne 8.12 Standalone Client Installation Guide for the Oracle Application Server April 2006 JD Edwards EnterpriseOne 8.12 Standalone Client Installation Guide Copyright 2006, Oracle.

More information

Oracle Standard Management Pack

Oracle Standard Management Pack Oracle Standard Management Pack Readme Release 2.1.0.0.0 February 2000 Part No. A76911-01 Table Of Contents 1 Introduction 2 Compatibility 3 Documentation and Help 4 Oracle Performance Manager 5 Oracle

More information

Release for Microsoft Windows

Release for Microsoft Windows [1]Oracle Fail Safe Tutorial Release 4.1.1 for Microsoft Windows E57061-02 April 2015 Oracle Fail Safe Tutorial, Release 4.1.1 for Microsoft Windows E57061-02 Copyright 1999, 2015, Oracle and/or its affiliates.

More information

Defining Constants and Variables for Oracle Java CAPS Environments

Defining Constants and Variables for Oracle Java CAPS Environments Defining Constants and Variables for Oracle Java CAPS Environments Part No: 821 2547 March 2011 Copyright 2008, 2011, Oracle and/or its affiliates. All rights reserved. License Restrictions Warranty/Consequential

More information

USING ADMINISTRATOR FEATURES

USING ADMINISTRATOR FEATURES HYPERION FINANCIAL MANAGEMENT SYSTEM 9 RELEASE 9.3.1 USING ADMINISTRATOR FEATURES Oracle's Hyperion Financial Management System 9 Release 9.3 contains significant enhancements to administrator features

More information

Mainframe Adapter for SNA

Mainframe Adapter for SNA BEATuxedo Mainframe Adapter for SNA Release Notes Version 8.1 Document Revised: November 14, 2003 Part Number: 825-001004-009 Copyright Copyright 2003 BEA Systems, Inc. All Rights Reserved. Restricted

More information

Oracle Communications Policy Management Configuring NetBackup for Upgrade Method of Procedure

Oracle Communications Policy Management Configuring NetBackup for Upgrade Method of Procedure Oracle Communications Method of Procedure Oracle Communications Policy Management Configuring NetBackup for Upgrade Method of Procedure E82603-01 January 2017 Page 1 E82603-01 Oracle Communications Oracle

More information

Oracle Fusion Middleware. 1 Introduction. 1.1 Supported Functionality and Intended Use. 1.2 Limitations

Oracle Fusion Middleware. 1 Introduction. 1.1 Supported Functionality and Intended Use. 1.2 Limitations Oracle Fusion Middleware Installation Notes for Oracle Business Intelligence Mobile App Designer Trial Edition 11g Release 1 (11.1.1) E49297-01 September 2013 Welcome to Installation Notes for Oracle Business

More information

About the P6 EPPM Importing and Exporting Guide

About the P6 EPPM Importing and Exporting Guide P6 EPPM Importing and Exporting Guide October 2018 Contents About the P6 EPPM Importing and Exporting Guide Scope This guide contains information about import and export formats and the process of importing

More information

BEAWebLogic. Portal. Getting Started with Autonomy Search

BEAWebLogic. Portal. Getting Started with Autonomy Search BEAWebLogic Portal Getting Started with Autonomy Search Version 8.1 SP5 Document Revised: September 2005 Copyright Copyright 2005 BEA Systems, Inc. All Rights Reserved. Restricted Rights Legend This software

More information

MicroStrategy Desktop Quick Start Guide

MicroStrategy Desktop Quick Start Guide MicroStrategy Desktop Quick Start Guide Version: 10.4 10.4, June 2017 Copyright 2017 by MicroStrategy Incorporated. All rights reserved. If you have not executed a written or electronic agreement with

More information

Materials Control. Purchase Orders Internal Attachments. Product Version: Attachments Joerg Trommeschlaeger.

Materials Control. Purchase Orders Internal Attachments. Product Version: Attachments Joerg Trommeschlaeger. MICROS Purchase Orders Internal Product Version: 8.7.20.36.1421 : : : Date: 19.09.2012 Version No. of Document: 1.1 Copyright 2015, Oracle and/or its affiliates. All rights reserved. This software and

More information

Nimsoft Monitor. ocs_monitor Guide. v1.3 series

Nimsoft Monitor. ocs_monitor Guide. v1.3 series Nimsoft Monitor ocs_monitor Guide v1.3 series Legal Notices Copyright 2012, Nimsoft Corporation Warranty The material contained in this document is provided "as is," and is subject to being changed, without

More information

Installing Enterprise Switch Manager

Installing Enterprise Switch Manager Installing Enterprise Switch Manager NN47300-300 Document status: Standard Document version: 0401 Document date: 26 March 2008 All Rights Reserved The information in this document is subject to change

More information

Nokia Client Release Notes. Version 2.0

Nokia  Client Release Notes. Version 2.0 Nokia Email Client Release Notes Version 2.0 Published June 9, 2008 COPYRIGHT Copyright 1997-2008 Nokia Corporation. All rights reserved. Nokia, Nokia Connecting People, Intellisync, and Intellisync logo

More information

Oracle Public Sector Revenue Management Self Service

Oracle Public Sector Revenue Management Self Service Oracle Public Sector Revenue Management Self Service Release Notes Release 2.4.0 Service Pack 2 E61989-01 August 2015 Oracle Public Sector Revenue Management Self Service Release Notes Release 2.4.0 Service

More information

PeopleSoft Fluid Icon Standards

PeopleSoft Fluid Icon Standards ORACLE CORPORATION PeopleSoft Fluid Icon Standards Fluid User Experience November 2015 PeopleSoft Fluid Icon Standards Copyright 2015, Oracle and/or its affiliates. All rights reserved. This software and

More information

OpenPlant PowerPID. How to Add Service Key-in that Drives Component Template at Placement and Post Placement. Version 2.0

OpenPlant PowerPID. How to Add Service Key-in that Drives Component Template at Placement and Post Placement. Version 2.0 OpenPlant PowerPID How to Add Service Key-in that Drives Component Template at November 21, 2012 Trademarks Bentley, the B Bentley logo, MicroStation, ProjectWise and AutoPLANT are registered trademarks

More information

HYPERION SYSTEM 9 BI+ GETTING STARTED GUIDE APPLICATION BUILDER J2EE RELEASE 9.2

HYPERION SYSTEM 9 BI+ GETTING STARTED GUIDE APPLICATION BUILDER J2EE RELEASE 9.2 HYPERION SYSTEM 9 BI+ APPLICATION BUILDER J2EE RELEASE 9.2 GETTING STARTED GUIDE Copyright 1998-2006 Hyperion Solutions Corporation. All rights reserved. Hyperion, the Hyperion H logo, and Hyperion s product

More information

What s New for Oracle Cloud Stack Manager. Topics: July Oracle Cloud. What's New for Oracle Cloud Stack Release

What s New for Oracle Cloud Stack Manager. Topics: July Oracle Cloud. What's New for Oracle Cloud Stack Release Oracle Cloud What's New for Oracle Cloud Stack Release 18.3.2 E83240-17 July 2018 What s New for Oracle Cloud Stack Manager Oracle Cloud Stack Manager is upgraded in Oracle Cloud data centers as soon as

More information

ER/Studio Enterprise Portal User Guide

ER/Studio Enterprise Portal User Guide ER/Studio Enterprise Portal 1.1.1 User Guide Copyright 1994-2009 Embarcadero Technologies, Inc. Embarcadero Technologies, Inc. 100 California Street, 12th Floor San Francisco, CA 94111 U.S.A. All rights

More information

1 Review Information About this Guide

1 Review Information About this Guide Oracle Database Client Quick Installation Guide 10g Release 2 (10.2) for Microsoft Windows (x64) B15685-03 July 2008 This guide describes how to quickly install the Oracle Database Client product on Windows

More information

BEA WebLogic. Adapter for Siebel. Release Notes

BEA WebLogic. Adapter for Siebel. Release Notes BEA WebLogic Adapter for Siebel Release Notes Release 7.0 Document Date: December 2002 Copyright Copyright 2002 BEA Systems, Inc. All Rights Reserved. Copyright 2002 iway Software. All Rights Reserved.

More information

Siebel CRM Integration to Oracle FLEXCUBE Universal Banking Implementation Guide. Version 1.0 (Siebel CRM Version 8.2), Rev.

Siebel CRM Integration to Oracle FLEXCUBE Universal Banking Implementation Guide. Version 1.0 (Siebel CRM Version 8.2), Rev. CRM Integration to Universal Banking Implementation Guide Version 1.0 ( CRM Version 8.2), Rev. A December 2011 Copyright 2005, 2011 and/or its affiliates. All rights reserved. This software and related

More information

BEA Adapter for. ClarifyCRM. Release Notes

BEA Adapter for. ClarifyCRM. Release Notes BEA Adapter for ClarifyCRM Release Notes Release 7.0.3 Document Date: April 2003 Copyright Copyright 2003 BEA Systems, Inc. All Rights Reserved. Copyright 2003 iway Software. All Rights Reserved. Restricted

More information

Oracle Retail Order Management System (CWSerenade) Installation Instructions Release 5.0. December 2017

Oracle Retail Order Management System (CWSerenade) Installation Instructions Release 5.0. December 2017 Oracle Retail Order Management System (CWSerenade) Installation Instructions Release 5.0 December 2017 Oracle Retail Order Management System Installation Instructions, Release 5.0 Revision History Date

More information

Oracle Tuxedo Application Runtime for Batch

Oracle Tuxedo Application Runtime for Batch Oracle Tuxedo Application Runtime for Batch Installation Guide 12c Release 1 (12.1.1) August 2012 Oracle Tuxedo Application Runtime for Batch Installation Guide, 12c Release 1 (12.1.1) Copyright 2012,

More information

Oracle Enterprise Single Sign-on Logon Manager. Installation and Setup Guide Release E

Oracle Enterprise Single Sign-on Logon Manager. Installation and Setup Guide Release E Oracle Enterprise Single Sign-on Logon Manager Installation and Setup Guide Release 10.1.4.1.0 E12635-01 March 2009 Oracle Enterprise Single Sign-on, Installation and Setup Guide, Release 10.1.4.1.0 E12635-01

More information

1 Siebel Attachments Solution Overview

1 Siebel Attachments Solution Overview Oracle Fusion Middleware User's Guide for Oracle Enterprise Content Management Solutions for Oracle Siebel 11g Release 1 (11.1.1) E17067-01 May 2010 This document provides information on options available

More information

End User s Guide Release 5.0

End User s Guide Release 5.0 [1]Oracle Application Express End User s Guide Release 5.0 E39146-04 August 2015 Oracle Application Express End User's Guide, Release 5.0 E39146-04 Copyright 2012, 2015, Oracle and/or its affiliates. All

More information

QADirector. Installation Guide. Release 6.1

QADirector. Installation Guide. Release 6.1 QADirector Installation Guide Release 6.1 Copyright 2009 Micro Focus (IP) Ltd All Rights Reserved. Micro Focus (IP) Ltd. has made every effort to ensure that this book is correct and accurate, but reserves

More information

ER/Studio Enterprise Portal 1.1 Installation Guide

ER/Studio Enterprise Portal 1.1 Installation Guide ER/Studio Enterprise Portal 1.1 Installation Guide 2nd Edition, April 16/2009 Copyright 1994-2009 Embarcadero Technologies, Inc. Embarcadero Technologies, Inc. 100 California Street, 12th Floor San Francisco,

More information

Recipe Calculation Survey. Materials Control. Copyright by: MICROS-FIDELIO GmbH Europadamm 2-6 D Neuss Date: August 21 st 2007.

Recipe Calculation Survey. Materials Control. Copyright by: MICROS-FIDELIO GmbH Europadamm 2-6 D Neuss Date: August 21 st 2007. Recipe Calculation Survey Materials Control Copyright by: MICROS-FIDELIO GmbH Europadamm 2-6 D - 41460 Neuss Date: August 21 st 2007 Page 1 of 8 Copyright 2015, Oracle and/or its affiliates. All rights

More information

Nimsoft Service Desk. Single Sign-On Configuration Guide. [assign the version number for your book]

Nimsoft Service Desk. Single Sign-On Configuration Guide. [assign the version number for your book] Nimsoft Service Desk Single Sign-On Configuration Guide [assign the version number for your book] Legal Notices Copyright 2012, CA. All rights reserved. Warranty The material contained in this document

More information

Oracle Tuxedo Mainframe Adapter for SNA

Oracle Tuxedo Mainframe Adapter for SNA Oracle Tuxedo Mainframe Adapter for SNA Release Notes Release 11g R1 August 2010 Tuxedo Mainframe Adapter for SNA Release Notes, Release 11g R1 Copyright 2007, 2010, Oracle and/or its affiliates. All rights

More information

InQuira Analytics Installation Guide

InQuira Analytics Installation Guide InQuira Analytics Installation Guide Installing and Configuring InQuira Analytics Applications InQuira Version 8.1.2 Document Number IA80-IG-00 August 27, 2008 InQuira 851 Traeger Ave. Suite 125 San Bruno,

More information

Information Design Tool User Guide SAP BusinessObjects Business Intelligence platform 4.0 Support Package 4

Information Design Tool User Guide SAP BusinessObjects Business Intelligence platform 4.0 Support Package 4 Information Design Tool User Guide SAP BusinessObjects Business Intelligence platform 4.0 Support Package 4 Copyright 2012 SAP AG. All rights reserved.sap, R/3, SAP NetWeaver, Duet, PartnerEdge, ByDesign,

More information

Oracle Agile Engineering Data Management

Oracle Agile Engineering Data Management Oracle Agile Engineering Data Management Installation Manual for Oracle Weblogic 11g Rel 1 (10.3.3) on Unix for Agile e6.1.2 Part No. E20359-01 April 2011 Copyright and Trademarks Copyright 1995, 2011,Oracle

More information

Oracle Cloud. Using the Google Calendar Adapter Release 16.3 E

Oracle Cloud. Using the Google Calendar Adapter Release 16.3 E Oracle Cloud Using the Google Calendar Adapter Release 16.3 E68599-05 September 2016 Oracle Cloud Using the Google Calendar Adapter, Release 16.3 E68599-05 Copyright 2015, 2016, Oracle and/or its affiliates.

More information

Installing Enterprise Switch Manager

Installing Enterprise Switch Manager Installing Enterprise Switch Manager ATTENTION Clicking on a PDF hyperlink takes you to the appropriate page If necessary, scroll up or down the page to see the beginning of the referenced section NN47300-300

More information

SAS Enterprise Case Management 2.1. Administrator s Guide

SAS Enterprise Case Management 2.1. Administrator s Guide SAS Enterprise Case Management 2.1 Administrator s Guide The correct bibliographic citation for this manual is as follows: SAS Institute, Inc. 2010. SAS Enterprise Case Management 2.1: Administrator's

More information

Product Documentation. ER/Studio Portal. Installation Guide. Version 1.5 Published October 8, 2009

Product Documentation. ER/Studio Portal. Installation Guide. Version 1.5 Published October 8, 2009 Product Documentation ER/Studio Portal Installation Guide Version 1.5 Published October 8, 2009 2nd Edition Copyright 1994-2009 Embarcadero Technologies, Inc. Embarcadero Technologies, Inc. 100 California

More information

Module Code Entries Utility Oracle FLEXCUBE Universal Banking Release [December] [2016]

Module Code Entries Utility Oracle FLEXCUBE Universal Banking Release [December] [2016] Module Code Entries Utility Oracle FLEXCUBE Universal Banking Release 12.3.0.0.0 [December] [2016] Table of Contents 1. DSN ENTRIES UTILITY... 1-1 1.1 INTRODUCTION... 1-1 1.2 SETTING UP MODULE CODE ENTRIES...

More information

Development Workbench Rest-Services Development Oracle FLEXCUBE Universal Banking Release [May] [2018]

Development Workbench Rest-Services Development Oracle FLEXCUBE Universal Banking Release [May] [2018] Development Workbench Rest-Services Development Oracle FLEXCUBE Universal Banking Release 14.1.0.0.0 [May] [2018] Table of Contents 1. INTRODUCTION... 3 2. ENABLING OF REST IN RADXML... 4 3. GENERATION

More information

PeopleSoft Fluid Required Fields Standards

PeopleSoft Fluid Required Fields Standards ORACLE CORPORATION PeopleSoft Fluid Required Fields Standards Fluid User Experience November 2015 PeopleSoft Fluid Required Fields Standards Copyright 2015, Oracle and/or its affiliates. All rights reserved.

More information

1 Review Information About this Guide

1 Review Information About this Guide Oracle Database Client Quick Installation Guide 10g Release 2 (10.2) for Microsoft Windows (32-Bit) B14314-02 December 2005 This guide describes how to quickly install the Oracle Database Client product

More information

Pentaho Aggregation Designer User Guide

Pentaho Aggregation Designer User Guide Pentaho Aggregation Designer User Guide This document is copyright 2012 Pentaho Corporation. No part may be reprinted without written permission from Pentaho Corporation. All trademarks are the property

More information

Oracle Enterprise Manager Ops Center. Introduction. What You Will Need. Creating vservers 12c Release 1 ( )

Oracle Enterprise Manager Ops Center. Introduction. What You Will Need. Creating vservers 12c Release 1 ( ) Oracle Enterprise Manager Ops Center Creating vservers 12c Release 1 (12.1.4.0.0) E27357-02 June 2013 This guide provides an end-to-end example for how to use Oracle Enterprise Manager Ops Center. Introduction

More information