Using UCMDB Integration Studio to Setup Integration with Service Manager

Size: px
Start display at page:

Download "Using UCMDB Integration Studio to Setup Integration with Service Manager"

Transcription

1 Using UCMDB Integration Studio to Setup Integration with Service Manager Exercise 2.2 To: From: Subject: C. Michael, C. Michael DanBury, CMDB Manager Jennifer Falcon, System Administrator Universal CMDB Integration Studio Practice using the UCMDB Integration Studio to set up data push from the UCMDB into Service Manager. Thanks, Jennifer Tasks to Complete This Exercise Delete existing SM Integration Point Create and map integration TQL Create a new Integration Point for Service Manager Create and run Data Push jobs to replicate data in Service Manager Define integration from SM to UCMDB View CIs pushed from UCMDB into Service Manager Replicate new attributes from UCMDB to SM Change an attribute on a CI in UCMDB View the updated attribute from the Actual State tab in Service Manager Deleting existing SM Integration Point In this section, delete the existing Service Manager Integration Point. 1. From the desktop, double-click on the Internet Explorer short-cut icon. 2. Click the UCMDB link on the ITSM Demo Environment page that opens (If this launch page does not load, enter the following URL: 3. Log into the UCMDB using User Login: admin and User Password: hpswdemo$09! HP Restricted 2.2 1

2 CCRM 9.x: Essentials 4. Click Login. 5. Click the Data Flow Management tab. 6. Click Integration Studio to load the Integration Studio page. 7. From the Integration Studio, view the list of Integration Points. 8. Select sm. Note: On the right hand side, there are two types of integration types with Service Manager: Federation and Data Push. 9. Select the Federation tab and review the integration setup. 10. Select the Data Push tab and review the integration setup HP Restricted

3 Using UCMDB Integration Studio Note: Two jobs are defined. One to push the configuration items to Service Manager and another to push the relationships among the configuration items to Service Manager. 11. Double-click cmdb2sm job to review the job configuration details. Note: The queries listed define the information that is pushed to Service Manager. Those listed are provided out-of-the-box for UCMDB and SM integration. As part of this exercise, you will learn how to customize the data pushed to SM. 12. Click OK. 13. Click the Delete Integration button in the Integration Point pane. 14. Click OK to confirm that you want to delete this Integration. Creating and mapping integration TQL 15. Click Modeling in the bottom part of the left navigation bar. 16. Click Modeling Studio. 17. If not already selected, select the Resources tab. 18. From the Resource Type field, select Queries. HP Restricted 2.2 3

4 CCRM 9.x: Essentials 19. Expand Integration > SM Sync. 20. Select and right-click the hostdata TQL definition, and select Save As HP Restricted

5 Using UCMDB Integration Studio 21. The Save Query window appears. 22. In the Query Name field, enter DataPushNodes. 23. Click OK. The DataPushNodes map displays. 24. Select and right-click Root in the TQL map, and then select Query Node Properties. 25. From the Attribute tab, click Delete to delete all the attribute conditions. Note: Conditions can be created here to limit what CIs are pushed to Service Manager. Note: Do not delete the conditions defined on the other tabs, Cardinality, Qualifier and Identity. 26. Click Query Result Count and make sure you have 19 Root nodes. HP Restricted 2.2 5

6 CCRM 9.x: Essentials 27. Click OK. 28. Click OK. You will see an asterisk on the tab called DataPushNodes. You need to save the changes you have made. 29. From the main toolbar, click Save. Now, map the new TQL definition. 30. Click Data Flow Management in the bottom part of the left navigation bar. 31. Click Adapter Management. 32. Expand ServiceManagerAdapter7-1 > Configuration Files HP Restricted

7 Using UCMDB Integration Studio 33. Click ServiceManagerAdapter7-1/smSyncConfFile.xml. 34. Type the following XML under the <mapping> node: <tql name="datapushnodes" xslfile="host_data.xslt"> <request type="create" name="createucmdbcomputerrequest"/> <request type="update" name="updateucmdbcomputerrequest"/> <request type="delete" name="deleteucmdbcomputerrequest"/> </tql> HP Restricted 2.2 7

8 CCRM 9.x: Essentials Note: this added configuration tells the integration to use the new DataPushNodes TQL, but it is still using the host_data.xslt for the data translation details. We will look at this later in the course when we add fields to replicate from UCMDB to SM. 35. Click OK to save your changes. Using UCMDB Integration Studio to Create Integration Point to Service Manager In this section, create a new integration point to Service Manager. Afterwards, push data into Service Manager. 36. From the Navigator, click Data Flow Management. 37. Click Integration Studio to load the Integration Studio page. 38. From the Integration Studio, view the list of Integration Points. 39. Click New HP Restricted

9 Using UCMDB Integration Studio The Create New Integration Point window opens. 40. From the Integration Properties section, enter the following: a. Enter sm in the Integration Name field. b. Optionally, in the Description field, enter Service Manager integration. c. In the Adapter field, select Service Manager 7.1x, since it is the closest release to SM d. Make sure the Is Integration Activated field is selected. 41. From the Connection Properties section, enter the following: a. From the Credentials field, select Generic Protocol and the credentials listed there. The user name (smucmdbint) and password has already been entered for us; do not modify. b. In the Hostname/IP field, enter the fully qualified hostname of the Service Manager server. In this case, enter smrc.advantageinc.hpswdemo.com. HP Restricted 2.2 9

10 CCRM 9.x: Essentials 42. Click Test connection. 43. Click OK upon successful connection HP Restricted

11 Using UCMDB Integration Studio Creating and running Data Push jobs to replicate data in Service Manager Next, define the jobs to push the data from UCMDB to SM. Note: On the right side, Population, Federation, and Data Push tabs appear. 44. Select the Data Push tab on the right hand side. 45. Click the plus sign to add a new UCMDB job. The Create New Job Definition window opens. 46. In the Name field, enter cmdb2sm. 47. From the Select the Job Type field, select Changes. 48. From the Query Name section, add appropriate TQL queries by doing the following: a. Click the plus sign to add a query definition. b. Select the DataPushNodes TQL query from the list. c. Click OK. HP Restricted

12 CCRM 9.x: Essentials 49. Repeat the process as described in the previous step to add the following TQL queries to the list (these are found under Integration > SM Sync. Note: you may select multiple items to add at one time): a. applicationdata b. businessservicedata c. hostdata d. networkdata e. printerdata 50. From the right hand side of the list, check Allow Deletion for all queries. 51. Click OK to save the job definition. Define another job for the relationship data. 52. Click Add to define another job definition HP Restricted

13 Using UCMDB Integration Studio The Create new Job Definition window opens. 53. In the Name field, enter cmdb2smrels. 54. In the Select Job Type field, select RMI. Note: If the UCMDB contains relationship data, put the *relations* TQLs into the RMI job type and all others into the Changes job type. 55. From the Query Name list, click Add (plus sign) to add a TQL query definition. 56. From the Available Queries window, expand Integration > SM Sync. 57. Multiple select the following query definitions: a. applicationrelationsdata b. businessservicerelationsdata c. hostrelationsdata 58. Click OK to save the job definition. 59. From the main toolbar, click Save. Now, run the jobs to push data from UCMDB to SM. 60. Select the first job definition cmdb2sm. 61. Click Run Full Job for data push. 62. To check the status, click the Statistics button. If the Start Time from the latest replication job is not listed, click the Refresh button. HP Restricted

14 CCRM 9.x: Essentials 63. Click OK to close the Replication Job Statistics window. The replication job is complete. 64. Select the other job definition cmdb2smrels, and then click Run Full Job. 65. To check the status, click the Statistics button. 66. Click OK to close the Replication Job Statistics window. 67. Logout of the UCMDB interface. Defining integration from Service Manager to UCMDB Note: these steps are already done in the virtual environment, but you can step through them to ensure you are familiar with them. 68. From the student lab environment, click the CCRM-SMRCv5d tab at the top of the Internet Explorer window to go to the Service Manager server system. 69. Open a web browser, and then click the Service Manager link. 70. From the SM Login page, in the Login Name field, enter falcon. 71. In the password field, enter: hpswdemo$09! 72. Click Log in HP Restricted

15 Using UCMDB Integration Studio 73. From the left pane, expand System Administration Base System Configuration Miscellaneous and click System Information Record. 74. Click the Active Integrations tab. 75. Check HP Universal CMDB. 76. Fill the following information: a. UCMDB webservice URL: ces/ucmdbsmservice b. User Id: admin c. Password: hpswdemo$09! 77. Click Save. Note: When the System Information Record is changed, log out and log back in to see the change applied. Viewing CIs in Service Manager 78. From the left pane, expand Configuration Management Resources. 79. Click Search CIs. 80. From the CI Identifier field, enter oba, and then click Search. Note: If you would like, you can verify that all these hosts were replicated from UCMDB by modifying the column display. Click the More icon on the toolbar and select Modify Columns. Click in the first blank line of fields and type U (case sensitive). The field should fill with UCMDB Id. Click the Proceed button, and now you will see the UCMDB Id displayed in the list. HP Restricted

16 CCRM 9.x: Essentials 81. Select obadb Click the Managed State tab. Note: In many environments, these attributes would have originally been pushed (replicated) from the UCMDB or some other source HP Restricted

17 Using UCMDB Integration Studio 83. Click the Actual State tab. Note: These are attributes that do not reside in Service Manager but are available either from the UCMDB (or other tools via the UCMDB federation). HP Restricted

18 CCRM 9.x: Essentials Replicating new attributes from UCMDB to SM 84. Select the CCRM-UCMDB v5d tab from the top of the Internet Explorer window to go to the UCMDB server system. 85. Login as user admin and with the password hpswdmeo$09! 86. Navigate to Modeling > Modeling Studio. 87. From the Root directory, open DataPushNodes query definition. 88. From the query map, select and right-click the Root node. 89. Select Query Node Properties. 90. Click the Advanced Layout Settings button to get the Layout Settings dialog box. 91. Check the Vendor and OsVendor attributes. 92. Click OK. 93. Click OK to close the Query Node Properties dialog. 94. Click the Save button to save the TQL HP Restricted

19 Using UCMDB Integration Studio Add Vendor and OsVendor Attributes to Service Manager and UCMDB Integration 95. Toggle to Service Manager server system by clicking the CCRM-SMRC v5d tab at the top of the Internet Explorer window. 96. Navigate to Tailoring > Web Services, and then click WSDL Configuration. 97. Type ucmdb (lowercase) in the Service Name field, and then click Search. 98. Select ucmdbcomputer web service. 99. Select the Fields tab In the Field column, scroll to the bottom and add vendor field In the Caption column, enter Vendor as the caption In the Field column, scroll to the bottom and add os.manufacturer field In the Caption column, enter OsVendor as the caption Click Save Close the External Access Definition tab Toggle to UCMDB server system by clicking CCRM-UCMDB v5d tab Click Data Flow Management in the bottom part of the left navigation bar Click Adapter Management Expand Service Manager Adapter 7-1 > Configuration Files Open the host_data.xslt file Add the following text under <file.device> section: <xsl:for-each HP Restricted

20 CCRM 9.x: Essentials <Vendor><xsl:value-of select="."/></vendor> </xsl:for-each> 112. Add the following text under <file.computer> section: <xsl:for-each <OsVendor><xsl:value-of select="."/></osvendor> </xsl:for-each> Note: The select statement refers to the attribute name as defined in UCMDB. To determine the field name in UCMDB, go to Modeling > CI Type Manager. Note: The second line refers to the name provided in Service Manager in the WSDL Configuration file. The parameter is the value in the Caption field of the WSDL configuration file Click OK to save the file. Note: the XSLT files map data between the UCMDB CI Type and the SM web service. This file defines which (UCMDB) attribute goes into which (SM) file as defined in the WSDL Configuration Navigate to Data Flow Management Click Integration Studio Select the Service Manager Integration, sm Select the Data Push tab Click the ucmdb2sm job Click the Run Diff Job button Click Yes to run the synchronization job HP Restricted

21 Using UCMDB Integration Studio 121. Click Refresh every 30 seconds or so, until the status changes to Succeeded View the details of the job to ensure that items have been updated. Changing an attribute on a CI 123. Navigate to Modeling Modeling Studio Open the DataPushNodes Integration query (if it is not still open from earlier) From the right pane, select and right-click the Root node, and then select Show Element Instances Right-click obadb2, and select Properties In the Vendor field, enter HP In the OsVendor field, enter Microsoft Click Apply Click OK Click OK to close the dialog. HP Restricted

22 CCRM 9.x: Essentials 132. Navigate to Data Flow Management Click Integration Studio Select the Service Manager Integration, sm Select the Data Push tab Click the ucmdb2sm job Click the Run Full Job button Click Yes to run the synchronization job Click Refresh every 30 seconds or so, until the status changes to Succeeded View the details of the job to ensure that items have been updated. Adding Attribute to the Actual State View in SM You will now add a new attribute to display under the Actual State tab that contains data from the UCMDB Toggle to UCMDB and navigate to Modeling > Modeling Studio Expand Integration > SM Query and double-click the hostextendeddata TQL Right-click the Root node and select Query Node Properties Click Advanced Layout Settings to get the Layout Settings dialog box Check the Vendor attribute, and then click OK Click OK to close the Query Node Properties dialog Click Save to save the TQL In the right pane, right-click Root and select Show Element Instances Find and right-click obadb Select Properties Change the Vendor field value to Hewlett-Packard Click OK Click OK Toggle back to Service Manager and search again for obadb Navigate to Actual State and verify it now includes an attribute for Vendor and reflects the changed value from HP to Hewlett-Packard HP Restricted

23 Using UCMDB Integration Studio 156. In Service Manager, click the Vendor tab and notice the value for Vendor Name still appears as HP because the updated vendor name currently only resides in the UCMDB and was not replicated to Service Manager. HP Restricted

HP Service Manager. Universal CMDB Integration Guide (Using Service Manager Enhanced Generic Adapter)

HP Service Manager. Universal CMDB Integration Guide (Using Service Manager Enhanced Generic Adapter) HP Service Manager Software Version: Service Manager 9.40; Universal CMDB 10.20 or later For the supported Windows and Unix operating systems Universal CMDB Integration Guide (Using Service Manager Enhanced

More information

HP Universal CMDB. Software Version: Content Pack (CP18) Universal Discovery Content Guide - HP Integrations

HP Universal CMDB. Software Version: Content Pack (CP18) Universal Discovery Content Guide - HP Integrations HP Universal CMDB Software Version: Content Pack 18.00 (CP18) Universal Discovery Content Guide - HP Integrations Document Release Date: December 2015 Software Release Date: December 2015 Legal Notices

More information

UCMDB120 Universal CMDB 10.x Essentials

UCMDB120 Universal CMDB 10.x Essentials Course Data Sheet UCMDB120 Universal CMDB 10.x Essentials Course No.: UCMDB120-103 Category / Sub Category: Operations Management / Configuration Management System For software version(s): 10.30, 10.31,

More information

HP Service Manager Software

HP Service Manager Software HP Service Manager Software for the Windows and Unix operating systems Software Version: 9.20 HP Universal CMDB to HP Service Manager Integration Guide Document Release Date: June 2010 Software Release

More information

Software Version: Service Manager 9.40; Universal CMDB or later For the supported Windows and Unix operating systems

Software Version: Service Manager 9.40; Universal CMDB or later For the supported Windows and Unix operating systems HP Service Manager Software Version: Service Manager 9.40; Universal CMDB 10.01 or later For the supported Windows and Unix operating systems HP Universal CMDB Integration Guide (Using Service Manager

More information

How to Install and Configure the Barracuda Outlook Add-In

How to Install and Configure the Barracuda Outlook Add-In How to Install and Configure the Barracuda Outlook Add-In This article refers to the Barracuda Cloud Archiving Service and the Barracuda Outlook Add-In. For best results, confirm you are using the latest

More information

DB2 for z/os Stored Procedure support in Data Server Manager

DB2 for z/os Stored Procedure support in Data Server Manager DB2 for z/os Stored Procedure support in Data Server Manager This short tutorial walks you step-by-step, through a scenario where a DB2 for z/os application developer creates a query, explains and tunes

More information

(B) Execute SMS TCP MODBUS Interface Application

(B) Execute SMS TCP MODBUS Interface Application Security Management System software generates notifications which indicate the state of various health parameters eg disk failure, one or more cameras offline etc. These notifications can be exposed as

More information

HP Universal CMDB Configuration Manager

HP Universal CMDB Configuration Manager HP Universal CMDB Configuration Manager Software Version: 10.22 User Guide Document Release Date: December 2015 Software Release Date: December 2015 Legal Notices Warranty The only warranties for HP products

More information

EVAL (Degree Audit) for Administrative Assistants and Administrators

EVAL (Degree Audit) for Administrative Assistants and Administrators If you have not used the new web version of Colleague before, please refer to the Colleague User Interface 4.3 Basic New Features UIWeb document or the demo provided when opening the Datatel UIWeb version

More information

DBXL AZURE INSTALLATION GUIDE

DBXL AZURE INSTALLATION GUIDE Page 1 of 48 DBXL AZURE INSTALLATION GUIDE LAST UPDATED: October 25, 2016 ADDING A VIRTUAL MACHINE ON MICROSOFT AZURE Login to your Microsoft Azure site. Create a new Virtual Machine instance by clicking

More information

Join Queries in Cognos Analytics Reporting

Join Queries in Cognos Analytics Reporting Join Queries in Cognos Analytics Reporting Business Intelligence Cross-Join Error A join is a relationship between a field in one query and a field of the same data type in another query. If a report includes

More information

UCMDB Zeus History. Copyright 2012 Hewlett-Packard Development Company, L.P.

UCMDB Zeus History. Copyright 2012 Hewlett-Packard Development Company, L.P. UCMDB Zeus History Copyright 2012 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. The only warranties for HP products and services are set

More information

Internet Key Administration

Internet Key Administration Internet Key Administration An Internet Key allows multiple users access to a common Earthwork 4D software license. Users are created by the Internet Key s administrator. As an Internet Key administrator

More information

Oracle Big Data Cloud Service, Oracle Storage Cloud Service, Oracle Database Cloud Service

Oracle Big Data Cloud Service, Oracle Storage Cloud Service, Oracle Database Cloud Service Demo Introduction Keywords: Oracle Big Data Cloud Service, Oracle Storage Cloud Service, Oracle Database Cloud Service Goal of Demo: Oracle Big Data Preparation Cloud Services can ingest data from various

More information

HP Project and Portfolio Management Center

HP Project and Portfolio Management Center HP Project and Portfolio Management Center Software Version: 9.22 Release Notes Document Release Date: November 2013 Software Release Date: November 2013 Page 1 of 10 Legal Notices Warranty The only warranties

More information

How to Install and Configure the Barracuda Outlook Add-In

How to Install and Configure the Barracuda Outlook Add-In How to Install and Configure the Barracuda Outlook Add-In For best results, verify you are using the latest version of the Barracuda Outlook Add-In client. The Barracuda Outlook Add-In supports Outlook

More information

Enterprise Vault.cloud CloudLink Google Account Synchronization Guide. CloudLink to 4.0.3

Enterprise Vault.cloud CloudLink Google Account Synchronization Guide. CloudLink to 4.0.3 Enterprise Vault.cloud CloudLink Google Account Synchronization Guide CloudLink 4.0.1 to 4.0.3 Enterprise Vault.cloud: CloudLink Google Account Synchronization Guide Last updated: 2018-06-08. Legal Notice

More information

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited SHAREPOINT 2016 POWER USER

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited SHAREPOINT 2016 POWER USER SHAREPOINT 2016 POWER USER SharePoint 2016 Power User (SHP2016.2 version 1.0.0) Copyright Information Copyright 2016 Webucator. All rights reserved. Accompanying Class Files This manual comes with accompanying

More information

Perform a Server Move for Junxure

Perform a Server Move for Junxure Perform a Server Move for Junxure These instructions are the recommendations for IT personnel on how to perform a Server Move for the Junxure Database. Junxure Tech Support understands every environment

More information

Causeway ECM Team Notifications. Online Help. Online Help Documentation. Production Release. February 2016

Causeway ECM Team Notifications. Online Help. Online Help Documentation. Production Release. February 2016 Causeway ECM Team Notifications Online Help Production Release February 2016 Causeway Technologies Ltd Comino House, Furlong Road, Bourne End, Buckinghamshire SL8 5AQ Phone: +44 (0)1628 552000, Fax: +44

More information

HP Operations Orchestration

HP Operations Orchestration HP Operations Orchestration Software Version: 7.20 HP Business Availability Center Integration Document Release Date: July 2008 Software Release Date: July 2008 Legal Notices Warranty The only warranties

More information

Oracle Enterprise Manager Oracle Database and Application Testing. Application Testing Suite Lab. Session S318966

Oracle Enterprise Manager Oracle Database and Application Testing. Application Testing Suite Lab. Session S318966 Oracle Enterprise Manager Oracle Database and Application Testing Application Testing Suite Lab Session S318966 Oracle Enterprise Manager 11g Application Testing Suite 9.1 Hands on Lab Introduction to

More information

SharePoint 2013 Power User EVALUATION COPY. (SHP version 1.0.1) Copyright Information. Copyright 2013 Webucator. All rights reserved.

SharePoint 2013 Power User EVALUATION COPY. (SHP version 1.0.1) Copyright Information. Copyright 2013 Webucator. All rights reserved. SharePoint 2013 Power User (SHP2013.2 version 1.0.1) Copyright Information Copyright 2013 Webucator. All rights reserved. The Authors Bruce Gordon Bruce Gordon has been a Microsoft Certified Trainer since

More information

Prognosis Essentials Lab

Prognosis Essentials Lab Prognosis Essentials Lab Prognosis fundamentals Wednesday, October 18, 2017 Randy Andrews Rick Scheidegger Please check-in on the mobile app - see your class record, remember what tests to take, and help

More information

ORACLE USER PRODUCTIVITY KIT USAGE TRACKING ADMINISTRATION & REPORTING RELEASE SERVICE PACK 1 PART NO. E

ORACLE USER PRODUCTIVITY KIT USAGE TRACKING ADMINISTRATION & REPORTING RELEASE SERVICE PACK 1 PART NO. E ORACLE USER PRODUCTIVITY KIT USAGE TRACKING ADMINISTRATION & REPORTING RELEASE 3.6.1 SERVICE PACK 1 PART NO. E17383-01 MARCH 2010 COPYRIGHT Copyright 1998, 2010, Oracle and/or its affiliates. All rights

More information

Demo KACE K1000 System Management Appliance

Demo KACE K1000 System Management Appliance Demo KACE K1000 System Management Appliance Quick Start Guide Product Domain: Cloud Client Computing Author: Dan Coleman Version: 1.01 Table of Contents 1 Product Overview... 3 1.1 Lab Preparation Considerations

More information

Microsoft Virtual Labs. Module 1: Getting Started

Microsoft Virtual Labs. Module 1: Getting Started Microsoft Virtual Labs Module 1: Getting Started Table of Contents AdventureWorks Module 1: Getting Started... 1 Exercise 1 Adventure Works Walkthrough... 2 Exercise 2 Development Tools and Web Part Solution...

More information

Dreamweaver MX The Basics

Dreamweaver MX The Basics Chapter 1 Dreamweaver MX 2004 - The Basics COPYRIGHTED MATERIAL Welcome to Dreamweaver MX 2004! Dreamweaver is a powerful Web page creation program created by Macromedia. It s included in the Macromedia

More information

Workspace Administrator Help File

Workspace Administrator Help File Workspace Administrator Help File Table of Contents HotDocs Workspace Help File... 1 Getting Started with Workspace... 3 What is HotDocs Workspace?... 3 Getting Started with Workspace... 3 To access Workspace...

More information

MX-Contact Instruction Sheet Setting up SQL Replication SQL 2005

MX-Contact Instruction Sheet Setting up SQL Replication SQL 2005 1 Introduction The purpose of this Instruction Sheet is to describe how to set up SQL Replication from a SQL Server 2005 Database to a SQL Server 2005 Express Database so that MX-Contact Enterprise Edition

More information

IS L02-MIGRATING TO SEP 12.1

IS L02-MIGRATING TO SEP 12.1 IS L02-MIGRATING TO SEP 12.1 Description Migrating to Symantec Endpoint Protection (SEP)? Want to upgrade to the latest SEP technology? In this Lab, see how to upgrade a multi-site Symantec Endpoint Protection

More information

Product Documentation

Product Documentation Product Documentation Configuring Citrix XenDesktop Imprivata OneSign 5.5 SP1 Imprivata Confirm ID 5.5 SP1 2018 Imprivata, Inc. All Rights Reserved. This document includes information about configuring

More information

There are four (4) skills every Drupal editor needs to master:

There are four (4) skills every Drupal editor needs to master: There are four (4) skills every Drupal editor needs to master: 1. Create a New Page / Edit an existing page. This entails adding text and formatting the content properly. 2. Adding an image to a page.

More information

[ Getting Started with Analyzer, Interactive Reports, and Dashboards ] ]

[ Getting Started with Analyzer, Interactive Reports, and Dashboards ] ] Version 5.3 [ Getting Started with Analyzer, Interactive Reports, and Dashboards ] ] https://help.pentaho.com/draft_content/version_5.3 1/30 Copyright Page This document supports Pentaho Business Analytics

