(POM )

Size: px
Start display at page:

Download "(POM )"

Transcription

1 POM Patch 8 File name : POM305Patch08.zip Type : Patch Affected Version(s) : Proactive Outreach Manager Md5sum : 24b212f a6f7b42374f3a8fb POM305Patch08 Dependency : POM (Version: POM ) Service Interrupting : Yes Available for : All POM customers using POM Note : This Patch does not include POM patch 1 content, which is specific for Oceana integration. Pre-requisite: 1. Proactive Outreach Manager (POM ) 2. You can also apply this patch on top of POM Patch 2 (POM ) 3. You can also apply this patch on top of POM Patch 3 (POM ) 4. You can also apply this patch on top of POM Patch 4 (POM ) 5. You can also apply this patch on top of POM Patch 5 (POM ) 6. You can also apply this patch on top of POM Patch 6 (POM ) 7. You can also apply this patch on top of POM Patch 7 (POM ) Issues Fixed Service Request: OUTREACH-9151: Send UCID in AGTRedialRESP and set it in Agent object's ConntactDetails UCID field. Service Request: OUTREACH-9149: Agent Desktop API hangs until restarted or Error while trying to get customer details Refer to Appendix A. Service Request : OUTREACH-8414 Add support for language code currently displayed on Strategy in POM OD application out of the box Service Request : OUTREACH-8802 : POM dialed to same number twice Service Request: OUTREACH-8740: Callback get postpone because Exception generated during finding best agent for callback. Service Request: OUTREACH-8524: Job is stuck in the pausing status when the job was started and stopped immediately OUTREACH-8739: Defensive fix to not consider agent for assignment for stuck (non-active ) campaign.

2 Service Request: OUTREACH-8673: POM help pages are accessed via http instead of https Service Request: OUTREACH-8741: POM custom post processor class was not invoked when campaign stopped manually, it worked fine when campaign finished naturally. Service Request: , OUTREACH-8738: CFD: Callback attempts aborted by RuleEngine Service Request: OUTREACH-8468: Allow adding contact multiple times to same job using AddContactFromListToJob webservice. Service Request: OUTREACH-7971 : Nuisance call for campaign with ODR 1 when idle agent is blended to inbound before call launch is allowed by pacer. Service Request: OUTREACH-8034: Slow dialing issue due to call outstanding count getting stuck. Service Request: OUTREACH-8022: Negative available contacts and wrong excluded count shown on UI. Service Request: OUTREACH-8014: POM shall allow configuring same database name for "operation db and "pom db" while configuring POM with Oracle database Service Request: OUTREACH-7368 : Agent failed to detach from the job in case there are external agent consult happened in the job. Service Request: OUTREACH-7223: Contact attempted multiple times during retry if retry attempt could not be made due to guard times Service Request: OUTREACH-7227: Custom post processor invoked for same contact multiple times and exported csv file is getting overwritten too Service Request: OUTREACH-7232 : Campaign Manager throws exception if sort in descending order is applied in CCW Service Request: OUTREACH-7313: POM is over dialing for agent-less campaigns even with min and max set to 1.

3 OUTREACH-7229: Expose dial type to custom rule class and provide mechanism to evaluate rules in parallel. OUTREACH-7318 : Consult object is not cleared if the desktop is crashed in pending consult (consult after redial) Note From POM 305 Patch 3 onwards attempts which are handled by agent will be processed further only after the attempt is disposed of by the agent. For example, If the strategy is configured with below setting, a) On Answer Human patch with Agent b) Default state for the Result Processor is DONE. In this scenario the contact will not mark as DONE immediately after Answer Human detection. Instead the attempt will kept in a WAIT state until the agent disposes of the call with some Completion Code. Verify POM Version To determine the version of POM installed: 1. Log in to the POM system as root or sroot user. 2. At the command prompt enter: /sbin/service POM status 3. Verify that the first line shows POM version as version POM or POM or POM or POM or POM or POM or POM Download Instructions 1. Download the file POM305Patch08.zip from the AVAYA support site. 2. Secure copy (SCP) this patch file to a directory on the POM system (say /home/craft). 3. After downloading, verify md5sum before applying patch. Installation Instructions: Apply this Patch on all POM servers. Before applying this patch, make sure that the POM system is running POM as per instruction above. 1. Make sure that all agents are logged out. 2. Login with root or sroot on POM system 3. Copy POM305Patch08.zip file to location /home/craft. 4. Change directory to where patch file is copied using the following command cd /home/craft 5. Stop or pause all running campaigns 6. Stop all POM, appserver, mpp and vpms services using following commands

4 service POM stop service appserver stop service mpp stop service vpms stop 7. Unzip POM305Patch08.zip (unzip POM305Patch08.zip). All files will get unzip under POM305Patch08 directory created in current directory. 8. If rules need to be checked by campaign manager in parallel then add key "SendParallelRuleRequest" with value as "true" in pim_config table. NOTE: This step is optional. It is needed if rules are configured for the running campaigns on the system. 9. Go to POM305Patch08 directory ( cd POM305Patch08) 10. Run installpatch.sh script (./installpatch.sh). 11. Verify that you see message on console output Patch installation completed successfully. 12. Replace the following POM Applications on all the Application Servers. Refer Appendix B. PomDriverApp Nailer AvayaPOMNotifier AvayaPOMAgent 13. Start all services: service vpms start service mpp start service appserver start service POM start NOTE: - This patch will create the backup of the files to be replaced under the directory $POM_HOME/Temp/PatchBackup/POM / - This patch will update content of the file $POM_HOME/data/build_rel.num, containing patch number to POM Uninstallation Instructions: The backup of files it taken during patch installation at $POM_HOME/Temp/PatchBackup/POM / location. You will need to follow steps in following sequence to revert the patch fix. 1. Logout all agents. 2. Stop or pause all running campaigns. 3. Stop all POM, appserver, mpp and vpms services service POM stop service appserver stop service mpp stop service vpms stop 4. Execute below command to restore original files from backup folder, cp -pr $POM_HOME/Temp/PatchBackup/POM /avaya-pim-agent.jar $POM_HOME/lib/common/avaya-pim-agent.jar

