VeriCentre 3.0 Upgrade Pre-Installation and Post Installation Guidelines

Size: px
Start display at page:

Download "VeriCentre 3.0 Upgrade Pre-Installation and Post Installation Guidelines"

Transcription

1 VeriCentre 3.0 Upgrade Pre-Installation and Post Installation Guidelines * For actual installation steps, please refer to the VeriCentre 3.0 Installation guide that came with the VeriCentre 3.0 software. The pre-installation and post installation guidelines below should be used in conjunction with the VeriCentre 3.0 Installation document. Pre-Installation Tasks 1. Ensure the required prerequisites are installed a. VeriCentre (for Oracle or SQL Server) or VeriCentre LE b. IIS 5.x/6.x/7.x and MS.NET Framework (3.0 or 3.5) for VC server c. MS.NET Framework (3.0 or 3.5) for VC client-only machines. d. The required version of Oracle client and Oracle ODBC driver, if Oracle database is being used with VeriCentre 3.0. Oracle 9i/10g/11g versions are supported with VeriCentre 3.0. e. VeriCentre 3.0 is not supported on Windows 2000 OS. All machines need to have one of the following Windows OS versions: Windows XP /Windows Server 2003/Windows Vista/Windows 7/Windows Server f. In the case of SQL Server database, SQL Server 2008 cannot be used for a new VeriCentre 3.0 installation and it has to be one of SQL Server 2000/ SQL Server 2005/ SQL Server 2005 Express/ MSDE Once VeriCentre 3.0 is installed, then the VeriCentre database can be upgraded to SQL Server g. Microsoft.NET 3.0 Installation NOTE: We have come across situations where the Microsoft.NET versions installed on a machine was corrupted and this caused issues during the VeriCentre 3.0 installation as well as upgrade. The only solution in such situations was to uninstall all the Microsoft.NET versions on the given machine and install Microsoft.NET 3.0 packaged with VeriCentre 3.0 and then reinstall VeriCentre 3.0. To prevent the possibility of such an issue occurring during a production upgrade to VeriCentre 3.0 and thereby increasing the production downtime, we recommend that you uninstall all the existing Microsoft.NET versions in the reverse order of the version numbers (like 3.5, 3.0, 2.x, 1.x) and then directly install Microsoft.NET 3.0 that is packaged with the VeriCentre 3.0 software. This step can be done well ahead of VeriCentre 3.0 installation/upgrade. 2. For large amount of terminal records, duplicate your production VeriCentre installation in a test server against a copy of the production database and perform a mock upgrade to see how long it will take for the entire upgrade to complete. This will give you an idea on how much downtime you ll need on actual cut-over day. 3. Copy the required VC 3.0 software (base version, service pack, patches, and hot fixes- if any) into a staging directory in each VC server(s) and VC clients. Do not install VC software from a network drive. Unzip all the files prior to cut-over day because we don't suggest running the setup.exe inside the zip file. Running setup.exe inside the zip file will cause the installer to fail. 4. Take a backup copy of the VeriCentre root folder. The VeriCentre default folder is found in c:\program Files\VeriCentre. Backup the VeriCentre database. Backup the VeriCentre registry as well by running the command below as-is in a Dos screen. The backup VeriCentre registry will be saved in vc2reg.txt file. regedit /e vc2reg.txt HKEY_LOCAL_MACHINE\SOFTWARE\VERIFONE\VERICENTRE

2 *Note: The backup VeriCentre folder and the registry will be useful if you have to roll back during your cut-over day. Roll back would require that you reinstall the old VC 2.x software and then restore the backup VeriCentre folder, the VC 2.x database, and the VeriCentre registry. 5. Ensure that the registry value fipsalogorithmpolicy is set to zero (0). This registry is found under the registry key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa. If this is set to 1, VC installer will fail to connect to the database during the upgrade. 6. Ensure that TCP port 8086 in VC primary/license server is reachable by all secondary servers and VC clients. This port is new in VC 3.0 and it is needed when installing VC 3.0 server or client. Test this port using telnet especially if there is a firewall between the primary server and the secondary server or VC clients. To test this port if it's reachable you'll need a software that will listen on port Since VeriCentre server is still in version 2.x and does not use this port, you may run this small stand-alone port listener utility in your current VeriCentre primary server to listen on port This tool can be downloaded from the link below. ftp://ftp.verifone.com/support/vericentre/tools/portlistener.zip NOTE: Please ensure that you don t have any other software running on your VeriCentre primary server that listens on TCP port 8086, since this is a reserved listener port for VeriCentre 3.0 on the VeriCentre 3.0 primary server machine and it is not configurable. The TCPView tool can be used to verify if this port is being used and if so, the name of executable that is using this port. The TCPView tool can be downloaded from the link given below: 7. Please refer to document link below for the list of TCP ports used by VC 3.0. Open the ports used by VC 3.0 in your firewall as necessary. ftp://ftp.verifone.com/support/vericentre/vc30docs/tcp_ports_used_by_vericentre_3.0_sp1.pd f 8. Run the following SQL statement against the VC database to ensure that all VC modem ports configured as TAPI will continue to work after the upgrade. update cm_dial set modemtype = null where USETAPI = 'YES' 9. If you are using Timed Import Service, open the Timed Import Configuration screen and you'll need to note down the configuration because after the VC 3.0 upgrade, the Timed Import Service will need to be reconfigured again. 10. On cut-over day, if you will be using remote desktop to connect to the VC server, ensure that you are connected at the console session (session id=0). Otherwise, some modules will not be installed. You can use Windows Task Manager->Users tab to see your session id under the ID column. The document link below shows you how to connect to the console session. ftp://ftp.verifone.com/support/vericentre/docs/how_to_connect_to_console_session.pdf