More information

AccuRev Plug-In for Visual Studio PE Installation and Release Notes

AccuRev Plug-In for Visual Studio PE Installation and Release Notes AccuRev Plug-In for Visual Studio PE 2018.1 Installation and Release Notes Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 2018.

More information

Calendar & Buttons Dashboard Menu Features My Profile My Favorites Watch List Adding a New Request...

Calendar & Buttons Dashboard Menu Features My Profile My Favorites Watch List Adding a New Request... remitview User Guide 1 TABLE OF CONTENTS INTRODUCTION... 3 Calendar & Buttons... 3 GETTING STARTED.... 5 Dashboard.... 7 Menu Features... 8 PROFILE.... 10 My Profile... 10 My Favorites... 12 Watch List...

More information

We start by providing you with an overview of the key feature of the IBM BPM Process Portal.

We start by providing you with an overview of the key feature of the IBM BPM Process Portal. Lab 1 Process Portal 1.1 Overview This lab exercise will make you familiar with the key capabilities of the ready-to-use Process Portal included with IBM Business Process Manager (BPM). You will experience

More information

HP Operations Manager i

HP Operations Manager i HP Operations Manager i Software Version: 10.00 OMi Integrations Guide Document Release Date: January 2015 Software Release Date: March 2015 Legal Notices Warranty The only warranties for HP products and

