Bullhorn. Data Mirror. Introduction to Bullhorn Data Mirror Process and Setup v7.1.5

Size: px
Start display at page:

Download "Bullhorn. Data Mirror. Introduction to Bullhorn Data Mirror Process and Setup v7.1.5"

Transcription

1 Bullhorn Data Mirror Introduction to Bullhorn Data Mirror Process and Setup v

2 Contents 1. Overview of Bullhorn Data Mirror 1.1. Processing 1.2. Main Entities 1.3. Master Entities 1.4. Error Handling 1.5. Limitations 2. Configuration 2.1. Dependencies 2.2. Interfaces to Other Applications 2.3. Hosting 2.4. Environment 2.5. Event Subscriptions 2.6. Replicator Folder Replicator.jar Replicator.log Start.bat application.properties file 2.7. Task Scheduler Open Task Scheduler Create Task General Tab Trigger Tab Action Tab Conditions Tab Settings Tab Save the record 3. Continuous Monitoring 1. Overview of Bullhorn Data Mirror Data Mirror takes the data held in the Bullhorn databases and replicates it to a database hosted by the client, allowing the client direct SQL access to Bullhorn data. Data Mirror replicates the Bullhorn data into a MS-SQL Server environment. After replication, organizations may wish to migrate their data into a target standards RDBMS reporting platform and/or Database Management System. 2

3 1.1 Processing The Data Mirror is made up of two primary processes: the Master process and the Main process. These processes take new, modified, and deleted records in the core Bullhorn tables and populate your Data Mirror with these changes. There are three primary tables used to control processing within the Bullhorn Data Mirror. RequestQueue This will be populated with the IDs from the event subscription and used to create RequestStatus records for: Merge Events Events for entities that do not have a Date Last Modified Hard Deleted records RequestEntity Data Mirror uses this table to determine if replication for an entity should be driven by events or by Date Last Modified. For Date Last Modified driven entities, the table also stores the Date Last Modified value which drives replication. RequestStatus The RequestStatus table is where records are held to be processed. These records can come from the RequestQueue or from the DateLastModified process. The table includes columns for the entity type and the entity ID. These are important because the replication process loops through the records in RequestStatus and uses the entity type and ID to find the corresponding record in Bullhorn, populate the record in the client Data Mirror, and update the RequestStatus status. 1.2 Main Process and Entities The Bullhorn Data Mirror process uses the above tables to perform the two Main processes: A process that creates RequestStatus records. This is done in two ways: 3

4 Event subscriptions - Events are consumed by the Data Mirror and create RequestStatus records with a status of Queued. Deletions from the Bullhorn database and record merges are actions that generate events. Entities that do not have a Date Last Modified also throw events. These include: Candidate Education Candidate Reference Corporate User Corporate User Private Labels Corporation Department Housing Complex Sendout Note: In the event of a records merge, Bullhorn Data Mirror will process the merge as an update/delete via the event subscription. The secondary merge record will be soft deleted in the Data Mirror, and the primary record will reflect any changes as a result of the merge identified by the update event subscription. DateLastModified Process - There is a recurring process that checks the Date Last Modified for supported entities. It uses a query that sets the RequestEntity s Date Last Modified value as the start date and the current time as the end date, and pulls all the records inserted or updated within that time frame. It then adds a record to the RequestStatus table with a status of Queued for each of the returned records. Entities that support Date Last Modified are: 4

5 Appointment Appointment Attendees Candidate Candidate Business Sectors Candidate Categories Candidate Secondary Owners Candidate Skills Candidate Specialties Candidate Work History Category Private Labels ClientContact ClientContact Business Sectors ClientContact Categories ClientContact Secondary Owners ClientContact Skills ClientCorporation ClientCorporation Custom Object ClientCorporation Leads Edit History Appointment Edit History Candidate Edit History ClientContact Edit History ClientCorporation Edit History Corporate User Edit History Lead Edit History JobOrder Edit History JobSubmission Edit History Opportunity Edit History Placement Edit History Task JobOrder JobOrder Assigned Users JobOrder Business Sectors JobOrder Categories JobOrder Custom Object JobOrder Skill JobOrder Specialties JobSubmission Lead Lead Assigned To Lead Candidates Lead Categories Lead ClientContacts Lead Skills Lead Specialties Note Note Entity Opportunity Opportunity Appointments Opportunity Assigned Users Opportunity Business Sectors Opportunity Categories Opportunity Certifications Opportunity Custom Object Opportunity JobOrders Opportunity Skills Opportunity Specialties Placement Placement Change Request Placement Commission Placement Custom Object Task Tearsheet Tearsheet Candidates Tearsheet Contacts Tearsheet Jobs Tearsheet Leads Tearsheet Opportunities User Custom Object A process that inserts data using the RequestStatus records. For each Queued RequestStatus record, the Data Mirror will do the following (assuming success path): Identify the entity and entityid on the RequestStatus Call the Bullhorn database using the REST API to find the details of the entity Replicate the entity in Data Mirror For records that are updated via Date Last Modified, the record s edit history is also replicated Update the RequestStatus to Success 1.3 Master Process and Entities Master Entities are treated slightly differently than those described above. Because master entities are not modified as frequently, they are only replicated once per day via Windows Task Scheduler. This process will look for instances of the following entities and update them in Data Mirror: Business Sectors Categories Corporation Departments Corporate User Departments Field Maps 5