3 11. Keep a downloaded copy of Microsoft.NET Framework 3.5 SP1 handy, in case there is a need to install Microsoft.NET Framework 3.5 SP1 on any of the VeriCentre machines. Downloading Microsoft.NET Framework 3.5 SP1 from the Microsoft website can be a very time consuming process and we recommend that this download be done well ahead of the VeriCentre 3.0 installation/upgrade. 12. Ensure that Acrobat Reader is installed on the VeriCentre server machines, since this is needed to view the VeriCentre installation guides. 13. If you are using Web Console, please ensure that you have the latest version of Web Console 2.1 or 2.2 available for installing. Web Console version will not work with VeriCentre Use the query given below to get the number of VeriCentre users that are configured in your VeriCentre database: select count(*) from CORE_USER where upper(username) not in (upper('install'),upper('system')) If the output of the above query is greater than 500, then VeriCentre 3.0 Enterprise version will not allow you to add any new VeriCentre users, since VeriCentre 3.0 Enterprise version has a total user limit of 500. If you have more than 500 VeriCentre users, please review the existing user accounts in VeriCentre and delete any VeriCentre user accounts that are no longer being used. 15. Please ensure that there are no duplicate USES directives in any of your terminals in VeriCentre 2.x, since it will result in download failures once you upgrade to VeriCentre 3.0. Please use the information given in the link below to detect and remove any duplicate USES directives in any of your terminals in VeriCentre. ftp://ftp.verifone.com/support/vericentre/vc30docs/faq_recursion_in_uses_error_vc30.pdf Troubleshooting Tips during Installation/Upgrade of VeriCentre If you are installing VeriCentre 3.0 on a Windows Vista/ Windows 7 / Windows Server 2008 machine, then please follow the steps given in Appendix A of this document prior to installing VeriCentre Install or upgrade VeriCentre 3.0 in the following order: VeriCentre primary server, VeriCentre secondary servers and the VeriCentre clients. 3. While installing (not upgrading) VeriCentre 3.0 clients or VeriCentre 3.0 secondary servers, the VeriCentre 3.0 installer has to connect to TCP port 8086 on the VeriCentre primary server machine to get the licensing and database related information. If the VeriCentre installer is unable to connect to TCP port 8086 on the VeriCentre 3.0 primary server, it will not be able to proceed with the installation. To troubleshoot this issue, please verify the following: a) Verify that TCP port 8086 on the VeriCentre 3.0 primary server is accessible from the given VeriCentre client or secondary server machine using the TELNET command as given in the pre-installation section of this document. It is possible that firewall settings may be causing this issue. b) If the above test is successful, then verify that TCP port 8086 on the VeriCentre 3.0 primary server is being used by the executable named VCLicenseInformation.exe, which

4 is the VeriCentre 3.0 License and Information Manager service. The TCPView tool can be used for this purpose and it can be downloaded from the link given below: c) If the above test is also successful and if the VeriCentre installer is not able to connect to TCP port 8086 on the VeriCentre 3.0 primary server, then uninstall all the Microsoft.NET versions in the reverse order of the version numbers (3.5, 3.0, 2.x, 1.x) and directly install.net 3.0 that is packaged with the VeriCentre 3.0 software and then try the VeriCentre 3.0 installation again. 4. If Windows Vista/Windows 7/Windows Server 2008 OS is used, then at least SP2 for VeriCentre 3.0 and Patch 1 for SP2 should be installed before you can verify if the upgrade/installation is successful. Please ensure that you also install the latest VeriCentre updates that were released after Patch 1 for VeriCentre 3.0 SP2. Post Installation Tasks After VeriCentre has been upgraded to 3.0 and all the required service pack, patches, and hot fixes have been installed, please perform the following tasks: 1. After installing SP2 for VeriCentre 3.0, the VeriCentre Installation guide in the Docs folder under the VeriCentre installation folder (usually C:\Program Files\VeriCentre\Docs) got incorrectly replaced with a zero byte file with the same name. Please replace this zero byte file (27656_VeriCentre_3.0_Enterprise_Installation_Guide.pdf) with the correct file from the Docs folder in the VeriCentre 3.0 software image that you used for installing VeriCentre Please complete the post installation steps for IIS 5.x/6.x/7.x that is given on page 23 in the VeriCentre 3.0 Installation guide. This has to be done on the VeriCentre 3.0 primary and secondary servers. 3. When VC Server service is running and all downloads are working but Monitor Server is not running as seen in VC Server Manager UI. It's possible that the TCP port 8000 and/or 8001 is being used by another application. These 2 ports need to be available for VC monitor server, otherwise the Monitor Server module (VTMonitorServer.exe) will fail to start. You can test the port by stopping VeriCentre Environment Monitor service to ensure all VC modules are not running, and then run the telnet command below executed from the command prompt. Test both 8000 and telnet If there is no application listening on this port, you will see a blank DOS screen open and close immediately. This is the behavior you want. Otherwise, a blank DOS screen will open and stay open. If this happens, you may configure VeriCentre Monitor server to listen on a different port. Choose any port that is not being used by any application, use telnet to verify. Once a port is selected run the SQL statement below to find out which record to change: select * from core_server *Note: You may need the assistance of your DBA when making this change. *Important: You need to ensure that the servername found in the registry value Hostname are all in CAPS. The Hostname registry value is found under the registry key HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Services\Tcpip\Parameters. If the

5 servername is in mixed case or if they are all in lower case, VC monitor server will continue to use the default ports and therefore it will continue to fail to start. 5. After VC 3.0 installation (server or client) is completed, please check Windows AT jobs and ensure that you only have the required jobs running on each VC installation. To display the list of job, type AT in DOS screen. To delete a job, run the command below: at <jobid> /delete i.e. at 1 /delete Please refer to the list of jobs that should be running on each VC installation: (Delete VeriCentre jobs as necessary to reflect the required jobs listed below) a. VeriCentre Primary Server/License Server i. DA_SchedulerMaintananceUtil.exe ii. RemoveDRTempFolder.exe iii. purge.exe /schedule b. VeriCentre Secondary Server (if available) i. RemoveDRTempFolder.exe c. VeriCentre client i. (NO VERICENTRE JOBS SHOULD BE RUNNING HERE) 6. If you are using Timed Import service, install Timed Import service again by running the command below in a DOS screen. VCTimpSv.exe /service *Note: Execute the command above under the <VCHomeDir>\bin folder, and the reconfigure Timed Import by running <VCHomeDir>\bin\TimedImportConfig.exe. 7. If you are using Oracle database, run the post installation script downloadable from the link below that will fix Global Editor functions. ftp://ftp.verifone.com/support/vericentre/vc30docs/vc30postinstallscript_ora.txt 8. If you open Report Manager and you don't see any preinstalled reports in the right pane, it's most likely that you used remote desktop to connect to VC server and did not connect to the console session. To rebuild the reports in Report Manager, follow the procedure in the document link below: ftp://ftp.verifone.com/support/vericentre//faq/faq285_reportsmissing.pdf 9. If you have installed VC secondary server (not primary server), set the VeriCentre Download Automation Scheduler service to Manual. By default, this service is set to Automatic upon completion of VC 3.0 upgrade. This service should only run on 1 VC server, which is by default the primary server. Therefore, if this service is started in secondary VC server, it will fail and log an entry in Windows Event log which can cause some confusion to the user thinking that it s a critical issue.