5 cp -pr $POM_HOME/Temp/PatchBackup/POM /avaya-pim-common.jar $POM_HOME/lib/common/avaya-pim-common.jar cp -pr $POM_HOME/Temp/PatchBackup/POM /avaya-pim-tracer.jar $POM_HOME/lib/common/avaya-pim-tracer.jar cp -pr $POM_HOME/Temp/PatchBackup/POM /avaya-pim-pomapi.jar $POM_HOME/lib/common/avaya-pim-pomapi.jar cp -pr $POM_HOME/Temp/PatchBackup/POM /avaya-pim-core.jar $POM_HOME/lib/core/avaya-pim-core.jar cp -pr $POM_HOME/Temp/PatchBackup/POM /avaya-pim-call-pacing.jar $POM_HOME/lib/core/avaya-pim-call-pacing.jar cp -pr $POM_HOME/Temp/PatchBackup/POM /avaya-pim-rule-engine.jar $POM_HOME/lib/core/avaya-pim-rule-engine.jar cp -pr $POM_HOME/Temp/PatchBackup/POM /none.pimMsgCode.properties $POM_HOME/config/none.pimMsgCode.properties cp -pr $POM_HOME/Temp/PatchBackup/POM /pimGlobalSettings.xhtml $CATALINA_HOME/webapps/VP_POM/config/pimGlobalSettings.xhtml cp -pr $POM_HOME/Temp/PatchBackup/POM /pimServerAdd.xhtml $CATALINA_HOME/webapps/VP_POM/config/pimServerAdd.xhtml cp -pr $POM_HOME/Temp/PatchBackup/POM /pimServerEdit.xhtml $CATALINA_HOME/webapps/VP_POM/config/pimServerEdit.xhtml cp -pr $POM_HOME/Temp/PatchBackup/POM /pimServers.xhtml $CATALINA_HOME/webapps/VP_POM/config/pimServers.xhtml cp -pr $POM_HOME/Temp/PatchBackup/POM /pimManager.xhtml $CATALINA_HOME/webapps/VP_POM/manage/pimManager.xhtml cp -pr $POM_HOME/Temp/PatchBackup/POM /rule.html $CATALINA_HOME/webapps/VP_POM/campaign/rule.html cp -pr $POM_HOME/Temp/PatchBackup/POM /app.js $CATALINA_HOME/webapps/VP_POM/includes/app/app.js cp -pr $POM_HOME/Temp/PatchBackup/POM /head.xhtml $CATALINA_HOME/webapps/VP_POM/includes/head.xhtml 5. Replace the POM Applications on all the Application Servers from their backup. Refer Appendix C.

