ConnectALL Installation, Configuration, and Usage Guide. From Go2Group Making Software Go! 05 July 2012 Version 1.

Size: px
Start display at page:

Download "ConnectALL Installation, Configuration, and Usage Guide. From Go2Group Making Software Go! 05 July 2012 Version 1."

Transcription

1 ConnectALL Installation, Configuration, and Usage Guide From Go2Group Making Software Go! 05 July 2012 Version P age Copyright 2011, the Go To Group, Inc.

2 Contents Terms and Definitions... 3 Overview... 3 Deployment... 4 Architecture... 4 Application Mirroring Clustering HA and Migration... 4 Installation... 4 ConnectALL UI Installation... 4 Using Tomcat Manager Application... 5 Without Using Tomcat Manager Application... 5 ConnectALL Server Installation... 5 ConnectALL Server Hardware Requirements... 5 Installing and Configuring the ConnectALL Server... 5 Pricing... 5 EULA... 6 Setup... 6 Configuration Tab... 8 Entity Mapping Tab... 9 Field Mapping Tab... 9 Save Mapping Roll Back License Monitor Server Logs JIRA QC Integration Example P age Copyright 2011, the Go To Group, Inc.

3 Terms and Definitions Application: An application like JIRA, P4, HP QC, Microsoft Project, Microsoft TFS, etc Connector: Piece of code written by Go2Group for each Application Application Instance: An instance of an Application e.g. JIRA running on port 8080 Data Dictionary: A mapping of fields and values between 2 Application Instances NOTE: An Application Instance can be used in as many Data Dictionaries as you want. For a new Application Instance, a new license must be purchased. Licenses are per Application Instance. Overview ConnectALL is an integration system built on top of MuleSoft s Enterprise Service Bus to integrate separate applications seamlessly. This system can allow for many mappings between these Applications. It has two parts: A User Interface which is a web application that can be deployed onto any application server. THis is used by an administrator to maintain the data dictionary that maps fields and values between applications. Tested with Apache Tomcat 6.0 Mule based flows, which can be deployed into any application server but preferably into Mule Integration platform - Enterprise or Community version OR Mule ion a supported integration platform on cloud. ConnectALL has been created with the concept of integrating ALM applications together across an enterprise, or between separate entities but is growing to be much more. This includes areas of emergency alarms, HA & Clustering, and integration with business processes. 3 P age Copyright 2011, the Go To Group, Inc.

4 Deployment ConnectALL is platform independent and can be deployed onto Windows Server 2003 and 2008 as well as Unix/Linux systems. ConnectALL is built on top of MuleSoft which is integrated into the ConnectALL product. Architecture ConnectALL is setup as its own tier and is the central point of communications between all of the Application Instances connected. Individual mapping for different connectors need to be created. Since ConnectALL is based on MuleSoft ESB, the possibilities are limitless! Go2Group has used ConnectALL to integrate emergency alarms and help desks from a power company, to enabling a web sales company to integrate sales, shipping, order fulfillment, and inventory seamlessly and in near real time with the certainty of a world class ESB it is built upon. ConnectALL can be deployed inside an enterprises cloud or deployed externally as a SAAS solution on Mule s ion platform. ConnectALL itself can be clustered for performance and/or failover as it is built into MuleSoft Enterprise Server. See: %28HA%29+Clusters Application Mirroring Clustering HA and Migration ConnectALL enables data replication for clustering, or HA, or migration between two or more Application Instances. Installation ConnectALL UI Installation Installing ConnectALL User Interface is pretty easy. It is a war file which can be deployed into any standard application servers. For example, following are the instructions on tomcat. 4 P age Copyright 2011, the Go To Group, Inc.

5 Using Tomcat Manager Application Make sure Tomcat Manager Application is installed and configured to use. See for more details Navigate to the manager app in browser. The url will be something like this: Upload the ConnectAll.war file provided by Go2Group under Deploy > WAR file to deploy. Click on Deploy Without Using Tomcat Manager Application See ConnectALL Server Installation To install the ConnectALL Server there are HW and SW component requirements and steps detailed below. ConnectALL Server Hardware Requirements HW requirements are a server with Windows or MS Windows 2003 or 2008, 8 GB of RAM, minimum of a 30 GB HD, admin privileges to the server. Installing and Configuring the ConnectALL Server 1) Download mule from and unzip it. 2) Copy the qcjiraflow-[version].zip to the mule_home/apps folder. Don't unzip it - mule does that. Note that the qcjiraflow zip and other ConnectALL files from Go2Group may not be available for public download. 3) Copy database folder to the mule_home folder. 4) Copy the files in the conf folder to the mule_home/conf folder. 5) Set the jdbc.url property in the db.properties to the hsql database. 6) Add the files in the lib folder to the mule_home/lib/user folder. 7) Startup mule by running mule_home/bin/mule start. 8) A general note: will tell Mule to reload the configs after they've been changed by the GUI. Pricing See ConnectALL Pricing. Pricing is based upon number of Application Instances integrated to ConnectALL. Once an Application Instance is integrated with ConnectALL, it can have many Data Dictionaries. Meaning, once connected to 5 P age Copyright 2011, the Go To Group, Inc.

