Genesys Interaction Recording Solution Guide. Troubleshooting

Size: px
Start display at page:

Download "Genesys Interaction Recording Solution Guide. Troubleshooting"

Transcription

1 Genesys Interaction Recording Solution Guide Troubleshooting 7/25/2018

2 Troubleshooting Contents 1 Troubleshooting 1.1 What Happens if MCP fails to send recordings to Recording Processor? 1.2 What Happens if Recording Processor fails to send recordings to SpeechMiner or Interaction Recording Web Services (Web Services)? 1.3 How do I collect logs to debug issues relating to login to the SpeechMiner UI? 1.4 Why do only some of my calls have screen recordings associated with them? 1.5 How do I restore the Find Recordings capability? Genesys Interaction Recording Solution Guide 2

3 What Happens if MCP fails to send recordings to Recording Processor? If you have scheduled maintenance for an extended period of time which could cause lost recordings, Genesys recommends that you reconfigure Media Control Platform (MCP) to stop posting recording, so that you do not have to handle the failed recordings. Important Genesys recommends that your deployment be sized to accommodate 48 hours worth of recording on disk, and that there is plenty of physical memory available on the MCP machine, so that the recording can reload efficiently when MCP restarts. To reconfigure MCP: 1. Stop MCP. 2. Set the recordnumparallelpost parameter in the [mcp] section to Restart MCP. This disables the MCP posting functionality and all recording/metadata files will continue to accumulate in the cache/ record directory. 4. When suitable, stop MCP, set the recordnumparallelpost parameter back to the recommended/default value and restart MCP. MCP will now scan the cache/record directory and post the requests for the recording files that are present. Handling Failed Recordings For handling MCP post failures in the cache directory: 1. Find the MCP's $InstallationRoot$/cache/record/failed directory for the following file types: [audiofilename]-htccmetadata.json [audiofilename] [audiofilename].pem (provided only when encryption is enabled) The audio file name can have extensions of.mp3 or.mp3.bin. For example: 743CTLVFHH0TH7HHB4D1PTS5US00000F_ _ mp3-htccmetadata 743CTLVFHH0TH7HHB4D1PTS5US00000F_ _ mp3 2. Submit these files to: 1. Recording Processor 2. Recording storage (WebDAV) Genesys Interaction Recording Solution Guide 3

4 3. Recording post failures can be due to incorrect provisioning in the IVR Profile, so before posting the metadata file to Recording Processor, look at the metadata file to make sure provisioning is correct. [+] See example { } "mediafiles": [ { "duration": "0", "ivrprofile": "DefaultProfile", "mediadescriptor": { "path": " "storage": "webdav" }, "mediaid": "743CTLVFHH0TH7HHB4D1PTS5US00000G_ _ F mp3", "parameters": { "agentid": "1001", "ani": "5000", "calluuid": "743CTLVFHH0TH7HHB4D1PTS5US00000G", "connid": " eab5010", "datetime": " T15:46:21Z", "dnis": "3001", "id": "743CTLVFHH0TH7HHB4D1PTS5US00000G_ _ ", "recorddn": "2001", "rp.speechminer_auth": "user:password", "rp.speechminer_uri": " "sipsappname": "SIPServer" }, "size": "0", "starttime": " T15:46:21Z", "stoptime": " T15:46:21Z", "tenant": "Environment", "type": "audio/mp3" } ] Check for following items in the json file: mediafiles[0].mediadescriptor.path Make sure this is the correct WebDAV address mediafiles[0].parameters['rp.speechminer_uri'] Make sure this is the correct location of SpeechMiner Interaction Receiver mediafiles[0].parameters['rp.speechminer_auth'] Make sure this is the correct authorization of SpeechMiner Interaction Receiver 4. When encryption is enabled, edit the json file and manually add the pkcs7 headers which is the content of the.pem file (make sure that you replace the line break with \n). [+] See example { "mediafiles": [ { "duration": "0", "ivrprofile": "DefaultProfile", "mediadescriptor": { "path": " "storage": "webdav" }, "mediaid": "743CTLVFHH0TH7HHB4D1PTS5US00000G_ _ F mp3", "parameters": { "agentid": "1001", "ani": "5000", "calluuid": "743CTLVFHH0TH7HHB4D1PTS5US00000G", Genesys Interaction Recording Solution Guide 4

5 } ] } "connid": " eab5010", "datetime": " T15:46:21Z", "dnis": "3001", "id": "743CTLVFHH0TH7HHB4D1PTS5US00000G_ _ ", "recorddn": "2001", "rp.speechminer_auth": "user:password", "rp.speechminer_uri": " "sipsappname": "SIPServer" }, "size": "0", "starttime": " T15:46:21Z", "stoptime": " T15:46:21Z", "tenant": "Environment", "type": "audio/mp3", "pkcs7": "-----BEGIN PKCS7-----\nMIIBJQYJKoZIhvcNAQcDoIIBFjCCARICAQAxgeAwgd0CAQAwgYYwgYAxCzAJBgNV\nBAY 5. When you are ready to submit the files, do the following steps in order: a. Issue an HTTP PUT to WebDAV: curl -u [webdavauth] -T [audiofilename] [mediafiles[0].mediadescriptor.path] Using this example above and assuming the WebDAV authorization is webdav:password, you will see the following returned: curl -u webdav:password -T 743CTLVFHH0TH7HHB4D1PTS5US00000G_ _ F b. Issue an HTTP POST to Recording Processor: curl -u [rpauth] -X POST --header "Content-Type: application/json" [rpuri] where: [rpauth] is the Recording Processor authorization as per the IVR Profile [metadatafile] is the metadata json file in MCP's cache/failed directory [rpuri] is the Recording Processor URI as per the IVR Profile Using the example above, you should see the following returned: curl -u user:password -X POST -htccmetadata.json --header "Content-Type: application/json" What Happens if Recording Processor fails to send recordings to SpeechMiner or Interaction Recording Web Services (Web Services)? If Recording Processor fails to send recordings to SpeechMiner or Interaction Recording Web Services (Web Services if you're using version or earlier) for any reason, Recording Processor will continue trying to send these recordings until it exhausts the number of retries configured. When the number of retries have been exhausted, Recording Processor logs an INFO message to the log file with the corresponding JSON content that is not submitted to SpeechMiner or Interaction Recording Web Services (Web Services). The following steps show Genesys Interaction Recording Solution Guide 5