More information

ZENworks Service Desk 8.0 Using ZENworks with ZENworks Service Desk. November 2018

ZENworks Service Desk 8.0 Using ZENworks with ZENworks Service Desk. November 2018 ZENworks Service Desk 8.0 Using ZENworks with ZENworks Service Desk November 2018 Legal Notices For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions,

More information

Building a Simple Workflow Application for the Sybase Unwired Server [Part 3]

Building a Simple Workflow Application for the Sybase Unwired Server [Part 3] MOBILITY Building a Simple Workflow Application for the Sybase Unwired Server [Part 3] By Mark Gearhart, SAP In the third of a 3-part series, we build a simple workflow application for the Sybase Unwired

More information

SBCC Web File System - Xythos

SBCC Web File System - Xythos Table of Contents Table of Contents...1 Purpose...1 Login Procedure...1 Creating and Sharing a Web Folder for MAT153...2 Dreamweaver Remote Info...4 I Forgot My Pipeline Credentials...6 Purpose This purpose

More information

1 Installing the integration server

1 Installing the integration server 1 Installing the integration server This document contains information about how to install the Rational DOORS for HP Quality Center Interface integration server. Installing the integration server also

More information

HP SM Service Catalog-PPM Center Project Proposal Integration Solution

HP SM Service Catalog-PPM Center Project Proposal Integration Solution HP SM Service Catalog-PPM Center Project Proposal Integration Solution Software Version: 1.01 For the supported Windows operating system Configuration Guide Document Release Date: September 2015 Software