6 Private Label Skills Specialties 1.4 Error Handling In the event the RequestStatus process errors due to the entity/entityid not being found in Bullhorn, it is assumed this means the record was hard deleted or set to private in Bullhorn. Hard deletes mean the record was truly removed from the database, as opposed to a soft delete where the record remains but a flag is set to ensure it is no longer shown on the front end. If the RequestStatus process errors for this reason: The RequestStatus.status is updated to Retry The Exception Text is set to a value of Missing Entity. Likely due to record being hard deleted or set to private The Error Count is incremented by 1 If the error count is equal to four, then the status is changed to Error and future processing will bypass these records In the event the RequestStatus process errors for any other reason than a Missing Entity : The RequestStatus.status is updated to Retry The Exception Text is updated to the reason why the error was encountered The Error Count is incremented by 1 If the error count is equal to four, then the status is changed to Error and an is automatically generated and sent to a configured distribution list (discussed in section 2.6.4). In the event of a failure due to client-side system or environmental issues, Bullhorn uses Windows Task Schedulers to restart the (main) process every two hours. It is expected that the client will monitor the server and database for uptime. 1.5 Limitations The Bullhorn Data Mirror does not currently support replication of the following entities: Timecards People templates Job templates Company templates Placement templates Any entity marked as private The columns available via EditHistoryCorporateUser are the same as for other person records, however, we will only replicate changes for the following fields on the CorporateUser entity: Primary department, Additional (Secondary) departments, Title, Enabled/Disabled, First Name, Last Name, User type, Address, Reports to 6

7 The data Mirror is run near real-time. However, it is an asynchronous replication, which means there may be a delay. Delays could be caused by: Natural Delay - If the data is updated in Bullhorn, there may be a few seconds before the Mirror runs Errors - In the event of an error, a log of the error will be created. This could result in data in Bullhorn not being replicated until the error is resolved. Fatal Errors - While unexpected, a fatal error can occur (for example, the system hosting Data Mirror goes down). Bullhorn utilizes Windows Task Scheduler to restart this every two hours, which will ensure that the replication process automatically restarts. This could result in a delay until the next running of the scheduled task. Number of records - While configurable, Bullhorn sets limits on the number of records processed per cycle. The recommended number is 200 records and the maximum is 500 records. If the number of changes exceeds the number configured, the additional changes will be replicated during the next cycle. In other words, if there are a large number of records changing there may be a period of catch up. 2. Configuration The initial installation and configuration of Data Mirror is completed by the client with assistance from Bullhorn. A seed copy of client data is delivered via FTP, and once it has been downloaded and set up as a SQL instance on the client's server, Bullhorn will walk the client through configuring the Properties files and setting up the Task Scheduler as outlined below. 2.1 Dependencies 1. A valid Bullhorn API username, password, and key are required. 2. Server(s) with internet access is required. Technology stack outlined below. 3. Files necessary to run Data Mirror are delivered at implementation. 2.2 Interfaces to Other Applications Unless otherwise specified, this will use the default port of SQL Server Hosting 1. All data mirror data will be housed in a SQL Server Database on Client s network. 2. A Java based.jar application will be housed on a server on Client s network. 3. Client is responsible for monitoring their environment, inclusive of server, database server, and Data Mirror process to ensure the application is running. 2.4 Environment Category Title Ownership Version Web Service Bullhorn Web Service Bullhorn 2.0 7

8 Platform Java 64 bit, installed when Data Mirror is installed Bullhorn bit Operating System Microsoft Windows Server Client 2008 or 2012 Database Database User Microsoft SQL Server, Standard or Enterprise (subject to Microsoft support ) Microsoft SQL Server 1. DB user must have write and delete access 2. the DB user must have dbo full access to the environment. 3. There must be a single user with the above access rights to be used for both: installation and run the jar via task scheduler. Client. recommended: also supported: 2008, 2008R and express versions are not supported Client Database URL Hardware Microsoft SQL Server Since Data Mirror uses JDBC connection to connect to the SQL Server, the SQL URL must be a JDBC based URL.. minimum required is 8GB of RAM. recommend 500GB or 40% of the Bullhorn db you are replicating, whichever is larger. Client Client Bullhorn will work with the client to determine appropriate hardware requirements, including database storage, number of cores, and number of threads per core. 2.5 Event Subscriptions As discussed previously, Event Subscriptions are used for some entities to replicate data. These subscriptions will be created by a Bullhorn data engineer slightly before getting the backup to ensure that all data is either in the backup, or reflected in the event subscriptions. 8

9 The name of these subscriptions are used within the application.properties file within the Mirror folder. The subscription will be set up to generate events for all entities, and for updates, inserts, and deletions. An example of how this subscription would look is: ('HousingComplex,PlacementCommission,PlacementChangeRequest,Candidate,Note,S endout,joborder,tearsheet,placement,clientcontact,corporateuser,candidateeducatio n,appointment,task,candidateworkhistory,jobsubmission,candidatereference,clientc orporation,personcustomobjectinstance1,personcustomobjectinstance2,personcusto mobjectinstance3,personcustomobjectinstance4,personcustomobjectinstance5,perso ncustomobjectinstance6,personcustomobjectinstance7,personcustomobjectinstance 8,PersonCustomObjectInstance9,PersonCustomObjectInstance10,ClientCorporationCus tomobjectinstance1,clientcorporationcustomobjectinstance2,clientcorporationcustom ObjectInstance3,ClientCorporationCustomObjectInstance4,ClientCorporationCustomObj ectinstance5,clientcorporationcustomobjectinstance6,clientcorporationcustomobjecti nstance7,clientcorporationcustomobjectinstance8,clientcorporationcustomobjectinst ance9,clientcorporationcustomobjectinstance10,jobordercustomobjectinstance1,job OrderCustomObjectInstance2,JobOrderCustomObjectInstance3,JobOrderCustomObject Instance4,JobOrderCustomObjectInstance5,JobOrderCustomObjectInstance6,ClientCor porationcustomobjectinstance,jobordercustomobjectinstance8,jobordercustomobje ctinstance9,jobordercustomobjectinstance10,placementcustomobjectinstance1,place mentcustomobjectinstance2,placementcustomobjectinstance3,placementcustomobje ctinstance4,placementcustomobjectinstance5,placementcustomobjectinstance6,place mentcustomobjectinstance7,placementcustomobjectinstance8,placementcustomobje ctinstance9,placementcustomobjectinstance10') AND BhEntityEventType IN ('INSERTED,DELETED,UPDATED') Hard Deletes Hard Deletes cannot be replicated via DateLastModified, for that reason we will need a subscription for these: Placement, PlacementChangeRequest, Sendouts. 2.6 Replicator Folder Download the Data Mirror installation zip file, Data Mirror_ version-number _release.zip. First GA version is Data Mirror_7.0.10_release.zip Once that file is extracted it will create the following structures 9