6 10. If the VeriCentre Console crashes when it is launched for the first time, it is possible that the Microsoft.NET installation on this machine has become corrupted. In this case, please uninstall all the Microsoft.NET versions in the reverse order of the version numbers (like 3.5, 3.0, 2.x, 1.x) and then directly install Microsoft.NET 3.0 that is packaged with the VeriCentre 3.0 software and then try the VeriCentre installation/upgrade again.

7 Appendix A - Installing VeriCentre 3.0 and Web Console on Windows Vista/Windows Server 2008/Windows 7 Title: Installing VeriCentre 3.0 and Web Console on Windows Vista/Windows Server 2008/Windows 7 Question: We are planning to install VeriCentre 3.0 and Web Console on Windows 2008 or on Windows Vista / Answer: Windows 7. Do we need to do any additional steps in addition to the standard prerequisites for installing Web Console on Windows 2003 Server? Below are the additional steps that need to be done when installing VeriCentre 3.0 and Web Console on Windows 2008/Windows Vista/Windows 7: I. Install IIS 6.0 Compatibility components. To install the IIS 6.0 Management Compatibility Components by using the Windows Server 2008 Server Manager 1. Click Start, click Administrative Tools and then Server Manager. 2. In the left navigation pane, expand Roles, and then right-click Web Server (IIS) and select Add Role Services. 3. On the Select Role Services pane, scroll down to IIS 6 Management Compatibility. 4. Select the check boxes for IIS 6 Metabase Compatibility and IIS 6 Management Console. 5. Click Next from the Select Role Services pane, and then click Install at the Confirm Installations Selections pane. 6. Click Close to leave the Add Role Services wizard. To install the IIS 6.0 Management Compatibility Components by using the Windows Vista or Windows 7 Control Panel 1. Click Start, click Control Panel, click Programs and Features, and then click Turn Windows features on or off. 2. Open Internet Information Services. 3. Open Web Management Tools. 4. Open IIS 6.0 Management Compatibility. 5. Select the check boxes for IIS 6 Metabase and IIS 6 configuration compatibility and IIS 6 Management Console. 6. Click OK. II. Run the command below as-is: %SystemRoot%\system32\inetsrv\appcmd migrate config "Default Web Site/"

8 III. Disable User Account Control (UAC): UAC can be disabled by typing MSCONFIG from command prompt, click on Tools tab, select Change UAC Settings and click Launch button. Slide the bar all the way down to Never Notify in the UAC Settings screen and then click OK. On Windows Vista and Windows 2008 R1 versions, the Tools tab showed Disable UAC and does not have a slider bar.

Installation Instruction STATISTICA Enterprise Server

Installation Instruction STATISTICA Enterprise Server Installation Instruction STATISTICA Enterprise Server Notes: ❶ The installation of STATISTICA Enterprise Server entails two parts: a) a server installation, and b) workstation installations on each of

More information

Installation Instruction STATISTICA Enterprise Small Business

Installation Instruction STATISTICA Enterprise Small Business Installation Instruction STATISTICA Enterprise Small Business Notes: ❶ The installation of STATISTICA Enterprise Small Business entails two parts: a) a server installation, and b) workstation installations

More information

How do I EVOLVE to Best Practice Software?

How do I EVOLVE to Best Practice Software? How do I EVOLVE to Best Practice Software? This FAQ is intended to answer common questions about installing Best Practice Software on a new system when using the disc marked New installations. (Evolution

More information

STATISTICA VERSION 12 STATISTICA ENTERPRISE SMALL BUSINESS INSTALLATION INSTRUCTIONS

STATISTICA VERSION 12 STATISTICA ENTERPRISE SMALL BUSINESS INSTALLATION INSTRUCTIONS STATISTICA VERSION 12 STATISTICA ENTERPRISE SMALL BUSINESS INSTALLATION INSTRUCTIONS Notes 1. The installation of STATISTICA Enterprise Small Business entails two parts: a) a server installation, and b)

More information

Portions of this product were created using LEADTOOLS 1991-2009 LEAD Technologies, Inc. ALL RIGHTS RESERVED.

Portions of this product were created using LEADTOOLS 1991-2009 LEAD Technologies, Inc. ALL RIGHTS RESERVED. Installation Guide Lenel OnGuard 2009 Installation Guide, product version 6.3. This guide is item number DOC-110, revision 1.038, May 2009 Copyright 1992-2009 Lenel Systems International, Inc. Information

More information

ilaw Installation Procedure

ilaw Installation Procedure ilaw Installation Procedure This guide will provide a reference for a full installation of ilaw Case Management Software. Contents ilaw Overview How ilaw works Installing ilaw Server on a PC Installing

More information

Omgeo OASYS Workstation Installation Guide. Version 6.4 December 13, 2011