More information

A³ Platform Quick Start

A³ Platform Quick Start A³ Platform Quick Start Last Update: Sep 07, 2011 Copyright 2002-2011 Visual Paradigm International Ltd. Table of Contents Table of Contents... 2 Getting Started... 3 Download A3 Platform... 3 Start-up

More information

Version 6.3 Upgrade Guide

Version 6.3 Upgrade Guide Version 6.3 Upgrade Guide Copyright 2016 Manufacturing Information Systems, Inc. 217-4 Maxham Meadow Way Woodstock, Vermont 05091 MISys and the MISys logo are registered trademarks of Manufacturing Information

More information

Colleague UI4.3 Documentation

Colleague UI4.3 Documentation Colleague UI4.3 Documentation Table of Contents Getting Started... 2 Add the Shortcuts to your Desktop... 2 Searching for and Using Forms... 3 Begin Your Form Search... 3 Form Search Results... 3 The Navigation

More information

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.5.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

Starting ParTEST. Select Start, Programs ParTEST ParTEST Enter your User Name and password

Starting ParTEST. Select Start, Programs ParTEST ParTEST Enter your User Name and password Starting ParTEST User Login Select Start, Programs ParTEST ParTEST Enter your User Name and password If you still logged into ParTEST as the Administrator Select File, Logout. Enter your User name and