10 The data_replicator_7 folder is key to starting the replication process and the properties files. There will be two additional folders within your app; the Master process and the other is the Main process. 1. The Main and Master directories will both contain the following files: Replicator.jar a. the application.properties file is the one that will hold your specific configuration. There is one variable that says either main or Master. The properties file is inline documented and easy to configure. b. Start.bat and start.sh is the exact same file in both directories. You will be creating a task Scheduler to run against this file in a step below. This is the executable jar that is run. This does not differ by client and must not be modified Replicator.log This is where the logs are written. This file will be generated the first time data Mirror is run Start.bat A batch file that runs the Replicator.jar. You will be creating a task Scheduler to run against this file in a step below application.properties file The application.properties file has a number of pieces of configuration within it. This configuration will be: Entered by Bullhorn (reflected by BH below), or Entered by Bullhorn with input from Client (reflected as BHwC ) SPECIAL-NOTE: Any changes made to the application.properties file by you should be doublechecked by Bullhorn, as this is the core to accessing the data Mirror. Field Entered by Value profilename BH main master Comments apiusername BH Username api user s username apipassword BH Password api user s password Each application.properties file will have just one of these values, which reflects which type it is replicating 10

11 apikey BH API Key api key from corporation privatelabelid BHwC Private Label ID(s) Client to provide which private labels they would like replicated. If multiple separated by comma with no spaces. customername BHwC Customer Company Name This will be part of the subject of the daily report that Data Mirror send out. You may want a unique name for each environment To BHwC xxx@abc.com Separate with a comma, no space This is where the error messages will be sent rundailyreport=true hourforreport=[0 to 23] minuteforreport=[0 to 59] timezone=est5edt standardsubscription Name BH Name of Bullhorn Data Mirror subscription from event subscriptions These are only needed if you want to alter the 1AM EST time for running report. IF you have more that one instance of DR on the same hardware you must schedule the report time to a time difference of 30 mins between reports. Only needed for the Main (not for master) server.port BH 0 (zero) This will allow the service to pick up the available port rest.clientid BH Unique client ID DataMirror specific OAuth key component rest.clientsecret BH Unique client secret DataMirror specific OAuth key component rest.tokenurl BH The rest.tokenurl parameter should not exist at all for production. If implementing in staging, then the property should be added to the file as: rest.tokenurl= rest.loginurl BH The rest.loginurl parameter should not exist at all for production. rest.sessionminutest olive BH If implementing in staging, then the property should be added to the file as: rest.loginurl= The rest.sessionminutestolive parameter should not exist at all for production. If implementing in staging, then the property should be added to the file as: rest.sessionminutestolive=1400 rest.authorizeurl BH The rest.authorizeurl parameter should not exist at all for production. If implementing in staging, then the property should be added to the file as: rest.authorizeurl= e apiurl BH This is the soap wsdl url. The apiurl parameter should not exist at all for production. 11

12 If implementing in staging, then the property should be added to the file as: apiurl= jdbc.url BHwC URL of database If running locally, will likely be: jdbc:sqlserver:// {server} \\{dbserver:port};insta ncename=[nameof thedatabase] For example: jdbc:sqlserver:// \\sql12r2:1433;insta ncename=datamirrorx If running hosted, will likely be: jdbc.url=jdbc:sqlserver://hostedname.com:{p ort};isntancename={schemaname} Example for any version before SQL-2014 jdbc.url=jdbc:sqlserver://jeremy-chart-io.cvqs cphcuaon.us-east-1.rds.amazonaws.com:14 33; instancename = ACMEDataMirror Example for SQL-2014 jdbc.url=jdbc:sqlserver://jeremy-chart-io.cvqs cphcuaon.us-east-1.rds.amazonaws.com:14 33; databasename = ACMEDataMirror jdbc.user BHwC Username jdbc.password BHwC Password SQL Server Authentication required defaultschema BHwC DATABASENAME.db o Literally, the database name followed by.dbo For example: ACMEDataMirror.dbo defaultcatalog BHwC DATABASENAME Literally, the database name. For example: ACMEDataMirror maxrecordcountper Entity BHwC 100 # of entities processed per cycle per entity type in dlmhandler and entity/error handler. Recommendation: 100 maxeventcount BHwC 2000 # of events pulled per cycle Recommendation: 2000 seedpastdays BHwC # of days between backup was taken and the Data Mirror is enabled. For safety, may want to add an additional day. This reflects how far back the Date Last Modified should be initially set in the requestentity table (f the requestentity record does not already exist). This would be for the initial seeding of records. For example, if set to 1, this would identify any requestentity records that don t exist, and set the Date Last Modified to today minus 1 day. maxthreads BHwC 12 # of threads to be used. General rule use 3x the amount of cores on the machine. maxdlmthreads BHwC 3 Number of threads processing date last modified records. maxmainthreads BHwC 3 Number of threads in the main loop. 12

13 maxerrorthreads BHwC 1 Number of threads being used by the error handler. maxtaskthreads BHwC 4 Size of thread pool for the per entity task list. 2.7 Task Scheduler Two Windows Task Schedulers need to be created, reflecting the Main and Master replication processes. The tasks will run the Start.bat file from the Master and Main folders. The differences between the two tasks are: Main: This is scheduled to run every two hours. While the Main process runs constantly, there is a failsafe to ensure that if for some reason it stops it restarts itself. This should point to the Main replicator folder. Master: This is scheduled to run every night around midnight. The Master entities do not replicate constantly. Thus, this is the process to replicate them. This should point to the Master replicator folder. The remainder of this section describes how to configure the Task Schedulers. Differences between Main and Master will be noted. If not otherwise noted, it should be assumed that Main and Master are configured in the same way. Note: The Task Scheduler should remain disabled until replication commences Open Task Scheduler Open Task Scheduler (type Task Scheduler in the Search line within Windows) Create Task Within Action menu, select Create Task General Tab Enter the following data on the General tab, entering yourself as the user. Use a different Name for Main versus Master 13