Omgeo OASYS Workstation Installation Guide. Version 6.4 December 13, 2011 Omgeo OASYS Workstation Installation Guide Version 6.4 December 13, 2011 Copyright 2011 Omgeo LLC. All rights reserved. This publication (including, without limitation, any text, image, logo, compilation,

More information

Deltek Costpoint 7.1.1. New Installation Guide for Microsoft SQL Server

Deltek Costpoint 7.1.1. New Installation Guide for Microsoft SQL Server Deltek Costpoint 7.1.1 New Installation Guide for Microsoft SQL Server March 28, 2016 While Deltek has attempted to verify that the information in this document is accurate and complete, some typographical

More information

Federated Identity Service Certificate Download Requirements

Federated Identity Service Certificate Download Requirements Federated Identity Service Certificate Download Requirements Version 3.2 Exostar, LLC February 14, 2013 Table of Contents Introduction... 1 Purpose... 1 FIS System Requirements... 2 Adding Exostar as a

More information

Portions of this product were created using LEADTOOLS 1991-2010 LEAD Technologies, Inc. ALL RIGHTS RESERVED.

Portions of this product were created using LEADTOOLS 1991-2010 LEAD Technologies, Inc. ALL RIGHTS RESERVED. Installation Guide Lenel OnGuard 2010 Installation Guide, product version 6.4. This guide is item number DOC-110, revision 1.045, May 2010 Copyright 1995-2010 Lenel Systems International, Inc. Information

More information

Table of Contents. CHAPTER 1 About This Guide... 9. CHAPTER 2 Introduction... 11. CHAPTER 3 Database Backup and Restoration... 15

Table of Contents. CHAPTER 1 About This Guide... 9. CHAPTER 2 Introduction... 11. CHAPTER 3 Database Backup and Restoration... 15 Table of Contents CHAPTER 1 About This Guide......................... 9 The Installation Guides....................................... 10 CHAPTER 2 Introduction............................ 11 Required

More information

StruxureWare Power Monitoring 7.0.1

StruxureWare Power Monitoring 7.0.1 StruxureWare Power Monitoring 7.0.1 Installation Guide 7EN02-0308-01 07/2012 Contents Safety information 5 Introduction 7 Summary of topics in this guide 7 Supported operating systems and SQL Server editions

More information

Upgrade Guide BES12. Version 12.1

Upgrade Guide BES12. Version 12.1 Upgrade Guide BES12 Version 12.1 Published: 2015-02-25 SWD-20150413111718083 Contents Supported upgrade environments...4 Upgrading from BES12 version 12.0 to BES12 version 12.1...5 Preupgrade tasks...5

More information

TECHNICAL SUPPORT GUIDE

TECHNICAL SUPPORT GUIDE TECHNICAL SUPPORT GUIDE INTRODUCTION This document has been developed to provide a guideline for assisting our clients and their technicians with a standard Console Gateway Live configuration. IS THIS

More information

STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER

STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER Notes: STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER 1. These instructions focus on installation on Windows Terminal Server (WTS), but are applicable

More information

Important Notes for WinConnect Server VS Software Installation:

Important Notes for WinConnect Server VS Software Installation: Important Notes for WinConnect Server VS Software Installation: 1. Only Windows Vista Business, Windows Vista Ultimate, Windows 7 Professional, Windows 7 Ultimate, Windows Server 2008 (32-bit & 64-bit),

More information

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream User Manual Onsight Management Suite Version 5.1 Another Innovation by Librestream Doc #: 400075-06 May 2012 Information in this document is subject to change without notice. Reproduction in any manner

More information

Bosch ReadykeyPRO Unlimited Installation Guide, product version 6.5. This guide is item number DOC-110-2-029, revision 2.029, May 2012.

Bosch ReadykeyPRO Unlimited Installation Guide, product version 6.5. This guide is item number DOC-110-2-029, revision 2.029, May 2012. Bosch ReadykeyPRO Unlimited Installation Guide, product version 6.5. This guide is item number DOC-110-2-029, revision 2.029, May 2012. Copyright 1995-2012 Lenel Systems International, Inc. Information

More information

WhatsUp Gold v16.2 Database Migration and Management Guide

WhatsUp Gold v16.2 Database Migration and Management Guide WhatsUp Gold v16.2 Database Migration and Management Guide Contents CHAPTER 1 How to use this guide CHAPTER 2 Migrating the WhatsUp Gold Microsoft SQL Server 2008 R2 Express Edition database to Microsoft

More information

Idera SQL Diagnostic Manager Management Pack Guide for System Center Operations Manager. Install Guide. Idera Inc., Published: April 2013

Idera SQL Diagnostic Manager Management Pack Guide for System Center Operations Manager. Install Guide. Idera Inc., Published: April 2013 Idera SQL Diagnostic Manager Management Pack Guide for System Center Operations Manager Install Guide Idera Inc., Published: April 2013 Contents Introduction to the Idera SQL Diagnostic Manager Management

More information

3M Command Center. Installation and Upgrade Guide

3M Command Center. Installation and Upgrade Guide 3M Command Center Installation and Upgrade Guide Copyright 3M, 2015. All rights reserved., 78-8129-3760-1d 3M is a trademark of 3M. Microsoft, Windows, Windows Server, Windows Vista and SQL Server are

More information

Opera 3 Installation & Upgrade Guide

Opera 3 Installation & Upgrade Guide Opera 3 Installation & Upgrade Guide Opera 3 Copyright Pegasus Software Limited, 2014 Manual published by: Pegasus Software Limited Orion House Orion Way Kettering Northamptonshire NN15 6PE www.pegasus.co.uk

More information

ACTIVE DIRECTORY DEPLOYMENT

ACTIVE DIRECTORY DEPLOYMENT ACTIVE DIRECTORY DEPLOYMENT CASAS Technical Support 800.255.1036 2009 Comprehensive Adult Student Assessment Systems. All rights reserved. Version 031809 CONTENTS 1. INTRODUCTION... 1 1.1 LAN PREREQUISITES...

More information

Core Protection for Virtual Machines 1

Core Protection for Virtual Machines 1 Core Protection for Virtual Machines 1 Comprehensive Threat Protection for Virtual Environments. Installation Guide e Endpoint Security Trend Micro Incorporated reserves the right to make changes to this

More information

WhatsUp Gold v16.1 Database Migration and Management Guide Learn how to migrate a WhatsUp Gold database from Microsoft SQL Server 2008 R2 Express

WhatsUp Gold v16.1 Database Migration and Management Guide Learn how to migrate a WhatsUp Gold database from Microsoft SQL Server 2008 R2 Express WhatsUp Gold v16.1 Database Migration and Management Guide Learn how to migrate a WhatsUp Gold database from Microsoft SQL Server 2008 R2 Express Edition to Microsoft SQL Server 2005, 2008, or 2008 R2

More information

4cast Client Specification and Installation

4cast Client Specification and Installation 4cast Client Specification and Installation Version 2015.00 10 November 2014 Innovative Solutions for Education Management www.drakelane.co.uk System requirements The client requires Administrative rights

More information

TMS Database Knowledge Tips

TMS Database Knowledge Tips TMS Database Knowledge Tips Tips for the TMS SQL Database June 2008 D14216 Rev 1.0 TABLE OF CONTENTS TABLE OF CONTENTS... 2 DOCUMENT REVISION HISTORY... 4 INTRODUCTION... 5 Tip Format... 5 1 TIPS CATEGORY

More information

Sharp Remote Device Manager (SRDM) Server Software Setup Guide

Sharp Remote Device Manager (SRDM) Server Software Setup Guide Sharp Remote Device Manager (SRDM) Server Software Setup Guide This Guide explains how to install the software which is required in order to use Sharp Remote Device Manager (SRDM). SRDM is a web-based

More information

Archive Attender Version 3.5

Archive Attender Version 3.5 Archive Attender Version 3.5 Getting Started Guide Sherpa Software (800) 255-5155 www.sherpasoftware.com Page 1 Under the copyright laws, neither the documentation nor the software can be copied, photocopied,

More information

How To Upgrade A Websense Log Server On A Windows 7.6 On A Powerbook (Windows) On A Thumbdrive Or Ipad (Windows 7.5) On An Ubuntu 7.3.2 (Windows 8) Or Windows

How To Upgrade A Websense Log Server On A Windows 7.6 On A Powerbook (Windows) On A Thumbdrive Or Ipad (Windows 7.5) On An Ubuntu 7.3.2 (Windows 8) Or Windows Websense v7.6 Install or Upgrade Checklist Greetings from Websense Technical Support. Most Websense upgrades complete successfully, and from my years of troubleshooting, I have learned a number of steps

More information

Moving the Web Security Log Database

Moving the Web Security Log Database Moving the Web Security Log Database Topic 50530 Web Security Solutions Version 7.7.x, 7.8.x Updated 22-Oct-2013 Version 7.8 introduces support for the Web Security Log Database on Microsoft SQL Server

More information

Migrating MSDE to Microsoft SQL 2008 R2 Express

Migrating MSDE to Microsoft SQL 2008 R2 Express How To Updated: 11/11/2011 2011 Shelby Systems, Inc. All Rights Reserved Other brand and product names are trademarks or registered trademarks of the respective holders. If you are still on MSDE 2000,

More information

Centricity Electronic Medical Record v9.5

Centricity Electronic Medical Record v9.5 GE Healthcare Centricity Electronic Medical Record v9.5 Service Pack 3 Release Notes Contents What's new in EMR 9.5.3?...1 Important Product Notifications...2 Known issues...3 Pre-installation activities...3

More information

WhatsUp Gold v16.1 Installation and Configuration Guide

WhatsUp Gold v16.1 Installation and Configuration Guide WhatsUp Gold v16.1 Installation and Configuration Guide Contents Installing and Configuring Ipswitch WhatsUp Gold v16.1 using WhatsUp Setup Installing WhatsUp Gold using WhatsUp Setup... 1 Security guidelines

More information

PROJECTIONS SUITE. Database Setup Utility (and Prerequisites) Installation and General Instructions. v0.9 draft prepared by David Weinstein

PROJECTIONS SUITE. Database Setup Utility (and Prerequisites) Installation and General Instructions. v0.9 draft prepared by David Weinstein PROJECTIONS SUITE Database Setup Utility (and Prerequisites) Installation and General Instructions v0.9 draft prepared by David Weinstein Introduction These are the instructions for installing, updating,

More information

How To Install Amyshelf On Windows 2000 Or Later

How To Install Amyshelf On Windows 2000 Or Later Contents I Table of Contents Part I Document Overview 2 Part II Document Details 3 Part III Setup 4 1 Download & Installation... 4 2 Configure MySQL... Server 6 Windows XP... Firewall Settings 13 3 Additional

More information

Administration guide. Host software WinCCU Installation. Complete gas volume and energy data management

Administration guide. Host software WinCCU Installation. Complete gas volume and energy data management Administration guide Host software WinCCU Installation Complete gas volume and energy data management Contents 1 Introduction... 1 Safety first... 1 Warning... 1 Typographic conventions... 1 Product versioning...

More information

Distributing EmailSMS v2.0

Distributing EmailSMS v2.0 Distributing EmailSMS v2.0 1) Requirements Windows 2000/XP and Outlook 2000, 2002 or 2003, Microsoft.NET Framework v 2).NET Framework V 1 Rollout Microsoft.NET Framework v1 needed to run EmailSMS v2.0.