More information

The Connector Version 2.0 Microsoft Project to Atlassian JIRA Connectivity

The Connector Version 2.0 Microsoft Project to Atlassian JIRA Connectivity The Connector Version 2.0 Microsoft Project to Atlassian JIRA Connectivity User Manual Ecliptic Technologies, Inc. Copyright 2011 Page 1 of 99 What is The Connector? The Connector is a Microsoft Project

More information

erequest How to apply guide

erequest How to apply guide Overview is an application that assists UCB in request life cycle management. UCB has clear guidance in place on what they can support or sponsor. Online requests will go through an internal review and

More information

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

INSTALLATION INSTRUCTIONS

INSTALLATION INSTRUCTIONS INSTALLATION INSTRUCTIONS The DPA program must be updated annually for tax, law, and system changes. We recommend that you always back up and/or copy the program s folder to another location prior to installation.

More information

HP ALM Overview. Exercise Outline. Administration and Customization Lab Guide

HP ALM Overview. Exercise Outline. Administration and Customization Lab Guide HP ALM 11.00 Administration and Customization Lab Guide Overview This Lab Guide contains the exercises for Administration and Customization of HP ALM 11 Essentials training. The labs are designed to enhance

More information

Demos.Dell.com Guide: SupportAssist for Servers or with OpenManage Essentials