14 2.7.4 Trigger Tab Select New For Main, enter data as below: For Master: Use Daily instead of One Time Set Start time to 12:30am 14

15 Uncheck the Repeat option Action Tab Select New Enter data as below Action: Start a program Program/script: path to get to the Start.bat file Example: C:\Users\Administrator\Desktop\Main\Start.bat Start in (optional): path to the jar folder Example: C:\Users\Administrator\Desktop\Main\ Conditions Tab Enter data as below (same for main and master) 15

16 2.7.7 Settings Tab Enter data as below (same for main and master) Save the record Click OK 16

17 3. Continuous Monitoring The client should monitor the Bullhorn Data Mirror to ensure continuous and expected processing. Because of the period of time between the database backup and implementation, there may be a time that the Bullhorn Data Mirror is still catching up. Please review the Data Mirror notification (which you will configure on the properties file) to follow up with the progress of the replication. 17

18

19

Auto Start Analyzer after AppPool Recycle by IIS

Auto Start Analyzer after AppPool Recycle by IIS Auto Start Analyzer after AppPool Recycle by IIS Background It is often sites running on the Internet Information Service (IIS) will get recycled by IIS service at a set interval (nightly for example).

More information

Use the Bullhorn SOAP API to Work with Notes

Use the Bullhorn SOAP API to Work with Notes Use the Bullhorn SOAP API to Work with Notes Introduction This tutorial is for developers who create custom applications that use the Bullhorn SOAP-based web services APIs. The tutorial describes how to

More information

Getting Started with the Bullhorn SOAP API and Java

Getting Started with the Bullhorn SOAP API and Java Getting Started with the Bullhorn SOAP API and Java Introduction This article is targeted at developers who want to do custom development using the Bullhorn SOAP API and Java. You will create a sample

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

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

VMware AirWatch Database Migration Guide A sample procedure for migrating your AirWatch database

VMware AirWatch Database Migration Guide A sample procedure for migrating your AirWatch database VMware AirWatch Database Migration Guide A sample procedure for migrating your AirWatch database For multiple versions Have documentation feedback? Submit a Documentation Feedback support ticket using

More information

DocAve for Salesforce 2.1

DocAve for Salesforce 2.1 DocAve for Salesforce 2.1 This document is intended for anyone wishing to familiarize themselves with the user interface and basic functionality of AvePoint s DocAve for Salesforce tool. System Requirements

More information

Guide for Administrators. Updated November 12, Page 1 of 31

Guide for Administrators. Updated November 12, Page 1 of 31 novaresourcesync v.5.3 Guide for Administrators Updated November 12, 2013 Page 1 of 31 Copyright, Trademarks, and Legal Tempus Nova Inc. 1755 Blake Street Denver, CO 80202 www.tempusnova.com November 12,

More information

Perceptive Matching Engine

Perceptive Matching Engine Perceptive Matching Engine Advanced Design and Setup Guide Version: 1.0.x Written by: Product Development, R&D Date: January 2018 2018 Hyland Software, Inc. and its affiliates. Table of Contents Overview...

More information

Additional VisNetic MailServer Documentation is available at:

Additional VisNetic MailServer Documentation is available at: VisNetic GroupWare User s Guide Additional VisNetic MailServer Documentation is available at: http://www.deerfield.com/support/visnetic-mailserver VisNetic MailServer is published by Deerfield.com 4241

More information

Community Development System Administrator s Guide new world ERP Community Development

Community Development System Administrator s Guide new world ERP Community Development Community Development 2017.1 System Administrator s Guide new world ERP Community Development 2017 Tyler Technologies, Inc. Data used to illustrate the reports and screens may include names of individuals,

More information

Administrative Tasks CHAPTER