6 ConnectALL, the Application Instance can connect to as many other Application Instances as desired. EULA See ConnectALL s EULA at Setup Open a browser and go to the Connection Home Page. By default that would look something like this The Data Dictionary Home Page is where you choose a Data Dictionary to edit or create. You can get back to the Data Dictionary Home Page at any time by clicking the ConnectALL logo in the top left corner of the page. A Data Dictionary is the connection between any two Application Instances. You can connect more than two applications using ConnectALL, but each connections must be supported by ConnectALL. However, you can add as many Connections as you wish. On the right hand side of the Data Dictionary Home Page, you will see a list of all saved Data Dictionaries that are available to you to edit. You can select any Data Dictionary you wish and click the Load Data Dictionary Button. This will open up the Data Dictionary Tab which we will cover later. In the image below, you can see an Atlassian, Perforce, and HP Quality Center icon. These are the products that ConnectALL currently supports. As more products are added to the ConnectALL product, then more icons will appear. To connect JIRA and Quality Center (QC), you would drag and drop the JIRA and QC icons into the columns under Application 1 and Application 2. It does not matter which goes where. 6 P age Copyright 2011, the Go To Group, Inc.

7 After selecting the two applications you wish to integrate, you then enter a name for the Data Dictionary in the Connect Name field (e.g., JiraQcBugs). This name must be alphanumeric. After entering a name, click the Map Apps Button. This will bring up the Data Dictionary Tab. There is a default mapping provided for the applications selected while creating the data dictionary. See the load defaults Button on the Mapping Page. 7 P age Copyright 2011, the Go To Group, Inc.

8 Configuration Tab In the Configurations Tab, as seen above, the URLs of the respective JIRA and QC servers will be entered as well as a username and password for a user that has appropriate permissions in each system to create and update tickets/issues. When two separate applications are connected, there is the possibility that related entities can each be updated simultaneously, creating a conflict. It is important to know when this happens and how it is resolved. When a conflict occurs, it is logged and to the individual users in each system. On the Configuration Tab there is a Conflict Management Strategy Drop Down Box with 3 options: Master Slave In case of conflict, the master application will always overwrite the other. First In Which ever application writes out first will be the change that is kept. The submission of the second application will be discarded. Last In - Which ever application writes out last will overwrite the submission from the first application. Once the Configuration Tab is completed and saved, the Entity Mapping Tab will appear as shown below. This is where the metadata is mapped between the systems. 8 P age Copyright 2011, the Go To Group, Inc.

9 Entity Mapping Tab An application can have different metadata that you will use to create the mapping. For example, HP QC has domains, projects and issue types whereas JIRA only has projects and issue types. Perforce doesn t have any of these. The metadata tab is automatically populated based on the connector that is chosen. Entity Mapping is done first because it defines the fields and values that will be mapped next. The Date Formats represent the formats that the applications data objects and fields are represented. For each date format that needs to be supported, it needs to be listed and separated from the next data format with a comma, and no spaces as shown below. Once the date formats are setup, you will click the Next Button to proceed to the Field Mapping Tab. Field Mapping Tab The Field Mapping Tab is shown below. Notice, in the top Window Pane, that all of the available fields appear for their respective applications. 9 P age Copyright 2011, the Go To Group, Inc.

10 As mentioned before, these fields may or may not depend on the metadata you selected previously. For example, in the case of HP QC, the fields selected may defer if the issue type is defect or requirement. To map fields, select the entity from each application and then select the desired direction of the flow. For instance <> is a two way bi-directional integration >> integrates from left application to right application << integrates from right application to left application Once the fields and direction are chosen, click the + action on the right side of the screen to add this Field Mapping Pane below. The field items will be removed from the available fields in the top of the screen and appear down in the bottom of the screen under the Field Mapping Pane below. Once the fields are displayed in the Field Mapping Window Pane, notice on the right hand side there is a delete and an edit icon. If you delete the field mapping, then the fields will become available above under their respective products to map again. If you 10 P age Copyright 2011, the Go To Group, Inc.

11 click the edit icon, the fields will be editable in the Value Mapping Window, see image below. In the Value Mapping Window, you can select the actual values of the fields if it is a multi valued field or populate a text box if it is not. For instance, above you will see the drop down menus for these values. You can add them one by one and select the directions and then click add. When finished, click the Save Button. 11 P age Copyright 2011, the Go To Group, Inc.

12 Save Mapping When all value mappings are completed, click either the Save Mapping Button, or the Save as new Version Button. Save as new Version Button only creates a new version of the mapping but doesn t make it live. This mapping may be edited it in the future by clicking the Save Mapping Button. Once the mapping is saved, it will become live. Roll Back See the image below; any mapping can be loaded, including older version of mappings. Thereby rolling back to a previous version is easy. 12 P age Copyright 2011, the Go To Group, Inc.

13 License The image below shows the ConnectALL Home Page. At the bottom, you can see the License Configuration Button at the bottom of the page. 13 P age Copyright 2011, the Go To Group, Inc.

14 Clicking it will bring up the License Window as shown in the image below. To load a license, you will click the Load License Button. That will open up the file selector window from your operating system. Search for the license files that you have purchased from Go2Group. Once selected, push the OK Button to load the license file into ConnectALL. Each type of application you connect to ConnectALL will have its own license file. For instance, it you want to integrate two JIRA and one QC connections, one JIRA and one QC license files would need to be uploaded. The JIRA license file knows that two instances of JIRA are allowed to be connected to ConnectALL. Examples of the JIRA, QC, and Perforce ConnectALL license file names are jira.key, hp.key, and p4.key. See the image below, ConnectALL has one QC and 2 JIRA connections licensed and allotted. More than the allotted number of connections will not be allowed to connect to ConnectALL. Adding more than the allotted number of connections will also violate ConnectALL s EULA. 14 P age Copyright 2011, the Go To Group, Inc.