Demos.Dell.com Guide: SupportAssist for Servers or with OpenManage Essentials Demos.Dell.com Guide: SupportAssist for Servers or with OpenManage Essentials This guide is to help you confidently deliver Dell SupportAssist for Enterprise demos! Review the guide and practice the demo

More information

Using the IMS Universal Drivers and QMF to Access Your IMS Data Hands-on Lab

Using the IMS Universal Drivers and QMF to Access Your IMS Data Hands-on Lab Attendee Choice: IMS Hands-on Lab Thursday, August 13, 2015: 12:30 PM - 01:30 PM, Dolphin, Asia 5 #17765 Insert Custom Session QR if Desired Business Analytics on zenterprise The QMF 11 Product Family

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for Configuring Avotus Enhanced Usage Reporting for Unified Communications with Avaya Aura Presence Services Snap-in running on Avaya Breeze

More information

Installation Guide CSA Group Reader App for Windows Desktop

Installation Guide CSA Group Reader App for Windows Desktop Installation Guide CSA Group Reader App for Windows Desktop Contents Downloading and Installing the CSA Reader App. 2 Creating an Account.... 3 Redeeming your Code. 5 Navigating the ebook.. 7 Page 1 of

More information

Welcome to the CP Portal

Welcome to the CP Portal Welcome to the CP Portal Access your school documents from home Launch Internet Explorer and navigate to: https://files.cpcsc.k12.in.us/htcomnet/ Click on Continue to this website (not recommended) Key

More information

Xtender. Scanning & Indexing

Xtender. Scanning & Indexing Xtender Scanning & Indexing 1 TABLE OF CONTENTS Introduction to Xtender -------------------------------------------------------------------------------- 2 Gaining Access --------------------------------------------------------------------------------------------

More information

Quick Reference Guide Hosting WebEx Meetings

Quick Reference Guide Hosting WebEx Meetings Quick Reference Guide Hosting WebEx Meetings You can schedule meetings in advance, or start an instant meeting and invite participants to join you. They do not have to subscribe to WebEx. They simply click

More information

INTRODUCTION. The Human Resources department has implemented this system in order to automate many of the tasks of the employment application process.

INTRODUCTION. The Human Resources department has implemented this system in order to automate many of the tasks of the employment application process. User Guide INTRODUCTION The Human Resources department has implemented this system in order to automate many of the tasks of the employment application process. You will use this system to complete three

More information

BDM Hyperion Workspace Basics

BDM Hyperion Workspace Basics BDM Hyperion Workspace Basics Contents of this Guide - Toolbars & Buttons Workspace User Interface 1 Standard Toolbar 3 Explore Toolbar 3 File extensions and icons 4 Folders 4 Browsing Folders 4 Root folder

More information

HP Service Test Management

HP Service Test Management HP Service Test Management for the Windows operating system Software Version: 11.00 Installation Guide Document Release Date: February 2011 Software Release Date: February 2011 Legal Notices Warranty The

More information

Oracle General Navigation Overview

Oracle General Navigation Overview Oracle 11.5.9 General Navigation Overview 1 Logging On to Oracle Applications You may access Oracle, by logging onto the ATC Applications Login System Status page located at www.atc.caltech.edu/support/index.php

More information

Creating a custom module is essentially the process of creating a container to hold your customized Discovery jobs.

Creating a custom module is essentially the process of creating a container to hold your customized Discovery jobs. This blog covers Effectual s best practices for customizing trigger TQL, CI Type inputs and input queries, as well as briefly explaining the rationale for our modifications. Each section will walk the

More information

Student Manual. Cognos Analytics

Student Manual. Cognos Analytics Student Manual Cognos Analytics Join Queries in Cognos Analytics Reporting Cross-Join Error A join is a relationship between a field in one query and a field of the same data type in another query. If