6 6. Start all services: service vpms start service mpp start service appserver start service POM start Appendix A In case custom phone attributes are already made as public by admin user then admin user has to make the Phone attribute as Private and then again change it to Public. Appendix B POM Shipped Application Install For local AppServer or external AppServer(tomcat) follow the following steps: 1. Go to $APPSERVER_HOME/webapps/location 2. Take the backup of the Application s.war files cp PomDriverApp.war PomDriverApp.war_bkp cp Nailer.war Nailer.war_bkp cp AvayaPOMNotifier.war AvayaPOMNotifier.war_bkp cp AvayaPOMAgent.war AvayaPOMAgent.war_bkp 3. Remove the Application folders. rm rf PomDriverApp Nailer AvayaPOMNotifier AvayaPOMAgent 4. Copy the Application war files shipped in the patch to this location cp < POM305Patch08 location>/*.war. For external AppServer (websphere) use the.ear files shipped in the patch to re-install via the websphere GUI. Keep the backup of the existing application. For more information refer Proactive Outreach Manager Integration for Websphere related configuration. Appendix C POM Shipped Application Uninstall For local AppServer or external AppServer(tomcat) follow the following steps: 1. Go to $APPSERVER_HOME/ webapps/ location 2. Replace the Application s.war files from there backup. cp PomDriverApp.war_bkp PomDriverApp.war cp Nailer.war_bkp Nailer.war cp AvayaPOMNotifier.war_bkp AvayaPOMNotifier.war cp AvayaPOMAgent.war_bkp AvayaPOMAgent.war 3. Remove the Application folders. rm rf PomDriverApp Nailer AvayaPOMNotifier AvayaPOMAgent For external AppServer (websphere) use the applications backup to re-install via the websphere GUI.

POM Patch 7. Service Request: OUTREACH-8673: POM help pages are accessed via http instead of https

POM Patch 7. Service Request: OUTREACH-8673: POM help pages are accessed via http instead of https POM 3.0.5 Patch 7 File name : POM305Patch07.zip Type : Patch Affected Version(s) : Proactive Outreach Manager 3.0.5 Md5sum : 5758615c8f46c3ac3fbf2396fa053778 Dependency : POM 3.0.5 (Version: POM.03.00.05.00.008)

More information

Fencing Time Version 4.3

Fencing Time Version 4.3 Fencing Time Version 4.3 Upgrading your Fencing Time Server October 2017 Copyright 2017 by Fencing Time, LLC. All rights reserved. Overview Periodically, a new version of Fencing Time is released. In most

More information

XC2 Client/Server Installation & Configuration

XC2 Client/Server Installation & Configuration XC2 Client/Server Installation & Configuration File downloads Server Installation Backup Configuration Services Client Installation Backup Recovery Troubleshooting Aug 12 2014 XC2 Software, LLC Page 1

More information

[CROSS COUNTRY SCORING]

[CROSS COUNTRY SCORING] 2015 The Race Director Guide [CROSS COUNTRY SCORING] This document describes the setup and scoring processes employed when scoring a cross country race with Race Director. Contents Intro... 3 Division

More information

Mac Software Manual for FITstep Pro Version 2

Mac Software Manual for FITstep Pro Version 2 Thank you for purchasing this product from Gopher. If you are not satisfied with any Gopher purchase for any reason at any time, contact us and we will replace the product, credit your account, or refund

More information

Microsoft Windows Software Manual for FITstep Stream Version 4

Microsoft Windows Software Manual for FITstep Stream Version 4 Thank you for purchasing this product from Gopher. If you are not satisfied with any Gopher purchase for any reason at any time, contact us and we will replace the product, credit your account, or refund

More information

SQL LiteSpeed 3.0 Installation Guide

SQL LiteSpeed 3.0 Installation Guide SQL LiteSpeed 3.0 Installation Guide Revised January 27, 2004 Written by: Jeremy Kadlec Edgewood Solutions www.edgewoodsolutions.com 888.788.2444 2 Introduction This guide outlines the SQL LiteSpeed 3.0

More information

[CROSS COUNTRY SCORING]

[CROSS COUNTRY SCORING] 2018 The Race Director Guide [CROSS COUNTRY SCORING] This document describes the setup and scoring processes employed when scoring a cross country race with Race Director. Contents Intro... 3 Division

More information

BVIS Beach Volleyball Information System

BVIS Beach Volleyball Information System BVIS Beach Volleyball Information System Developments in computer science over the past few years, together with technological innovation, has in turn stimulated the development of tailored software solutions

More information

OMS Alerts with Milsoft IVR Written by: Darcy O Neal Presented by: Clayton Tucker

OMS Alerts with Milsoft IVR Written by: Darcy O Neal Presented by: Clayton Tucker OMS Alerts with Milsoft IVR Written by: Darcy O Neal Presented by: Clayton Tucker The Foundation Milsoft IVR s Notification One-stop shop for Email, Text, and Voice Call Notifications Robust and Configurable

More information

Software Manual for FITstep Pro Version 2

Software Manual for FITstep Pro Version 2 Thank you for purchasing this product from Gopher. If you are not satisfied with any Gopher purchase for any reason at any time, contact us and we will replace the product, credit your account, or refund

More information

How to Download a Red App

How to Download a Red App How to Download a Red App End to End Process Quick Reference W H O C A N D O W N L O A D / R E Q U E S T A R E D A P P Anyone with Sabre Agency eservices Admin or Ordering rights automatically has Agency

More information

REMOTE CLIENT MANAGER HELP VERSION 1.0.2

REMOTE CLIENT MANAGER HELP VERSION 1.0.2 VERSION 1.0.2 MERCHANT SALES: 800-637-8268 New Merchant Accounts PARTNER PROGRAMS: 800-637-8268 New and existing partnerships CUSTOMER CARE: 800-338-6614 Existing merchant account support Statements and

More information

Fastball Baseball Manager 2.5 for Joomla 2.5x

Fastball Baseball Manager 2.5 for Joomla 2.5x Fastball Baseball Manager 2.5 for Joomla 2.5x Contents Requirements... 1 IMPORTANT NOTES ON UPGRADING... 1 Important Notes on Upgrading from Fastball 1.7... 1 Important Notes on Migrating from Joomla 1.5x

More information

HyperSecureLink V6.0x User Guide

HyperSecureLink V6.0x User Guide HyperSecureLink V6.0x User Guide Note: This software works with the LS-30 Version (06.0x or later) 1, Hardware Installation: 1-1, Connection Diagram for USB or RS-232 Computer Interface To LS-30 CM1 To

More information

Steltronic StelPad User Guide

Steltronic StelPad User Guide StelPad User Guide Steltronic StelPad User Guide Contents Contents... 1 About StelPad and its Features... 3 StelPad System Elements... 3 StelPad Computer Integration with Focus... 4 Enable Custom Graphic

More information

Setting up the Ingenico isc250 Pinpad via USB in Windows 8

Setting up the Ingenico isc250 Pinpad via USB in Windows 8 One Blue Hill Plaza, 16 th Floor, PO Box 1546 Pearl River, NY 10965 1-800-PC-AMERICA, 1-800-722-6374 (Voice) 845-920-0800 (Fax) 845-920-0880 Setting up the Ingenico isc250 Pinpad via USB in Windows 8 The

More information

Race Screen: Figure 2: Race Screen. Figure 3: Race Screen with Top Bulb Lock

Race Screen: Figure 2: Race Screen. Figure 3: Race Screen with Top Bulb Lock Eliminator Competition Stand Alone Mode - Instruction Manual Main Menu: After startup, the Eliminator Competition will enter the Main Menu. Press the right/left arrow buttons to move through the menu.

More information

The MQ Console and REST API

The MQ Console and REST API The MQ Console and REST API Matt Leming lemingma@uk.ibm.com Agenda Existing capabilities What s new? The mqweb server The MQ REST API The MQ Console 1 Existing capabilities Administering software MQ Queue

More information

USER MANUAL April 2016

USER MANUAL April 2016 USER MANUAL April 2016 Introduction TIEBREAK is a program for real time volleyball game data entry and statistical analysis. Extremely easy to use, TIEBREAK makes it possible to reliably and quickly enter

More information

Meter Data Distribution User Manual

Meter Data Distribution User Manual 0.1 Meter Data Distribution User Manual February 2016 Public Copyright 2015 Independent Electricity System Operator. All rights reserved. Public Page 2 of 24 Table of Contents Contents 1. Overview... 4

More information

Integrate Riverbed SteelHead. EventTracker v8.x and above

Integrate Riverbed SteelHead. EventTracker v8.x and above EventTracker v8.x and above Publication Date: March 27, 2018 Abstract This guide provides instructions to configure a Riverbed SteelHead to send its syslog to EventTracker Enterprise Scope The configurations

More information

We release Mascot Server 2.6 at the end of last year. There have been a number of changes and improvements in the search engine and reports.

We release Mascot Server 2.6 at the end of last year. There have been a number of changes and improvements in the search engine and reports. 1 We release Mascot Server 2.6 at the end of last year. There have been a number of changes and improvements in the search engine and reports. I ll also be covering some enhancements and changes in Mascot

More information

Microsoft System Center Data

Microsoft System Center Data U ft i V F_R S! TA TSBIB L! OTHEK MAMMOVER J Microsoft System Center Data Protection Manager 2012 SP1 Learn how to deploy, monitor, and administer System Center Data Protection Manager 2012 SP1 Steve Buchanan

More information

Dive Planet. Manual. Rev Basic User Interface. 2 How to organize your dives. 3 Statistics. 4 Location Service and Map View.

Dive Planet. Manual. Rev Basic User Interface. 2 How to organize your dives. 3 Statistics. 4 Location Service and Map View. Dive Planet Manual Rev 1.2 1 Basic User Interface 2 How to organize your dives 3 Statistics 4 Location Service and Map View 5 Settings 6 Languages 7 Buddies and guide 8 Backup and restore of the data 9

More information

Division Data Coordinator Tasks

Division Data Coordinator Tasks Overall Responsibilities The division data coordinators have two major responsibilities. The first is to process and post scores and meet results following dual meets and the division relay carnival. The

More information

Rcvr-Acct#: Date: May 3, :31 AM

Rcvr-Acct#: Date: May 3, :31 AM 32P1-5 PROGRAMMING FORM Local programming requires the use of a 2-line Alpha keypad connected to partition 1 keypad terminals on the control. NOTE: For UL installations, the system may be configured as

More information

The Game of Yinsh (Phase II)

The Game of Yinsh (Phase II) The Game of Yinsh (Phase II) COL333 October 27, 2018 1 Goal The goal of this assignment is to learn the adversarial search algorithms (minimax and alpha beta pruning), which arise in sequential deterministic

More information

Quick Start Guide. For Gold and Silver Editions

Quick Start Guide. For Gold and Silver Editions Quick Start Guide For Gold and Silver Editions Table of Content Introduction... 3 Prerequisites... 3 Installation and Setup... 4 Download and Install QQEvolution 2... 4 Create Users... 8 Create Agent/CSR/Producer...

More information

Diver-Office. Getting Started Guide. 2007, Schlumberger Water Services

Diver-Office. Getting Started Guide. 2007, Schlumberger Water Services Diver-Office Getting Started Guide 2007, Schlumberger Water Services Copyright Information 2007 Schlumberger Water Services. All rights reserved. No portion of the contents of this publication may be reproduced

More information

Dive Sheets & Running Events Meet Management Software Tutorial for EZMeet Version 3.1 revised 2/4/2006

Dive Sheets & Running Events Meet Management Software Tutorial for EZMeet Version 3.1 revised 2/4/2006 Dive Sheets & Running Events Meet Management Software Tutorial for EZMeet Version 3.1 revised 2/4/2006 Once you have events created in your meet you are ready to enter dive sheets and run your event. INCLUDED

More information

Shearwater Cloud Desktop Release Notes

Shearwater Cloud Desktop Release Notes 2.3.0 2019-01-28 Multi-Select available in Desktop version. Currently supports Export and Deletes. Search through your Dive Logs with the new Dive Log Filter! Fixed issue with Terics being displayed as

More information

Diver-Pocket Diver-Pocket Premium

Diver-Pocket Diver-Pocket Premium User s Manual Diver-Pocket Diver-Pocket Premium Copyright Information 2011 Schlumberger Water Services. All rights reserved. No portion of the contents of this publication may be reproduced or transmitted

More information

Session: I03 TSM is not just a black box. Carolyn Sanders EDS. May 19, :30 p.m. 02:30 p.m. Platform: LUW

Session: I03 TSM is not just a black box. Carolyn Sanders EDS. May 19, :30 p.m. 02:30 p.m. Platform: LUW Session: I03 TSM is not just a black box Carolyn Sanders EDS May 19, 2008 01:30 p.m. 02:30 p.m. Platform: LUW 1 Little black box Humor If the "black box" flight recorder is never damaged during a plane

More information

RaceMaster FE. fast electric race management and timing

RaceMaster FE. fast electric race management and timing RaceMaster FE fast electric race management and timing RaceMaster FE fast electric race management and timing Version 1.05 Information in this document is subject to change without notice. Companies,

More information

Rules of Soccer Simulation League 2D

Rules of Soccer Simulation League 2D Rules of Soccer Simulation League 2D (RoboCup2016 Leipzig, Germany) This document contains the rules for the RoboCup2016 Soccer Simulation League 2D competition in Leipzig, Germany. 1. Soccer Simulator

More information

Milso& Customer Outage Alerts. A look at how to keep customers informed during outage situa:ons

Milso& Customer Outage Alerts. A look at how to keep customers informed during outage situa:ons Milso& Customer Outage Alerts A look at how to keep customers informed during outage situa:ons Con:nuing Growth with Milso& IVR & OMS Milso& Customer Outage Alerts 1. OMS Auto Alerts Proac:ve and fully

More information

The pluriscout Software allows you to record live game data and keep track of game progress as well as your scouting entries.

The pluriscout Software allows you to record live game data and keep track of game progress as well as your scouting entries. The allows you to record live game data and keep track of game progress as well as your scouting entries. This manual will provide a concise summary of the information provided by the application, and

More information

Programming Intentional Agents: Exercises in Jason

Programming Intentional Agents: Exercises in Jason Programming Intentional Agents: Exercises in Jason Autonomous Systems Sistemi Autonomi Stefano Mariani, Andrea Omicini {s.mariani, andrea.omicini}@unibo.it Dipartimento di Informatica Scienza e Ingegneria

More information

Setting Up the Ingenico isc250 Pinpad via USB

Setting Up the Ingenico isc250 Pinpad via USB One Blue Hill Plaza, 16 th Floor, PO Box 1546 Pearl River, NY 10965 1-800-PC-AMERICA, 1-800-722-6374 (Voice) 845-920-0800 (Fax) 845-920-0880 Setting Up the Ingenico isc250 Pinpad via USB The following

More information

LiteSpeed for SQL Server 6.5. Integration with TSM

LiteSpeed for SQL Server 6.5. Integration with TSM LiteSpeed for SQL Server 6.5 Integration with TSM 2011 Quest Software, Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide

More information

MAROC Computing Guide for running an event

MAROC Computing Guide for running an event MAROC Computing Guide for running an event Document History Date Who Summary 09-Oct-13 Keith Roberts Rewrite for new MAROC laptop and OE2010, based on previous MAROC PC Instructions originally authored

More information

Counter-Strike Season Seventeen OVERVIEW

Counter-Strike Season Seventeen OVERVIEW OVERVIEW We are excited to launch Club Conflict Season Seventeen. We will be beta testing the Club Conflict website and our new Club Conflict Client (featuring Easy AntiCheat). Also, we will be testing

More information

Access Security Gateway Job Aid For Messaging Products

Access Security Gateway Job Aid For Messaging Products subject: Access Security Gateway (ASG) Job Aid date: June 1, 1999 September 27, 2000 June 11, 2001 to:dale Arnwine, Kerry Farfalla, Gail Gridley, from: Dennis Rister Steve Hesser, Keith Robertson, Dave

More information

1 Document history Version Date Comments

1 Document history Version Date Comments V1.4 Contents 1 Document history... 2 2 What is TourneyKeeper?... 3 3 Creating your username and password... 4 4 Creating a tournament... 5 5 Editing a tournament... 8 6 Adding players to a tournament...

More information

DCS World Plugin for g-seats.

DCS World Plugin for g-seats. DCS World Plugin for g-seats. DCS_gSeat_GamePlugin_V03_BrassEm.zip Version 0.03 Friday, 9 February 2018 Author: BrassEm G day, This plugin was adapted from the DCS plugin by Value1 and he has kindly given

More information

Instruction Manual. BZ7002 Calibration Software BE

Instruction Manual. BZ7002 Calibration Software BE Instruction Manual BZ7002 Calibration Software BE6034-12 Index _ Index Index... 2 Chapter 1 BZ7002 Calibration Software... 4 1. Introduction... 5 Chapter 2 Installation of the BZ7002... 6 2. Installation

More information

Fisher FIELDVUE DVC6200f Digital Valve Controller PST Calibration and Testing using ValveLink Software

Fisher FIELDVUE DVC6200f Digital Valve Controller PST Calibration and Testing using ValveLink Software Instruction Manual Supplement DVC6200f Digital Valve Controller Fisher FIELDVUE DVC6200f Digital Valve Controller PST Calibration and Testing using ValveLink Software The test procedure contained in this

More information

Version 3.1.0: New Features/Improvements: Improved Bluetooth connection on Windows 10

Version 3.1.0: New Features/Improvements: Improved Bluetooth connection on Windows 10 Version 3.1.0: Improved Bluetooth connection on Windows 10 ***Important notice for Mac Users: Upgrading from Shearwater Desktop 3.0.8 to 3.1.0 will not cause issues. Upgrading from any 2.X.X to any 3.X.X

More information

User Manual. Heads-Up Display (HUD) DiveCAN. Mechanical Button Version

User Manual. Heads-Up Display (HUD) DiveCAN. Mechanical Button Version User Manual Heads-Up Display (HUD) Mechanical Button Version DiveCAN Table of Contents 1. Introduction...4 1.1 Features...4 2. Physical Description...5 3. Reading the PPO2...6 3.1 Modified Smither s Code...7

More information

Basic process triggering using runmqtrm defined as a service in WebSphere MQ 7.5 and 8.0. IBM Techdoc:

Basic process triggering using runmqtrm defined as a service in WebSphere MQ 7.5 and 8.0. IBM Techdoc: Page 1 of 20 Basic process triggering using runmqtrm defined as a service in WebSphere MQ 7.5 and 8.0 IBM Techdoc: 7041673 http://www.ibm.com/support/docview.wss?rs=171&uid=swg27041673 Date last updated:

More information

UNIVERSITY OF WATERLOO

UNIVERSITY OF WATERLOO UNIVERSITY OF WATERLOO Department of Chemical Engineering ChE 524 Process Control Laboratory Instruction Manual January, 2001 Revised: May, 2009 1 Experiment # 2 - Double Pipe Heat Exchanger Experimental

More information

Software for electronic scorekeeping of volleyball matches, developed and distributed by:

Software for electronic scorekeeping of volleyball matches, developed and distributed by: Software for electronic scorekeeping of volleyball matches, developed and distributed by: Developed for the rules of USports 2017-18 As adopted by Ontario University Athletics for Men s & Women s Volleyball

More information

Upgrading Bio-Plex Manager 4.1, 5.0, or 6.0 Software to Bio-Plex Manager 6.1 Software

Upgrading Bio-Plex Manager 4.1, 5.0, or 6.0 Software to Bio-Plex Manager 6.1 Software Upgrading Bio-Plex Manager 4.1, 5.0, or 6.0 Software to Bio-Plex Manager 6.1 Software For technical support, call your local Bio-Rad office, or in the US, call 1-800-424-6723. Bio-Rad Laboratories, Inc.,

More information

1. SYSTEM SETUP AND START TOURNAMENT... 8

1. SYSTEM SETUP AND START TOURNAMENT... 8 PICTORIAL HANDBALL MATCH STATISTICS (PHMS for Windows 7 Version E5.1) User's Manual November 2011 1. SYSTEM... 6 1.1 INTRODUCTION... 6 1.2 SYSTEM NAME... 6 1.3 SYSTEM FUNCTION... 7 2. SETUP AND START...

More information

Integrated Sports Systems (ISS) Inc. Meet Management Suite

Integrated Sports Systems (ISS) Inc. Meet Management Suite November 2010 Integrated Sports Systems (ISS) Inc. Meet Management Suite User Guide and Technical Document Version 2.0 Table of Contents Table of Contents... 2 General Concepts... 3 Installation Meet Management

More information

GolfLogix: Golf GPS. User Guide for: iphone 3G & 3GS. Version 1.0. Software Release 1.0

GolfLogix: Golf GPS. User Guide for: iphone 3G & 3GS. Version 1.0. Software Release 1.0 GolfLogix: Golf GPS User Guide for: iphone 3G & 3GS Version 1.0 Software Release 1.0 1 Table of Contents Topic Page Topic Page Getting Started Statistics Downloading the GolfLogix Application 4 Statistic

More information

Application Notes. SLP85xD Load Cells

Application Notes. SLP85xD Load Cells Application Notes Load Cells Table of Contents 1 Introduction 3 2 Description of the Filling Cycle 4 3 Filling Optimization 7 4 Filling Monitor 8 4.1 Weight-Based Filling Monitor... 8 4.2 Time-Based Filling

More information

CLUB REGISTRATION & SUPPORT / TICKETING

CLUB REGISTRATION & SUPPORT / TICKETING CLUB REGISTRATION & SUPPORT / TICKETING Version number: 1.0 Account Manager: Kevin Fowler Nemisys Authors: Andy Felton & Paul Keeling Nemisys English Golf Union Customer Name: Club Systems International

More information

Wickets Administrator

Wickets Administrator Wickets Administrator Software For Managing Stored Value Wickets 01/08/2008 Product Details And Operating Instructions Overview This page describes each major function of Wickets Administrator in detail.

More information

AX5000 Operational Manual

AX5000 Operational Manual MIYACHI AMERICA CORPORATION The World Leader in Hermetic Sealing Systems AX5000 Operational Manual 0 Document #107-00092-001 Dec, 2013 AX5000 Operational Manual Miyachi America Corporation 1820 S. Myrtle

More information

Where and How Data is Stored

Where and How Data is Stored Where and How Data is Stored Technology The OpenWater Platform is a proprietary system built on Microsoft.NET technologies. Its basis is 100% custom and is not derived from a popular system (e.g. DotNetNuke).

More information

Previous Release Notes

Previous Release Notes Release Notes Shearwater Desktop 3.1.5 Support for NERD 2. Previous Release Notes Version 3.1.4 Improved Bluetooth Reliability with the initial connection. Bug Notes: dded software workaround to allow

More information

PRODUCT MANUAL. Diver-Mobile for Android

PRODUCT MANUAL. Diver-Mobile for Android PRODUCT MANUAL Diver-Mobile for Android Contact details: Van Essen Instruments B.V. Van Essen Instruments - Canada Delftechpark 20 630 Riverbend Drive, Suite 100 2628 XH Delft Kitchener, ON, The Netherlands

More information

Quintic Automatic Putting Report

Quintic Automatic Putting Report Quintic Automatic Putting Report Tutorial www.quintic.com Introduction The Quintic Automatic Putting Report is designed to work as an add on to our premier Quintic Biomechanics analysis software. Auto

More information

DIVE MEET SCORING INSTRUCTIONS. Day before meet

DIVE MEET SCORING INSTRUCTIONS. Day before meet DIVE MEET SCORING INSTRUCTIONS Day before meet Physical set up Set up registration/scoring table #1 on 1 meter side and scoring table #2 on 3 meter side of diving well, judges chairs, and award stand as

More information

How to run a club night

How to run a club night How to run a club night utilising TM and MM Swimming NSW wishes to acknowledge the author of this document Ms. Jo Wazny [This document is meant to get you started running your club night, it assumes some

More information

Horse Farm Management s Report Writer. User Guide Version 1.1.xx

Horse Farm Management s Report Writer. User Guide Version 1.1.xx Horse Farm Management s Report Writer User Guide Version 1.1.xx August 30, 2001 Before you start 3 Using the Report Writer 4 General Concepts 4 Running the report writer 6 Creating a new Report 7 Opening

More information

Oracle ebusiness CCTM Supplier: Rate Card

Oracle ebusiness CCTM Supplier: Rate Card S1.2 CREATE A RATE CARD: INTRODUCTION... 1 S1.2.1 Create a Rate Card Online... 2 S1.2.2 Download a Rate Card Template... 16 S1.2.3 Rate Card Template Field Descriptions... 20 S1.2.4 Upload a Rate Card

More information

Team BUSY : Excise register RG-23 A-11, provision made to input starting S.No.

Team BUSY : Excise register RG-23 A-11, provision made to input starting S.No. The BUSY development team is proud to announce the immediate release of BUSY 16 ( Rel 4.0 ) with following feedbacks implemented and bugs rectified : Statutory Changes Team BUSY : Delhi VAT ereturn as

More information

How to Setup and Score a Tournament. May 2018

How to Setup and Score a Tournament. May 2018 How to Setup and Score a Tournament May 2018 What s new for 2018 As the rules change, the programmers must adjust the scoring program as well. Feedback from scorers also assist in providing ways to make

More information

1 Why use a Tagging Panel?

1 Why use a Tagging Panel? Match Tagging Overview : 1. Why use a Tagging Panel? 2. An Introduction to Dartfish 3. An Introduction to the Tagging Panel 4. Tagging a Match 5. Events List Export & Import 6. Searching Events 7. Exporting

More information

exsm.cluster High Availability for TSM Server Michael Abel & Bruno Friess TSM Symposium Oxford September 2005 Hier Kundenlogo

exsm.cluster High Availability for TSM Server Michael Abel & Bruno Friess TSM Symposium Oxford September 2005 Hier Kundenlogo Hier Kundenlogo TSM Symposium -Logo vor weißem Hintergrund, dann Größe anpassen und Oxford Text löschen - Logo transparent (GIF), dann Block löschen - ohne Logo: Text+Block löschen September 2005 exsm.cluster

More information

[XACT INTEGRATION] The Race Director. Xact Integration

[XACT INTEGRATION] The Race Director. Xact Integration 2018 The Race Director Xact Integration [XACT INTEGRATION] This document describes the steps in using the direct integration that has been built between Race Director and Xact. There are three primary

More information

SWIM MEET MANAGER 5.0 NEW FEATURES

SWIM MEET MANAGER 5.0 NEW FEATURES SWIM MEET MANAGER 5.0 NEW FEATURES Updated January 24, 2014 1 ABOUT SWIMMING MEET MANAGER 5.0 MEET MANAGER 5.0 for ming (SWMM) is HY-TEK's 6th generation of Meet Management software. Provides the very

More information

X-dock Software History

X-dock Software History X-dock Software History SW Version Bugfixes Features 01.01.01 01.02.2013 01.01.02 01.02.2013 01.02.05 04.03.2013 01.02.10 Start of history Pac 7000 support with FW 4.0 (older firmware locked) Improvements

More information

Automated Liquid Handling Station

Automated Liquid Handling Station Automated Liquid Handling Station Software User s Guide Manual Part Number 32-0442-048 Rev 0 2018 Teledyne Technologies Incorporated. All rights reserved. Printed in USA. Installation See the SimPrep Quick

More information

LiteSpeed for SQL Server 8.6. Install Guide

LiteSpeed for SQL Server 8.6. Install Guide LiteSpeed for SQL Server 8.6 Install Guide Copyright 2017 Quest Software Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide

More information

For clarification or assistance with TDM-web or any USTA web-based application,

For clarification or assistance with TDM-web or any USTA web-based application, TD # 1 Tournament Set Up Guidelines: Follow These Steps and TDM Q&A s - April 2014 Batch enter players & process entries on the sanction form. Then use TDM to enter tournament information. For clarification

More information

Access will be via the same Player Registration tab via the Player Registrations Officer role section.

Access will be via the same Player Registration tab via the Player Registrations Officer role section. The process for registering a player via the Whole Game System Portal requires input from the club, player, league, and in some instances the County FA. Once the league has confirmed the set-up process

More information

Scoreboard Operator s Instructions MPC Control

Scoreboard Operator s Instructions MPC Control Scoreboard Operator s Instructions MPC Control Some features on the keyboard overlay may not be included on the particular model being operated. Since 1934 Retain this manual in your permanent files 1/21/2011

More information

GolfLogix: Golf GPS. User Guide for: BlackBerry Curve. Version 1.0. Software Release , 8330, 8350i, 8800, 8820, 8830, 8900

GolfLogix: Golf GPS. User Guide for: BlackBerry Curve. Version 1.0. Software Release , 8330, 8350i, 8800, 8820, 8830, 8900 GolfLogix: Golf GPS User Guide for: BlackBerry Curve 8310, 8330, 8350i, 8800, 8820, 8830, 8900 Version 1.0 Software Release 1.0 1 Table of Contents Topic Page Topic Page Getting Started Statistics Downloading

More information

MicroTim XB. User Manual. Precision Digital Barometric Altimeter / Barometer / VSI. Document Revision 1.0 Firmware Version 3.0

MicroTim XB. User Manual. Precision Digital Barometric Altimeter / Barometer / VSI. Document Revision 1.0 Firmware Version 3.0 MicroTim XB Precision Digital Barometric Altimeter / Barometer / VSI User Manual Document Revision 1.0 Firmware Version 3.0 Table of Contents Table of Contents...2 1 General Operation...5 1.1 Altitude

More information

Electronic Oncology Systems the Management and the Safety Measures. Hansen Chen, Director, TDSI

Electronic Oncology Systems the Management and the Safety Measures. Hansen Chen, Director, TDSI Electronic Oncology Systems the Management and the Safety Measures Hansen Chen, Director, TDSI Radiation Oncology Department People Place Equipments Procedures Patients Hansen Chen 2 Radiation Oncology

More information

Author: Lyndon Downing Park Orchards BMX Club Phone:

Author: Lyndon Downing Park Orchards BMX Club Phone: On-Track Points Café Live Results via ezeventing.com Author: Lyndon Downing Park Orchards BMX Club Phone: +61 3 9876 3099. E-mail Lyndon.Downing@bigpond.com Program Version: 3.8.14 Complies: Australian

More information

The ICC Duckworth-Lewis-Stern calculator. DLS Edition 2016

The ICC Duckworth-Lewis-Stern calculator. DLS Edition 2016 The ICC Duckworth-Lewis-Stern calculator DLS Edition 2016 (DLS2-2016) Installation and operating instructions Queries about program operation should be sent to: Steven.Stern@qut.edu.au 2016 International

More information

Smart Card based application for IITK Swimming Pool management

Smart Card based application for IITK Swimming Pool management CS499 End Semester Report Smart Card based application for IITK Swimming Pool management Submitted By: Ankur Mittal Project Guide: Prof. Rajat Moona Introduction In today s world, there is an increasing

More information

Table of Content IMPORTANT NOTE: Before using this guide, please make sure you have already set up your settings in

Table of Content IMPORTANT NOTE: Before using this guide, please make sure you have already set up your settings in Quick Start Guide Table of Content Introduction... 3 Prerequisites... 3 How to Open QQEvolution 2... 4 How to do Carrier Downloads... 5 Locating a Client in QQEvolution 2... 7 Adding a New Client... 8

More information

Introduction to Matlab for Engineers

Introduction to Matlab for Engineers Introduction to Matlab for Engineers Instructor: Anh Thai Nhan Math 111, Ohlone Introduction to Matlab for Engineers Ohlone, Fremont 1/23 Reading materials Chapters 1, 2, and 3, Moore s textbook Introduction

More information

High usability and simple configuration or extensive additional functions the choice between Airlock Login or Airlock IAM is yours!

High usability and simple configuration or extensive additional functions the choice between Airlock Login or Airlock IAM is yours! High usability and simple configuration or extensive additional functions the choice between Airlock Login or Airlock IAM is yours! Airlock Login Airlock IAM When combined with Airlock WAF, Airlock Login

More information

v2.3 USER MANUAL

v2.3 USER MANUAL v2.3 USER MANUAL www.foresightsports.com Table of Contents 03 04 05 09 12 17 20 21 Activation Getting Started Play Compete Improve Settings Update Manager Glossary 04 11 05 12 03 Activation FSX Activation

More information

Tennis...32 Stay above...34 Decimal...36 Bundesliga simulator...38 Shooter management...41 Installation...43 Registration...45 Where do I get the

Tennis...32 Stay above...34 Decimal...36 Bundesliga simulator...38 Shooter management...41 Installation...43 Registration...45 Where do I get the Content ShotAnalyzer with Scatt and the Häring target system... 3 ShotAnalyzer with Scatt and the Meyton target system... 5 ShotAnalyzer with Scatt and the Disag target system... 7 ShotAnalyzer with Scatt

More information

NVSL Divisional Relay Carnival procedures using Hy-Tek

NVSL Divisional Relay Carnival procedures using Hy-Tek NVSL Divisional Relay Carnival procedures using Hy-Tek This document provides a basic guide for running Divisional Relay Carnival. All the teams in the Division must have already loaded their swimmers

More information

Club s Homepage Use this feature to return the club s website.

Club s Homepage Use this feature to return the club s website. The first time the golfer logs into the Internet Golf Reservation System, the member # is the club assigned golfer number, the default password is 1234. The golfer will automatically be transferred to

More information

Built-in Purge Control Functions

Built-in Purge Control Functions Built-in Purge Control Functions Why clean a sensor? As the velocity sensor was calibrated clean, operating it clean also preserves the best calibration. Any build up of material on a thermal sensor tends

More information

Cisco SIP Proxy Server (CSPS) Compliance Information

Cisco SIP Proxy Server (CSPS) Compliance Information APPENDIX A Cisco SIP Proxy Server (CSPS) Compliance Information This appendix describes how the CSPS complies with the IETF definition of SIP (Internet Draft draft-ietf-sip-rfc2543bis-04.txt, based on

More information

Tennis Ireland National Player Database

Tennis Ireland National Player Database Tennis Ireland V1.2 Table of Contents Chapter 1... 1 Tennis Ireland Tournament Loader... 1 Application installation... 1 Chapter 2... 2 Manual loading of results (single matches)... 2 Match detail information...

More information

FRDS GEN II SIMULATOR WORKBOOK

FRDS GEN II SIMULATOR WORKBOOK FRDS GEN II SIMULATOR WORKBOOK Trotter Control Inc 2015 Document# Revision Revised 9001-0038 FRDS GEN II Simulator Workbook E 02/15/2015 by DC FRDS GEN II Simulator Workbook This workbook is a follow-on

More information

ASX Genium Clearing Industry Wide Testing Briefing Pack

ASX Genium Clearing Industry Wide Testing Briefing Pack ASX Genium Clearing Industry Wide Testing Briefing Pack Table of Contents 1. INTRODUCTION... 3 1.1. 1.2. BACKGROUND... 3 GENIUM CLEARING UPGRADE TIMELINE FEBRUARY 2014... 3 2. IWT OVERVIEW... 4 2.1. 2.2.

More information

Inspection User Manual

Inspection User Manual 2016 TABLE OF CONTENTS Inspection User Manual This application allows you to easily inspect equipment located in Onix Work. Onix AS Version 1.0.15.0 03.06.2016 0 P a g e TABLE OF CONTENTS TABLE OF CONTENTS

More information