15 Monitor Server Logs ConnectALL can monitor server logs to assist in monitoring and management of the various connections that it governs. To monitor a server log, first go to the ConnectALL Main Page, then click the Monitor Server Log Button at the bottom of the page below. 15 P age Copyright 2011, the Go To Group, Inc.

16 This will bring up the Server Logs Window where the path to the server logs can be entered into the Log File Path Text Field. Examples of locations of a couple pertinent log files are: Tomcat: /opt/servers/tomcat/logs/catalina.out Mule: /opt/servers/mule-enterprise-standalone-3.2.1/logs/mule_ee.log See the image below for an example of how this would appear. Also note that there is a Pause Logs Button at the bottom. Allowing the log to be paused. 16 P age Copyright 2011, the Go To Group, Inc.

17 JIRA QC Integration Example Below are images of defects being added to both QC and JIRA and being replicated between the two. Note that the Default JIRA QC Connection Note comes with defects already integrated between JIRA and QC. This Connection can be edited to allow requirements and test cases to be replicated as well and attachments too. DEMO-75 in JIRA created Defect ID 1131 in QC. Updates, comments, attachments are being updated bidirectional. Defects created in QC will similarly be automatically created in JIRA and linked back to QC. The issue types that can be replicated also include just about any type in either system, such as requirements, or stories, test cases, etc. 17 P age Copyright 2011, the Go To Group, Inc.

18 18 P age Copyright 2011, the Go To Group, Inc.

Live Data Connection to SAP Universes

Live Data Connection to SAP Universes Live Data Connection to SAP Universes You can create a Live Data Connection to SAP Universe using the SAP BusinessObjects Enterprise (BOE) Live Data Connector component deployed on your application server.

More information

Contents. Introducing Collibra Connect 1. About Collibra Connect 2. Collibra Connect deployment 2. Installing Collibra Connect 5

Contents. Introducing Collibra Connect 1. About Collibra Connect 2. Collibra Connect deployment 2. Installing Collibra Connect 5 1.4.1 Contents Introducing Collibra Connect 1 About Collibra Connect 2 Collibra Connect deployment 2 Installing Collibra Connect 5 Integrations with Collibra Connect: from development to production 7 Installing

More information

Import Data Connection to an SAP ERP System

Import Data Connection to an SAP ERP System Import Data Connection to an SAP ERP System SAP Analytics Cloud allows you to import data from supported versions SAP ERP Central Component. NOTE: It is recommended that the SAP Cloud Platform Cloud Connector

More information

Managing GSS Devices from the GUI

Managing GSS Devices from the GUI CHAPTER 1 This chapter describes how to configure and manage your Global Site Selector Manager (GSSM) and Global Site Selector (GSS) devices from the primary GSSM graphical user interface. It includes

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

Integrate Data from External Providers

Integrate Data from External Providers Enterprise Architect User Guide Series Integrate Data from External Providers Sparx Systems' Pro Cloud Server provides the facility to browse an external provider such as Jira, SharePoint or TFS based

More information

Import Data Connection to an SAP BW System

Import Data Connection to an SAP BW System Import Data Connection to an SAP BW System SAP Analytics Cloud allows you to import data from an SAP BW System. You must connect to an SAP BW system, version 7.3x or higher release. NOTE: It is recommended

More information

Zephyr Cloud for HipChat

Zephyr Cloud for HipChat June 25 Zephyr Cloud for HipChat Z e p h y r, 7 7 0 7 G a t e w a y B l v d S t e 1 0 0, N e w a r k, C A 9 4 5 6 0, U S A 1 - Overview How this guide will help Zephyr Cloud for HipChat guide will guide

More information

Perceptive Interact for Salesforce Enterprise

Perceptive Interact for Salesforce Enterprise Perceptive Interact for Salesforce Enterprise Installation and Setup Guide Version: 3.x.x Written by: Product Knowledge, R&D Date: April 2018 Copyright 2015-2018 Hyland Software, Inc. and its affiliates.

More information

User Guide. Document Version: 1.0. Solution Version:

User Guide. Document Version: 1.0. Solution Version: User Guide Document Version: 1.0 Solution Version: 365.062017.3.1 Table of Contents Product Overview... 3 How to Install and Activate Attachment to SharePoint Solution?... 4 Configuration Settings in Attachment

More information

Upgrading the Cisco APIC-EM Deployment

Upgrading the Cisco APIC-EM Deployment Review the following sections in this chapter for information about upgrading to the latest Cisco APIC-EM version and verification. Using the GUI to Upgrade Cisco APIC-EM, page 1 Using the CLI to Upgrade

More information

Contents. Anaplan Connector for MuleSoft

Contents. Anaplan Connector for MuleSoft SW Version 1.1.2 Contents 1 Overview... 3 2 Mulesoft Prerequisites... 4 3 Anaplan Prerequisites for the Demos... 5 3.1 export demo mule-app.properties file...5 3.2 import demo mule-app.properties file...5

More information

NTP Software Quota & File Sentinel

NTP Software Quota & File Sentinel NTP Software Quota & File Sentinel Version 4.0 Installation and User s Guide ii Copyright Copyright 2002 NTP Software. All rights reserved. Quota & File Sentinel, Enterprise Application Services Extension,

More information

Installing Apache Atlas

Installing Apache Atlas 3 Installing Apache Atlas Date of Publish: 2018-04-01 http://docs.hortonworks.com Contents Apache Atlas prerequisites... 3 Migrating Atlas metadata when upgrading to HDP-3.0+... 3 Overview... 3 Migrate