More information

WhatsUp Gold v16.0 Database Migration and Management Guide Learn how to migrate a WhatsUp Gold database from Microsoft SQL Server 2005 Express

WhatsUp Gold v16.0 Database Migration and Management Guide Learn how to migrate a WhatsUp Gold database from Microsoft SQL Server 2005 Express WhatsUp Gold v16.0 Database Migration and Management Guide Learn how to migrate a WhatsUp Gold database from Microsoft SQL Server 2005 Express Edition or SQL Server 2008 Express R2 to Microsoft SQL Server

More information

MaxSea TZ: Microsoft SQL Server problems End User

MaxSea TZ: Microsoft SQL Server problems End User MaxSea TZ: Microsoft SQL Server problems End User This TechNote applies to MaxSea TimeZero Navigator and Explorer v1.9.5 and above Description: TimeZero uses Microsoft SQL server to manage routes, marks,

More information

Installation Instructions Release Version 15.0 January 30 th, 2011

Installation Instructions Release Version 15.0 January 30 th, 2011 Release Version 15.0 January 30 th, 2011 ARGUS Software: ARGUS Valuation - DCF The contents of this document are considered proprietary by ARGUS Software, the information enclosed and any portion thereof

More information

Manuals for This Product

Manuals for This Product Installation Guide Manuals for This Product Manuals for this product have the following structure. Read the manual according to your purpose for using this product. Disc Guides with this symbol are PDF

More information

Sage Intelligence Financial Reporting for Sage ERP X3 Version 6.5 Installation Guide

Sage Intelligence Financial Reporting for Sage ERP X3 Version 6.5 Installation Guide Sage Intelligence Financial Reporting for Sage ERP X3 Version 6.5 Installation Guide Table of Contents TABLE OF CONTENTS... 3 1.0 INTRODUCTION... 1 1.1 HOW TO USE THIS GUIDE... 1 1.2 TOPIC SUMMARY...

More information

Issue Tracking Anywhere Installation Guide

Issue Tracking Anywhere Installation Guide TM Issue Tracking Anywhere Installation Guide The leading developer of version control and issue tracking software Table of Contents Introduction...3 Installation Guide...3 Installation Prerequisites...3

More information

WhatsUp Gold v16.3 Installation and Configuration Guide