Administrative Tasks CHAPTER 15 CHAPTER This chapter describes administrative tasks to perform with WCS. These tasks include the following: Running Background Tasks, page 15-2 (such as database cleanup, location server synchronization,

More information

Using ODI for Teradata Dual-Loads

Using ODI for Teradata Dual-Loads Purpose This tutorial walks you through the steps that are needed to create Oracle Data Integrator (ODI) EL-T interfaces and packages that will simultaneously load two independent Teradata RDBMS systems

More information

Enabling the Bullhorn and Calendar Integration with Google Apps

Enabling the Bullhorn  and Calendar Integration with Google Apps Enabling the Bullhorn Email and Calendar Integration with Google Apps If you are interested in enabling this integration, please send a request to switch@bullhorn.com. Note that these instructions are

More information

NETWRIX WINDOWS SERVER CHANGE REPORTER

NETWRIX WINDOWS SERVER CHANGE REPORTER NETWRIX WINDOWS SERVER CHANGE REPORTER ADMINISTRATOR S GUIDE Product Version: 4.0 June 2013. Legal Notice The information in this publication is furnished for information use only, and does not constitute

More information

INSTALLATION GUIDE Spring 2017

INSTALLATION GUIDE Spring 2017 INSTALLATION GUIDE Spring 2017 Copyright and Disclaimer This document, as well as the software described in it, is furnished under license of the Instant Technologies Software Evaluation Agreement and

More information

Database Setup in IRI Workbench 1

Database Setup in IRI Workbench 1 Database Setup in IRI Workbench Two types of database connectivity are required by the IRI Workbench. They are: Microsoft Open Database Connectivity (ODBC) for data movement between the database and IRI

More information

Migrating to the P8 5.2 Component Manager Framework

Migrating to the P8 5.2 Component Manager Framework Migrating to the P8 5.2 Component Manager Framework Contents Migrating to the P8 5.2 Component Manager Framework... 1 Introduction... 1 Revision History:... 2 Comparing the Two Component Manager Frameworks...

More information

Java EE 7: Back-End Server Application Development

Java EE 7: Back-End Server Application Development Oracle University Contact Us: Local: 0845 777 7 711 Intl: +44 845 777 7 711 Java EE 7: Back-End Server Application Development Duration: 5 Days What you will learn The Java EE 7: Back-End Server Application

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

Outlook Integration Guide

Outlook Integration Guide PracticeMaster Outlook Integration Guide Copyright 2012-2015 Software Technology, Inc. 1621 Cushman Drive Lincoln, NE 68512 (402) 423-1440 Tabs3.com Tabs3, PracticeMaster, and the "pinwheel" symbol ( )

More information

Configuring the Oracle Network Environment. Copyright 2009, Oracle. All rights reserved.

Configuring the Oracle Network Environment. Copyright 2009, Oracle. All rights reserved. Configuring the Oracle Network Environment Objectives After completing this lesson, you should be able to: Use Enterprise Manager to: Create additional listeners Create Oracle Net Service aliases Configure

More information

Working with Database Connections. Version: 18.1

Working with Database Connections. Version: 18.1 Working with Database Connections Version: 18.1 Copyright 2018 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or

More information

MarkLogic Server. Flexible Replication Guide. MarkLogic 9 May, Copyright 2018 MarkLogic Corporation. All rights reserved.

MarkLogic Server. Flexible Replication Guide. MarkLogic 9 May, Copyright 2018 MarkLogic Corporation. All rights reserved. Flexible Replication Guide 1 MarkLogic 9 May, 2017 Last Revised: 9.0-1, May, 2017 Copyright 2018 MarkLogic Corporation. All rights reserved. Table of Contents Table of Contents Flexible Replication Guide

More information

VERSION 7 JUNE Union Benefits. Employer User Guide Data Collection Tool

VERSION 7 JUNE Union Benefits. Employer User Guide Data Collection Tool VERSION 7 JUNE 2018 Union Benefits Employer User Guide Data Collection Tool About this guide This document is intended to provide an overview of the main sections of the Data Collection Tool ( DCT ) for

More information

How to use IBM/Softlayer Object Storage for Offsite Backup

How to use IBM/Softlayer Object Storage for Offsite Backup IBM/Softlayer Object Storage for Offsite Backup How to use IBM/Softlayer Object Storage for Offsite Backup How to use IBM/Softlayer Object Storage for Offsite Backup IBM/Softlayer Object Storage is a redundant

More information

Siebel Server Sync Guide. Siebel Innovation Pack 2016 May 2016

Siebel Server Sync Guide. Siebel Innovation Pack 2016 May 2016 Siebel Server Sync Guide Siebel Innovation Pack 2016 May 2016 Copyright 2005, 2016 Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided under a license

More information

vcenter Chargeback Manager Installation and Upgrade Guide

vcenter Chargeback Manager Installation and Upgrade Guide vcenter Chargeback Manager Installation and Upgrade Guide vcenter Chargeback Manager 2.6.0 This document supports the version of each product listed and supports all subsequent versions until the document

More information

CRD - Crystal Reports Scheduler. Software Features. This document only outlines the main features of CRD

CRD - Crystal Reports Scheduler. Software Features. This document only outlines the main features of CRD CRD - Crystal Reports Scheduler Software Features This document only outlines the main features of CRD please contact us to arrange a demo to see every feature in action. Call +1 888 781 8966 or email

More information

Partner Integration Portal (PIP) Installation Guide

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

More information

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

Siebel Server Sync Guide. Siebel Innovation Pack 2015 May 2015

Siebel Server Sync Guide. Siebel Innovation Pack 2015 May 2015 Siebel Server Sync Guide Siebel Innovation Pack 2015 May 2015 Copyright 2005, 2015 Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided under a license

More information

NTP Software Defendex (formerly known as NTP Software File Auditor) for NetApp

NTP Software Defendex (formerly known as NTP Software File Auditor) for NetApp NTP Software Defendex (formerly known as NTP Software File Auditor) for NetApp Installation Guide This guide provides a short introduction to the installation and initial configuration of NTP Software

More information

IBM Campaign Version-independent Integration with IBM Watson Campaign Automation Version 1 Release 1.5 February, Integration Guide IBM

IBM Campaign Version-independent Integration with IBM Watson Campaign Automation Version 1 Release 1.5 February, Integration Guide IBM IBM Campaign Version-independent Integration with IBM Watson Campaign Automation Version 1 Release 1.5 February, 2018 Integration Guide IBM Note Before using this information and the product it supports,

More information

Protecting Your Mobile Workforces Data

Protecting Your Mobile Workforces Data Protecting Your Mobile Workforces Data Contents Introduction... 3 Dealing with Dynamic IP Addresses... 3 Determining Where to Install SureSync... 4 Determining the Appropriate Rule Type... 6 How to Configure

More information

EMS Platform Services Installation & Configuration Guides

EMS Platform Services Installation & Configuration Guides EMS Platform Services Installation & Configuration Guides V44.1 Last Updated: August 7, 2018 EMS Software emssoftware.com/help 800.440.3994 2018 EMS Software, LLC. All Rights Reserved. Table of Contents

More information

Use the Bullhorn SOAP API to Work with Candidates

Use the Bullhorn SOAP API to Work with Candidates Use the Bullhorn SOAP API to Work with Candidates Introduction This tutorial is for developers who create custom applications that use the Bullhorn web services APIs. The tutorial describes how to work

More information

Getting Started with the Ed-Fi ODS and Ed-Fi ODS API

Getting Started with the Ed-Fi ODS and Ed-Fi ODS API Getting Started with the Ed-Fi ODS and Ed-Fi ODS API Ed-Fi ODS and Ed-Fi ODS API Version 2.0 - Technical Preview January 2015 2014-2015 Ed-Fi Alliance, LLC. All rights reserved. Ed-Fi is a registered trademark

More information

SharePoint 2016 Administrator's Survival Camp

SharePoint 2016 Administrator's Survival Camp SharePoint 2016 Administrator's Survival Camp Installing and Managing SharePoint 2016 in an On -premises Environment Course Code Audience Format Length Course Description Student Prerequisites SSC2016

More information

Outlook Integration Guide

Outlook Integration Guide Tabs3 Billing PracticeMaster General Ledger Accounts Payable Trust Accounting TA BS3.COM PracticeMaster Outlook Integration Guide Copyright 2012-2018 Software Technology, LLC 1621 Cushman Drive Lincoln,

More information

McAfee VirusScan and McAfee epolicy Orchestrator Administration Course

McAfee VirusScan and McAfee epolicy Orchestrator Administration Course McAfee VirusScan and McAfee epolicy Orchestrator Administration Course Education Services administration course training The McAfee VirusScan Enterprise and McAfee epolicy Orchestrator (McAfee epo ) Administration

More information

USER MANUAL. SalesPort Salesforce Customer Portal for WordPress (Lightning Mode) TABLE OF CONTENTS. Version: 3.1.0

USER MANUAL. SalesPort Salesforce Customer Portal for WordPress (Lightning Mode) TABLE OF CONTENTS. Version: 3.1.0 USER MANUAL TABLE OF CONTENTS Introduction...1 Benefits of Customer Portal...1 Prerequisites...1 Installation...2 Salesforce App Installation... 2 Salesforce Lightning... 2 WordPress Manual Plug-in installation...

More information

Plug-in Configuration

Plug-in Configuration Overview, page 1 Threading Configuration, page 2 Portal Configuration, page 3 Async Threading Configuration, page 3 Custom Reference Data Configuration, page 4 Balance Configuration, page 6 Diameter Configuration,

More information

DefendX Software Control-Audit for Hitachi Installation Guide

DefendX Software Control-Audit for Hitachi Installation Guide DefendX Software Control-Audit for Hitachi Installation Guide Version 4.1 This guide details the method for the installation and initial configuration of DefendX Software Control-Audit for NAS, Hitachi

More information

MYOB EXO Business. Release Notes

MYOB EXO Business. Release Notes MYOB EXO Business Release Notes 2015.3 Contents Introduction 1 What s New in this Release?... 1 Installation 2 Pre-Install Requirements... 2 Database Server... 2 Client Workstation... 3 Other Requirements...

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

Teiid Designer User Guide 7.5.0

Teiid Designer User Guide 7.5.0 Teiid Designer User Guide 1 7.5.0 1. Introduction... 1 1.1. What is Teiid Designer?... 1 1.2. Why Use Teiid Designer?... 2 1.3. Metadata Overview... 2 1.3.1. What is Metadata... 2 1.3.2. Editing Metadata

More information

Adapters, Publishers, and Queues

Adapters, Publishers, and Queues Chapter 6 Adapters, Publishers, and Queues This chapter outlines how to work with the CRM Adapter, how to interact with SQL scripts before and after a connection executes, how to build out a publisher

More information

Introduction to Cognos Participants Guide. Table of Contents: Guided Instruction Overview of Welcome Screen 2

Introduction to Cognos Participants Guide. Table of Contents: Guided Instruction Overview of Welcome Screen 2 IBM Cognos Analytics Welcome to Introduction to Cognos! Today s objectives include: Gain a Basic Understanding of Cognos View a Report Modify a Report View a Dashboard Request Access to Cognos Table of

More information

Number: Passing Score: 800 Time Limit: 120 min File Version:

Number: Passing Score: 800 Time Limit: 120 min File Version: 70-465 Number: 000-000 Passing Score: 800 Time Limit: 120 min File Version: 1.0 http://www.gratisexam.com/ Exam A QUESTION 1 You need to recommend a backup process for an Online Transaction Processing

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

Heimdall Data Access Platform Installation and Setup Guide

Heimdall Data Access Platform Installation and Setup Guide Heimdall Data Access Platform Installation and Setup Guide Heimdall Data Access Platform Installation and Setup Guide Heimdall Data Access Platform Installation and Setup Guide 1. General Information 1

More information

User Guide Part 11. Tools and Utilities

User Guide Part 11. Tools and Utilities User Guide Part 11 Tools and Utilities Contents 1 OVERVIEW... 4 2 DATA SIMULATOR... 5 2.1 Introduction... 5 2.2 Using the Data Simulator... 5 3 DATABASE UTILITY... 6 3.1 About the Database Utility... 6

More information

DSE Setup Guide for Oracle Databases

DSE Setup Guide for Oracle Databases DSE Setup Guide for Oracle Databases I. State Steps (Pre-DSE Installation and Setup): States will have to complete the following steps before installing and setting up DSE. 1. Create a new schema in the

More information

SOA Software Policy Manager Agent v6.1 for WebSphere Application Server Installation Guide

SOA Software Policy Manager Agent v6.1 for WebSphere Application Server Installation Guide SOA Software Policy Manager Agent v6.1 for WebSphere Application Server Installation Guide Trademarks SOA Software and the SOA Software logo are either trademarks or registered trademarks of SOA Software,

More information

NTP Software File Auditor for Hitachi

NTP Software File Auditor for Hitachi NTP Software File Auditor for Hitachi Installation Guide Version 3.3 This guide details the method for the installation and initial configuration of NTP Software File Auditor for NAS, Hitachi Edition,

More information

IBM Campaign Version-independent Integration with IBM Engage Version 1 Release 3.1 April 07, Integration Guide IBM

IBM Campaign Version-independent Integration with IBM Engage Version 1 Release 3.1 April 07, Integration Guide IBM IBM Campaign Version-independent Integration with IBM Engage Version 1 Release 3.1 April 07, 2017 Integration Guide IBM Note Before using this information and the product it supports, read the information

More information

Replication. Some uses for replication:

Replication. Some uses for replication: Replication SQL Server 2000 Replication allows you to distribute copies of data from one database to another, on the same SQL Server instance or between different instances. Replication allows data to

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

Working with Database Connections. Version: 7.3

Working with Database Connections. Version: 7.3 Working with Database Connections Version: 7.3 Copyright 2015 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or

More information

Intranet DASHBOARD SQL Database Mirroring

Intranet DASHBOARD SQL Database Mirroring Intranet DASHBOARD SQL Database Mirroring www.intranetdashboard.com Table of Contents 1. Introduction...4 1.1. Overview...4 2. Prequisites...5 2.1. General Requirements...5 2.2. id Version...5 2.3. Difficulty...5

More information

Designing Database Solutions for Microsoft SQL Server (465)

Designing Database Solutions for Microsoft SQL Server (465) Designing Database Solutions for Microsoft SQL Server (465) Design a database structure Design for business requirements Translate business needs to data structures; de-normalize a database by using SQL

More information

Developing Microsoft Azure Solutions (70-532) Syllabus

Developing Microsoft Azure Solutions (70-532) Syllabus Developing Microsoft Azure Solutions (70-532) Syllabus Cloud Computing Introduction What is Cloud Computing Cloud Characteristics Cloud Computing Service Models Deployment Models in Cloud Computing Advantages

More information

Scoreboard 2.16 Installation Guide. For Apache Tomcat 8.0 On Windows 2003 (or later) Server, 64-bit

Scoreboard 2.16 Installation Guide. For Apache Tomcat 8.0 On Windows 2003 (or later) Server, 64-bit Scoreboard 2.16 Installation Guide For Apache Tomcat 8.0 On Windows 2003 (or later) Server, 64-bit Updated November 10, 2016 1 Scoreboard and Connect By Spider Strategies Minimum Server Requirements The

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

271 Waverley Oaks Rd. Telephone: Suite 206 Waltham, MA USA

271 Waverley Oaks Rd. Telephone: Suite 206 Waltham, MA USA Contacting Leostream Leostream Corporation http://www.leostream.com 271 Waverley Oaks Rd. Telephone: +1 781 890 2019 Suite 206 Waltham, MA 02452 USA To submit an enhancement request, email features@leostream.com.

More information

Oracle Eloqua and Salesforce

Oracle Eloqua and Salesforce http://docs.oracle.com Oracle Eloqua and Salesforce Integration Guide 2018 Oracle Corporation. All rights reserved 07-Jun-2018 Contents 1 Integrating Oracle Eloqua with Salesforce 4 2 Overview of data

More information

Microsoft Windows Servers 2012 & 2016 Families

Microsoft Windows Servers 2012 & 2016 Families Version 8 Installation Guide Microsoft Windows Servers 2012 & 2016 Families 2301 Armstrong St, Suite 2111, Livermore CA, 94551 Tel: 925.371.3000 Fax: 925.371.3001 http://www.imanami.com Installation Guide

More information

QuickStart Guide 6 - Data Quality

QuickStart Guide 6 - Data Quality QuickStart Guide 6 - Data Quality Document Version: v1.2 Product Version: v2.9 Date: 9 th September 2017 This document provides an overview and Step-by-Step implementation instructions for the clearmdm

More information

User Guide. Version: Add-On Products Roms Hule Vejle Denmark Phone: Fax:

User Guide. Version: Add-On Products Roms Hule Vejle Denmark Phone: Fax: User Guide Version: 6.4.17.0 Add-On Products Roms Hule 8 7100 Vejle Denmark Phone: +45 7944 7000 Fax: +45 7944 7001 Mail: info@add-on.com Internet: www.add-on.com No parts of this publication may be reproduced

More information

CO Java EE 7: Back-End Server Application Development

CO Java EE 7: Back-End Server Application Development CO-85116 Java EE 7: Back-End Server Application Development Summary Duration 5 Days Audience Application Developers, Developers, J2EE Developers, Java Developers and System Integrators Level Professional

More information

Chapter 2 WEBLOGIC SERVER DOMAINS. SYS-ED/ Computer Education Techniques, Inc.

Chapter 2 WEBLOGIC SERVER DOMAINS. SYS-ED/ Computer Education Techniques, Inc. Chapter 2 WEBLOGIC SERVER DOMAINS SYS-ED/ Computer Education Techniques, Inc. Objectives You will learn: Domain - concept and implementation. Content of a domain. Common domain types. Production versus

More information

Reliable High-Speed Connection to Publication Database for Synchronization

Reliable High-Speed Connection to Publication Database for Synchronization PCS Axis v1.9 Client/Server New Installation with Replication May 2015 Introduction American Innovations (AI) is pleased to announce version 1.9 of our Pipeline Compliance System Axis software (PCS Axis

More information

Quick Setup Guide BY: AEXXIS LLC

Quick Setup Guide BY: AEXXIS LLC Quick Setup Guide BY: AEXXIS LLC The following is a quick setup guide for OrangeCRM. It is intended as a basic outline of a simple OrangeCRM setup. It may not cover every detail of your specific setup.

More information

Service Manager. Database Configuration Guide

Service Manager. Database Configuration Guide Service Manager powered by HEAT Database Configuration Guide 2017.2.1 Copyright Notice This document contains the confidential information and/or proprietary property of Ivanti, Inc. and its affiliates

More information

Real-Time Monitoring. Installation and Configuration

Real-Time Monitoring. Installation and Configuration The Cisco Unified Tool (RTMT), which runs as a client-side application, uses HTTPS and TCP to monitor system performance. Unified RTMT can connect directly to devices through HTTPS to troubleshoot system

More information

Maintaining a Microsoft SQL Server 2005 Database Course 2780: Three days; Instructor-Led

Maintaining a Microsoft SQL Server 2005 Database Course 2780: Three days; Instructor-Led Maintaining a Microsoft SQL Server 2005 Database Course 2780: Three days; Instructor-Led Introduction This three-day instructor-led course provides students with product knowledge and skills needed to

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

AMS 360 In-House and Transfer Manager.NET

AMS 360 In-House and Transfer Manager.NET AMS 360 In-House and Transfer Manager.NET 07/07 Standard Disclaimer The staff of AMS Services has taken due care in preparing these instructions; however, nothing herein modifies or alters in any way the

More information

ARCHITECTURE GUIDE. Campaign Manager 6.0

ARCHITECTURE GUIDE. Campaign Manager 6.0 ARCHITECTURE GUIDE Campaign Manager 6.0 VERSION CONTROL Version Date Author Changes 1.0 28 April 2017 D Cooper Release RELATED DOCUMENTS The related documents are located in the Alterian product help.

More information

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

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

More information

Setting Up the Dell DR Series System on Veeam

Setting Up the Dell DR Series System on Veeam Setting Up the Dell DR Series System on Veeam Dell Engineering April 2016 A Dell Technical White Paper Revisions Date January 2014 May 2014 July 2014 April 2015 June 2015 November 2015 April 2016 Description

More information

User Guide. Voic Manager. Version 14

User Guide. Voic Manager. Version 14 User Guide Voicemail Manager Version 14 "Copyright VoIPTools, LLC 2011-2016" Information in this document is subject to change without notice. No part of this document may be reproduced or transmitted

More information

Step by Step SQL Server Alerts and Operator Notifications

Step by Step SQL Server Alerts and  Operator Notifications Step by Step SQL Server Alerts and Email Operator Notifications Hussain Shakir LinkedIn: https://www.linkedin.com/in/mrhussain Twitter: https://twitter.com/hshakir_ms Blog: http://mstechguru.blogspot.ae/

More information

Exam Preparation Planning p. 11 Introduction p. 16 Developing a Security Strategy for Microsoft SQL Server 7 p. 17 SQL Server Authentication Methods

Exam Preparation Planning p. 11 Introduction p. 16 Developing a Security Strategy for Microsoft SQL Server 7 p. 17 SQL Server Authentication Methods Exam Preparation Planning p. 11 Introduction p. 16 Developing a Security Strategy for Microsoft SQL Server 7 p. 17 SQL Server Authentication Methods p. 18 Planning the Use of Windows NT Groups for Security

More information

CDP Data Center Console User Guide CDP Data Center Console User Guide Version

CDP Data Center Console User Guide CDP Data Center Console User Guide Version CDP Data Center Console User Guide CDP Data Center Console User Guide Version 3.18.2 1 README FIRST Welcome to the R1Soft CDP Data Center Console User Guide The purpose of this manual is to provide you

More information

Oracle9iAS Unified Messaging

Oracle9iAS Unified Messaging Oracle9iAS Unified Messaging Release Notes Release 9.0.2 for UNIX April 2002 Part No. A95819-01 This document summarizes the differences between Oracle9iAS Unified Messaging and its documented functionality.

More information

QuickStart Guide 2 - Normalisation

QuickStart Guide 2 - Normalisation QuickStart Guide 2 - Normalisation Document Version: v1.5 Product Version: v3.13 Date: 16 th November 2018 This document provides an overview and Step-by-Step implementation instructions for the clearmdm

More information

BlackBerry Enterprise Server for Microsoft Office 365. Version: 1.0. Administration Guide

BlackBerry Enterprise Server for Microsoft Office 365. Version: 1.0. Administration Guide BlackBerry Enterprise Server for Microsoft Office 365 Version: 1.0 Administration Guide Published: 2013-01-29 SWD-20130131125552322 Contents 1 Related resources... 18 2 About BlackBerry Enterprise Server

More information

New User Guide Connect ACUA

New User Guide Connect ACUA New User Guide Connect ACUA Connect ACUA (connect.acua.org) is your higher education auditing connection. Connect ACUA members can easily connect with each other, ask questions, share expertise, share

More information

VSP16. Venafi Security Professional 16 Course 04 April 2016

VSP16. Venafi Security Professional 16 Course 04 April 2016 VSP16 Venafi Security Professional 16 Course 04 April 2016 VSP16 Prerequisites Course intended for: IT Professionals who interact with Digital Certificates Also appropriate for: Enterprise Security Officers

More information

SOA Software Policy Manager Agent v6.1 for tc Server Application Server Installation Guide

SOA Software Policy Manager Agent v6.1 for tc Server Application Server Installation Guide SOA Software Policy Manager Agent v6.1 for tc Server Application Server Installation Guide Trademarks SOA Software and the SOA Software logo are either trademarks or registered trademarks of SOA Software,

More information

AUTOMATING THE COLLECTION OF DATA

AUTOMATING THE COLLECTION OF DATA AUTOMATING THE COLLECTION OF DATA Table of Contents Understanding Data Collection Triggers... 3 What are Data Collection Triggers?... 4 What options are available for triggering Data Collection?... 5 Setting

More information

Chime for Lync High Availability Setup

Chime for Lync High Availability Setup Chime for Lync High Availability Setup Spring 2017 Copyright and Disclaimer This document, as well as the software described in it, is furnished under license of the Instant Technologies Software Evaluation

More information

Perceptive TransForm E-Forms Manager

Perceptive TransForm E-Forms Manager Perceptive TransForm E-Forms Manager Installation and Setup Guide Version: 8.x Date: February 2017 2016-2017 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International Inc., registered

More information

EMS MASTER CALENDAR Installation Guide

EMS MASTER CALENDAR Installation Guide EMS MASTER CALENDAR Installation Guide V44.1 Last Updated: May 2018 EMS Software emssoftware.com/help 800.440.3994 2018 EMS Software, LLC. All Rights Reserved. Table of Contents CHAPTER 1: Introduction

More information

AvePoint Governance Automation 2. Release Notes

AvePoint Governance Automation 2. Release Notes AvePoint Governance Automation 2 Release Notes Service Pack 2, Cumulative Update 1 Release Date: June 2018 New Features and Improvements In the Create Office 365 Group/Team service > Governance Automation

More information

NTP Software VFM Administration Web Site For Microsoft Azure

NTP Software VFM Administration Web Site For Microsoft Azure NTP Software VFM Administration Web Site For Microsoft Azure User Manual Revision 1.1. - July 2015 This guide details the method for using NTP Software VFM Administration Web Site, from an administrator

More information

Print Manager Plus 2010 Workgroup Print Tracking and Control

Print Manager Plus 2010 Workgroup Print Tracking and Control INTRODUCTION: This is intended to assist in the initial installation or evaluation of Print Manager Plus 2010 Workgroup Edition. This will guide you through tracking your printing whether your workgroup

More information

Backup Tab. User Guide

Backup Tab. User Guide Backup Tab User Guide Contents 1. Introduction... 2 Documentation... 2 Licensing... 2 Overview... 2 2. Create a New Backup... 3 3. Manage backup jobs... 4 Using the Edit menu... 5 Overview... 5 Destination...

More information