More information

SoftwarePlanner Connector for Jira

SoftwarePlanner Connector for Jira User s Guide SoftwarePlanner Connector for Jira This document is your guide for connecting data in SoftwarePlanner with other software solutions. 1 Contents Understanding the Integrator Capabilities...

More information

1. Configuring Azure and EBP for a simple demo

1. Configuring Azure and EBP for a simple demo 1. Configuring Azure and EBP for a simple demo These steps assume you already have an Azure subscription and at least familiarity with the Azure portal. Create a new App Service Search for Apache Tomcat

More information

Tasktop Sync - Quick Start Guide. Tasktop Sync - Quick Start Guide

Tasktop Sync - Quick Start Guide. Tasktop Sync - Quick Start Guide Tasktop Sync - Quick Start Guide 1 Contents Tasktop Sync Server... 4 Minimum Requirements... 4 Sync installer and License... 5 Pre-Sync Installation Requirements... 5 Tasktop Sync Installation on Windows...

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

SUREedge DR Installation Guide for Windows Hyper-V

SUREedge DR Installation Guide for Windows Hyper-V SUREedge DR Installation Guide for Windows Hyper-V Contents 1. Introduction... 2 1.1 SUREedge DR Deployment Scenarios... 2 1.2 Installation Overview... 3 2. Obtaining SUREedge Software and Documentation...

More information

D&B Optimizer for Microsoft Installation Guide Setup for Optimizer for Microsoft Dynamics. VERSION: 2.3 PUBLICATION DATE: February, 2019

D&B Optimizer for Microsoft Installation Guide Setup for Optimizer for Microsoft Dynamics. VERSION: 2.3 PUBLICATION DATE: February, 2019 D&B Optimizer for Microsoft Installation Guide Setup for Optimizer for Microsoft Dynamics VERSION: 2.3 PUBLICATION DATE: February, 2019 Contents 1. INTRODUCTION... 3 WHAT IS IT?... 3 FEATURES... 3 GETTING

More information

FileWave Server Install and Configuration

FileWave Server Install and Configuration FileWave Server Install and Configuration For this first installment in the FileWave Multiplatform Manager series we are going to cover FileWave Server Install and Configuration. We are also going to overview

More information

SSO Plugin. Integrating Business Objects with BMC ITSM and HP Service Manager. J System Solutions. Version 5.

SSO Plugin. Integrating Business Objects with BMC ITSM and HP Service Manager. J System Solutions.   Version 5. SSO Plugin Integrating Business Objects with BMC ITSM and HP Service Manager J System Solutions Version 5.0 JSS SSO Plugin Integrating Business Objects with BMC ITSM and HP Service Manager Introduction...

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

Perceptive Interact for Salesforce Enterprise

Perceptive Interact for Salesforce Enterprise Perceptive Interact for Salesforce Enterprise Installation and Setup Guide Version: 3.x.x Written by: Documentation Team, R&D Date: January 2019 Copyright 2015-2019 Hyland Software, Inc. and its affiliates.

More information

Import Data Connection from an SAP Universe

Import Data Connection from an SAP Universe Import Data Connection from an SAP Universe SAP Analytics Cloud allows you to connect to SAP Universe and import your data. NOTE: It is recommended that the SAP Cloud Platform Cloud Connector (SAP CP CC)

More information

KeyNexus Hyper-V Deployment Guide

KeyNexus Hyper-V Deployment Guide v1.0 09/2018 . Copyright Notice Copyright 2018 KeyNexus Inc. All rights reserved. Information in this document is subject to change without notice. The software described in this document is furnished

More information

JAMF Software Server Installation and Configuration Guide for Linux. Version 9.31

JAMF Software Server Installation and Configuration Guide for Linux. Version 9.31 JAMF Software Server Installation and Configuration Guide for Linux Version 9.31 JAMF Software, LLC 2014 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this

More information

HP Enterprise Integration module for SAP applications

HP Enterprise Integration module for SAP applications HP Enterprise Integration module for SAP applications Software Version: 2.60 User Guide Document Release Date: December 2010 Software Release Date: December 2010 Legal Notices Warranty The only warranties

More information

Configuring Confluence

Configuring Confluence Configuring Confluence Configuring Confluence for SSO enables administrators to manage their users using NetScaler. Users can securely log on to Confluence using their enterprise credentials. To configure

More information

Virtualized XOS Image Installation - Windows

Virtualized XOS Image Installation - Windows Virtualized XOS Image Installation - Windows XOSv Installation Procedure This document provides a step-by-step process to install the XOSv image on to a new networking platform. If you have questions,

More information

TM1 9.5 Quick Installation and Upgrade Guide. Nature of Document: Tip or Technique Product(s): TM1 9.5 Area of Interest: Upgrade/Migration

TM1 9.5 Quick Installation and Upgrade Guide. Nature of Document: Tip or Technique Product(s): TM1 9.5 Area of Interest: Upgrade/Migration TM1 9.5 Quick Installation and Upgrade Guide Nature of Document: Tip or Technique Product(s): TM1 9.5 Area of Interest: Upgrade/Migration 2 Copyright and Trademarks Licensed Materials - Property of IBM.

More information

Create Import Data Connection to SAP BPC MS

Create Import Data Connection to SAP BPC MS Create Import Data Connection to SAP BPC MS You can create a connection that allows you to import data and models from an SAP Business Planning and Consolidation (BPC) system. Prerequisites SAP BPC for

More information

SUREedge MIGRATOR INSTALLATION GUIDE FOR VMWARE