WhatsUp Gold v16.3 Installation and Configuration Guide WhatsUp Gold v16.3 Installation and Configuration Guide Contents Installing and Configuring WhatsUp Gold using WhatsUp Setup Installation Overview... 1 Overview... 1 Security considerations... 2 Standard

More information

INSTALL AND CONFIGURATION GUIDE. Atlas 5.1 for Microsoft Dynamics AX

INSTALL AND CONFIGURATION GUIDE. Atlas 5.1 for Microsoft Dynamics AX INSTALL AND CONFIGURATION GUIDE Atlas 5.1 for Microsoft Dynamics AX COPYRIGHT NOTICE Copyright 2012, Globe Software Pty Ltd, All rights reserved. Trademarks Dynamics AX, IntelliMorph, and X++ have been

More information

Secret Server Installation Windows 8 / 8.1 and Windows Server 2012 / R2

Secret Server Installation Windows 8 / 8.1 and Windows Server 2012 / R2 Secret Server Installation Windows 8 / 8.1 and Windows Server 2012 / R2 Table of Contents Table of Contents... 1 I. Introduction... 3 A. ASP.NET Website... 3 B. SQL Server Database... 3 C. Administrative

More information

Migrating TimeForce To A New Server

Migrating TimeForce To A New Server Rev. 4/28/14 Migrating TimeForce To A New Server Table of Contents 1. Installation Prerequisites... 2 Required... 2 Recommended... 3 2. Update to a Migration Compatible Version... 3 Determine the Database

More information

Moving the TRITON Reporting Databases

Moving the TRITON Reporting Databases Moving the TRITON Reporting Databases Topic 50530 Web, Data, and Email Security Versions 7.7.x, 7.8.x Updated 06-Nov-2013 If you need to move your Microsoft SQL Server database to a new location (directory,

More information

Database Migration and Management Guide v15.0

Database Migration and Management Guide v15.0 Database Migration and Management Guide v15.0 Learn how to migrate a WhatsUp Gold database from Microsoft SQL Server 2005 Express Edition to Microsoft SQL Server 2005 or 2008 Enterprise, Standard, or Workgroup

More information

Mobility Services Platform 3.1.1 Software Installation Guide

Mobility Services Platform 3.1.1 Software Installation Guide Mobility Services Platform 3.1.1 Software Installation Guide Mobility Services Platform 3.1.1 Software Installation Guide 72E-100159-04 Revision D January 2008 2007 by Motorola, Inc. All rights reserved.

More information

Upgrading a computer to Windows 10 with PetLinx

Upgrading a computer to Windows 10 with PetLinx 25 August, 2015 Upgrading a computer to Windows 10 with PetLinx Microsoft have recently released Windows 10 and offered it as a free upgrade for user of Windows 7 and 8/8.1. In most cases, computers with

More information

How To Upgrade Your Microsoft SQL Server for Accounting CS Version 2012.1

How To Upgrade Your Microsoft SQL Server for Accounting CS Version 2012.1 How To Upgrade Your Microsoft SQL Server for Version 2012.1 The first step is to gather important information about your existing configuration. Identify The Database Server and SQL Server Version The

More information

FactoryTalk Gateway Getting Results Guide

FactoryTalk Gateway Getting Results Guide Performance and Visibility FactoryTalk Gateway Getting Results Guide Getting Results Guide Table of contents Chapter 1 Introduction Intended audience... 7 Where to find additional information... 7 Help...

More information

Installation Guide: Delta Module Manager Launcher

Installation Guide: Delta Module Manager Launcher Installation Guide: Delta Module Manager Launcher Overview... 2 Delta Module Manager Launcher... 2 Pre-Installation Considerations... 3 Hardware Requirements... 3 Software Requirements... 3 Virtualisation...

More information

NeuralStar Installation Guide

NeuralStar Installation Guide NeuralStar Installation Guide Version 9.8 Release 2 October 2011 1st Edition Preface Software License Agreement Software is defined as the Kratos Technology & Training Solutions, Inc. computer programs

More information

DataCove. Installation Instructions for Search Plug-in for Microsoft Outlook 2007 & 2010 (All Users)

DataCove. Installation Instructions for Search Plug-in for Microsoft Outlook 2007 & 2010 (All Users) Installation Instructions for Search Plug-in for Microsoft Outlook 2007 & 2010 (All Users) System Requirements: Windows XP, Vista or 7 Outlook 2007 or 2010 32 bit Editions 1GB of RAM Microsoft.NET Framework

More information

STATISTICA VERSION 10 STATISTICA ENTERPRISE SERVER INSTALLATION INSTRUCTIONS

STATISTICA VERSION 10 STATISTICA ENTERPRISE SERVER INSTALLATION INSTRUCTIONS Notes: STATISTICA VERSION 10 STATISTICA ENTERPRISE SERVER INSTALLATION INSTRUCTIONS 1. The installation of the STATISTICA Enterprise Server entails two parts: a) a server installation, and b) workstation

More information

Sophos Enterprise Console server to server migration guide. Product version: 5.1 Document date: June 2012

Sophos Enterprise Console server to server migration guide. Product version: 5.1 Document date: June 2012 Sophos Enterprise Console server to server migration guide Product : 5.1 Document date: June 2012 Contents 1 About this guide...3 2 Terminology...4 3 Assumptions...5 4 Prerequisite...6 5 What are the key

More information

6 Oracle Business Activity Monitoring

6 Oracle Business Activity Monitoring 6 Oracle Business Activity Monitoring This chapter describes issues associated with Oracle Business Activity Monitoring (BAM). It includes the following topics: Section 6.1, "Supported Platforms" Section

More information

Upgrading from MSDE to SQL Server 2005 Express Edition with Advanced Services SP2

Upgrading from MSDE to SQL Server 2005 Express Edition with Advanced Services SP2 Upgrading from MSDE to SQL Server 2005 Express Edition with Advanced Services SP2 Installation and Configuration Introduction This document will walk you step by step in removing MSDE and the setup and

More information

1. System Requirements

1. System Requirements BounceBack Ultimate 14.2 User Guide This guide presents you with information on how to use BounceBack Ultimate 14.2. Contents 1. System Requirements 2. BounceBack Pre-Installation 3. How To Install The

More information

Mail Attender Version