More information

Interlink Express Desktop Printing Service Installation Guide

Interlink Express Desktop Printing Service Installation Guide Interlink Express Desktop Printing Service Installation Guide Page 1 of 10 Introduction This guide is intended to provide guidance on how to install and configure the new Interlink Express Desktop Printing

More information

When you access the Practice Lab, you will see a screen similar to the illustration below.

When you access the Practice Lab, you will see a screen similar to the illustration below. Introduction When you access the Practice Lab, you will see a screen similar to the illustration below. The main navigation areas of the Practice Lab are located on the right-hand side of the screen. These

More information

Tivoli Common Reporting V Cognos report in a Tivoli Integrated Portal dashboard

Tivoli Common Reporting V Cognos report in a Tivoli Integrated Portal dashboard Tivoli Common Reporting V2.1.1 Cognos report in a Tivoli Integrated Portal dashboard Preethi C Mohan IBM India Ltd. India Software Labs, Bangalore +91 80 40255077 preethi.mohan@in.ibm.com Copyright IBM

More information

Bloomberg Software Installation Manual New Bloomberg Professional Installer (InstallAware) English

Bloomberg Software Installation Manual New Bloomberg Professional Installer (InstallAware) English Bloomberg Software Installation Manual New Bloomberg Professional Installer (InstallAware) English 18 June 2018 Version: 1.0 2018 Bloomberg L.P. All rights reserved. 1 Download the Bloomberg Software...2

More information

Student Lab Manual MS101.1x: Microsoft 365 Security Management

Student Lab Manual MS101.1x: Microsoft 365 Security Management Student Lab Manual MS101.1x: Microsoft 365 Security Management Lab Scenario You are the system administrator for Adatum Corporation, and you have Microsoft 365 deployed in a virtualized lab environment.

More information

Joomla Installer User Guide. Version 1.0

Joomla Installer User Guide. Version 1.0 Joomla Installer User Guide Version 1.0 Contents 0. Document History... 3 1. Introduction... 4 1.1. Navigation... 5 2. Install... 6 3. Uninstall... 8 4. Go to... 9 5. Manage... 10 6. Application Changes...

More information

TOP SERVER V5 CLIENT CONNECTIVITY ROCKWELL FACTORYTALK VIEW STUDIO. Table of Contents

TOP SERVER V5 CLIENT CONNECTIVITY ROCKWELL FACTORYTALK VIEW STUDIO. Table of Contents ROCELL FACTORYTALK VIEW 1 (15) Table of Contents Overview and Requirements... 2 Creating a New FactoryTalk Project... 2 Adding a New Data Server to the Project... 4 Synchronizing FactoryTalk with the OPC

More information

Partner Integration Portal (PIP) Installation Guide

Partner Integration Portal (PIP) Installation Guide Partner Integration Portal (PIP) Installation Guide Last Update: 12/3/13 Digital Gateway, Inc. All rights reserved Page 1 TABLE OF CONTENTS INSTALLING PARTNER INTEGRATION PORTAL (PIP)... 3 DOWNLOADING

More information

BASIC USER TRAINING PROGRAM Module 4: Topology

BASIC USER TRAINING PROGRAM Module 4: Topology BASIC USER TRAINING PROGRAM Module 4: Topology Objective Students will learn to work in the Topology editor to create devices, specify links between devices, create and set properties. In addition, students

More information

Using Integration Utility

Using Integration Utility CHAPTER 3 CiscoWorks Integration Utility downloads Network Management Integration Data Bundle (NMIDB) and integrates LAN Management Solutions (LMS) applications, icons, MIBs, and traps with third-party

More information

Configuring an IMAP4 or POP3 Journal Account for Microsoft Exchange Server 2003

Configuring an IMAP4 or POP3 Journal Account for Microsoft Exchange Server 2003 Configuring an IMAP4 or POP3 Journal Account for Microsoft Exchange Server 2003 This article refers to Microsoft Exchange Server 2003. As of April 8, 2014, Microsoft no longer issues security updates for

More information

Media Writer. Installation Guide LX-DOC-MW5.1.9-IN-EN-REVB. Version 5.1.9

Media Writer. Installation Guide LX-DOC-MW5.1.9-IN-EN-REVB. Version 5.1.9 Media Writer Installation Guide Version 5.1.9 Regulations and Compliance Tel: 1-844-535-1404 Email: TS_PACSGEAR@hyland.com 2018 Hyland. Hyland and the Hyland logo are trademarks of Hyland LLC, registered

More information

ALES Wordpress Editor documentation ALES Research websites

ALES Wordpress Editor documentation ALES Research websites ALES Wordpress Editor documentation ALES Research websites Contents Login... 2 Website Dashboard... 3 Editing menu order or structure... 4 Add a new page... 6 Move a page... 6 Select a page to edit...

More information

Colligo Engage Outlook App 7.1. Offline Mode - User Guide

Colligo Engage Outlook App 7.1. Offline Mode - User Guide Colligo Engage Outlook App 7.1 Offline Mode - User Guide Contents Colligo Engage Outlook App 1 Benefits 1 Key Features 1 Platforms Supported 1 Installing and Activating Colligo Engage Outlook App 3 Checking

More information

DOCUMENT IMAGING REFERENCE GUIDE

DOCUMENT IMAGING REFERENCE GUIDE January 25, 2017 DOCUMENT IMAGING REFERENCE GUIDE AppXtender Web Access version 7 Kent State University Division of Information Services AppXtender Web Access Help: For questions regarding AppXtender Web

More information

INTRODUCTION. The Human Resources department has implemented this system in order to automate many of the tasks of the employment application process.

INTRODUCTION. The Human Resources department has implemented this system in order to automate many of the tasks of the employment application process. User Guide INTRODUCTION The Human Resources department has implemented this system in order to automate many of the tasks of the employment application process. You will use this system to complete three

