AccuBridge Integration Services. AIS for Atlassian JIRA: Quick-Start

Size: px
Start display at page:

Download "AccuBridge Integration Services. AIS for Atlassian JIRA: Quick-Start"

Transcription

1 The TimeSafe Configuration Management System AccuBridge Integration Services AIS for Atlassian JIRA: Quick-Start Version January, 2007 AccuBridge Integration Services for Atlassian JIRA 1

2 This document provides instructions for installing and setting up the AccuBridge Integration Service for Atlassian JIRA ( AIS for JIRA ). It does not present a full description of AIS for JIRA s features or its architecture. Name Mappings The setup process can involve working on multiple computers, and involves entering usernames, passwords, and filenames in configuration files. For simplicity and clarity, the instructions include examples that consistently use the following set of generic names, using this font: Generic Name Actual Name Description ais-mach Machine on which AIS for JIRA is installed ais-install Location on ais-mach where AIS for JIRA is installed accu-issues Name of AccuRev depot containing AccuWork issue database accu-mach Machine on which AccuRev Server runs jira-mach Machine on which JIRA runs jira-proj Name of JIRA project accu-chg-pkg Field in JIRA project that gets AccuRev change package data ais-user AccuRev user identity used by AIS for JIRA ais-user-pswd Password of AccuRev user identity used by AIS for JIRA jira-filt JIRA filter that selects the records to be processed by AIS for JIRA jira-projkey Three-character string that identifies the JIRA project to be processed by AIS for JIRA We recommend that you replace these generic names with names that are meaningful for your organization. Use the Actual Name column in the table above to keep track of the names you choose. You ll need a complete set of mappings to perform the customization of AIS for JIRA configuration files, starting at Step 11. Assumptions About Your Current Development Environment These instructions make the following assumptions about your development environment: The AccuRev Server is installed on your network (machine name: accu-mach). JIRA is installed on your network (machine name: jira-mach). JIRA and the AccuRev Server can be installed on the same machine; in this case, you ll use the same machine name where the examples below use the generic names accu-mach and jira-mach. AccuBridge Integration Services for Atlassian JIRA 2

3 An AccuWork issue database has been created in the AccuRev data repository (depot name: accu-issues) A JIRA project has been created (project name: jira-proj). AIS for JIRA will transfer data in both directions between AccuWork issue database accuissues and JIRA project jira-proj. (But this is not an architectural limitation; AIS for JIRA can be configured to involve multiple AccuWork issue databases and multiple JIRA projects.) The JIRA project serves as your organization s main issue tracking system (ITS). When AIS for JIRA is deployed, the AccuWork issue database will serve as a mirror of the JIRA project. In addition, AccuRev change packages maintained in the AccuWork issue database will be mirrored in a newly created field in the JIRA project (field name: accu-chg-pkg). Step 1 Verify network connectivity On machine accu-mach, execute the operating system s ping command to verify the connection to machine jira-mach. Step 2 Select a machine on which to install AIS for JIRA The machine you select can run Unix/Linux or Windows (machine name: ais-mach). It must have access, through the IP network protocol, to both jira-mach and accu-mach, the machines on which JIRA and the AccuRev Server are installed. Use the operating system s ping command to verify the connectivity. ais-mach can be the same machine as jira-mach or accu-mach. In general, minimizing the number of separate machines involved results in better AIS for JIRA performance. But take care not to overload the CPU resources of any single machine. Step 3 Create an AIS for JIRA user identity 3.1 Have the system administrator for machine ais-mach create a new OS-level user identity (username: ais-user, password: ais-user-pswd). The Perl scripts that implement AIS for JIRA will run under this user identity. 3.2 Have the AccuRev administrator for accu-issues create an AccuRev user identity with the same username and password: ais-user / ais-user-pswd. For optimal security, this identity should be used only by AIS for JIRA. It must have full read/write access to the accu-issues issue database. The AccuRev administrator should verify that ACL permissions are set appropriately. 3.3 Have the JIRA administrator for jira-proj create a JIRA user identity with the same username and password: ais-user / ais-user-pswd. For optimal security, this identity should be used only by AIS for JIRA. It can be a member of the jira-developers group; it s not necessary for it to be a member of jira-administrators. AccuBridge Integration Services for Atlassian JIRA 3