6 how to search for the specific messages in the log file to recover the post failure to SpeechMiner and Interaction Recording Web Services (Web Services). Prerequisites: Make sure that the Recording Processor logging is set to the INFO level. Important Metadata for the same call could be sent multiple times to Interaction Recording Web Services (Web Services) or SpeechMiner if the call is transferred. Therefore, even if a given metadata record is not sent upstream, the call may still exist in the Interaction Recording Web Services (Web Services) or SpeechMiner database. Handling Failed Recordings to Interaction Receiver (SpeechMiner) 1. Search the Recording Processor log files for the follow message: "Metadata will not be sent to SM". For example: grep "Metadata will not be sent to SM" recordingprocessor_071614_ log [+] Show code snippet returned :27:53,252 process_metadata INFO Metadata will not be sent to SM: {"status": 1, "retries": 6, "dialedphonenumber": "91234", "region": "us", "mediafiles": [{"mediaid": "DHMI6GITSD5D99H23MRA3P74IC00000C_ _ C-10003C2A mp3", "parame {"recorddn": "1234", "ani": "1234", "datetime": " T19:34:43Z", "sipsappname": "SIPServer", "connid": " b5a25700c", "calluuid": "DHMI6GITSD5D99H23MRA3P74IC00000C", "dnis": "91234", "rp.speechminer_auth": "user:password", "id": "DHMI6GITSD5D99H23MRA3P74IC00000C_ _ ", "rp.speechminer_uri": " "accessgroups": [], "duration": "3027", "stoptime": " T19:34:47Z", "starttime": " T19:34:44Z", "mediadescriptor": {"path": " "storage": "webdav"}, "calluuid": "DHMI6GITSD5D99H23MRA3P74IC00000C", "ivrprofile": "DefaultProfile", "size": "11952", "type": "audio/mp3", "tenant": "Environment", "partitions": []}], "eventhistory": [], "callerphonenumber": "1234", "id": "DHMI6GITSD5D99H23MRA3P74IC00000C", "ccid": " f30-bb07-2c95a22aaa89"} 2. Save the json string after "Metadata will not be sent to SM:" as a text file. 3. Issue an HTTP POST to Interaction Receiver for the saved json text file. For example: curl -u <user:password> -X POST --header "Content-Type: application/json" < Where: <user:password> is the user/password authorization for Interaction Receiver < is the URI of Interaction Receiver Genesys Interaction Recording Solution Guide 6

7 Handling Failed Recordings to Interaction Recording Web Services (Web Services) 1. Search the Recording Processor files for the following message: "Metadata will not be sent to HTCC". For example, grep "Metadata will not be sent to HTCC" recordingprocessor_071714_ log [+] Show code snippet returned :26:41,354 process_metadata INFO Metadata will not be sent to HTCC: {"status": 2, "retries": 6, "2001", "region": "us", "mediafiles": [{"mediaid": "J0GOONKU6P74B4ASS9VGS1J2VS000002_ _ "parameters": {"username": "person1", "agentid": "1001", "recorddn": "2001", "ani": "1234", "datetime": " T12:23: "sipsappname": "SIPServer", "connid": " c1394e002", "calluuid": "J0GOONKU6P74B4ASS9VGS1J2VS000002", "d "rp.speechminer_auth": "user:password", "id": "J0GOONKU6P74B4ASS9VGS1J2VS000002_ _ ", "rp.s " "accessgroups": ["/team"], "duration": "15803", "stoptime": " T12:23:31Z", "starttime": " "mediadescriptor": {"path": " "storage": "webdav"}, "calluuid": "J0GOONKU6P74B4ASS9VGS1J2VS000002", "ivrprofile": "DefaultProfile", "partitions": [], "type": "Environment", "size": "62352"}], "eventhistory": [{"calluuid": "J0GOONKU6P74B4ASS9VGS1J2VS000002", "contac {"phonenumber": "1234", "type": "External", "name": "EXTERNAL"}, "occurredat": " T12:23:12Z", "event": "Joined"}, {"calluuid": "J0GOONKU6P74B4ASS9VGS1J2VS000002", {"phonenumber": "1234", "type": "External", "name": "EXTERNAL"}, "occurredat": " T12:23:31Z", "event": "Left"}, {"calluuid": "J0GOONKU6P74B4ASS9VGS1J2VS000002", " {"username": "person1", "phonenumber": "2001", "type": "User", "firstname": "Person", "lastname": "One"}, "occurredat": " T12:23:14Z", "event": "Joined"}, {"calluuid": "J0GOONKU6P74B4ASS9VGS1J2VS000002", {"username": "person1", "phonenumber": "2001", "type": "User", "firstname": "Person", "lastname": "One"}, "occurredat": " T12:23:31Z", "event": "Left"}, {"eventid": " :23:14.613_J0GOONKU6P74B "calluuid": "J0GOONKU6P74B4ASS9VGS1J2VS000002", "occurredat": " T12:23:14Z", "event": "Data", "dat {"WrapUpTime": "0"} }}, {"eventid": " :23:15.677_J0GOONKU6P74B4ASS9VGS1J2VS000002", "calluuid": "J0GOONKU6P74B4ASS9V "occurredat": " T12:23:15Z", "event": "Data", "data": {"added": {"IW_CaseUid": "dcb eaf-4d17-923c-3d961d93cb86", "IW_BundleUid": "afe4a570-ca5d-466b-9f57-03f261d07717 }}, {"eventid": " :23:16.220_J0GOONKU6P74B4ASS9VGS1J2VS000002", "calluuid": "J0GOONKU6P74B4ASS9V "occurredat": " T12:23:16Z", "event": "Data", "data": {"added": {"GSIP_RECORD": "ON", "GSIP_REC_FN": "J0GOONKU6P74B4ASS9VGS1J2VS000002_ _ "} }}, {"eventid": " :23:31.370_J0GOONKU6P74B4ASS9VGS1J2VS000002", "calluuid": "J0GOONKU6P74B4ASS9V "occurredat": " T12:23:31Z", "event": "Data", "data": {"deleted": {"WrapUpTime": "0"} }}, {"eventid": " :23:31.377_J0GOONKU6P74B4ASS9VGS1J2VS000002", "calluuid": "J0GOONKU6P74B4ASS9V "occurredat": " T12:23:31Z", "event": "Data", "data": {"deleted": {"GSIP_RECORD": "ON"} }}], "callerphonenumber": "1234", "id": "J0GOONKU6P74B4ASS9VGS1J2VS000002", "ccid": " f30-bb07 2. Save the json string after "Metadata will not be sent to HTCC:" as a text file. 3. Issue an HTTP POST to Interaction Recording Web Services (or Web Services if you're using version or earlier) for the saved json text file. For example, curl -u <user:password> -X POST --header "Content-Type: application/json" < Where: <user:password> is the user/password authorization for Interaction Recording Web Services (Web Services) < is the URI of Interaction Recording Web Services (Web Services) {ccid} is the contact center identifier on Interaction Recording Web Services (Web Services) Genesys Interaction Recording Solution Guide 7

8 You can find the contact center identifier from the initial Interaction Recording Web Services (Web Services) setup, or you can look up the contact center id from the recording processor log file. In the first few lines of the log file you will find a GUID string as follows: :40:43,746 contact_centers INFO Contact center (: f30-bb07-2c95a22aaa89) discover The following example can be used to return the contact center ID: curl -u user:password -X POST --header "Content-Type: application/json" How do I collect logs to debug issues relating to login to the SpeechMiner UI? If you are having a problem logging into the SpeechMiner UI, you will need to collect the Network and Console log from the Chrome Developer Tools before and after the login attempts with the Preserve log checkbox enabled for example: Make sure that you have captured the requests for the following applications after you click the login button: Web Services Recording Crypto Server SpeechMiner Important Uncheck these options after you have collected the necessary information. Genesys Interaction Recording Solution Guide 8

9 Why do only some of my calls have screen recordings associated with them? Screen Recording only occurs when an agent logs into a workstation that has Screen Recording Service installed. To solve this issue try one of the following: If the Screen Recording Service is installed on your workstation and this problem persists, execute the following command to check the screen recording trigger condition settings for a given agent (for example, julie@genesys.com): curl -u julie@genesys.com: If the code below appears with Value = off, Screen Recording is disabled. If Value = random_voice(x) (where x is 0-100, representing the percentage of calls to record) then, the calls that do not fall into the selected percentage will not be recorded. The SRS is instructed to either record or not-record on a per-call basis. If you are not seeing screen recordings for your deployment, or, for a particular agent, you may wish to temporarily disable random_voice or set to 100 to ensure that all interactions are instructed to have the screens recorded. "statuscode": 0, "settings": [ { "name": "recordingwhen", "value": <to-be-checked> } ] To reconfigure Screen Recording, refer to Advanced Configuration for the Screen Recording Service. Go to C:\Genesys\SRC\Problem Videos. If the Problem Videos folder contains files, verify that you have the following information and contact your Genesys Professional: GSR.log config.json The agent's name. Directory listing How do I restore the Find Recordings capability? Interaction Recording Web Services (or Web Services if you're using version or earlier) uses Elasticsearch for metadata indexing, which is used by MLM, RCS archiving and the SpeechMiner Screen Recording grid. If your Elasticsearch index is out of date, follow these steps to rebuild the index and restore the Find Recordings capability: 1. Select one Interaction Recording Web Services (Web Services) node, and do one of the following: Genesys Interaction Recording Solution Guide 9

10 If you have a regular maintenance window, select an existing Interaction Recording Web Services (Web Services) node and proceed to step #2. If your business runs 24*7, prepare a new dedicated Interaction Recording Web Services (Web Services) node as follows: a. Install Interaction Recording Web Services (Web Services) in the same way a regular Interaction Recording Web Services (Web Services) node is installed. Do not add this node to the Interaction Recording Web Services (Web Services) Load Balancer. b. Edit the Interaction Recording Web Services application.yaml file (if you are using Web Services and Application version or earlier modify the server-settings.yaml file instead), by adding the following configuration. Verify that you add lines under nodes for all the existing Interaction Recording Web Services (Web Services) nodes in your deployment: elasticsearchsettings: usetransportclient: true transportclient: nodes: - {host: <elastic-search-node1>, port: 9300} - {host: <elastic-search-node2>, port: 9300} - {host: <elastic-search-node3>, port: 9300} usesniff: true ignoreclustername: true pingtimeout: nodessamplerinterval: enableindexverificationatstartup: false indexpercontactcenter: true Important By default, the Interaction Recording Web Services (Web Services) node will also serve as the Elasticsearch node. This step is performed to avoid any change to the existing Elasticsearch Cluster. 2. Increase the Hystrix timeout for RecordingOperationApiTaskV2 by adding the following line to the Hystrix configuration: hystrix.command.recordingoperationapitaskv2.execution.isolation.thread.timeoutinmilliseconds=<max time accep Important <max time acceptable in milliseconds> should be 3 times the restored period or more. 3. Restart the selected Interaction Recording Web Services (Web Services) node, navigate to the following URL and wait until it returns the Interaction Recording Web Services (Web Services) version: Genesys Interaction Recording Solution Guide 10

11 4. Perform Reindexing: a. Determine the contact center ID using the following command: curl -u <ops-user>:<ops-pass> selected-web-services-node>: <webservices-listening-port>/api/v2/ops/contact-centers; echo The following output is returned: {"statuscode":0,"uris":[" selected-web-services-node>: <web-serviceslistening-port>/api/v2/ops/contact-centers/<contact-center-id>"]} b. Run the following to regenerate indexing for Voice Recording if required. If you do not need to regenerate indexing for voice recording, skip this step and proceed to 4c. curl -u <ops-user>:<ops-pass> -XPOST -H "Content-Type:application/json" " contact-centers/<contact-center-id>/recordings" -d '{ "operationname":"forceindex", "from": <start-range-in-milliseconds>, "to": <stop-range-in-milliseconds>, "purgeold":false }' c. Run the following command to regenerate indexing for Screen Recording: curl -u <ops-user>:<ops-pass> -XPOST -H "Content- Type:application/json" " -d '{ "operationname":"forceindex", "from": <start-range-in-milliseconds>, "to": <stop-range-in-milliseconds>, "purgeold":false }' Genesys Interaction Recording Solution Guide 11

12 Important If purgeold is true, the entire index will be purged. For this reason, set purgeold to false when only a period of your index is lost. The typical scenario is nightly indexing for a multi-tenancy deployment. When your existing ES map is wrong and you must rebuild the entire index, you should set purgeold to true. If your restore range is too long and you want to restore each period at a time, verify that you set purgeold to false after the first period is restored. Verify that the operation is only executed during the period at which the MLM or RCS archive job is scheduled. 4. Once all re-indexing operations are complete: Remove the change to the Hystrix timeout for the RecordingOperationApiTaskV2 that was added in step 2. Restart the selected Interaction Recording Web Services (Web Services) node. Genesys Interaction Recording Solution Guide 12

Genesys Interaction Recording Solution Guide. Deploying SpeechMiner for GIR

Genesys Interaction Recording Solution Guide. Deploying SpeechMiner for GIR Genesys Interaction Recording Solution Guide Deploying SpeechMiner for GIR 7/19/2018 Contents 1 Deploying SpeechMiner for GIR 1.1 Installing SpeechMiner 1.2 Upgrading SpeechMiner 1.3 Configuring SpeechMiner

More information

Administration GUIDE. OnePass Agent for Exchange Mailbox. Published On: 11/19/2013 V10 Service Pack 4A Page 1 of 177

Administration GUIDE. OnePass Agent for Exchange Mailbox. Published On: 11/19/2013 V10 Service Pack 4A Page 1 of 177 Administration GUIDE OnePass Agent for Exchange Mailbox Published On: 11/19/2013 V10 Service Pack 4A Page 1 of 177 User Guide - One Pass Agent for Exchange Mailbox Table of Contents Overview Introduction

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

Backing Up And Restoring Nagios Log Server. This document describes how to backup and restore a Nagios Log Server cluster.

Backing Up And Restoring Nagios Log Server. This document describes how to backup and restore a Nagios Log Server cluster. Backing Up And Restoring Purpose This document describes how to backup and restore a cluster. Target Audience This document is intended for use by Administrators who wish to understand the different backup

More information

Administration Guide - NetApp File Archiver

Administration Guide - NetApp File Archiver Page 1 of 100 Administration Guide - NetApp File Archiver TABLE OF CONTENTS OVERVIEW Introduction Key Features Terminology SYSTEM REQUIREMENTS DEPLOYMENT Installation Method 1: Interactive Install Method

More information

The PureEngage Cloud API. Jim Crespino Director, Developer Enablement

The PureEngage Cloud API. Jim Crespino Director, Developer Enablement The PureEngage Cloud API Jim Crespino Director, Developer Enablement The PureEngage Cloud API Analogous to the Platform SDK for PureEngage Premise Monolithic (v8.5) -> Microservices (v9.0) Architecture

More information

OAISYS Administrative Guide

OAISYS Administrative Guide OAISYS Administrative Guide Version 5 10/06/2008 OAISYS 7965 S. Priest Drive, Suite 105 Tempe, AZ 85284 (480) 496-9040 OAISYS Administrator Guide 1 Table of Contents: Table of Contents:... 2 OAISYS Administrative

More information

Troubleshooting Guide and FAQs Community release

Troubleshooting Guide and FAQs Community release Troubleshooting Guide and FAQs Community 1.5.1 release This guide details the common problems which might occur during Jumbune execution, help you to diagnose the problem, and provide probable solutions.

More information

User guide NotifySCM Installer

User guide NotifySCM Installer User guide NotifySCM Installer TABLE OF CONTENTS 1 Overview... 3 2 Office 365 Users synchronization... 3 3 Installation... 5 4 Starting the server... 17 2 P a g e 1 OVERVIEW This user guide provides instruction

More information

Dolby Conference Phone 3.1 configuration guide for West

Dolby Conference Phone 3.1 configuration guide for West Dolby Conference Phone 3.1 configuration guide for West 17 January 2017 Copyright 2017 Dolby Laboratories. All rights reserved. For information, contact: Dolby Laboratories, Inc. 1275 Market Street San

More information

SafeConsole On-Prem Install Guide

SafeConsole On-Prem Install Guide SafeConsole On-Prem Install Guide This guide applies to SafeConsole 5.0.5 Introduction This guide describes how to install a new SafeConsole server on Windows using the SafeConsole installer. As an option,

More information

IBM Endpoint Manager. OS Deployment V3.5 User's Guide

IBM Endpoint Manager. OS Deployment V3.5 User's Guide IBM Endpoint Manager OS Deployment V3.5 User's Guide IBM Endpoint Manager OS Deployment V3.5 User's Guide Note Before using this information and the product it supports, read the information in Notices

More information

Quick Start - NetApp File Archiver

Quick Start - NetApp File Archiver Page 1 of 19 Quick Start - NetApp File Archiver TABLE OF CONTENTS OVERVIEW Introduction Key Features Terminology SYSTEM REQUIREMENTS DEPLOYMENT Installation Method 1: Interactive Install Method 2: Install

More information

Frequently Asked Questions About Performance Monitor

Frequently Asked Questions About Performance Monitor APPENDIXA Frequently Asked Questions About Performance Monitor The following topics answer common questions about Performance monitor and contain troubleshooting tips: Installation, page A-1 Importing,

More information

SafeConsole On-Prem Install Guide. version DataLocker Inc. July, SafeConsole. Reference for SafeConsole OnPrem

SafeConsole On-Prem Install Guide. version DataLocker Inc. July, SafeConsole. Reference for SafeConsole OnPrem version 5.2.2 DataLocker Inc. July, 2017 SafeConsole Reference for SafeConsole OnPrem 1 Contents Introduction................................................ 2 How do the devices become managed by SafeConsole?....................

More information

VMware Horizon View Deployment

VMware Horizon View Deployment VMware Horizon View provides end users with access to their machines and applications through a unified workspace across multiple devices, locations, and connections. The Horizon View Connection Server

More information

Cisco Mini ACI Fabric and Virtual APICs

Cisco Mini ACI Fabric and Virtual APICs Cisco Mini ACI Fabric and Virtual APICs New and Changed 2 Cisco Mini ACI Fabric and Virtual APICs Overview 2 Installing and Configuring Physical APIC 3 Installing and Configuring Virtual APIC 3 Upgrading

More information

SAML-Based SSO Configuration

SAML-Based SSO Configuration Prerequisites, page 1 SAML SSO Configuration Task Flow, page 5 Reconfigure OpenAM SSO to SAML SSO Following an Upgrade, page 9 SAML SSO Deployment Interactions and Restrictions, page 9 Prerequisites NTP

More information

Deployment. 03 Nov TM and copyright Imagicle spa

Deployment. 03 Nov TM and copyright Imagicle spa Deployment 03 Nov 2018 TM and copyright 2010-2018 Imagicle spa Table of Contents Deployment...1/14 CTI, TAPI and TSP...1/14 Deployment Options...2/14 Installation Troubleshooting...10/14 Appsuite Updates...13/14

More information

VMware Horizon Session Recording Fling:

VMware Horizon Session Recording Fling: VMware Horizon Session Recording Fling: The VMware Horizon Session Recording fling allows administrators to record VMware Blast Extreme sessions to a central server for playback. These recordings can be

More information

Veritas NetBackup for Lotus Notes Administrator's Guide

Veritas NetBackup for Lotus Notes Administrator's Guide Veritas NetBackup for Lotus Notes Administrator's Guide for UNIX, Windows, and Linux Release 8.0 Veritas NetBackup for Lotus Notes Administrator's Guide Document version: 8.0 Legal Notice Copyright 2016

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

ArcGIS Enterprise: Advanced Topics in Administration. Thomas Edghill & Moginraj Mohandas

ArcGIS Enterprise: Advanced Topics in Administration. Thomas Edghill & Moginraj Mohandas ArcGIS Enterprise: Advanced Topics in Administration Thomas Edghill & Moginraj Mohandas Outline Overview: Base ArcGIS Enterprise Deployment - Key Components - Administrator Endpoints Advanced Workflows:

More information

cc: On-Demand Install and User Guide, Version 4.5 R2

cc: On-Demand Install and User Guide, Version 4.5 R2 cc: On-Demand Install and User Guide, Version 4.5 R2 March 2012 Reference Guide www.callcopy.com Security Classification: CallCopy Confidential Distribution: Approved internal CallCopy staff only and licensed

More information

Genesys Info Mart Manager Help. Genesys Info Mart 8.5.0

Genesys Info Mart Manager Help. Genesys Info Mart 8.5.0 Genesys Info Mart Manager Help Genesys Info Mart 8.5.0 3/2/2018 Table of Contents GIM Manager Help 3 GIM Manager Help The Genesys Info Mart Manager (GIM Manager) provides an interface that you can use

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

Batches and Commands. Overview CHAPTER

Batches and Commands. Overview CHAPTER CHAPTER 4 This chapter provides an overview of batches and the commands contained in the batch. This chapter has the following sections: Overview, page 4-1 Batch Rules, page 4-2 Identifying a Batch, page

More information

Equitrac Office and Express DCE High Availability White Paper

Equitrac Office and Express DCE High Availability White Paper Office and Express DCE High Availability White Paper 2 Summary............................................................... 3 Introduction............................................................

More information

Antivirus Solution Guide for Clustered Data ONTAP: Symantec

Antivirus Solution Guide for Clustered Data ONTAP: Symantec Technical Report Antivirus Solution Guide for Clustered Data ONTAP: Symantec Saurabh Singh and Brahmanna Chowdary Kodavali, NetApp July 2016 TR-4304 Abstract An antivirus solution is key for enterprises

More information

Install and upgrade Qlik Sense. Qlik Sense 3.2 Copyright QlikTech International AB. All rights reserved.

Install and upgrade Qlik Sense. Qlik Sense 3.2 Copyright QlikTech International AB. All rights reserved. Install and upgrade Qlik Sense Qlik Sense 3.2 Copyright 1993-2017 QlikTech International AB. All rights reserved. Copyright 1993-2017 QlikTech International AB. All rights reserved. Qlik, QlikTech, Qlik

More information

IBM Endpoint Manager. OS Deployment V3.8 User's Guide - DRAFT for Beta V.1.0 (do not distribute)

IBM Endpoint Manager. OS Deployment V3.8 User's Guide - DRAFT for Beta V.1.0 (do not distribute) IBM Endpoint Manager OS Deployment V3.8 User's Guide - DRAFT for Beta V.1.0 (do not distribute) IBM Endpoint Manager OS Deployment V3.8 User's Guide - DRAFT for Beta V.1.0 (do not distribute) Note Before

More information

Callback User's Guide. Preview and Disposition Scenarios

Callback User's Guide. Preview and Disposition Scenarios Callback User's Guide Preview and Disposition Scenarios 6/14/2018 Contents 1 Preview and Disposition Scenarios 1.1 Preview and Disposition Event Flow 1.2 Steps to Handle a Preview Request 1.3 Steps to

More information

Workspace Desktop Edition Deployment Guide. Team Communicator Options

Workspace Desktop Edition Deployment Guide. Team Communicator Options Workspace Desktop Edition Deployment Guide Team Communicator Options 11/26/2017 Team Communicator Options Contents 1 Team Communicator Options 1.1 teamcommunicator.add-recent-filters.voice 1.2 teamcommunicator.always-clear-textbox-on-new-interaction

More information

Composer Help. Deploying Composer Applications

Composer Help. Deploying Composer Applications Composer Help Deploying Composer Applications 2/6/2018 Deploying Composer Applications Contents 1 Deploying Composer Applications 1.1 Video Tutorial 1.2 Deploying to Apache Tomcat Server for Testing 1.3

More information

Configuring CWMP Service

Configuring CWMP Service CHAPTER 12 This chapter describes how to configure the CWMP service in Cisco Broadband Access Center (BAC). Topics covered are:, page 12-1 Configuring Service Ports on the DPE, page 12-2 Disabling Connection

More information

How to Configure Authentication and Access Control (AAA)

How to Configure Authentication and Access Control (AAA) How to Configure Authentication and Access Control (AAA) Overview The Barracuda Web Application Firewall provides features to implement user authentication and access control. You can create a virtual

More information

This guide details the deployment and initial configuration necessary to maximize the value of JetAdvantage Insights.

This guide details the deployment and initial configuration necessary to maximize the value of JetAdvantage Insights. HP JetAdvantage Insights Deployment Guide This guide details the deployment and initial configuration necessary to maximize the value of JetAdvantage Insights. 1. Overview HP JetAdvantage Insights provides

More information

SIP Proxy Deployment Guide. SIP Server 8.1.1

SIP Proxy Deployment Guide. SIP Server 8.1.1 SIP Proxy Deployment Guide SIP Server 8.1.1 5/4/2018 Table of Contents SIP Proxy 8.1 Deployment Guide 3 SIP Proxy Architecture and Deployment 4 Supported Features 7 Prerequisites 9 Deploying SIP Proxy

More information

Cisco Unified Serviceability

Cisco Unified Serviceability Cisco Unified Serviceability Introduction, page 1 Installation, page 5 Introduction This document uses the following abbreviations to identify administration differences for these Cisco products: Unified

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

Metasys Database Manager Help Code No. LIT Software Release 9.0 Issued August 2017

Metasys Database Manager Help Code No. LIT Software Release 9.0 Issued August 2017 Code No. LIT-12011202 Software Release 9.0 Issued August 2017 Refer to the QuickLIT website for the most up-to-date version of this document. Document Introduction...2 Summary of Changes...2 Metasys Database

More information

Acronis Backup plugin for WHM and cpanel 1.0

Acronis Backup plugin for WHM and cpanel 1.0 Acronis Backup plugin for WHM and cpanel 1.0 ADMINISTRATOR'S GUIDE Table of contents 1 Introduction...3 2 System requirements...3 3 Obtaining the Acronis product...3 4 Installing the Acronis Backup plugin

More information

Usage of "OAuth2" policy action in CentraSite and Mediator

Usage of OAuth2 policy action in CentraSite and Mediator Usage of "OAuth2" policy action in CentraSite and Mediator Introduction Prerequisite Configurations Mediator Configurations watt.server.auth.skipformediator The pg.oauth2 Parameters Asset Creation and

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

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

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

More information

Release Notes. for Kerio Operator 2.0.3

Release Notes. for Kerio Operator 2.0.3 Release Notes for Kerio Operator 2.0.3 Date: November 26th, 2012 2012 Kerio Technologies s.r.o. All rights reserved. 1 Welcome to Kerio Operator 2.0.3 This document describes the changes in Kerio Operator

More information

Quick Start Guide. Kaseya 2

Quick Start Guide. Kaseya 2 LiveConnect Quick Start Guide Kaseya 2 February 13, 2010 About Kaseya Kaseya is a global provider of IT automation software for IT Solution Providers and Public and Private Sector IT organizations. Kaseya's

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

Quick Start - BlueArc File Archiver

Quick Start - BlueArc File Archiver Page 1 of 20 Quick Start - BlueArc File Archiver TABLE OF CONTENTS OVERVIEW Introduction Key Features Terminology SYSTEM REQUIREMENTS DEPLOYMENT Installation Method 1: Interactive Install Method 2: Install

More information

StreamSets Control Hub Installation Guide

StreamSets Control Hub Installation Guide StreamSets Control Hub Installation Guide Version 3.2.1 2018, StreamSets, Inc. All rights reserved. Table of Contents 2 Table of Contents Chapter 1: What's New...1 What's New in 3.2.1... 2 What's New in

More information

MarkLogic Server. Database Replication Guide. MarkLogic 9 May, Copyright 2017 MarkLogic Corporation. All rights reserved.

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

More information

CA Service Desk Integration with Remote Support

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

More information

Zadara Enterprise Storage in

Zadara Enterprise Storage in Zadara Enterprise Storage in Google Cloud Platform (GCP) Deployment Guide March 2017 Revision A 2011 2017 ZADARA Storage, Inc. All rights reserved. Zadara Storage / GCP - Deployment Guide Page 1 Contents

More information

Company Name: Address: Project Name: Server Name: Server Location:

Company Name: Address: Project Name: Server Name: Server Location: PharmaReady Version 6.0 Installation Qualification Tenant Setup Document Number: IQ39 Doc Version 1.1, 15 th Jan 2018 Company Name: Address: Project Name: Server Name: Server Location: IQ Prepared By:

More information

SetUp GUIDE. Wisenet WAVE COLDSTORE. Version 3.2

SetUp GUIDE. Wisenet WAVE COLDSTORE. Version 3.2 SetUp GUIDE Wisenet WAVE COLDSTORE Version 3.2 Contents 1 Introduction 3 1.1 About This Setup Guide 3 1.2 Before You Start 3 1.3 Supported Operating Systems 3 2 Understanding the Setup Process 3 3 Finding

More information

VMware Identity Manager Connector Installation and Configuration (Legacy Mode)

VMware Identity Manager Connector Installation and Configuration (Legacy Mode) VMware Identity Manager Connector Installation and Configuration (Legacy Mode) VMware Identity Manager This document supports the version of each product listed and supports all subsequent versions until

More information

Administration GUIDE. Virtual Server idataagent (VMware) Published On: 11/19/2013 V10 Service Pack 4A Page 1 of 225

Administration GUIDE. Virtual Server idataagent (VMware) Published On: 11/19/2013 V10 Service Pack 4A Page 1 of 225 Administration GUIDE Virtual Server idataagent (VMware) Published On: 11/19/2013 V10 Service Pack 4A Page 1 of 225 User Guide - Virtual Server idataagent (VMware) Table of Contents System Requirements

More information

ZL UA Exchange 2013 Archiving Configuration Guide

ZL UA Exchange 2013 Archiving Configuration Guide ZL UA Exchange 2013 Archiving Configuration Guide Version 8.0 January 2014 ZL Technologies, Inc. Copyright 2014 ZL Technologies, Inc.All rights reserved ZL Technologies, Inc. ( ZLTI, formerly known as

More information

Integration with third party evidence analyzers. Ver 9.6.0

Integration with third party evidence analyzers. Ver 9.6.0 Integration with third party evidence analyzers Ver 9.6.0 Configuration: To configure the RCS system to export the evidence to a third party solution, you must configure a connector. Under the System >

More information

SAS Viya 3.3 Administration: Backup and Restore

SAS Viya 3.3 Administration: Backup and Restore SAS Viya 3.3 Administration: Backup and Restore Backup and Restore: Overview This backup and restore documentation applies to a Linux installation. The Backup and Restore service, when executed, automatically

More information

SmartSense Configuration Guidelines

SmartSense Configuration Guidelines 1 SmartSense Configuration Guidelines Date of Publish: 2018-07-12 http://docs.hortonworks.com Contents SmartSense configuration guidelines...3 HST server...3 HST agent... 9 SmartSense gateway... 12 Activity

More information

IM and Presence Service

IM and Presence Service You enable on Unified Communications Manager to give users instant messaging and availability capabilities. This feature allows administrators to: Easily enable end users for IM and availability from Unified

More information

User Manual Customer Interaction Express 3.3 SalesForceConnector

User Manual Customer Interaction Express 3.3 SalesForceConnector User Manual Customer Interaction Express 3.3 SalesForceConnector Edition: 1.0 09/22/2015 2015 Avaya Inc. All Rights Reserved. Notice While reasonable efforts were made to ensure that the information in

More information

SafeConsole On-Prem Install Guide

SafeConsole On-Prem Install Guide version 5.4 DataLocker Inc. December, 2018 Reference for SafeConsole OnPrem 1 Contents Introduction................................................ 3 How do the devices become managed by SafeConsole?....................

More information

OnCommand Cloud Manager 3.2 Deploying and Managing ONTAP Cloud Systems

OnCommand Cloud Manager 3.2 Deploying and Managing ONTAP Cloud Systems OnCommand Cloud Manager 3.2 Deploying and Managing ONTAP Cloud Systems April 2017 215-12035_C0 doccomments@netapp.com Table of Contents 3 Contents Before you create ONTAP Cloud systems... 5 Logging in

More information

Microsoft IIS version 6 Integration

Microsoft IIS version 6 Integration Microsoft IIS version 6 Integration Contents 1 Overview 2 Prerequisites 3 PINsafe Configuration 4 Configuring the IIS Server 4.1 Install the PINsafeIISFilter.exe 4.2 Configure the ISAPI filter 4.3 Create

More information

Migrating vrealize Automation 6.2 to 7.1

Migrating vrealize Automation 6.2 to 7.1 Migrating vrealize Automation 6.2 to 7.1 vrealize Automation 7.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition.

More information

rm -rf pub/static/*; rm -rf var/view_preprocessed/*; php -f bin/magento setup:staticcontent:deploy

rm -rf pub/static/*; rm -rf var/view_preprocessed/*; php -f bin/magento setup:staticcontent:deploy Cache Warmer current How to install the extension 1. Backup your store's database and web directory. 2. Login to the SSH console of your server and navigate to the root directory of the Magento 2 store.

More information

Microsoft Cloud Workshops. Microservices and Serverless Architecture - Developer Edition Leader Hackathon guide

Microsoft Cloud Workshops. Microservices and Serverless Architecture - Developer Edition Leader Hackathon guide Microsoft Cloud Workshops Microservices and Serverless Architecture - Developer Edition Leader Hackathon guide September 2017 2017 Microsoft Corporation. All rights reserved. This document is confidential

More information

Cisco Jabber Features and Options

Cisco Jabber Features and Options Cisco Jabber 10.6 Features, page 1 Cisco Jabber Features for Windows, Mac, ios and Android, page 3 Cisco Jabber Features for Windows, page 15 Cisco Jabber Features for Mac, page 36 Cisco Jabber for Android

More information

Troubleshooting Cisco APIC-EM Single and Multi-Host

Troubleshooting Cisco APIC-EM Single and Multi-Host Troubleshooting Cisco APIC-EM Single and Multi-Host The following information may be used to troubleshoot Cisco APIC-EM single and multi-host: Recovery Procedures for Cisco APIC-EM Node Failures, page

More information

Avaya Workforce Optimization Select, SP1 Release Notes

Avaya Workforce Optimization Select, SP1 Release Notes Avaya Workforce Optimization Select, 5.2.1 SP1 Release Notes 6 June 2018 Contents Contents... 1 Document changes... 1 Introduction... 2 Installation... 2 Product compatibility... 2 File list... 2 Backing

More information

HP Database and Middleware Automation

HP Database and Middleware Automation HP Database and Middleware Automation For Windows Software Version: 10.10 SQL Server Database Refresh User Guide Document Release Date: June 2013 Software Release Date: June 2013 Legal Notices Warranty

More information

SBCC Web File System - Xythos

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

More information

Setup Guide for AD FS 3.0 on the Apprenda Platform

Setup Guide for AD FS 3.0 on the Apprenda Platform Setup Guide for AD FS 3.0 on the Apprenda Platform Last Updated for Apprenda 6.5.2 The Apprenda Platform leverages Active Directory Federation Services (AD FS) to support identity federation. AD FS and

More information

Implementing Infoblox Data Connector 2.0

Implementing Infoblox Data Connector 2.0 DEPLOYMENT GUIDE Implementing Infoblox Data Connector 2.0 2017 Infoblox Inc. All rights reserved. Implementing Infoblox Data Connector, July 2017 Page 1 of 31 Contents Overview... 3 Prerequisites... 3

More information

Deploying Harmony Workforce Optimization on Unified Contact Center Enterprise

Deploying Harmony Workforce Optimization on Unified Contact Center Enterprise Deploying Harmony Workforce Optimization on Unified Contact Center Enterprise Release 5.2.2 Issue 1 September 2018 Contents Chapter 1: Introduction... 8 Purpose... 8 Prerequisites... 8 Chapter 2: Harmony

More information

LDAP Directory Integration

LDAP Directory Integration LDAP Server Name, Address, and Profile Configuration, on page 1 with Cisco Unified Communications Manager Task List, on page 1 for Contact Searches on XMPP Clients, on page 6 LDAP Server Name, Address,

More information

Antivirus Solution Guide. NetApp Clustered Data ONTAP 8.2.1

Antivirus Solution Guide. NetApp Clustered Data ONTAP 8.2.1 Antivirus Solution Guide NetApp Clustered Data ONTAP 8.2.1 Contents Abstract... 4 Audience... 4 Purpose and Scope... 4 Introduction... 4 Antivirus Solution Architecture... 5 Components of the Vscan/AV

More information

FUSION REGISTRY COMMUNITY EDITION SETUP GUIDE VERSION 9. Setup Guide. This guide explains how to install and configure the Fusion Registry.

FUSION REGISTRY COMMUNITY EDITION SETUP GUIDE VERSION 9. Setup Guide. This guide explains how to install and configure the Fusion Registry. FUSION REGISTRY COMMUNITY EDITION VERSION 9 Setup Guide This guide explains how to install and configure the Fusion Registry. FUSION REGISTRY COMMUNITY EDITION SETUP GUIDE Fusion Registry: 9.2.x Document

More information

SOA Software Intermediary for Microsoft : Install Guide

SOA Software Intermediary for Microsoft : Install Guide SOA Software Intermediary for Microsoft : Install Guide SOA Software Intermediary for Microsoft Install Guide SOAIM_60 August 2013 Copyright Copyright 2013 SOA Software, Inc. All rights reserved. Trademarks

More information

GSS Administration and Troubleshooting

GSS Administration and Troubleshooting CHAPTER 9 GSS Administration and Troubleshooting This chapter covers the procedures necessary to properly manage and maintain your GSSM and GSS devices, including login security, software upgrades, GSSM

More information

Genesys Mobile Services API Reference. Stat Service API

Genesys Mobile Services API Reference. Stat Service API Genesys Mobile Services API Reference Stat Service API 7/7/2018 Contents 1 Stat Service API 1.1 Stat Request APIs 1.2 Extended Stat Request API 1.3 EWT APIs 1.4 Configuration 1.5 Subscribe to Statistic

More information

NetExtender for SSL-VPN

NetExtender for SSL-VPN NetExtender for SSL-VPN Document Scope This document describes how to plan, design, implement, and manage the NetExtender feature in a SonicWALL SSL-VPN Environment. This document contains the following

More information

Quick Install for Amazon EMR

Quick Install for Amazon EMR Quick Install for Amazon EMR Version: 4.2 Doc Build Date: 11/15/2017 Copyright Trifacta Inc. 2017 - All Rights Reserved. CONFIDENTIAL These materials (the Documentation ) are the confidential and proprietary

More information

NTP Software VFM. Administration Web Site for EMC Atmos User Manual. Version 6.1

NTP Software VFM. Administration Web Site for EMC Atmos User Manual. Version 6.1 NTP Software VFM Administration Web Site for EMC Atmos User Manual Version 6.1 This guide details the method for using NTP Software VFM Administration Web Site, from an administrator s perspective. Upon

More information

NICE Uptivity External Release Notes 17.1

NICE Uptivity External Release Notes 17.1 NICE Uptivity External Release Notes 17.1 NICE Uptivity External Release Notes Version 17.1 Last Revision March 2017 Copyright 2017 incontact, Inc. Disclaimer incontact reserves the right to update or

More information

How to Configure S/MIME for WorxMail

How to Configure S/MIME for WorxMail How to Configure S/MIME for WorxMail Windows Phone 8.1 This article describes how to configure S/MIME (Secure/Multipurpose Internet Mail Extensions) for WorxMail Windows Phone 8.1. Note: This feature works

More information

Cisco Unified Workforce Optimization Quality Management

Cisco Unified Workforce Optimization Quality Management Cisco Unified Workforce Optimization Quality Management Server API Programmer's Guide Version 10.5 First Published: June 18, 2014 Last Updated: February 11, 2015 THE SPECIFICATIONS AND INFORMATION REGARDING

More information

GVP Deployment Guide. Maintaining GVP

GVP Deployment Guide. Maintaining GVP GVP Deployment Guide Maintaining GVP 11/19/2017 Maintaining GVP Learn how to stop, start, and uninstall Genesys Voice Platform components. Starting and Stopping the Components Uninstalling the Components

More information

VMware Mirage Getting Started Guide

VMware Mirage Getting Started Guide Mirage 5.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this document,

More information

Manage Certificates. Certificates Overview

Manage Certificates. Certificates Overview Certificates Overview, page 1 Show Certificates, page 3 Download Certificates, page 4 Install Intermediate Certificates, page 4 Delete a Trust Certificate, page 5 Regenerate a Certificate, page 6 Upload

More information

Integrate HEAT Software with Bomgar Remote Support

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

More information

Using the vrealize Orchestrator Plug-In for vrealize Automation 7.0. vrealize Orchestrator 7.0 vrealize Automation 7.0 vrealize Automation 7.

Using the vrealize Orchestrator Plug-In for vrealize Automation 7.0. vrealize Orchestrator 7.0 vrealize Automation 7.0 vrealize Automation 7. Using the vrealize Orchestrator Plug-In for vrealize Automation 7.0 vrealize Orchestrator 7.0 vrealize Automation 7.0 vrealize Automation 7.0 You can find the most up-to-date technical documentation on

More information

StorageGRID Webscale 10.2

StorageGRID Webscale 10.2 StorageGRID Webscale 10.2 Maintenance Guide for OpenStack Deployments NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501 Support telephone: +1

More information

Genesys Mobile Services API Reference. Chat API Version 2 with CometD

Genesys Mobile Services API Reference. Chat API Version 2 with CometD Genesys Mobile Services API Reference Chat API Version 2 with CometD 6/7/2018 Contents 1 Chat API Version 2 with CometD 1.1 Prerequisites for the CometD API 1.2 How to use the CometD API 1.3 CometD API

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

Deployment User Guide

Deployment User Guide Deployment User Guide Version: 010319-2 Contents STEP 1: (Windows Users Only): Determine if your PC is running the 32-bit or 64-bit version of Windows. If you are not a PC user, please proceed to step

More information

Using the vrealize Orchestrator Plug-In for vrealize Automation 7.0. vrealize Orchestrator 7.0

Using the vrealize Orchestrator Plug-In for vrealize Automation 7.0. vrealize Orchestrator 7.0 Using the vrealize Orchestrator Plug-In for vrealize Automation 7.0 vrealize Orchestrator 7.0 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Doc-Trak Infor CloudSuite. Installation Manual. The Lake Companies, Inc Walker Drive, Green Bay, WI

Doc-Trak Infor CloudSuite. Installation Manual. The Lake Companies, Inc Walker Drive, Green Bay, WI Installation Manual Doc-Trak 2014 Infor CloudSuite Installation Manual 2980 Walker Drive, Green Bay, WI 54311 920.406.3030 www.lakeco.com Table of Contents Doc-Trak 2014 1. Pre-Installation Checklist...

More information