More information

Banner Communication Management User Guide. Release 9.3 May 2017

Banner Communication Management User Guide. Release 9.3 May 2017 Banner Communication Management User Guide Release 9.3 May 2017 Notices Notices 2015-2017 Ellucian. Contains confidential and proprietary information of Ellucian and its subsidiaries. Use of these materials

More information

BANNER 9 QUICK NAVIGATION GUIDE

BANNER 9 QUICK NAVIGATION GUIDE Application Navigator Application Navigator provides a single interface to navigate the Banner 9 JAVA pages. It is a tool that allows you to go back and forth between the current Banner forms and the new

More information

For the Windows, Oracle Enterprise Linux, Red Hat Enterprise Linux, and SUSE Linux Enterprise operating systems Software Version: 10.01, CP 12.

For the Windows, Oracle Enterprise Linux, Red Hat Enterprise Linux, and SUSE Linux Enterprise operating systems Software Version: 10.01, CP 12. HP Universal CMDB For the Windows, Oracle Enterprise Linux, Red Hat Enterprise Linux, and SUSE Linux Enterprise operating systems Software Version: 10.01, CP 12.00 Discovery and Integration Content Guide

More information

Mobile 1.1 Extension Module for vtiger CRM 5.1.0

Mobile 1.1 Extension Module for vtiger CRM 5.1.0 Mobile 1.1 Extension Module for vtiger CRM 5.1.0 Table of Contents About...3 Installation...3 Step 1: Open Module Manager...3 Step 2: Import Module...3 Step 3: Verify Import Details...4 Step 4: Finish...4

More information

Colligo Engage Outlook App 7.1. Connected Mode - User Guide

Colligo Engage Outlook App 7.1. Connected Mode - User Guide 7.1 Connected Mode - User Guide Contents Colligo Engage Outlook App 1 Benefits 1 Key Features 1 Platforms Supported 1 Installing and Activating Colligo Engage Outlook App 2 Checking for Updates 3 Updating

More information

VIRTUALIZATION MANAGER ENTERPRISE EDITION GETTING STARTED GUIDE

VIRTUALIZATION MANAGER ENTERPRISE EDITION GETTING STARTED GUIDE VIRTUALIZATION MANAGER ENTERPRISE EDITION GETTING STARTED GUIDE This manual provides a quick introduction to Virtual Iron software, and explains how to use Virtual Iron Virtualization Manager to configure

More information

Software Release Communication 02/07/2014. Topics covered. Solutions You Can Count On

Software Release Communication 02/07/2014. Topics covered. Solutions You Can Count On Topics covered Vea Web... 2 User Access Changes... 4 Dashboard Sharing... 7 Component Upgrade... 8 System Manager Geocode Function... 9 Installer Changes... 11 VEA WEB The initial version of Vea Web, included

More information

CIS 231 Windows 10 Install Lab # 3

CIS 231 Windows 10 Install Lab # 3 CIS 231 Windows 10 Install Lab # 3 1) To avoid certain problems later in the lab, use Chrome as your browser: open this url: https://vweb.bristolcc.edu 2) Here again, to avoid certain problems later in

More information

Installing CHART To simplify the process, we have included the software with this guide.

Installing CHART To simplify the process, we have included the software with this guide. Setting up CHART This procedure provides a step by step guide to installing and updating the Primis CHART tool which is used for the Diabetes Deep Dive project. Prerequisites 1. Local admin account for

More information

OpenManage Management Pack for vrealize Operations Manager Version 1.1. Installation Guide

OpenManage Management Pack for vrealize Operations Manager Version 1.1. Installation Guide OpenManage Management Pack for vrealize Operations Manager Version 1.1 Installation Guide Notes, cautions, and warnings A NOTE indicates important information that helps you make better use of your product.

More information

AccuRev Plug-In for Visual Studio PE Installation and Release Notes

AccuRev Plug-In for Visual Studio PE Installation and Release Notes AccuRev Plug-In for Visual Studio PE 2017.2 Installation and Release Notes Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 2017.

More information

HP Intelligent Management Center v7.1

HP Intelligent Management Center v7.1 HP Intelligent Management Center v7.1 iar Quick Start Guide Part number: 5998-6863 Published: September 2014 Software Version: IMC PLAT 7.1 (E0302) Edition: 1.0 Legal and notice information Copyright 2014

More information

HOL159 Integrating Microsoft Technologies to Microsoft Dynamics AX 4.0. Hands-On Lab

HOL159 Integrating Microsoft Technologies to Microsoft Dynamics AX 4.0. Hands-On Lab HOL159 Integrating Microsoft Technologies to Microsoft Dynamics AX 4.0 Hands-On Lab Integrating Microsoft Technologies to Microsoft Dynamics AX 4.0 Lab Manual Table of Contents Lab 1: Deploy Enterprise

More information

RapidIdentity Mobile Guide

RapidIdentity Mobile Guide RapidIdentity Mobile Guide Welcome to the RapidIdentity Mobile Component page. The RapidIdentity Mobile guide describes the installation and configuration options for the RapidIdentity Mobile application.

More information

Installing Double-Take

Installing Double-Take Installing Double-Take Overview For Double-Take Replication to take place, you must have the following requirements: Double-Take Availability installed on the Source Server Double-Take Availability installed

More information

owncloud Android App Manual

owncloud Android App Manual owncloud Android App Manual Release 2.0.0 The owncloud developers December 14, 2017 CONTENTS 1 Using the owncloud Android App 1 1.1 Getting the owncloud Android App...................................

More information

HP Intelligent Management Center SOM Administrator Guide

HP Intelligent Management Center SOM Administrator Guide HP Intelligent Management Center SOM Administrator Guide Abstract This guide contains comprehensive conceptual information for network administrators and other personnel who administrate and operate the

More information