SUREedge MIGRATOR INSTALLATION GUIDE FOR VMWARE SUREedge MIGRATOR INSTALLATION GUIDE 5.0.1 FOR VMWARE 2025 Gateway Place, Suite #480, San Jose, CA, 95110 Important Notice This document is provided "as is" without any representations or warranties, express

More information

Edge Device Manager Quick Start Guide. Version R15

Edge Device Manager Quick Start Guide. Version R15 Edge Device Manager Quick Start Guide Version R15 Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates

More information

Installation Guide. Research Computing Team V2.0 RESTRICTED

Installation Guide. Research Computing Team V2.0 RESTRICTED Installation Guide Research Computing Team V2.0 RESTRICTED Document History This document relates to the BEAR DataShare service which is based on the product Power Folder, version 10.3.232 ( some screenshots

More information

Document Management Guide

Document Management Guide Document Management Guide Overview The Document Management module allows users to associate documents to: locations, incident types, violations, and call types. When a document is associated to any of

More information

Integrate Data from External Providers

Integrate Data from External Providers Enterprise Architect User Guide Series Integrate Data from External Providers Author: Sparx Systems Date: 26/07/2018 Version: 1.0 CREATED WITH Table of Contents Integrate Data from External Providers 4

More information

MyNIC Team Site - Document Sharing

MyNIC Team Site - Document Sharing Table of Contents Create a Document...2 Upload a Document...3 Rename Document...4 Edit a Document...6 Check-out a Document...6 Edit a Document...7 Check-in a Document...9 Check-in Someone Else s Document...

More information

Polarion Trial Installation 17.2

Polarion Trial Installation 17.2 SIEMENS Polarion Trial Installation 17.2 POL002 17.2 Contents About this guide...................................................... 1-1 Before you begin.....................................................

More information

Importing Existing Data into LastPass

Importing Existing Data into LastPass Importing Existing Data into LastPass Once you have installed LastPass, you may need to impocort your existing password entries and secure data from another LastPass account or from another password manager

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

How to use OneDrive in the Cloud. Access OneDrive

How to use OneDrive in the Cloud. Access OneDrive How to use OneDrive in the Cloud Access OneDrive 1. Log into my.scranton.edu 2. Select the envelope icon to access your Office 365 applications 3. In the left corner, click on the app launcher 4. Select

More information

uite 401, CFM building, 23 Lang Ha, Hanoi, Vietnam POS ios V1.4 USER GUID E 2015 SmartOSC and X-POS for ios

uite 401, CFM building, 23 Lang Ha, Hanoi, Vietnam POS ios V1.4 USER GUID E 2015 SmartOSC and X-POS for ios uite 401, CFM building, 23 Lang Ha, Hanoi, Vietnam - 84.4 3514 9883 - info@smartosc.com -POS ios V1.4 USER GUID E 2015 SmartOSC and X-POS for ios Table of Contents About X-POS for ios... 3 Main features,

More information

eshop Installation and Data Setup Guide for Microsoft Dynamics 365 Business Central

eshop Installation and Data Setup Guide for Microsoft Dynamics 365 Business Central eshop Installation and Data Setup Guide for Microsoft Dynamics 365 Business Central Table of Contents Installation Guide... 3 eshop Account Registration in Dynamics 365 Business Central:... 3 eshop Setup

More information

Virtual Appliance User s Guide

Virtual Appliance User s Guide Cast Iron Integration Appliance Virtual Appliance User s Guide Version 4.5 July 2009 Cast Iron Virtual Appliance User s Guide Version 4.5 July 2009 Copyright 2009 Cast Iron Systems. All rights reserved.

More information

Online Demo Guide. Barracuda PST Enterprise. Introduction (Start of Demo) Logging into the PST Enterprise

Online Demo Guide. Barracuda PST Enterprise. Introduction (Start of Demo) Logging into the PST Enterprise Online Demo Guide Barracuda PST Enterprise This script provides an overview of the main features of PST Enterprise, covering: 1. Logging in to PST Enterprise 2. Client Configuration 3. Global Configuration

More information

esignlive for Microsoft Dynamics CRM

esignlive for Microsoft Dynamics CRM esignlive for Microsoft Dynamics CRM Deployment Guide Product Release: 2.1 Date: June 29, 2018 esignlive 8200 Decarie Blvd, Suite 300 Montreal, Quebec H4P 2P5 Phone: 1-855-MYESIGN Fax: (514) 337-5258 Web:

More information

SymmetricDS Pro Quick Start Guide

SymmetricDS Pro Quick Start Guide SymmetricDS Pro Quick Start Guide v3.5 Copyright 2007-2013 Eric Long, Chris Henson, Mark Hanes, Greg Wilmer, Austin Brougher Permission to use, copy, modify, and distribute the SymmetricDS Pro Quick Start

More information

Lab 3. On-Premises Deployments (Optional)

Lab 3. On-Premises Deployments (Optional) Lab 3 On-Premises Deployments (Optional) Overview This Lab is considered optional to the completion of the API-Led Connectivity Workshop. Using Runtime Manager, you can register and set up the properties

More information

Microsoft Outlook. How To Share A Departmental Mailbox s Calendar

Microsoft Outlook. How To Share A Departmental Mailbox s Calendar Microsoft Outlook How To Share A Departmental Mailbox s Calendar Table of Contents How to Share a Departmental Calendar... 3 Outlook 2013/2016... 3 Outlook 2011... 7 Outlook 2016 for Mac... 10 Outlook

More information

SymmetricDS Pro 3.0 Quick Start Guide

SymmetricDS Pro 3.0 Quick Start Guide SymmetricDS Pro 3.0 Quick Start Guide 1 P a g e 2012 JumpMind, Inc. SymmetricDS Synchronization Concepts SymmetricDS is a change data capture, replication solution that can be used to synchronize databases

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

ACCURATE STUDY GUIDES, HIGH PASSING RATE! Question & Answer. Dump Step. provides update free of charge in one year!

ACCURATE STUDY GUIDES, HIGH PASSING RATE! Question & Answer. Dump Step. provides update free of charge in one year! DUMP STEP Question & Answer ACCURATE STUDY GUIDES, HIGH PASSING RATE! Dump Step provides update free of charge in one year! http://www.dumpstep.com Exam : 70-497 Title : Software Testing with Visual Studio

More information

Rehmani Consulting, Inc. VisualSP 2013 Installation Procedure. SharePoint-Videos.com

Rehmani Consulting, Inc. VisualSP 2013 Installation Procedure. SharePoint-Videos.com Rehmani Consulting, Inc. VisualSP 2013 Installation Procedure SharePoint-Videos.com info@sharepointelearning.com 630-786-7026 Contents Contents... 1 Introduction... 2 Take inventory of VisualSP files...

More information

Server Installation Guide

Server Installation Guide Server Installation Guide Server Installation Guide Legal notice Copyright 2018 LAVASTORM ANALYTICS, INC. ALL RIGHTS RESERVED. THIS DOCUMENT OR PARTS HEREOF MAY NOT BE REPRODUCED OR DISTRIBUTED IN ANY

More information

Panic Button Information & Installation Manual

Panic Button Information & Installation Manual Panic Button Information & Installation Manual www.usbdriveguard.com Contact Email: support@usbdriveguard.com Contact Us Page: http://www.usbdriveguard.com/contact.php Default Username: admin Default Password:

More information

SUREedge MIGRATOR INSTALLATION GUIDE FOR HYPERV

SUREedge MIGRATOR INSTALLATION GUIDE FOR HYPERV SUREedge MIGRATOR INSTALLATION GUIDE 5.0.1 FOR HYPERV 2025 Gateway Place, Suite #480, San Jose, CA, 95110 Important Notice This document is provided "as is" without any representations or warranties, express

More information

SUREedge MIGRATOR INSTALLATION GUIDE FOR NUTANIX ACROPOLIS

SUREedge MIGRATOR INSTALLATION GUIDE FOR NUTANIX ACROPOLIS SUREedge MIGRATOR INSTALLATION GUIDE 5.0.1 FOR NUTANIX ACROPOLIS 2025 Gateway Place, Suite #480, San Jose, CA, 95110 Important Notice This document is provided "as is" without any representations or warranties,

More information

Zinstall FullBack User Guide. Thank you for purchasing Zinstall FullBack. If you have any questions, issues or problems, please contact us:

Zinstall FullBack User Guide. Thank you for purchasing Zinstall FullBack. If you have any questions, issues or problems, please contact us: Thank you for purchasing Zinstall FullBack. If you have any questions, issues or problems, please contact us: Support email: Sales email: Visit our website: support@zinstall.com sales@zinstall.com www.zinstall.com

More information

BRIGHTSIGN APP USER GUIDE

BRIGHTSIGN APP USER GUIDE BRIGHTSIGN APP USER GUIDE ios App Version 1.0.1 BrightSign, LLC. 16795 Lark Ave., Suite 200 Los Gatos, CA 95032 408-852-9263 www.brightsign.biz TABLE OF CONTENTS Introduction 1 Using the BrightSign App

More information

Solution Composer. User's Guide

Solution Composer. User's Guide Solution Composer User's Guide January 2014 www.lexmark.com Contents 2 Contents Overview...4 Understanding the basics...4 System recommendations...5 Building custom solutions...6 Getting started...6 Step

More information

Configuring Thunderbird for GMail

Configuring Thunderbird for GMail Configuring Thunderbird for GMail There are a couple of settings that need to be changed on Gmail before you can add the account to Thunderbird. 1) Log in to Gmail and click on Settings (which looks like

More information

Managing Deployment. Understanding Deployment CHAPTER

Managing Deployment. Understanding Deployment CHAPTER CHAPTER 8 The settings and policies you define in Security Manager must be deployed to your devices so that you can implement them in your network. The steps you take to deploy configurations to devices

More information

Alternate Submission Methods

Alternate Submission Methods Skydrive Access your SkyDrive account. 1. Go to https://mail.fullsail.edu/ and Log in. 2. Click on the More tab at the top center of the screen, and choose Sky Drive Upload files to SkyDrive. 1. Click

More information

CANVAS DEEP INTEGRATION WITH LAUNCHPAD (FOR INSTRUCTORS)

CANVAS DEEP INTEGRATION WITH LAUNCHPAD (FOR INSTRUCTORS) CANVAS DEEP INTEGRATION WITH LAUNCHPAD (FOR INSTRUCTORS) Table of Contents Get started... 3 What are the first steps I should take to make this process go smoothly?... 4 Confirm that the Macmillan Learning

More information

Version Installation Guide. 1 Bocada Installation Guide

Version Installation Guide. 1 Bocada Installation Guide Version 19.4 Installation Guide 1 Bocada Installation Guide Copyright 2019 Bocada LLC. All Rights Reserved. Bocada and BackupReport are registered trademarks of Bocada LLC. Vision, Prism, vpconnect, and

More information

QuickStart Guide for Mobile Device Management. Version 8.7

QuickStart Guide for Mobile Device Management. Version 8.7 QuickStart Guide for Mobile Device Management Version 8.7 JAMF Software, LLC 2013 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide is accurate. JAMF

More information

Mascot Insight Installation and setup guide

Mascot Insight Installation and setup guide Mascot Insight Installation and setup guide System requirements These are the system requirements for a Mascot Insight server. On the client side, Mascot Insight can be accessed from most web browsers.

More information

ForeScout Extended Module for ServiceNow

ForeScout Extended Module for ServiceNow ForeScout Extended Module for ServiceNow Version 1.2 Table of Contents About ServiceNow Integration... 4 Use Cases... 4 Asset Identification... 4 Asset Inventory True-up... 5 Additional ServiceNow Documentation...

More information

StorageCraft Cloud Backup

StorageCraft Cloud Backup User Guide v1.3 (June 2017) StorageCraft Copyright Declaration StorageCraft ImageManager, StorageCraft ShadowProtect, StorageCraft Cloud, and StorageCraft Cloud Services, together with any associated logos,

More information

USER GUIDE. MADCAP FLARE 2017 r3. Source Control: Git

USER GUIDE. MADCAP FLARE 2017 r3. Source Control: Git USER GUIDE MADCAP FLARE 2017 r3 Source Control: Git Copyright 2018 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described in this

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

BrightSign User Manual

BrightSign User Manual BrightSign User Manual Table of Contents BrightSign Product Support BrightSign Setup Requirements BrightSign First Time Setup Loading Content onto SD Cards Resetting The BrightSign Player Legacy BrightSign

More information

Oracle Cloud. Content and Experience Cloud Android Mobile Help E

Oracle Cloud. Content and Experience Cloud Android Mobile Help E Oracle Cloud Content and Experience Cloud Android Mobile Help E82091-01 Februrary 2017 Oracle Cloud Content and Experience Cloud Android Mobile Help, E82091-01 Copyright 2017, Oracle and/or its affiliates.

More information

Developing and Deploying vsphere Solutions, vservices, and ESX Agents. 17 APR 2018 vsphere Web Services SDK 6.7 vcenter Server 6.7 VMware ESXi 6.

Developing and Deploying vsphere Solutions, vservices, and ESX Agents. 17 APR 2018 vsphere Web Services SDK 6.7 vcenter Server 6.7 VMware ESXi 6. Developing and Deploying vsphere Solutions, vservices, and ESX Agents 17 APR 2018 vsphere Web Services SDK 6.7 vcenter Server 6.7 VMware ESXi 6.7 You can find the most up-to-date technical documentation

More information

Clay Tablet Connector for Adobe Experience Manager. Installation and Configuration Guide. Version 3.0.0

Clay Tablet Connector for Adobe Experience Manager. Installation and Configuration Guide. Version 3.0.0 Clay Tablet Connector for Adobe Experience Manager Installation and Configuration Guide Version 3.0.0 January 13, 2017 Copyright Copyright 2005-2017 Clay Tablet Technologies Inc. All rights reserved. All

More information

User Guide: Windows Mac Android ios

User Guide: Windows Mac Android ios 1 TM Laplink Software, Inc. For technical support issues or questions, please visit: http://www.laplink.com/contact For other inquiries, please see contact details below: E-mail: CustomerService@laplink.com

More information

DIGIOP ELEMENTS V8.1 Software-only Installation Guide

DIGIOP ELEMENTS V8.1 Software-only Installation Guide DIGIOP ELEMENTS V8.1 Software-only Installation Guide About this installation guide Use this document as a guide to install your DIGIOP ELEMENTS software system. It includes procedures to install your

More information

F5 BIG-IQ Centralized Management: Licensing and Initial Setup. Version 5.2

F5 BIG-IQ Centralized Management: Licensing and Initial Setup. Version 5.2 F5 BIG-IQ Centralized Management: Licensing and Initial Setup Version 5.2 Table of Contents Table of Contents BIG-IQ System Introduction...5 About BIG-IQ Centralized Management... 5 How do I navigate

More information

D&B Optimizer for Microsoft Installation Guide

D&B Optimizer for Microsoft Installation Guide D&B Optimizer for Microsoft Installation Guide Version 2.0 July 13, 2018 Contents 1. INTRODUCTION... 3 WHAT IS IT?... 3 FEATURES... 3 GETTING SUPPORT... 4 2. GETTING STARTED... 4 MICROSOFT LICENSING CHECKLIST...

More information

RoomWizard Exchange Connector. Complete Implementation/Upgrade Guide Microsoft Exchange On-Premises Microsoft Office 365

RoomWizard Exchange Connector. Complete Implementation/Upgrade Guide Microsoft Exchange On-Premises Microsoft Office 365 RoomWizard Exchange Connector Complete Implementation/Upgrade Guide Microsoft Exchange On-Premises Microsoft Office 365 Table of Contents RoomWizard Exchange Connector... 1 Getting Started... 4 Before

More information

ForeScout Extended Module for ServiceNow

ForeScout Extended Module for ServiceNow ForeScout Extended Module for ServiceNow Version 1.1.0 Table of Contents About this Integration... 4 Use Cases... 4 Asset Identification... 4 Asset Inventory True-up... 5 Additional ServiceNow Documentation...

More information

VMware AirWatch Integration with RSA PKI Guide

VMware AirWatch Integration with RSA PKI Guide VMware AirWatch Integration with RSA PKI Guide For VMware AirWatch Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com. This product

More information

Version 2.3 User Guide

Version 2.3 User Guide V Mware vcloud Usage Meter Version 2.3 User Guide 2012 VMware, Inc. All rights reserved. This product is protected by U.S. and international copyright and intellectual property laws. This product is covered

More information

APPENDIX B: INSTALLATION AND SETUP

APPENDIX B: INSTALLATION AND SETUP APPENDIX B: INSTALLATION AND SETUP Page A. Overview... B:1 How do I install and setup ICMS?... B:1 Do I need special security rights to install ICMS?... B:1 Installation Basics... B:1 How do I get a quick

More information

Status Web Evaluator s Guide Software Pursuits, Inc.

Status Web Evaluator s Guide Software Pursuits, Inc. Status Web Evaluator s Guide 2018 Table of Contents Introduction... 2 System Requirements... 2 Contact Information... 2 Installing Microsoft IIS... 2 Verifying Microsoft IIS Features... 9 Installing the

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

Go2Group. Go2Group PaT Mashup. Perforce Mashup for Serena Business Mashup Solution. Installation and Usage Guide. v2.0

Go2Group. Go2Group PaT Mashup. Perforce Mashup for Serena Business Mashup Solution. Installation and Usage Guide. v2.0 Go2Group PaT Mashup Perforce Mashup for Serena Business Mashup Solution Installation and Usage Guide v2.0 Table of Contents SECTION 1 GO2GROUP MASHUP REQUIREMENTS...3 WHAT S NEEDED...3 WHERE TO GET HELP...4

More information

DocAve v5 Installation Configure your DocAve 5 Platform Quickly and Easily

DocAve v5 Installation Configure your DocAve 5 Platform Quickly and Easily How to Guide DocAve v5 Installation Configure your DocAve 5 Platform Quickly and Easily This document is intended for anyone wishing to familiarize themselves with the basic installation and navigation

More information

OpenManage Integration for VMware vcenter Quick Install Guide for vsphere Client, Version 2.3.1

OpenManage Integration for VMware vcenter Quick Install Guide for vsphere Client, Version 2.3.1 OpenManage Integration for VMware vcenter Quick Install Guide for vsphere Client, Version 2.3.1 Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use

More information

Contents. V-locity Management Console (VMC) 7.0 Installation Guide

Contents. V-locity Management Console (VMC) 7.0 Installation Guide V-locity Management Console (VMC) 7.0 Installation Guide Contents VMC Architecture Overview and System Requirements... 2 Steps to Install the VMC... 4 VMC Setup... 6 Deploy V-locity using the VMC... 7

More information

CABC Installation Guide Maximizer CRM 12 Entrepreneur Edition

CABC Installation Guide Maximizer CRM 12 Entrepreneur Edition CABC Installation Guide Maximizer CRM 12 Entrepreneur Edition CABC Ltd PO Box 162 Newbury Berkshire RG14 1AS 01635 570970 Document Version: 1.2 Dated: 05/04/2012 Purpose of this Document This document

More information

DocAve 6 SharePoint Migrator

DocAve 6 SharePoint Migrator DocAve 6 SharePoint Migrator User Guide Service Pack 4, Cumulative Update 2 Revision C Issued July 2014 Table of Contents About SharePoint Migration... 5 Complementary Products... 5 Submitting Documentation

More information

CaliberRDM. Installation Guide

CaliberRDM. Installation Guide CaliberRDM Installation Guide Borland Software Corporation 4 Hutton Centre Dr., Suite 900 Santa Ana, CA 92707 Copyright 2010 Micro Focus (IP) Limited. All Rights Reserved. CaliberRDM contains derivative

More information

VMware AirWatch: Directory and Certificate Authority

VMware AirWatch: Directory and Certificate Authority Table of Contents Lab Overview - HOL-1857-06-UEM - VMware AirWatch: Directory and Certificate Authority Integration... 2 Lab Guidance... 3 Module 1 - Advanced AirWatch Configuration, AD Integration/Certificates

More information

Aquaforest CheckPoint Reference Guide

Aquaforest CheckPoint Reference Guide Aquaforest CheckPoint Reference Guide Version 1.01 April 2015 Copyright 2005-2015 Aquaforest Limited http://www.aquaforest.com/ Contents 1 Product Overview... 3 2 Installation and Licensing... 4 2.1 Installation...

More information

Perceptive TransForm E-Forms Manager 8.x. Installation and Configuration Guide March 1, 2012

Perceptive TransForm E-Forms Manager 8.x. Installation and Configuration Guide March 1, 2012 Perceptive TransForm E-Forms Manager 8.x Installation and Configuration Guide March 1, 2012 Table of Contents 1 Introduction... 3 1.1 Intended Audience... 3 1.2 Related Resources and Documentation... 3

More information

JIRA Plugin User Guide

JIRA Plugin User Guide Automic Release Automation ONE Automation JIRA Plugin User Guide Version: 1.9.0 Publication Date: January 2017 Automic Software GmbH ii Chapter Copyright Automic and the Automic logo are trademarks owned

More information

BCI.com Sitecore Publishing Guide. November 2017

BCI.com Sitecore Publishing Guide. November 2017 BCI.com Sitecore Publishing Guide November 2017 Table of contents 3 Introduction 63 Search 4 Sitecore terms 66 Change your personal settings 5 Publishing basics 5 Log in to Sitecore Editing 69 BCI.com

More information

Workspace ONE UEM Upgrade Guide

Workspace ONE UEM Upgrade Guide Workspace ONE UEM Upgrade Guide Workspace ONE UEM v9.5 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com. This product is protected

More information