Mail Attender Version Mail Attender Version Getting Started Guide Sherpa Software (800) 255-5155 www.sherpasoftware.com Page 1 Under the copyright laws, neither the documentation nor the software can be copied, photocopied,

More information

NovaBACKUP xsp Version 15.0 Upgrade Guide

NovaBACKUP xsp Version 15.0 Upgrade Guide NovaBACKUP xsp Version 15.0 Upgrade Guide NovaStor / November 2013 2013 NovaStor, all rights reserved. All trademarks are the property of their respective owners. Features and specifications are subject

More information

Error: "Object reference not set to an instance of an object" When Opening Any Database

Error: Object reference not set to an instance of an object When Opening Any Database Answer ID: 13609 Date Created: 07/03/2005 12:08 AM Last Updated: 10/07/2005 02:22 PM Access Level: ACT!-Basic Error: "Object reference not set to an instance of an object" When Opening Any Database Question

More information

GE Healthcare Life Sciences UNICORN 5.31. Administration and Technical Manual

GE Healthcare Life Sciences UNICORN 5.31. Administration and Technical Manual GE Healthcare Life Sciences UNICORN 5.31 Administration and Technical Manual Table of Contents Table of Contents 1 Network setup... 1.1 Network terms and concepts... 1.2 Network environment... 1.3 UNICORN

More information

LT Auditor+ 2013. Windows Assessment SP1 Installation & Configuration Guide

LT Auditor+ 2013. Windows Assessment SP1 Installation & Configuration Guide LT Auditor+ 2013 Windows Assessment SP1 Installation & Configuration Guide Table of Contents CHAPTER 1- OVERVIEW... 3 CHAPTER 2 - INSTALL LT AUDITOR+ WINDOWS ASSESSMENT SP1 COMPONENTS... 4 System Requirements...

More information

Dovico Timesheet v12 INSTALLATION GUIDE

Dovico Timesheet v12 INSTALLATION GUIDE v12 TABLE OF CONTENTS System Requirements... 1 NEW INSTALLATION... 2 UPGRADE from a previous version of Dovico Timesheet 5 System Requirements Deployment Options Either installed on your server or use

More information

SplendidCRM Deployment Guide

SplendidCRM Deployment Guide SplendidCRM Deployment Guide Version 5.x Last Updated: December 14, 2010 Category: Deployment This guide is for informational purposes only. SPLENDIDCRM SOFTWARE MAKES NO WARRANTIES, EXPRESS OR IMPLIED,

More information

BCA Software Installation and Troubleshooting Guide

BCA Software Installation and Troubleshooting Guide BCA Software Installation and Troubleshooting Guide This document contains four components: Prerequisites provides the list of prerequisites and system requirements to successfully install and run the

More information

Installation Guide for Pulse on Windows Server 2008R2

Installation Guide for Pulse on Windows Server 2008R2 MadCap Software Installation Guide for Pulse on Windows Server 2008R2 Pulse Copyright 2014 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software

More information

4.0 SP1 (4.0.1.0) November 2014 702P03296. Xerox FreeFlow Core Installation Guide: Windows Server 2008 R2

4.0 SP1 (4.0.1.0) November 2014 702P03296. Xerox FreeFlow Core Installation Guide: Windows Server 2008 R2 4.0 SP1 (4.0.1.0) November 2014 702P03296 Installation Guide: Windows Server 2008 R2 2014 Xerox Corporation. All rights reserved. Xerox, Xerox and Design, FreeFlow, and VIPP are trademarks of Xerox Corporation

More information

MAS 90. Installation and System Administrator's Guide 4WIN1010-02/04

MAS 90. Installation and System Administrator's Guide 4WIN1010-02/04 MAS 90 Installation and System Administrator's Guide 4WIN1010-02/04 Copyright 1998-2004 Best Software, Inc. All rights reserved. Rev 02 Contents Chapter 1 Introduction 1 How to Use This Manual 1 Graphic

More information

VERITAS Backup Exec TM 10.0 for Windows Servers

VERITAS Backup Exec TM 10.0 for Windows Servers VERITAS Backup Exec TM 10.0 for Windows Servers Quick Installation Guide N134418 July 2004 Disclaimer The information contained in this publication is subject to change without notice. VERITAS Software

More information

Spector 360 Deployment Guide. Version 7

Spector 360 Deployment Guide. Version 7 Spector 360 Deployment Guide Version 7 December 11, 2009 Table of Contents Deployment Guide...1 Spector 360 DeploymentGuide... 1 Installing Spector 360... 3 Installing Spector 360 Servers (Details)...

More information

Dell Statistica 13.0. Statistica Enterprise Installation Instructions

Dell Statistica 13.0. Statistica Enterprise Installation Instructions Dell Statistica 13.0 2015 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished under a software license or

More information

Installation Troubleshooting Guide

Installation Troubleshooting Guide Installation Troubleshooting Guide Firebird Database Connection Errors DBA Next Generation uses the Firebird Database server for connections to the database. If you have a connection error when launching

More information

Pro-Watch Software Suite Installation Guide. 2013 Honeywell Release 4.1

Pro-Watch Software Suite Installation Guide. 2013 Honeywell Release 4.1 Pro-Watch Software Suite Release 4.1 Installation Guide Document 7-901073V2 Pro-Watch Software Suite Installation Guide 2013 Honeywell Release 4.1 Copyright 2013 Honeywell. All rights reserved. Pro-Watch

More information

WhatsUp Gold v16.2 Installation and Configuration Guide

WhatsUp Gold v16.2 Installation and Configuration Guide WhatsUp Gold v16.2 Installation and Configuration Guide Contents Installing and Configuring Ipswitch WhatsUp Gold v16.2 using WhatsUp Setup Installing WhatsUp Gold using WhatsUp Setup... 1 Security guidelines

More information

BUILDER 3.0 Installation Guide with Microsoft SQL Server 2005 Express Edition January 2008

BUILDER 3.0 Installation Guide with Microsoft SQL Server 2005 Express Edition January 2008 BUILDER 3.0 Installation Guide with Microsoft SQL Server 2005 Express Edition January 2008 BUILDER 3.0 1 Table of Contents Chapter 1: Installation Overview... 3 Introduction... 3 Minimum Requirements...

More information

enicq 5 System Administrator s Guide