4 Step 4 Modify the AccuWork issue database schema 4.1 Have the AccuRev administrator for machine accu-mach add two data fields to the schema for the accu-issues issue database: issuekey (field type: Text) will store the unique JIRA record identifier of each issue record. This field is independent of the issuenum field, which uniquely identifies the issue record at the AccuWork level. issuelink (field type: Attachment) field will store a URL that AccuWork users can use to launch a Web browser and access the JIRA record. Step 5 In addition to making these changes on the Schema subtab, the administrator should add the new fields to the issue database s edit form, using the Layout subtab. Set up AccuRev client access 5.1 Install the AccuRev client software on machine ais-mach. (If necessary, download the installation program from Log in to machine ais-mach as user ais-user. 5.3 Set up AccuRev authentication of user ais-user on this machine, using AccuRev CLI commands: If the AccuRev Server uses the traditional user-authentication scheme, make sure this user s password is accessible on this machine: accurev setlocalpasswd ais-user-pswd If the AccuRev Server uses the AccuRev login user-authentication scheme (introduced in AccuRev 4.5), perform an AccuRev login: accurev login -n ais-user Enter the password ais-user-pswd when prompted. AccuBridge Integration Services for Atlassian JIRA 4

5 5.4 To test AccuRev client access through the new user identity, execute these AccuRev CLI commands: accurev info The output of this command should indicate that the Principal (AccuRev-level username) is ais-user and the Server is accu-mach. accurev secinfo The output of this command should be the single word authuser, indicating that the AccuRev Server recognizes ais-user as a user with a valid password. 5.5 Have the AccuRev administrator for machine accu-mach give you a copy of the XMLformat file that defines the database schema for AccuRev issue database accu-issues. This file is located in the AccuRev installation area: Step 6.../storage/depots/accu-issues/dispatch/config/schema.xml Alternatively, use a screen shot of the Schema subtab of the AccuWork Schema Editor. Install Perl 6.1 Install a distribution of the Perl scripting language on machine ais-mach. We recommend the free ActivePerl distribution from ActiveState ( You don t need to install any optional Perl modules, just the base distribution. 6.2 Verify the Perl installation with this command: Step 7 > perl v This is perl, v5.8.7 built for MSWin32-x86-multi-thread... Install AIS for JIRA 7.1 On machine ais-mach, use a Web browser to visit Under Other Downloads, click the AccuBridge Installation Packages link. 7.3 Download the ZIP archive for AccuBridge for Atlassian JIRA. 7.4 Uncompress the AIS for JIRA files into a directory in the local file system (directory name: ais-install). Step 8 Configure JIRA to accept remote API calls The next few steps must be performed by a JIRA user who is a member of the jiraadministrators group. AccuBridge Integration Services for Atlassian JIRA 5

6 8.1 Login to the JIRA server, using a Web browser on any machine in the network. 8.2 Go to the Administration section: 8.3 In the Global Settings subsection, click the General Configuration link: 8.4 Scroll to the bottom of the screen, and click Edit Configuration: 8.5 Click the Accept remote API calls radio button: AccuBridge Integration Services for Atlassian JIRA 6

7 8.6 Click the Update button at the bottom of the screen. Staying logged in to JIRA as a member of the jira-administrators group, continue to the next step. Step 9 Create a JIRA custom field for change package data This step must be performed by someone who has a JIRA username and is a member of the jiraadministrators group. 9.1 In the Issue Fields subsection, click the Custom Fields link: 9.2 Click the Add Custom Field link: 9.3 Select the field type Free Text Field, and click the Next button: 9.4 Enter a name for the new field (field name: accu-chg-pkg), and click the Finish button: AccuBridge Integration Services for Atlassian JIRA 7

8 9.5 Place the new field on one of the project s screens typically the Default Screen, to ensure that the field will be visible to users. Then click the Update button. Step 10 Create a JIRA filter to select the records to be processed 10.1 Determine the three-character key string for the JIRA project that will be processed by AIS for JIRA. You might need to go to the Browse Projects section. (You might also need to click the All Projects link in that section.) Note the key for the desired project (key: jira-projkey): 10.2 Go to the Find Issues section: AccuBridge Integration Services for Atlassian JIRA 8

9 10.3 Enter the specifications for a search that locates the records to be transferred to AccuWork. For example, these specifications define a search that selects all Bugs in project Curly. Click the View button to run the search, and verify that you ve entered the specifications correctly. Revise the specs and click View again, as many times as necessary When you are satisfied that the search is correctly defined, save it as a named filter (filter name: jira-filt): 10.5 Click the XML link, to view the results of the filter/search in XML-format: 10.6 Using cut-and-paste, save a copy of the complete URL (Web address). Also, save enough of the XML data so that you have a complete <item> element everything between an occurrence of <item> and the next occurrence of </item>. AccuBridge Integration Services for Atlassian JIRA 9

10 This ends the work with the JIRA Web interface. You can close the Web browser window. Step 11 Prepare to customize the AIS for JIRA configuration files 11.1 Make sure that the table at the beginning of this document, mapping generic names to actual names, is complete. The next steps incorporate the actual names into the AIS for JIRA configuration files If you are not already logged into machine ais-mach, as user ais-user, do so now Go to the subdirectory within the AccuBridge installation area where the AIS for JIRA configuration files are stored: ais-install/src/jiraexample AccuBridge Integration Services for Atlassian JIRA 10

11 Step 12 Customize configuration file ApplicationSetup.xml Set the value of the accurevexecutable attribute appropriately: If ais-mach is running on Unix/Linux:... accurevexecutable="accurev" /> If ais-mach is running on Windows:... accurevexecutable="accurev.exe" /> Step 13 Customize configuration file DepotTransaction.xml In the <depot> element, set the value of the name attribute: <depot name="accu-issues"... Step 14 Customize configuration file IssueTrackingSystemMap.xml 14.1 Set attribute values in the top-level <issuetrackingsystem> element: <issuetrackingsystem... itsservername="ais-mach" accurevservername="accu-mach" accurevusername="ais-user" In the <depotmap> subelement, set the value of the name attribute: <depotmap name="accu-issues" In the <destinationconditions>/<condition> subelement, set the value of the values attribute: <condition operator="eq" fieldname="project" values="jira-projkey"/> 14.4 Use the <fieldmap> subelements within <depotmap> to configure the JIRA-to-AccuWork data transfer on a field-by-field basis. JIRA field names: determine these names using the copy of the <item> element you made in Step Code the field names with name attributes in the <fieldmap> subelements. AccuBridge Integration Services for Atlassian JIRA 11

12 <item> element IssueTrackingSystemMap.xml AccuWork field names: determine these names using the copy of the AccuWork issue database schema you obtained in Step 5.5. Be sure to use the values of the name attribute, not the label attribute. Code the field names with accuworkname attributes in the <fieldmap> subelements. AccuWork database schema IssueTrackingSystemMap.xml Exactly one <fieldmap> subelement must include the attribute primarykey="true", to indicate that this JIRA field is the issue s primary key field. Set the value of the accuworkname attribute to IssueKey, the AccuWork field you created in Step 4. Example: <fieldmap name="key" accuworkname="issuekey" primarykey="true"/> 14.5 In the <versionsmap> element, set the values of the name attribute: <versionsmap name="accu-chg-pkg"/> Step 15 Customize configuration file JiraConfiguration.xml 15.1 Set attribute values in the <JiraConfiguration> element: <JiraConfiguration serverurl=" <see note below> " AccuBridge Integration Services for Atlassian JIRA 12

13 username="ais-user" userpassword="ais-user-pswd" Get the value for the serverurl attribute from URL you copied in Step Example: Step 16 Customize configuration file JiraFilters.xml 16.1 Set attribute values in the <filterdata> element: <filterdata name="jira-filt" filteroptions=" <see note below> "/> The filteroptions attribute must record certain keyword=value options in the URL you copied in Step Ignore everything in the URL up to the question mark (?). And exclude these option specifications: view sorter/field sorter/order tempmax reset decorator Example: What s left after the ignoring and excluding is this string: type=1&pid=10002 Enter this string as the filteroptions value, replacing the special character ampersand (&) with the corresponding XML entity reference (&): type=1&pid=10002 You may also need to use other XML entity references instead of special characters in the :filteroptions value. Here s the complete set: Character XML Entity Reference < < > > & & &apos; " " Step 17 Customize configuration file LastModified.xml 17.1 Set the name attribute value in the <descriptor> element: <descriptor name="jira-filt"... AccuBridge Integration Services for Atlassian JIRA 13

14 Step 18 Test the AIS for JIRA Configuration 18.1 Go to directory ais-install/src Create three subdirectories: ITSErrorIssues, CPErrorIssues, and Logs Run AIS for JIRA in test mode: perl AccuBridgeIntegrationApplication.pl JiraExample/ApplicationSetup.xml t d (Adjust the directory-separator character, if necessary.) This validates all your configuration work, but does not perform any data transfers. If no errors are reported, proceed to the next step. Step 19 Perform an initial data transfer 19.1 Transfer JIRA data records to the AccuWork issue database, creating a set of new AccuWork issue records: perl AccuBridgeIntegrationApplication.pl JiraExample/ApplicationSetup.xml i d (Adjust the directory-separator character, if necessary.) The i option specifies that data transfer is to take place in the JIRA-to-AccuWork direction. If no errors are reported, you are ready to run AIS for JIRA in continuous mode. Step 20 Customize the Start AIS Script The start AIS script for Windows is a batch file, StartService.bat. The start AIS script for Unix/Linux is a Bourne (or Bash) shell script, StartService.sh. Edit the script appropriate for ais-mach, using the comments for guidance. The main customizations are: Establishing and authenticating the user identity ais-user. Specifying the wait period between cycles. Step 21 Start ongoing operation of AIS for JIRA 21.1 Run the start AIS script in a command shell: StartService StartService.sh (Windows) (Unix/Linux) AIS for JIRA will cycle indefinitely, sending diagnostic output to the command shell window, and pausing the specified interval between cycles. Each cycle will transfer data in both directions: JIRA-to-AccuWork and AccuWork-to-JIRA. AccuBridge Integration Services for Atlassian JIRA 14

Installation and Release Notes

Installation and Release Notes AccuRev Plug-In for Atlassian Crucible Installation and Release Notes Version 2015.1 Revised 15-January-2015 Copyright Copyright Micro Focus 2015. All rights reserved. ALL RIGHTS RESERVED This product

More information

AccuBridge for IntelliJ IDEA. User s Guide. Version March 2011

AccuBridge for IntelliJ IDEA. User s Guide. Version March 2011 AccuBridge for IntelliJ IDEA User s Guide Version 2011.1 March 2011 Revised 25-March-2011 Copyright AccuRev, Inc. 1995 2011 ALL RIGHTS RESERVED This product incorporates technology that may be covered

More information

Installation and Release Notes

Installation and Release Notes AccuRev Plug-In for IntelliJ IDEA Installation and Release Notes Version 2014.2 Revised 17-December-2014 Copyright Copyright Micro Focus 2014. All rights reserved. This product incorporates technology

More information

Eclipse Plug-in for AccuRev User s Guide Version April 2012

Eclipse Plug-in for AccuRev User s Guide Version April 2012 Eclipse Plug-in for AccuRev User s Guide Version 2012.1 April 2012 Revised 4/16/12 Copyright AccuRev, Inc. 1995 2012 ALL RIGHTS RESERVED This product incorporates technology that may be covered by one

More information

Installation and Release Notes

Installation and Release Notes AccuRev Plug-In for IntelliJ IDEA Installation and Release Notes Version 2014.1 Revised 21-January-2014 Copyright Copyright AccuRev, Inc. 1995 2014 ALL RIGHTS RESERVED This product incorporates technology

More information

Installation and Release Notes

Installation and Release Notes AccuRev Plug-In for Atlassian Crucible Installation and Release Notes Version 2015.2 Revised 27-February-2015 Copyright Copyright Micro Focus 2015. All rights reserved. ALL RIGHTS RESERVED This product

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

The Connector. Version 1.2 Microsoft Project to Atlassian JIRA Connectivity. User Manual

The Connector.  Version 1.2 Microsoft Project to Atlassian JIRA Connectivity. User Manual The Connector Version 1.2 Microsoft Project to Atlassian JIRA Connectivity User Manual Ecliptic Technologies, Inc. Copyright 2008 www.the-connector.com Page 1 of 86 Copyright and Disclaimer All rights

More information

Installation and Release Notes

Installation and Release Notes AccuRev Plug-In for Jenkins Installation and Release Notes Version 2013.1 Revised 13-November-2013 Copyright Copyright AccuRev, Inc. 1995 2013 ALL RIGHTS RESERVED This product incorporates technology that

More information

Management Console Help

Management Console Help AccuSync Management Console Help Version 2013.5 Revised 12-December-2013 Copyright Copyright AccuRev, Inc. 1995 2013 ALL RIGHTS RESERVED This product incorporates technology that may be covered by one

More information

TALENT Part 1 page 1 of 1

TALENT Part 1 page 1 of 1 Part I Beginning WebCT Course Designer Skills. This sections covers: MyWebCT (a global WebCT user account) Differences between course designer and student accounts How to create a single student account

More information

Administrator s Guide

Administrator s Guide AccuRev Administrator s Guide Version 6.2 Revised 19-January-2015 Copyright and Trademarks Copyright Micro Focus 2015. All rights reserved. This product incorporates technology that may be covered by one

More information

Administrator s Guide

Administrator s Guide AccuRev Administrator s Guide Version 6.1 Revised 26-March-2014 Copyright and Trademarks Copyright Micro Focus 2014. All rights reserved. Portions Copyright AccuRev 2014. This product incorporates technology

More information

AccuRev Plugin for IntelliJ IDEA Installation and Release Notes

AccuRev Plugin for IntelliJ IDEA Installation and Release Notes AccuRev Plugin for IntelliJ IDEA 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. All

More information

Installation and Release Notes

Installation and Release Notes AccuRev Plug-In for Visual Studio PE Installation and Release Notes Version 2014.3 Revised 8-October-2014 Copyright Copyright Micro Focus 2014. All rights reserved. ALL RIGHTS RESERVED This product incorporates

More information

Installation and Release Notes

Installation and Release Notes AccuRev Installation and Release Notes Version 5.6 October 2012 Revised 27-September-2012 Copyright AccuRev, Inc. 1995 2012 ALL RIGHTS RESERVED This product incorporates technology that may be covered

More information

WebStudio User Guide. OpenL Tablets BRMS Release 5.18

WebStudio User Guide. OpenL Tablets BRMS Release 5.18 WebStudio User Guide OpenL Tablets BRMS Release 5.18 Document number: TP_OpenL_WS_UG_3.2_LSh Revised: 07-12-2017 OpenL Tablets Documentation is licensed under a Creative Commons Attribution 3.0 United

More information

PASSPORTAL PLUGIN DOCUMENTATION

PASSPORTAL PLUGIN DOCUMENTATION Contents Requirements... 2 Install or Update Passportal Plugin Solution Center... 3 Configuring Passportal Plugin... 5 Client mapping... 6 User Class Configuration... 7 About the Screens... 8 Passportal

More information

AccuRev Plugin for Crucible Installation and Release Notes

AccuRev Plugin for Crucible Installation and Release Notes AccuRev Plugin for Crucible 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. All rights

More information

DocProtect & Safe Activation

DocProtect & Safe Activation DocProtect & Safe Activation Excel Software www.excelsoftware.com DocProtect can generate a computer-unique, password-protected Mac or Windows application from a variety of source document formats. This

More information

AppProtect & Safe Activation

AppProtect & Safe Activation AppProtect & Safe Activation Excel Software www.excelsoftware.com This paper describes a step-by-step process to protect a Mac or Windows application using AppProtect. The protected application is linked

More information

OAM 2FA Value-Added Module (VAM) Deployment Guide

OAM 2FA Value-Added Module (VAM) Deployment Guide OAM 2FA Value-Added Module (VAM) Deployment Guide Copyright Information 2018. SecureAuth is a copyright of SecureAuth Corporation. SecureAuth s IdP software, appliances, and other products and solutions,

More information

Coveo Platform 7.0. Alfresco One Connector Guide

Coveo Platform 7.0. Alfresco One Connector Guide Coveo Platform 7.0 Alfresco One Connector Guide Notice The content in this document represents the current view of Coveo as of the date of publication. Because Coveo continually responds to changing market

More information

Examples of Cisco APE Scenarios

Examples of Cisco APE Scenarios CHAPTER 5 This chapter describes three example scenarios with which to use Cisco APE: Access to Asynchronous Lines, page 5-1 Cisco IOS Shell, page 5-3 Command Authorization, page 5-5 Note For intructions

More information

Release Notes ClearSQL (build 181)

Release Notes ClearSQL (build 181) August 14, 2018 Release Notes ClearSQL 7.1.2 (build 181) NEW FEATURES NEW: Exclusion of code lines from Flowcharts. It is now possible to exclude lines of code from a Flowchart diagram by defining exclusion

More information

Coveo Platform 6.5. Liferay Connector Guide

Coveo Platform 6.5. Liferay Connector Guide Coveo Platform 6.5 Liferay Connector Guide Notice The content in this document represents the current view of Coveo as of the date of publication. Because Coveo continually responds to changing market

More information

Installation & Configuration Guide Enterprise/Unlimited Edition

Installation & Configuration Guide Enterprise/Unlimited Edition Installation & Configuration Guide Enterprise/Unlimited Edition Version 2.3 Updated January 2014 Table of Contents Getting Started... 3 Introduction... 3 Requirements... 3 Support... 4 Recommended Browsers...

More information

AccuRev. On-Line Help Guide. Version 7.1

AccuRev. On-Line Help Guide. Version 7.1 AccuRev On-Line Help Guide Version 7.1 Revised 15-September-2017 Copyright and Trademarks Copyright Micro Focus 2017. All rights reserved. This product incorporates technology that may be covered by one

More information

Easy Worklog for JIRA. User Manual

Easy Worklog for JIRA. User Manual User Manual Supported versions: 3.1.2 Date: 14.09.2017 1. User Manual..................................................................................... 3 1.1 Overview...................................................................................

More information

User documentation. BEEM v1.0 January 2010

User documentation. BEEM v1.0 January 2010 User documentation BEEM v1.0 January 2010 1 Table of contents Table of contents... 2 About this paper... 3 Using this manual... 3 Navigation keys... 4 Conventions... 5 Support... 5 Installation/Uninstallation...

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

Follow all of the steps indicated below for each process. Some steps may require IT assistance.

Follow all of the steps indicated below for each process. Some steps may require IT assistance. The instructions provided below are for upgrading EnergyCAP Enterprise from Release 6.0 to Release 6.1SP1. The version number of EnergyCAP 6.1 is 6.1.60.xx. (xx will correspond to the current build, and

More information

Coveo Platform 6.5. Microsoft SharePoint Connector Guide

Coveo Platform 6.5. Microsoft SharePoint Connector Guide Coveo Platform 6.5 Microsoft SharePoint Connector Guide Notice The content in this document represents the current view of Coveo as of the date of publication. Because Coveo continually responds to changing

More information

JIRA Integration Guide

JIRA Integration Guide JIRA Integration Guide 2018 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are the property of their respective

More information

D365 DATA ARCHIVAL & RETENTION

D365 DATA ARCHIVAL & RETENTION MICROSOFT LABS OCTOBER 12, 2018 D365 DATA ARCHIVAL & RETENTION Highly scalable, secured and re-usable solution for Archive, Retain and Delete the Microsoft D365 data Contents Introduction... 2 Archiving...

More information

1 Resolving Schematic Conflicts

1 Resolving Schematic Conflicts last updated: November 19, 2002 9:13 am Information conflicts occur when two or more parties: Use different syntax to represent the same information Use different structures to represent the same information

More information

Coveo Platform 7.0. Yammer Connector Guide

Coveo Platform 7.0. Yammer Connector Guide Coveo Platform 7.0 Yammer Connector Guide Notice The content in this document represents the current view of Coveo as of the date of publication. Because Coveo continually responds to changing market conditions,

More information

TIBCO Spotfire Automation Services 7.5. User s Manual

TIBCO Spotfire Automation Services 7.5. User s Manual TIBCO Spotfire Automation Services 7.5 User s Manual Revision date: 15 January 2016 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO

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.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 2017.

More information

This document is intended to help you connect to the CVS server on a Windows system.

This document is intended to help you connect to the CVS server on a Windows system. Sourceforge CVS Access Sourceforge CVS Access... 1 Introduction... 1 Tools... 1 Generate Public / Private Keys... 1 Configuring Sourceforge Account... 4 Loading Private Keys for Authentication... 7 Testing

More information

Application Program Interface Guide for Python

Application Program Interface Guide for Python Application Program Interface Guide for Python Document Version: 2017-06-15 Application Program Interface (API) calls are supported in NETLAB+ VE version 17.1.6 and later. This guide is to be used along

More information

Configuring GNS3 for CCNA Security Exam (for Windows) Software Requirements to Run GNS3

Configuring GNS3 for CCNA Security Exam (for Windows) Software Requirements to Run GNS3 Configuring GNS3 for CCNA Security Exam (for Windows) Software Requirements to Run GNS3 From Cisco s website, here are the minimum requirements for CCP 2.7 and CCP 2.8: The following info comes from many

More information

Provisioning Lumeta SPECTRE via AWS Sign in to the Amazon Web Services console at

Provisioning Lumeta SPECTRE via AWS Sign in to the Amazon Web Services console at Thank you for choosing Lumeta SPECTRE! This document provides the essentials you ll need to make sense of your network in real time from the Amazon Web Services (AWS) cloud, including: 1) How to instantiate

More information

Tzunami Deployer Confluence Exporter Guide

Tzunami Deployer Confluence Exporter Guide Tzunami Deployer Confluence Exporter Guide Supports extraction of Confluence Enterprise contents and migrate to Microsoft SharePoint using Tzunami Deployer. Version 3.2 Table of Contents PREFACE... II

More information

User Guide Requester. Welcome to CORA - the main tool for requesting SW Keys from the Ericsson Region License Centers

User Guide Requester. Welcome to CORA - the main tool for requesting SW Keys from the Ericsson Region License Centers User Guide Requester Welcome to CORA - the main tool for requesting SW Keys from the Ericsson Region License Centers INdex Login Login Reset Password Create Request Customer Creation Confirmation View

More information

TARGETPROCESS JIRA INTEGRATION GUIDE

TARGETPROCESS JIRA INTEGRATION GUIDE TARGETPROCESS JIRA INTEGRATION GUIDE v.2.10 JIRA Integration Guide This document describes JIRA plugin configuration. 1 JIRA INTEGRATION OVERVIEW... 2 CONFIGURE TARGETPROCESS JIRA INTEGRATION PLUGIN...

More information

Tzunami Deployer Confluence Exporter Guide

Tzunami Deployer Confluence Exporter Guide Tzunami Deployer Confluence Exporter Guide Supports extraction of Confluence Enterprise contents and migrate to Microsoft SharePoint using Tzunami Deployer. Version 2.7 Table of Content PREFACE... I INTENDED

More information

ROCK-POND REPORTING 2.1

ROCK-POND REPORTING 2.1 ROCK-POND REPORTING 2.1 Installation and Setup Guide Revised on 09/25/2014 TABLE OF CONTENTS ROCK-POND REPORTING 2.1... 1 SUPPORT FROM ROCK-POND SOLUTIONS... 2 ROCK-POND REPORTING OVERVIEW... 2 INFRASTRUCTURE

More information

AccuRev Plug-In for IntelliJ IDEA. User s Guide. Version

AccuRev Plug-In for IntelliJ IDEA. User s Guide. Version AccuRev Plug-In for IntelliJ IDEA User s Guide Version 2014.2 Revised 17-December-2014 Copyright Copyright Micro Focus 2014. All rights reserved. This product incorporates technology that may be covered

More information

Anaplan Connector Guide Document Version 2.1 (updated 14-MAR-2017) Document Version 2.1

Anaplan Connector Guide Document Version 2.1 (updated 14-MAR-2017) Document Version 2.1 Document Version 2.1 (updated 14-MAR-2017) Document Version 2.1 Version Control Version Number Date Changes 2.1 MAR 2017 New Template applied Anaplan 2017 i Document Version 2.1 1 Introduction... 1 1.1.

More information

: : FULL-FEATURE LISTING

: : FULL-FEATURE LISTING : : FULL-FEATURE LISTING We ve packed NetObjects Fusion 9 with new features that will not only make you look great on the Web - they will help you build faster and more efficiently than ever. Take a moment

More information

Administrator s Guide

Administrator s Guide Blade Manager 4.1 Administrator s Guide ClearCube Technology, Inc. Copyright 2005, ClearCube Technology, Inc. All rights reserved. Under copyright laws, this publication may not be reproduced or transmitted

More information

Important notice regarding accounts used for installation and configuration

Important notice regarding accounts used for installation and configuration System Requirements Operating System Nintex Reporting 2008 can be installed on Microsoft Windows Server 2003 or 2008 (32 and 64 bit supported for both OS versions). Browser Client Microsoft Internet Explorer

More information

PANZURA FREEDOM ARCHIVE QUICK START GUIDE STEP-BY-STEP INSTRUCTIONS FOR INSTALLING THE FREEDOM ARCHIVE FREE TRIAL PANZURA VM CLOUD CONTROLLER

PANZURA FREEDOM ARCHIVE QUICK START GUIDE STEP-BY-STEP INSTRUCTIONS FOR INSTALLING THE FREEDOM ARCHIVE FREE TRIAL PANZURA VM CLOUD CONTROLLER PANZURA FREEDOM ARCHIVE QUICK START GUIDE STEP-BY-STEP INSTRUCTIONS FOR INSTALLING THE FREEDOM ARCHIVE FREE TRIAL PANZURA VM CLOUD CONTROLLER Table of Contents Table of Contents... 2 Freedom Archive VM

More information

XML and API Documentation

XML and API Documentation ATLauncher XML and API Documentation Version 1.0.22 Last Updated: 18/10/2013 Table of Contents XML Introduction... 2 Basic Layout... 3 ... 4 ... 5 ... 7 ... 8 Mod Types...

More information

1. ECI Hosted Clients Installing Release 6.3 for the First Time (ECI Hosted) Upgrading to Release 6.3SP2 (ECI Hosted)

1. ECI Hosted Clients Installing Release 6.3 for the First Time (ECI Hosted) Upgrading to Release 6.3SP2 (ECI Hosted) 1. ECI Hosted Clients........................................................................................... 2 1.1 Installing Release 6.3 for the First Time (ECI Hosted)...........................................................

More information

ALTIUM VAULT IMPLEMENTATION GUIDE

ALTIUM VAULT IMPLEMENTATION GUIDE TABLE OF CONTENTS FIRST-TIME SETUP FOR ALTIUM VAULT SOFTWARE INSTALLATION RUNNING THE SETUP WIZARD LICENSE AGREEMENT SELECT DESTINATION LOCATION SELECT ALTIUM VAULT DATA DIRECTORY ALTIUM VAULT CONFIGURATION

More information

Including Dynamic Images in Your Report

Including Dynamic Images in Your Report Including Dynamic Images in Your Report Purpose This tutorial shows you how to include dynamic images in your report. Time to Complete Approximately 15 minutes Topics This tutorial covers the following

More information

Connect-2-Everything SAML SSO (client documentation)

Connect-2-Everything SAML SSO (client documentation) Connect-2-Everything SAML SSO (client documentation) Table of Contents Summary Overview Refined tags Summary The Connect-2-Everything landing page by Refined Data allows Adobe Connect account holders to

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

Microsoft Dynamics CRM Integration with Bomgar Remote Support

Microsoft Dynamics CRM Integration with Bomgar Remote Support Microsoft Dynamics CRM Integration with Bomgar Remote Support 2017 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown

More information

Faculty Web Page Management System. Help Getting Started

Faculty Web Page Management System. Help Getting Started Faculty Web Page Management System Help Getting Started 2 Table of Contents Faculty Web Page Management System...1 Help Getting Started...1 Table of Contents...2 Manage My Personal Information...3 Creating

More information

Updating Simplify3D from V 3.x to V 4

Updating Simplify3D from V 3.x to V 4 Updating Simplify3D from V 3.x to V 4 Revision 1 8/18/2017 1. Introduction Simplify3D V4 is a major update that introduces some useful new features and capabilities. However, it also introduces some compatibility

More information

Marvell SATA3 RAID Installation Guide

Marvell SATA3 RAID Installation Guide Marvell SATA3 RAID Installation Guide Overview The Marvell RAID Utility (MRU) is a browser-based graphical user interface (GUI) tool for the Marvell RAID adapter. It supports IO Controllers (IOC) and RAID-On-Chip

More information

Password Reset Utility. Configuration

Password Reset Utility. Configuration Password Reset Utility Configuration 1 Table of Contents 1. Uninstalling Legacy Password Reset... 2 2. Password Reset Utility: How to deploy and configure via Group Policy... 2 3. Configuring Group Policy

More information

SharePoint General Instructions

SharePoint General Instructions SharePoint General Instructions Table of Content What is GC Drive?... 2 Access GC Drive... 2 Navigate GC Drive... 2 View and Edit My Profile... 3 OneDrive for Business... 3 What is OneDrive for Business...

More information

ithenticate User Guide Getting Started Folders Managing your Documents The Similarity Report Settings Account Information

ithenticate User Guide Getting Started Folders Managing your Documents The Similarity Report Settings Account Information ithenticate User Guide Getting Started Folders Managing your Documents The Similarity Report Settings Account Information 1 Getting Started Whether you are a new user or a returning one, to access ithenticate

More information

CA Service Desk Integration with Remote Support

CA Service Desk Integration with Remote Support CA Service Desk Integration with Remote Support 2003-2019 BeyondTrust Corporation. All Rights Reserved. BEYONDTRUST, its logo, and JUMP are trademarks of BeyondTrust Corporation. Other trademarks are the

More information

Installation Guide. Last Revision: Oct 03, Page 1-

Installation Guide. Last Revision: Oct 03, Page 1- Installation Guide Last Revision: Oct 03, 2005 -Page 1- Contents Before You Begin... 2 Installation Overview... 2 Installation for Microsoft Windows 2000, Windows 2003, and Windows XP Professional... 3

More information

Quick KVM 1.1. User s Guide. ClearCube Technology, Inc.

Quick KVM 1.1. User s Guide. ClearCube Technology, Inc. Quick KVM 1.1 User s Guide ClearCube Technology, Inc. Copyright 2005, ClearCube Technology, Inc. All rights reserved. Under copyright laws, this publication may not be reproduced or transmitted in any

More information

Integrate HEAT Software with Bomgar Remote Support

Integrate HEAT Software with Bomgar Remote Support Integrate HEAT Software with Bomgar Remote Support 2017 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are the

More information

Hortonworks Data Platform

Hortonworks Data Platform Hortonworks Data Platform Workflow Management (August 31, 2017) docs.hortonworks.com Hortonworks Data Platform: Workflow Management Copyright 2012-2017 Hortonworks, Inc. Some rights reserved. The Hortonworks

More information

Ricoh Managed File Transfer (MFT) User Guide

Ricoh Managed File Transfer (MFT) User Guide Ricoh Managed File Transfer (MFT) User Guide -- TABLE OF CONTENTS 1 ACCESSING THE SITE... 3 1.1. WHAT IS RICOH MFT... 3 1.2. SUPPORTED BROWSERS... 3 1.3. LOG IN... 3 1.4. NAVIGATION... 4 1.5. FORGOTTEN

More information

One of the fundamental kinds of websites that SharePoint 2010 allows

One of the fundamental kinds of websites that SharePoint 2010 allows Chapter 1 Getting to Know Your Team Site In This Chapter Requesting a new team site and opening it in the browser Participating in a team site Changing your team site s home page One of the fundamental

More information

Microsoft Dynamics CRM Integration with Remote Support

Microsoft Dynamics CRM Integration with Remote Support Microsoft Dynamics CRM Integration with Remote Support 2003-2018 BeyondTrust, Inc. All Rights Reserved. BEYONDTRUST, its logo, and JUMP are trademarks of BeyondTrust, Inc. Other trademarks are the property

More information

P2P Programming Assignment

P2P Programming Assignment P2P Programming Assignment Overview This project is to implement a Peer-to-Peer (P2P) networking project similar to a simplified Napster. You will provide a centralized server to handle cataloging the

More information

TIBCO Spotfire Automation Services

TIBCO Spotfire Automation Services TIBCO Spotfire Automation Services Software Release 7.9 May 2017 Two-Second Advantage 2 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED

More information

GWNMS NeDi. About NeDi. Configuring the NeDi Package. Managing User Access. Managing User Accounts

GWNMS NeDi. About NeDi. Configuring the NeDi Package. Managing User Access. Managing User Accounts GWNMS NeDi This section reviews the GroundWork Monitor NMS NeDi. About NeDi NeDi is an open source toolkit for managing network infrastructure devices such as switches and routers, and is integrated into

More information

HEAT Software Integration with Remote Support

HEAT Software Integration with Remote Support HEAT Software Integration with Remote Support 2003-2018 BeyondTrust, Inc. All Rights Reserved. BEYONDTRUST, its logo, and JUMP are trademarks of BeyondTrust, Inc. Other trademarks are the property of their

More information

CBW/CBO Advanced: Using Live Connect efficiently

CBW/CBO Advanced: Using Live Connect efficiently CBW/CBO Advanced: Using Live Connect efficiently Live Connect makes it possible to share information between a Res Card and the supplier s booking engine. As such, a Res Card must exist in ClientBase and

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

Enabling Smart Card Logon for Linux Using Centrify Suite

Enabling Smart Card Logon for Linux Using Centrify Suite DoD Public Key Enablement (PKE) Reference Guide Enabling Smart Card Logon for Linux Using Centrify Suite 2012.4 Contact: dodpke@mail.mil URL: http://iase.disa.mil/pki-pke/ URL: http://iase.disa.smil.mil/pki-pke/

More information

Silk Performance Manager Installation and Setup Help

Silk Performance Manager Installation and Setup Help Silk Performance Manager 18.5 Installation and Setup Help Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright 2004-2017 Micro Focus. All rights reserved.

More information

HP Operations Orchestration Software

HP Operations Orchestration Software HP Operations Orchestration Software Software Version: 7.51 HP SiteScope Integration Guide Document Release Date: August 2009 Software Release Date: August 2009 Legal Notices Warranty The only warranties

More information

Front End Risk Adjustment System [ FERAS ] User Guide

Front End Risk Adjustment System [ FERAS ] User Guide Front End Risk Adjustment System [ FERAS ] User Guide Centers for Medicare & Medicaid Services Table of Contents Table of Contents TRADEMARK INFORMATION... 1 INTRODUCTION... 2 FERAS OVERVIEW... 2 WHO TO

More information

Using the vrealize Orchestrator Operations Client. vrealize Orchestrator 7.5

Using the vrealize Orchestrator Operations Client. vrealize Orchestrator 7.5 Using the vrealize Orchestrator Operations Client vrealize Orchestrator 7.5 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

AccuRev. CLI User s Guide. Version 6.0

AccuRev. CLI User s Guide. Version 6.0 AccuRev CLI User s Guide Version 6.0 Revised 16-July-2013 Copyright Copyright AccuRev, Inc. 1995 2013 ALL RIGHTS RESERVED This product incorporates technology that may be covered by one or more of the

More information

From: Sudarshan N Raghavan (770)

From: Sudarshan N Raghavan (770) Spectrum Software, Inc. 11445 Johns Creek Pkwy. Suite 300 Duluth, GA 30097 www.spectrumscm.com Subject: SpectrumSCM Plugin for the Eclipse Platform Original Issue Date: February 2 nd, 2005 Latest Update

More information

Chapter 2: Getting Started

Chapter 2: Getting Started Chapter 2: Getting Started The following topics are covered in this chapter: A brief Glossary First-time login to the DAITSS Workflow Interface Creating an Operator User Creating DAITSS Accounts Creating

More information

Extensible scriptlet-driven tool to manipulate, or do work based on, files and file metadata (fields)

Extensible scriptlet-driven tool to manipulate, or do work based on, files and file metadata (fields) 1. MCUtils This package contains a suite of scripts for acquiring and manipulating MC metadata, and for performing various actions. The available scripts are listed below. The scripts are written in Perl

More information

Getting Started with Indexing. Version 2.2

Getting Started with Indexing. Version 2.2 Getting Started with Indexing Version 2.2 This edition refers to Version 2.2 of Black Duck Code Sight. This document created or updated August 21, 2012. Please send your comments and suggestions to: Black

More information

Coveo Platform 7.0. Atlassian Confluence V2 Connector Guide

Coveo Platform 7.0. Atlassian Confluence V2 Connector Guide Coveo Platform 7.0 Atlassian Confluence V2 Connector Guide Notice The content in this document represents the current view of Coveo as of the date of publication. Because Coveo continually responds to

More information

Ubuntu Supplement to X350 & X550 User s Guide NComputing X350 & X550 vspace Software for Linux on Ubuntu 8.04

Ubuntu Supplement to X350 & X550 User s Guide NComputing X350 & X550 vspace Software for Linux on Ubuntu 8.04 Ubuntu Supplement to X350 & X550 User s Guide NComputing X350 & X550 vspace Software for Linux on Ubuntu 8.04 Prepared by: NComputing TID 110.118-2c Revision 1.2 Updated: December 02, 2009 Copyright NComputing

More information

Configuring SAP Targets and Runtime Users

Configuring SAP Targets and Runtime Users CHAPTER 4 Before you can create or run processes in your SAP environment, you must create the targets on which the processes will run. Targets are used to define specific environments where activities,

More information

IBM Atlas Policy Distribution Administrators Guide: IER Connector. for IBM Atlas Suite v6

IBM Atlas Policy Distribution Administrators Guide: IER Connector. for IBM Atlas Suite v6 IBM Atlas Policy Distribution Administrators Guide: IER Connector for IBM Atlas Suite v6 IBM Atlas Policy Distribution: IER Connector This edition applies to version 6.0 of IBM Atlas Suite (product numbers

More information

Business Connect Secure Remote Access Service (SRAS) Customer Information Package

Business Connect Secure Remote Access Service (SRAS) Customer Information Package Business Connect Secure Remote Access Service (SRAS) Customer Information Package Table of Contents 1.0 Introduction... 1 1.1 Overview... 1 1.2 Scope and Audience... 1 1.3 Design Deliverables... 1 1.4

More information

Lab 11-1 Lab User Profiles and Tracking

Lab 11-1 Lab User Profiles and Tracking In the following lab instructions, you will be setting up groups, users, and passwords to require password-protected login to Kofax Capture modules. Rights will be assigned to the groups and users that

More information

NAMI Affiliate Profile Center Contact Manual

NAMI Affiliate Profile Center Contact Manual NAMI Affiliate Profile Center Contact Manual Standards of Excellence/Center for Excellence November 2013 Table of Contents Chapter Page I. NAMI Affiliate Profile Center Contact Training Timetable 3 II.

More information

BMC FootPrints 12 Integration with Remote Support

BMC FootPrints 12 Integration with Remote Support BMC FootPrints 12 Integration with Remote Support 2003-2019 BeyondTrust Corporation. All Rights Reserved. BEYONDTRUST, its logo, and JUMP are trademarks of BeyondTrust Corporation. Other trademarks are

More information

Brainware Intelligent Capture Visibility

Brainware Intelligent Capture Visibility Brainware Intelligent Capture Visibility Installation and Setup Guide Version: 3.2.x Written by: Product Knowledge, R&D Date: September 2018 Copyright 2009-2018 Hyland Software, Inc. and its affiliates.

More information