enicq 5 System Administrator s Guide Vermont Oxford Network enicq 5 Documentation enicq 5 System Administrator s Guide Release 2.0 Published November 2014 2014 Vermont Oxford Network. All Rights Reserved. enicq 5 System Administrator s Guide

More information

Release Notes for Websense Email Security v7.2

Release Notes for Websense Email Security v7.2 Release Notes for Websense Email Security v7.2 Websense Email Security version 7.2 is a feature release that includes support for Windows Server 2008 as well as support for Microsoft SQL Server 2008. Version

More information

CONFIGURING MICROSOFT SQL SERVER REPORTING SERVICES

CONFIGURING MICROSOFT SQL SERVER REPORTING SERVICES CONFIGURING MICROSOFT SQL SERVER REPORTING SERVICES TECHNICAL ARTICLE November/2011. Legal Notice The information in this publication is furnished for information use only, and does not constitute a commitment

More information

XF Extracellular Flux Analyzer. Installation and Troubleshooting Guide

XF Extracellular Flux Analyzer. Installation and Troubleshooting Guide Installation and Troubleshooting Guide February 24, 2014 2 TABLE OF CONTENTS XF Client System and File Requirements 4 Frequently Asked Questions. 4 Installation.. 5 Installing XF Software.. 5 Resolving

More information

How To Install Database Oasis On A Computer Or Computer (For Free)

How To Install Database Oasis On A Computer Or Computer (For Free) INSTALLATION INSTRUCTIONS Table of Contents Installation Instructions 1 Table of Contents 1 System Requirements 2 Installation 3 Selecting where to Install the Professional Server 3 Installing Prerequisites

More information

Topaz Installation Sheet

Topaz Installation Sheet Topaz Installation Sheet P/N 460924001E ISS 08FEB12 Content Introduction... 3 Recommended minimum requirements... 3 Setup for Internet Explorer:... 4 Topaz installation... 10 Technical support... 14 Copyright

More information

Troubleshooting Failover in Cisco Unity 8.x

Troubleshooting Failover in Cisco Unity 8.x CHAPTER 16 Troubleshooting Failover in Cisco Unity 8.x This chapter describes methods for troubleshooting Cisco Unity failover. See the following sections: Failover Configuration Wizard Does Not Finish

More information

Archive Server for MDaemon disaster recovery & database migration

Archive Server for MDaemon disaster recovery & database migration Archive Server for MDaemon Archive Server for MDaemon disaster recovery & database migration Abstract... 2 Scenarios... 3 1 - Reinstalling ASM after a crash... 3 Version 2.2.0 or later...3 Versions earlier

More information

Installation / Migration Guide for Windows 2000/2003 Servers

Installation / Migration Guide for Windows 2000/2003 Servers PSQL v9 SP1 (9.1) & Installation / Migration Guide for Windows 2000/2003 Servers Ebix, Inc. Corporate Headquarters Concourse Parkway, Suite 3200 Atlanta, GA 30328 USA Phone: 678-281-2020 Fax: 678-281-2019

More information

Installing and Configuring WhatsUp Gold

Installing and Configuring WhatsUp Gold Installing and Configuring WhatsUp Gold This guide provides information about installing and configuring WhatsUp Gold v14.2, including instructions on how to run the WhatsUp web interface through an Internet

More information

Abila MIP. Installation User's Guide

Abila MIP. Installation User's Guide This is a publication of Abila, Inc. Version 2014.x Copyright 2013 Abila, Inc. All rights reserved. Abila, the Abila logos, and the Abila product and service names mentioned herein are registered trademarks

More information

Remote Management System

Remote Management System RMS Copyright and Distribution Notice November 2009 Copyright 2009 ARTROMICK International, Inc. ALL RIGHTS RESERVED. Published 2009. Printed in the United States of America WARNING: ANY UNAUTHORIZED

More information

GeneMapper Software v.4.1 Uninstall Procedure

GeneMapper Software v.4.1 Uninstall Procedure GeneMapper Software v.4.1 Uninstall Procedure Manual uninstall procedure for Full Install configurations on a stand-alone computer Note: This protocol is intended for cases where GeneMapper Software v.4.1

More information

Backup and Restore the HPOM for Windows 8.16 Management Server

Backup and Restore the HPOM for Windows 8.16 Management Server Backup and Restore the HPOM for Windows 8.16 Management Server White Paper version 2.0 Backup and Restore the HPOM for Windows 8.16 Management Server... 1 Change record... 2 Conceptual Overview... 3 Understanding

More information

Welcome to the QuickStart Guide

Welcome to the QuickStart Guide QuickStart Guide Welcome to the QuickStart Guide This QuickStart Guide provides the information you need to install and start using Express Software Manager. For more comprehensive help on using Express

More information

StrikeRisk v6.0 IEC/EN 62305-2 Risk Management Software Getting Started

StrikeRisk v6.0 IEC/EN 62305-2 Risk Management Software Getting Started StrikeRisk v6.0 IEC/EN 62305-2 Risk Management Software Getting Started Contents StrikeRisk v6.0 Introduction 1/1 1 Installing StrikeRisk System requirements Installing StrikeRisk Installation troubleshooting

More information

Sophos Enterprise Console server to server migration guide. Product version: 5.2

Sophos Enterprise Console server to server migration guide. Product version: 5.2 Sophos Enterprise Console server to server migration guide Product : 5.2 Document date: December 2014 Contents 1 About this guide...3 2 Terminology...4 3 Assumptions...5 4 Prerequisite...6 5 What are the

More information

Juris Installation / Upgrade Guide

Juris Installation / Upgrade Guide Juris Installation / Upgrade Guide Version 2.7 2015 LexisNexis. All rights reserved. Copyright and Trademark LexisNexis, Lexis, and the Knowledge Burst logo are registered trademarks of Reed Elsevier Properties

More information

NSi Mobile Installation Guide. Version 6.2

NSi Mobile Installation Guide. Version 6.2 NSi Mobile Installation Guide Version 6.2 Revision History Version Date 1.0 October 2, 2012 2.0 September 18, 2013 2 CONTENTS TABLE OF CONTENTS PREFACE... 5 Purpose of this Document... 5 Version Compatibility...

More information

Access It! Universal Web Client Integration

Access It! Universal Web Client Integration Page 1 of 6 Last Updated: Friday, November 16, 2012 Access It! Universal Web Client Integration Overview This document outlines the steps needed to setup the Access It! Universal Web Client. The following

More information