TECHNICAL TRAINING LAB INSTRUCTIONS

Size: px
Start display at page:

Download "TECHNICAL TRAINING LAB INSTRUCTIONS"

Transcription

1 In Lab 2-1 you will review the Kofax TotalAgility 7 software prerequisites. Although complete instructions for installing the prerequisites, including the necessary user accounts follows the review, it will not be necessary to perform the prerequisite installations for this course as they have already been performed. After completing steps 1 through 33 in Lab 02-1, proceed to the installation of Kofax TotalAgility 7 in Lab 2-2 which also includes installation of Kofax Transformation Server and Kofax Transformation Designer. At the end of Lab 2-2 there will be a cursory check of both Kofax TotalAgility Designer and Kofax Transformation Designer to prove basic functionality for upcoming exercises. Lab 02-1 Installing Kofax TotalAgility 7 Prerequisites for Kofax TotalAgility 7 (For Information Only) 1. Confirm that the required software is installed. 2. Click on Start/Control Panel/Programs and Features. 3. Find Microsoft.NET Framework 4.5.1, Microsoft Silverlight 5.1, Microsoft SQL Server in the list of installed products. 4. Exit the Programs and Features dialog box. 5. Confirm that users were specified or created for use during install and as service accounts. 6. Click on Start/Control Panel/Administrative Tools/Computer Management. 7. Select Local Users and Groups. Note: Two Windows users (Administrator and KTAService or equivalent) are generally required to install Kofax TotalAgility 7 and its prerequisites. A third user may be optionally created if SQL Server Authentication is to be used. a. Administrator or a member of the Administrators group (to perform installation). In this example the Trainee windows account is a member of the Administrators group, and will perform the installation. Lab02 - Install Kofax TotalAgility 7.docx Last Revision: 08/12/2014 1

2 b. KTAService (or equivalent) Service account, a domain user (in this example a local account), and is the account used to run the TotalAgility Core Worker and Transformation Designer services (must been configured to have Log on as a Service) and have permissions on the filing system. This account also needs to be a local administrator of the server. Note: that for training purposes we will use the Trainee account to install the software. Note: that the installer of the software will become the owner of the TotalAgility databases. You would therefore need to grant the KTAService account access to the TotalAgility databases after an installation, if you are installing using a different account. The minimum privileges for the KTAService account on the TotalAgility databases would be Read/Write/Execute. You could create an executor role in each TotalAgility database specifically for this. You could then assign the read/write/executor role to the KTAService login (User Mapping). 8. Select the Users folder. Create a user for the Service Account: User name: KTAService Full name: DV-TRAIN-WLX64\KTAService Password: W0rkstation (capital W then a zero) De-select User must change password at next logon Select Password never expires 9. Open Local Security Policy by typing secpol.msc in a Command Prompt or selecting Start\Control Panel\Administrative Tools\Local Security Policy: Lab02 - Install Kofax TotalAgility 7.docx Last Revision: 08/12/2014 2

3 10. Expand Local Policies, select User Rights Assignment, and double click Log on as a Service in the right-hand panel. 11. Add the KTAService so that they have Log on as a service rights. Click Apply. Click OK. Lab02 - Install Kofax TotalAgility 7.docx Last Revision: 08/12/2014 3

4 Install with Wizard Database Creation (used in this course) You can either create the databases manually or let the installation wizard create the Kofax TotalAgility databases. In this part you will connect to SQL Server, and add the KTAService account as a Login to SQL Server. You will also set the appropriate permissions for the Installer and Service accounts. The installer account creates the databases during the wizard. Add the Service Account as a Local Administrator The service account requires access to the filing system of the server during the installation. 12. Click on Start/Control Panel/Administrative Tools/Computer Management. 13. Select Local Users and Groups. 14. Double click the Administrators group. 15. Click Add. 16. Enter KTAService and click Check Names. 17. Click OK. 18. Click OK. Add the Service Account as an SQL Login and Set Service Account SQL Permissions 19. Open Start/All Programs/Microsoft SQL Server 2008 R2 20. Select SQL Server Management Studio. 21. Click on Connect. 22. Expand the Security folder, and expand the Logins folder. 23. Right-click over the Logins folder and select New Login Locate the KTAService account using the Search button. Lab02 - Install Kofax TotalAgility 7.docx Last Revision: 08/12/2014 4

5 25. Select Windows Authentication. 26. Click Server Roles. 27. Select sysadmin role (this is only required during installation as the wizard checks for dbcreator privilege although it doesn t need it). The wizard needs to connect to databases as the service account during licensing set-up. Add the Installer Account as an SQL Login and Set Installer SQL Permissions 28. The Trainee account is the installer account. This account has already been added as a SQL login in the training environment. 29. Expand the Security folder in SQL Management Studio. 30. Double click on the Trainee account. 31. Select Server Roles and check the dbcreator server role. Note: (i) Enables the Wizard to create databases. (ii) Enables Wizard to initialize databases (as the creator is the default owner and therefore has the associated owner privileges). 32. Click on File/Exit to exit SQL Server Management Studio. 33. Skip to the section Installing Pre-requisites. Note: Instructions on how to install the databases manually are covered for your reference in the next section. We will not cover this practically in the training class. Install with Manual Database Creation (not covered) Manually Creating the Databases (not covered in this training course) 34. Right-click on Databases and click New Database. Create the following databases: TotalAgility TotalAgility_Documents Lab02 - Install Kofax TotalAgility 7.docx Last Revision: 08/12/2014 5

6 TotalAgility_Reporting TotalAgility _Reporting_Staging TotalAgility_Simulator TotalAgility_Archive Note: (i) You can choose to create additional databases for TotalAgility_Audit. This is recommended by Kofax in a production installation. (ii)the Trainee account is the database owner. Add the Service Account as a Local Administrator The service account requires access to the filing system of the server during the installation. 35. Click on Start/Control Panel/Administrative Tools/Computer Management. 36. Select Local Users and Groups. 37. Double click the Administrators group. 38. Click Add. 39. Enter KTAService and click Check Names. 40. Click OK and OK again. Add the Service Account as an SQL Login and Set Service Account SQL Permissions 41. Open Start/All Programs/Microsoft SQL Server 2008 R2 42. Select SQL Server Management Studio. 43. Click on Connect. 44. Expand the Security folder, and expand the Logins folder. 45. Right-click over the Logins folder and select New Login... Lab02 - Install Kofax TotalAgility 7.docx Last Revision: 08/12/2014 6

7 46. Locate the KTAService account using the Search button. 47. Select Windows Authentication. 48. Select Server Roles and check the dbcreator server role. Note: This is only required during installation as the wizard checks for this privilege even though it doesn t actually use it. 49. Click on User Mapping. 50. In practice the KTAService account will need the db_owner database role. The KTAService account will require access to the TotalAgility databases now that they are installed. The db_owner database role would be required as a minimum for the service account during installation (to create tables). In this scenario the KTA databases would need to be created prior to installation to allow the db_owner role to be assigned prior to installation. After installation the DBA can remove the dbcreator server role and db_owner database role and give the minimum privileges for the service account: read/write/execute. 51. To summarise, the service account requires dbcreator server role and db_owner database role during the installation wizard. If these roles cannot be granted, you can manually create the database and run the SQL installation database scripts to create the tables. The table scripts can be found in the installation media in a folder called DatabaseScripts. After installation the service account will require the minimum permissions: read/write/execute. Lab02 - Install Kofax TotalAgility 7.docx Last Revision: 08/12/2014 7

8 Add the Installer Account as an SQL Login and Set Installer Account SQL Permissions 52. The Trainee account is the installer account. This account has already been added as a SQL login in the training environment. 53. Expand the Security folder in SQL Management Studio. 54. Double click on the Trainee account. 55. Click on User Mapping. 56. Select each TotalAgility database and assign the db_owner database role (so the databases can be initialized e.g. with tables). 57. Click OK. 58. Click on File/Exit to exit SQL Server Management Studio. Lab02 - Install Kofax TotalAgility 7.docx Last Revision: 08/12/2014 8

9 Installing Prerequisites (Information Only Already Completed in classroom).net Install using the web installer here: Silverlight 5.1 Install Silverlight on any client machine accessing the TA Designer via a web browser: Silverlight needs to be on machines accessing the Kofax TotalAgility Designer, so if you are planning to access it from the server machine, install Silverlight there. Use the latest version of Silverlight available. Version 5.1 or greater. IIS The simplest way to install and configure IIS is to use Server Manager: 1. Open Server Manager (see Open Service Manager for details) 2. Click Roles in the navigation tree 3. If Web Server (IIS) is not listed, click Add Roles 4. Add the Web Server (IIS) Role a. Include ASP.NET b. Under Security, include Windows Authentication Important: It doesn t matter what installation order you choose (.NET 4.0 -> IIS or IIS ->.NET 4.0, however, you still need to register ASP.NET with IIS using the following command line. Run from: %WINDIR%\Microsoft.NET\Framework\v ): aspnet_regiis.exe ir Additional details can be found at: Lab02 - Install Kofax TotalAgility 7.docx Last Revision: 08/12/2014 9

10 To validate the last step, check that you have ASP.NET v4.0 application pools as shown below: Lab02 - Install Kofax TotalAgility 7.docx Last Revision: 08/12/

11 SQL Server Install SQL Server 2008 R2 (or SQL Server 2012) Enable Windows and SQL Server authentication mode 1. Open SQL Server Management Studio (usually Start -> Programs -> MS SQL Server 2008 R2 -> SQL Server Management Studio 2. Right-click server -> Properties 3. Select Security. Lab02 - Install Kofax TotalAgility 7.docx Last Revision: 08/12/

12 Enable Network Access This is required to access the database from different machines. 1. Open Start -> Programs -> MS SQL Server 2008 R2 -> Configuration Tools -> SQL Server Configuration Manager 1. Enable TCP/IP protocol as shown on screenshot below: Connection strings Various Kofax TotalAgility components require connection strings to access databases. Typical connection strings have the following format: Windows authentication Data Source=serverAddress;Initial Catalog=dataBase;Integrated Security=SSPI SQL authentication Data Source=serverAddress;Initial Catalog=dataBase;User Id=myUsername;Password=myPassword; Lab02 - Install Kofax TotalAgility 7.docx Last Revision: 08/12/

13 In this training example the Kofax TotalAgility installation media has been copied to your virtual environment to C:\Kofax TotalAgility 7.1. If you have a separate orchestration and transformation server you can install the Transformation Designer and Server on a different server. The transformation designer and server executable install files can be found in: C:\Kofax TotalAgility 7.1\TotalAgility\TransformationDesigner C:\Kofax TotalAgility 7.1\TotalAgility\TransformationServer Lab 2-2 Installing Kofax TotalAgility 7 To install Kofax TotalAgility, do the following: 1. Open C:\Kofax TotalAgility 7.1\TotalAgility\TotalAgilityInstall\ 2. Right click Setup.exe for Kofax TotalAgility 7.1 located in the TotalAgilityInstall folder and select Run As Administrator. 3. You will see a splash screen, click Next. Then you will see the Kofax Inc. Software License Agreement; accept the license agreement and then click Next. 4. Then you will select the type of installation from Web Server, Application Server, or combined Web/Application Server; select Web/Application Server: Lab02 - Install Kofax TotalAgility 7.docx Last Revision: 08/12/

14 5. Click Next. A list of the required software and the status of each item appears. 6. Click Next. 7. The Software Destination screen appears. Note: The default location of the folder where Kofax TotalAgility will be installed appears. You may choose a different location, if required. 8. Click Next. The Windows Account screen appears. Lab02 - Install Kofax TotalAgility 7.docx Last Revision: 08/12/

15 9. Configure the Service Account as follows: a. Enter KTAService as the user name and W0rkstation as the password of the Windows account used to run Kofax TotalAgility services. When specifying a user name and password other than your Windows account, you must ensure that the account has the rights to logon as a service in your local security policy. Note: In this course use the KTAService account with the password: W0rkstation (capital W and then a zero). Also note that the Trainee (Installer) account will be created as a user inside TotalAgility after installation (not the service account!). b. If necessary, to support SSL, select the checkbox. Do NOT select for SSL in this exercise. Note: The SSL option is only available if the https binding is configured in IIS. 10. Click Next. The Databases screen appears. Lab02 - Install Kofax TotalAgility 7.docx Last Revision: 08/12/

16 Click on any one of the ellipsis buttons to select e.g. a remote database server Note: Only select Overwrite databases if they exist? If the databases have been created prior to running setup. This option will initialize the databases with the tables, stored procs etc. It will not overwrite the original databases. 11. Enter TotalAgility_Archive for the Finished Jobs Database name. 12. Click on any one of the ellipsis buttons and select the database server. The database security settings screen appears. 13. Fill in the account information as shown. For this class, we will be using Windows Authentication. If you are using SQL Server Authentication, use the appropriate SQL Server account. Important: Click the checkbox for Apply these settings to all other Databases. Click OK. Lab02 - Install Kofax TotalAgility 7.docx Last Revision: 08/12/

17 14. Click Next. The DB Connection Results screen appears. 15. Click Next. The Install Options screen is displayed. Ensure Import System Maps is checked. Note: You can learn about Sticky Sessions, Clustering, Scaling, and Load Balancing by reading the Admin guide in the Documentation folder in the TotalAgility installation folder: - TotalAgility\TotalAgilityInstall\Documentation\KofaxTotalAgilityAdminGuide_EN.pdf. Lab02 - Install Kofax TotalAgility 7.docx Last Revision: 08/12/

18 16. Click Next. The Installation Review screen appears. 17. After reviewing the settings, click Next. Setup installs the required files, databases, and other integrated products. 18. The License Proxy Configuration screen will appear after the Kofax TotalAgility 7 components are installed. Note: We will not install a License proxy. This feature can be used when you cannot directly reach a license server. Lab02 - Install Kofax TotalAgility 7.docx Last Revision: 08/12/

19 19. Click Next. 20. The Licensing screen will appear after the Kofax TotalAgility 7 components are installed. To activate the license server, do the following: Note: For the purposes of this class leave the default settings localhost or hostname and port 3581, then when prompted enter the license information attached to your station or distributed by the instructor. a. In the License Server box, enter the location of the server where the License server is installed. By default, the license server points to localhost. Lab02 - Install Kofax TotalAgility 7.docx Last Revision: 08/12/

20 b. In the Port Number box, enter the port number on which the License Server listens. c. Click Next. d. Enter the Serial Number and Product Code received on purchase of the product (As noted previously, use the information provided in class). Please note the following: The MAC Address of your machine by default in the Machine ID box. The Serial Number and Product Code appear by default if the License Server is a shared license server. Lab02 - Install Kofax TotalAgility 7.docx Last Revision: 08/12/

21 e. To obtain the MAC address, from the start menu enter cmd. Run cmd.exe. On the command Line enter ipconfig/all and press enter. The physical address (MAC) address will be listed. f. Click the 'Automatic button: Automatic: Use this option when internet connectivity is available. The license is activated online. Manual: Use this option when there is no internet connectivity or if automatic activation is unsuccessful. Configure the following details: 1. From the Licensing screen copy (CTRL-C) the Machine ID. 2. Open a Browser and go to Kofax.com 3. Select Services\Tools 4. Select Kofax Product License Activation a. Enter Serial Number b. Enter address c. Click Next 5. Follow the onscreen instructions to complete the information required. At this time paste the Machine ID into the Machine ID field. 6. Click Submit. 7. Copy the returned License Activation Code and paste it into the Manual Activation Window in TotalAgility. Note: At this stage, you can also skip activating a license by clicking Skip. If you skip activating the license, a warning appears to inform that you need to activate the license. 21. Click Finish. The Kofax TotalAgility 7 Installation is now complete. Lab02 - Install Kofax TotalAgility 7.docx Last Revision: 08/12/

22 Note: An Application Pool called TotalAgilityAppPool is installed in IIS. The app pool should run under the identity of the service account. You can check this by opening up IIS and clicking on Application Pools. Lab02 - Install Kofax TotalAgility 7.docx Last Revision: 08/12/

23 Lab 2-3 TECHNICAL TRAINING LAB INSTRUCTIONS Installing the Kofax Transformation Server For this class, it is necessary to install the Kofax Transformation Server to execute the automatic capture activities at run time. In practice the Transformation server would typically be installed on a separate server. The Setup.exe for the Transformation Server can be found in the installation media: TotalAgility\TransformationServer\setup.exe. To install the Kofax Transformation Server, do the following: 1. On completion of the Kofax TotalAgility installation, a message appears asking if you want to install Transformation Server. 2. Click Yes to install the Kofax Transformation Server. Lab02 - Install Kofax TotalAgility 7.docx Last Revision: 08/12/

24 3. Click Install again. TECHNICAL TRAINING LAB INSTRUCTIONS 4. The Kofax Transformation Server 7.1 Setup screen appears: 5. Click Next. 6. The Destination Folder screen appears. Lab02 - Install Kofax TotalAgility 7.docx Last Revision: 08/12/

25 7. Click Next to install to the default folder or click Change to choose another. 8. On the Service Account Setup screen, enter the user name (KTAService) and password (W0rkstation) of the Windows account that will be used to run the Transformation server service. Note: When specifying a user name and password other than your Windows account, you must ensure that the account has the rights to logon as a service in your local security policy. 9. Click Next. The Obtaining TotalAgility configuration screen appears. Lab02 - Install Kofax TotalAgility 7.docx Last Revision: 08/12/

26 10. Enter the Kofax TotalAgility Server Service URL. (May be retrieved automatically) Click Next. The Connection options to TotalAgility Server screen is displayed. 12. Click Next. The Advanced execution options setup screen appears. Lab02 - Install Kofax TotalAgility 7.docx Last Revision: 08/12/

27 13. Click Next. 14. Click Next. The Ready to install Transformation Server screen appears. 15. Click Install. The Installation process is in progress. Lab02 - Install Kofax TotalAgility 7.docx Last Revision: 08/12/

28 16. Click Finish. The remaining part of the setup progresses. 17. The Kofax Transformation Server installation is now complete. 18. Click Close. In order to test the basic functionality of the system start the Kofax TotalAgility Designer by bringing up a browser ( and noting that the Designer appears to operate normally. Note: The Installer account becomes the default user in TotalAgility. Perform the same kind of cursory test for the Kofax Transformation Designer: In Microsoft Windows: Start/All Programs/Kofax Transformation Designer/Transformation Designer. 19. Logout of both design environments. Lab02 - Install Kofax TotalAgility 7.docx Last Revision: 08/12/

29 Lab 2-4 (not carried out in this training course) Only required if you have installed the TotalAgility Databases using the Wizard and your company security policy requires reduced privileges on the Databases and local machine for the Service Account. Set Appropriate Permissions after Installation 1. Revoke sysadmin Role from KTAService account. 2. On each KTA database: Grant Read Role to KTAService user Grant Write Role to KTAService user Grant Execute (script) to KTAService user (or alternatively, grant db_owner to each database) 3. Revoke the dbcreator role from the Installer account. 4. Remove the service account from the local Administrators group. Service Account Permission on File System If the service account is not a local administrator on the server you must grant Modify permissions on the TotalAgility folder. This folder contains other folders e.g. Agility.Server.Web, GenerateAssemblies, and CoreWorkerService folders. The service account requires these permissions to e.g. store the cached KTA forms on the file system, and generate assemblies at run time. You cannot configure this permission in advance as the folders are created during the installation and at run time if e.g. a business rule, branching rule, or.net script is executed. Important: You do not have to carry these steps in the training class as the Trainee account is a Local Administrator. 5. Right click over the folder C:\Program Files\Kofax\TotalAgility\ and select Properties. Lab02 - Install Kofax TotalAgility 7.docx Last Revision: 08/12/

30 6. Select the Security tab and click Edit. 7. Click Add Locate the service account you used during the installation and click OK. 9. Select the Modify Permission and click Apply. Lab02 - Install Kofax TotalAgility 7.docx Last Revision: 08/12/

31 Lab 2-5 TECHNICAL TRAINING LAB INSTRUCTIONS Backing up Kofax TotalAgility 7 Databases After you have installed Kofax TotalAgility, it would be advisable to back up each database before any content is added through the UI. In this example we will use SQL Server to back up the 3 TotalAgility databases that were created in this installation. 1. Select Start > All Programs > Microsoft SQL Server 2008 R2 > SQL Server Management Studio. 2. Click Connect. 3. Expand the Database folder. 4. Right click over the TotalAgility database and select Tasks > Back Up 5. Click OK. 6. Repeat steps 4 and 5 for the TotalAgility_Documents, TotalAgility_Simulator and TotalAgility_Archive databases. 7. Close SQL Server Management Studio. Lab02 - Install Kofax TotalAgility 7.docx Last Revision: 08/12/

How To Create An Easybelle History Database On A Microsoft Powerbook 2.5.2 (Windows)

How To Create An Easybelle History Database On A Microsoft Powerbook 2.5.2 (Windows) Introduction EASYLABEL 6 has several new features for saving the history of label formats. This history can include information about when label formats were edited and printed. In order to save this history,

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

Click Studios. Passwordstate. Installation Instructions

Click Studios. Passwordstate. Installation Instructions Passwordstate Installation Instructions This document and the information controlled therein is the property of Click Studios. It must not be reproduced in whole/part, or otherwise disclosed, without prior

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

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

Outlook Profile Setup Guide Exchange 2010 Quick Start and Detailed Instructions

Outlook Profile Setup Guide Exchange 2010 Quick Start and Detailed Instructions HOSTING Administrator Control Panel / Quick Reference Guide Page 1 of 9 Outlook Profile Setup Guide Exchange 2010 Quick Start and Detailed Instructions Exchange 2010 Outlook Profile Setup Page 2 of 9 Exchange

More information

Click Studios. Passwordstate. Installation Instructions

Click Studios. Passwordstate. Installation Instructions Passwordstate Installation Instructions This document and the information controlled therein is the property of Click Studios. It must not be reproduced in whole/part, or otherwise disclosed, without prior

More information

Secret Server Installation Windows Server 2008 R2

Secret Server Installation Windows Server 2008 R2 Table of Contents Introduction... 2 ASP.NET Website... 2 SQL Server Database... 2 Administrative Access... 2 Prerequisites... 2 System Requirements Overview... 2 Additional Recommendations... 3 Beginning

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

Eylean server deployment guide

Eylean server deployment guide Eylean server deployment guide Contents 1 Minimum software and hardware requirements... 2 2 Setting up the server using Eylean.Server.Setup.exe wizard... 2 3 Manual setup with Windows authentication -

More information

QUANTIFY INSTALLATION GUIDE

QUANTIFY INSTALLATION GUIDE QUANTIFY INSTALLATION GUIDE Thank you for putting your trust in Avontus! This guide reviews the process of installing Quantify software. For Quantify system requirement information, please refer to the

More information

Installation Guide v3.0

Installation Guide v3.0 Installation Guide v3.0 Shepherd TimeClock 4465 W. Gandy Blvd. Suite 800 Tampa, FL 33611 Phone: 813-882-8292 Fax: 813-839-7829 http://www.shepherdtimeclock.com The information contained in this document

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

Cloud Services ADM. Agent Deployment Guide

Cloud Services ADM. Agent Deployment Guide Cloud Services ADM Agent Deployment Guide 10/15/2014 CONTENTS System Requirements... 1 Hardware Requirements... 1 Installation... 2 SQL Connection... 4 AD Mgmt Agent... 5 MMC... 7 Service... 8 License

More information

How to configure the DBxtra Report Web Service on IIS (Internet Information Server)

How to configure the DBxtra Report Web Service on IIS (Internet Information Server) How to configure the DBxtra Report Web Service on IIS (Internet Information Server) Table of Contents Install the DBxtra Report Web Service automatically... 2 Access the Report Web Service... 4 Verify

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

Avatier Identity Management Suite

Avatier Identity Management Suite Avatier Identity Management Suite Migrating AIMS Configuration and Audit Log Data To Microsoft SQL Server Version 9 2603 Camino Ramon Suite 110 San Ramon, CA 94583 Phone: 800-609-8610 925-217-5170 FAX:

More information

Aradial Installation Guide

Aradial Installation Guide Aradial Technologies Ltd. Information in this document is subject to change without notice. Companies, names, and data used in examples herein are fictitious unless otherwise noted. No part of this document

More information

Password Reset Server Installation Guide Windows 8 / 8.1 Windows Server 2012 / R2

Password Reset Server Installation Guide Windows 8 / 8.1 Windows Server 2012 / R2 Password Reset Server Installation Guide Windows 8 / 8.1 Windows Server 2012 / R2 Last revised: November 12, 2014 Table of Contents Table of Contents... 2 I. Introduction... 4 A. ASP.NET Website... 4 B.

More information

File Auditor for NAS, Net App Edition

File Auditor for NAS, Net App Edition File Auditor for NAS, Net App Edition Installation Guide Revision 1.2 - July 2015 This guide provides a short introduction to the installation and initial configuration of NTP Software File Auditor for

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

Exchange 2010. Outlook Profile/POP/IMAP/SMTP Setup Guide

Exchange 2010. Outlook Profile/POP/IMAP/SMTP Setup Guide Exchange 2010 Outlook Profile/POP/IMAP/SMTP Setup Guide September, 2013 Exchange 2010 Outlook Profile/POP/IMAP/SMTP Setup Guide i Contents Exchange 2010 Outlook Profile Configuration... 1 Outlook Profile

More information

Secret Server Installation Windows Server 2012

Secret Server Installation Windows Server 2012 Table of Contents Introduction... 2 ASP.NET Website... 2 SQL Server Database... 2 Administrative Access... 2 Prerequisites... 2 System Requirements Overview... 2 Additional Recommendations... 3 Beginning

More information

Installing SQL Express. For CribMaster 9.2 and Later

Installing SQL Express. For CribMaster 9.2 and Later Installing SQL Express For CribMaster 9.2 and Later CRIBMASTER USER GUIDE Installing SQL Express Document ID: CM9-031-03012012 Copyright CribMaster. 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,

More information

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

Setup and configuration for Intelicode. SQL Server Express

Setup and configuration for Intelicode. SQL Server Express Setup and configuration for Intelicode SQL Server Express Due to overwhelming demand and the increased load on support, we are providing a complete SQL Server installation walkthrough document. SQL Server

More information

Introduction and Overview

Introduction and Overview Inmagic Content Server Workgroup 10.00 Microsoft SQL Server 2005 Express Edition Installation Notes Introduction and Overview These installation notes are intended for the following scenarios: 1) New installations

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

Quick Start Guide. User Manual. 1 March 2012

Quick Start Guide. User Manual. 1 March 2012 Quick Start Guide User Manual 1 March 2012 This document outlines the steps to install SAMLite system into a single box of server and configure it to run for passive collection (domain login script). This

More information

NTP Software File Auditor for Windows Edition

NTP Software File Auditor for Windows Edition NTP Software File Auditor for Windows Edition An NTP Software Installation Guide Abstract This guide provides a short introduction to installation and initial configuration of NTP Software File Auditor

More information

Click Studios. Passwordstate. Installation Instructions

Click Studios. Passwordstate. Installation Instructions Passwordstate Installation Instructions This document and the information controlled therein is the property of Click Studios. It must not be reproduced in whole/part, or otherwise disclosed, without prior

More information

Sophos Mobile Control Installation guide

Sophos Mobile Control Installation guide Sophos Mobile Control Installation guide Product version: 2.5 Document date: July 2012 Contents 1 Introduction... 3 2 The Sophos Mobile Control server... 4 3 Set up Sophos Mobile Control... 13 4 Running

More information

Active Directory Management. Agent Deployment Guide

Active Directory Management. Agent Deployment Guide Active Directory Management Agent Deployment Guide Document Revision Date: April 26, 2013 Active Directory Management Deployment Guide i Contents System Requirements... 1 Hardware Requirements... 2 Agent

More information

Immotec Systems, Inc. SQL Server 2005 Installation Document

Immotec Systems, Inc. SQL Server 2005 Installation Document SQL Server Installation Guide 1. From the Visor 360 installation CD\USB Key, open the Access folder and install the Access Database Engine. 2. Open Visor 360 V2.0 folder and double click on Setup. Visor

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

Active Directory Management. Agent Deployment Guide

Active Directory Management. Agent Deployment Guide Active Directory Management Agent Deployment Guide Document Revision Date: June 12, 2014 Active Directory Management Deployment Guide i Contents System Requirements...1 Hardware Requirements...1 Installation...3

More information

Creating a New Database and a Table Owner in SQL Server 2005 for exchange@pam

Creating a New Database and a Table Owner in SQL Server 2005 for exchange@pam Creating a New Database and a Table Owner in SQL Server 2005 for exchange@pam We planning to install exchange@pam an empty database an appropriate database user must be created before running the setup.

More information

EventSentry Overview. Part I Introduction 1 Part II Setting up SQL 2008 R2 Express 2. Part III Setting up IIS 9. Part IV Installing EventSentry 11

EventSentry Overview. Part I Introduction 1 Part II Setting up SQL 2008 R2 Express 2. Part III Setting up IIS 9. Part IV Installing EventSentry 11 Contents I EventSentry Overview Part I Introduction 1 Part II Setting up SQL 2008 R2 Express 2 1 Downloads... 2 2 Installation... 3 3 Configuration... 7 Part III Setting up IIS 9 1 Installation... 9 Part

More information

These notes are for upgrading the Linko Version 9.3 MS Access database to a SQL Express 2008 R2, 64 bit installations:

These notes are for upgrading the Linko Version 9.3 MS Access database to a SQL Express 2008 R2, 64 bit installations: These notes are for upgrading the Linko Version 9.3 MS Access database to a SQL Express 2008 R2, 64 bit installations: This document substitutes for STEPS TWO and THREE of the upgrade Game Plan Webpage

More information

0651 Installing PointCentral 8.0 For the First Time

0651 Installing PointCentral 8.0 For the First Time Prerequisites Microsoft Windows Server 2003 or Windows Server 2008 Microsoft.NET Framework 4 Microsoft SQL Server 2005 or SQL Server 2008 IIS **For Windows Server 2003. You must manually configure IIS6

More information

Team Foundation Server 2013 Installation Guide

Team Foundation Server 2013 Installation Guide Team Foundation Server 2013 Installation Guide Page 1 of 164 Team Foundation Server 2013 Installation Guide Benjamin Day benday@benday.com v1.1.0 May 28, 2014 Team Foundation Server 2013 Installation Guide

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

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

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

ProSystem fx Document

ProSystem fx Document ProSystem fx Document Server Upgrade from Version 3.7 to Version 3.8 1 This Document will guide you through the upgrade of Document Version 3.7 to Version 3.8. Do not attempt to upgrade from any other

More information

How To Install Powerpoint 6 On A Windows Server With A Powerpoint 2.5 (Powerpoint) And Powerpoint 3.5.5 On A Microsoft Powerpoint 4.5 Powerpoint (Powerpoints) And A Powerpoints 2

How To Install Powerpoint 6 On A Windows Server With A Powerpoint 2.5 (Powerpoint) And Powerpoint 3.5.5 On A Microsoft Powerpoint 4.5 Powerpoint (Powerpoints) And A Powerpoints 2 DocAve 6 Service Pack 1 Installation Guide Revision C Issued September 2012 1 Table of Contents About the Installation Guide... 4 Submitting Documentation Feedback to AvePoint... 4 Before You Begin...

More information

TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link:

TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link: TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link: ftp://ftp.software.ibm.com/storage/tivoli-storagemanagement/maintenance/client/v6r2/windows/x32/v623/

More information

Installing and Configuring Login PI

Installing and Configuring Login PI Installing and Configuring Login PI Login PI Hands-on lab In this lab, you will configure Login PI to provide performance insights for a Windows Server 2012 R2 Remote Desktop Services installation. To

More information

Bitrix Site Manager ASP.NET. Installation Guide

Bitrix Site Manager ASP.NET. Installation Guide Bitrix Site Manager ASP.NET Installation Guide Contents Introduction... 4 Chapter 1. Checking for IIS Installation... 5 Chapter 2. Using An Archive File to Install Bitrix Site Manager ASP.NET... 7 Preliminary

More information

HELIX MEDIA LIBRARY INSTALL GUIDE FOR WINDOWS SERVER 2003 Helix Media Library Version 1.1. Revision Date: July 2011

HELIX MEDIA LIBRARY INSTALL GUIDE FOR WINDOWS SERVER 2003 Helix Media Library Version 1.1. Revision Date: July 2011 HELIX MEDIA LIBRARY INSTALL GUIDE FOR WINDOWS SERVER 2003 Helix Media Library Version 1.1 Revision Date: July 2011 Summary of Contents Summary of Contents... 2 Pre Installation Checklist... 4 Prerequisites...

More information

USER GUIDE WEB-BASED SYSTEM CONTROL APPLICATION. www.pesa.com August 2014 Phone: 256.726.9200. Publication: 81-9059-0703-0, Rev. C

USER GUIDE WEB-BASED SYSTEM CONTROL APPLICATION. www.pesa.com August 2014 Phone: 256.726.9200. Publication: 81-9059-0703-0, Rev. C USER GUIDE WEB-BASED SYSTEM CONTROL APPLICATION Publication: 81-9059-0703-0, Rev. C www.pesa.com Phone: 256.726.9200 Thank You for Choosing PESA!! We appreciate your confidence in our products. PESA produces

More information

Secure Messaging Server Console... 2

Secure Messaging Server Console... 2 Secure Messaging Server Console... 2 Upgrading your PEN Server Console:... 2 Server Console Installation Guide... 2 Prerequisites:... 2 General preparation:... 2 Installing the Server Console... 2 Activating

More information

Click Studios. Passwordstate. High Availability Installation Instructions

Click Studios. Passwordstate. High Availability Installation Instructions Passwordstate High Availability Installation Instructions This document and the information controlled therein is the property of Click Studios. It must not be reproduced in whole/part, or otherwise disclosed,

More information

Creating client-server setup with multiple clients

Creating client-server setup with multiple clients Creating client-server setup with multiple clients Coffalyser.Net uses a SQL client server database model to store all project/experiment- related data. The client-server model has one main application

More information

NTP Software File Auditor for NAS, EMC Edition

NTP Software File Auditor for NAS, EMC Edition NTP Software File Auditor for NAS, EMC Edition Installation Guide June 2012 This guide provides a short introduction to the installation and initial configuration of NTP Software File Auditor for NAS,

More information

Microsoft SQL Server 2014. Installation Guide

Microsoft SQL Server 2014. Installation Guide Microsoft SQL Server 2014 Installation Guide Notices 2015 XMPie Inc. All rights reserved. U.S. Patents 6948115, 7406194, 7548338, 7757169 and pending patents. JP Patent 4406364B and pending patents. Microsoft

More information

Windows XP Exchange Client Installation Instructions

Windows XP Exchange Client Installation Instructions WINDOWS XP with Outlook 2003 or Outlook 2007 1. Click the Start button and select Control Panel: 2. If your control panel looks like this: Click Switch to Classic View. 3. Double click Mail. 4. Click show

More information

Desktop Deployment Guide ARGUS Enterprise 10.6. 5/29/2015 ARGUS Software An Altus Group Company

Desktop Deployment Guide ARGUS Enterprise 10.6. 5/29/2015 ARGUS Software An Altus Group Company ARGUS Enterprise 10.6 5/29/2015 ARGUS Software An Altus Group Company for ARGUS Enterprise Version 10.6 5/29/2015 Published by: ARGUS Software, Inc. 3050 Post Oak Boulevard Suite 900 Houston, Texas 77056

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

Step-By-Step Guide to Deploying Lync Server 2010 Enterprise Edition

Step-By-Step Guide to Deploying Lync Server 2010 Enterprise Edition Step-By-Step Guide to Deploying Lync Server 2010 Enterprise Edition The installation of Lync Server 2010 is a fairly task-intensive process. In this article, I will walk you through each of the tasks,

More information

Video Administration Backup and Restore Procedures

Video Administration Backup and Restore Procedures CHAPTER 12 Video Administration Backup and Restore Procedures This chapter provides procedures for backing up and restoring the Video Administration database and configuration files. See the following

More information

Installing Cobra 4.7

Installing Cobra 4.7 Installing Cobra 4.7 Stand-alone application using SQL Server Express A step by step guide to installing the world s foremost earned value management software on a single PC or laptop. 1 Installing Cobra

More information

Web VTS Installation Guide. Copyright 2006-2010 SiiTech Inc. All rights reserved.

Web VTS Installation Guide. Copyright 2006-2010 SiiTech Inc. All rights reserved. Web VTS Installation Guide Copyright 2006-2010 SiiTech Inc. All rights reserved. Table of Contents Overview of Web VTS... 1 System Requirements... 2 Installation Sequence... 3 Installing Web VTS... 6 ii

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

Virto Password Reset Web Part for SharePoint. Release 3.1.0. Installation and User Guide

Virto Password Reset Web Part for SharePoint. Release 3.1.0. Installation and User Guide Virto Password Reset Web Part for SharePoint Release 3.1.0 Installation and User Guide 2 Table of Contents OVERVIEW... 3 SYSTEM REQUIREMENTS... 3 OPERATING SYSTEM... 3 SERVER... 3 BROWSER... 4 INSTALLATION...

More information

Microsoft Corporation. Project Server 2010 Installation Guide

Microsoft Corporation. Project Server 2010 Installation Guide Microsoft Corporation Project Server 2010 Installation Guide Office Asia Team 11/4/2010 Table of Contents 1. Prepare the Server... 2 1.1 Install KB979917 on Windows Server... 2 1.2 Creating users and groups

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

Quick Start Guide 0514US

Quick Start Guide 0514US Quick Start Guide Copyright Wasp Barcode Technologies 2014 No part of this publication may be reproduced or transmitted in any form or by any means without the written permission of Wasp Barcode Technologies.

More information

intertrax Suite resource MGR Web

intertrax Suite resource MGR Web intertrax Suite resource MGR Web Resource Management Installation Guide Version 4 2012 Copyright 2003-2012 by Salamander Technologies, Inc. Protected by US Patents 5,573,278; 5,596,652; 5,793,882; 6,761,312;

More information

1. CONFIGURING REMOTE ACCESS TO SQL SERVER EXPRESS

1. CONFIGURING REMOTE ACCESS TO SQL SERVER EXPRESS 1. CONFIGURING REMOTE ACCESS TO SQL SERVER EXPRESS From the Start menu, point to All Programs, point to Microsoft SQL Server 2005, point to Configuration Tools, and then click SQL Server Configuration

More information

Desktop Surveillance Help

Desktop Surveillance Help Desktop Surveillance Help Table of Contents About... 9 What s New... 10 System Requirements... 11 Updating from Desktop Surveillance 2.6 to Desktop Surveillance 3.2... 13 Program Structure... 14 Getting

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

ManageEngine IT360. Professional Edition Installation Guide. [ims-eval@manageengine.com]

ManageEngine IT360. Professional Edition Installation Guide. [ims-eval@manageengine.com] ManageEngine IT360 (Division of ZOHO Corporation) ) www.manageengine.com/it360 ManageEngine IT360 Professional Edition Installation Guide [ims-eval@manageengine.com] [This document is a guideline for installing

More information

Burst Technology bt-loganalyzer SE

Burst Technology bt-loganalyzer SE Burst Technology bt-loganalyzer SE Burst Technology Inc. 9240 Bonita Beach Rd, Bonita Springs, FL 34135 CONTENTS WELCOME... 3 1 SOFTWARE AND HARDWARE REQUIREMENTS... 3 2 SQL DESIGN... 3 3 INSTALLING BT-LOGANALYZER...

More information

Team Foundation Server 2012 Installation Guide

Team Foundation Server 2012 Installation Guide Team Foundation Server 2012 Installation Guide Page 1 of 143 Team Foundation Server 2012 Installation Guide Benjamin Day benday@benday.com v1.0.0 November 15, 2012 Team Foundation Server 2012 Installation

More information

SOFTWARE INSTALLATION INSTRUCTIONS CLIENT/SERVER EDITION AND WEB COMPONENT VERSION 10

SOFTWARE INSTALLATION INSTRUCTIONS CLIENT/SERVER EDITION AND WEB COMPONENT VERSION 10 3245 University Avenue, Suite 1122 San Diego, California 92104 USA SOFTWARE INSTALLATION INSTRUCTIONS CLIENT/SERVER EDITION AND WEB COMPONENT VERSION 10 Document Number: SII-TT-002 Date Issued: July 8,

More information

FieldIT Limited www.fieldit-limited.com. FieldIT CRM. Installation Manual v1.3.i3 (Enterprise Install)

FieldIT Limited www.fieldit-limited.com. FieldIT CRM. Installation Manual v1.3.i3 (Enterprise Install) FieldIT Limited www.fieldit-limited.com FieldIT CRM Installation Manual v1.3.i3 (Enterprise Install) Oliver Field FieldIT Limited 2013 13 Introduction The FieldIT CRM software can be installed in several

More information

TestElite - Troubleshooting

TestElite - Troubleshooting TestElite - Troubleshooting Revision Sheet 1.0 Balázs Mayer 2014 TestElite. All Rights Reserved. Troubleshooting This document is a collection of the frequented asked questions (FAQ) for solving the general,

More information

Sophos Mobile Control Installation guide. Product version: 3.5

Sophos Mobile Control Installation guide. Product version: 3.5 Sophos Mobile Control Installation guide Product version: 3.5 Document date: July 2013 Contents 1 Introduction...3 2 The Sophos Mobile Control server...4 3 Set up Sophos Mobile Control...10 4 External

More information

Tenrox. Single Sign-On (SSO) Setup Guide. January, 2012. 2012 Tenrox. All rights reserved.

Tenrox. Single Sign-On (SSO) Setup Guide. January, 2012. 2012 Tenrox. All rights reserved. Tenrox Single Sign-On (SSO) Setup Guide January, 2012 2012 Tenrox. All rights reserved. About this Guide This guide provides a high-level technical overview of the Tenrox Single Sign-On (SSO) architecture,

More information

Exchange 2010. Outlook Profile/POP/IMAP/SMTP Setup Guide

Exchange 2010. Outlook Profile/POP/IMAP/SMTP Setup Guide Exchange 2010 Outlook Profile/POP/IMAP/SMTP Setup Guide Document Revision Date: Nov. 13, 2013 Exchange 2010 Outlook Profile/POP/IMAP/SMTP Setup Guide i Contents Introduction... 1 Exchange 2010 Outlook

More information

Setting Up ALERE with Client/Server Data

Setting Up ALERE with Client/Server Data Setting Up ALERE with Client/Server Data TIW Technology, Inc. November 2014 ALERE is a registered trademark of TIW Technology, Inc. The following are registered trademarks or trademarks: FoxPro, SQL Server,

More information

aims sql server installation guide

aims sql server installation guide aims sql server installation guide Document Version: 4000 February 2015 CONTENTS AIMS Installation Guide... 3 Installing the AIMS Software... 4 Pre-Requisites... 4 Installation... 4 Shortcuts... 4 Directory

More information

Microsoft Business Intelligence 2012 Single Server Install Guide

Microsoft Business Intelligence 2012 Single Server Install Guide Microsoft Business Intelligence 2012 Single Server Install Guide Howard Morgenstern Business Intelligence Expert Microsoft Canada 1 Table of Contents Microsoft Business Intelligence 2012 Single Server

More information

Moving/Restoring the StarShip SQL database

Moving/Restoring the StarShip SQL database Rev A.T 20140812 Moving/Restoring the StarShip SQL database This document outlines the necessary steps to migrate the StarShip database from one Microsoft SQL Server 2012 instance to another. The steps

More information

Ekran System Help File

Ekran System Help File Ekran System Help File Table of Contents About... 9 What s New... 10 System Requirements... 11 Updating Ekran to version 4.1... 13 Program Structure... 14 Getting Started... 15 Deployment Process... 15

More information

Defender 5.7 - Token Deployment System Quick Start Guide

Defender 5.7 - Token Deployment System Quick Start Guide Defender 5.7 - Token Deployment System Quick Start Guide This guide describes how to install, configure and use the Defender Token Deployment System, based on default settings and how to self register

More information

Upgrading to Document Manager 2.7

Upgrading to Document Manager 2.7 Upgrading to Document Manager 2.7 22 July 2013 Trademarks Document Manager and Document Manager Administration are trademarks of Document Logistix Ltd. TokOpen, TokAdmin, TokImport and TokExRef are registered

More information

GE Measurement & Control. Remote Comms System. Installation and User Reference Guide

GE Measurement & Control. Remote Comms System. Installation and User Reference Guide GE Measurement & Control Remote Comms System Installation and User Reference Guide Contents BENEFITS OF REMOTE COMMS SYSTEM... 1 HOW THE REMOTE COMMS SYSTEM WORKS... 3 COMPONENTS OF REMOTE COMMS SYSTEM...

More information

Technical Support Set-up Procedure

Technical Support Set-up Procedure Technical Support Set-up Procedure How to Setup the Amazon S3 Application on the DSN-320 Amazon S3 (Simple Storage Service) is an online storage web service offered by AWS (Amazon Web Services), and it

More information

RoomWizard Synchronization Software Manual Installation Instructions

RoomWizard Synchronization Software Manual Installation Instructions 2 RoomWizard Synchronization Software Manual Installation Instructions Table of Contents Exchange Server Configuration... 4 RoomWizard Synchronization Software Installation and Configuration... 5 System

More information

Enterprise Manager. Version 6.2. Installation Guide

Enterprise Manager. Version 6.2. Installation Guide Enterprise Manager Version 6.2 Installation Guide Enterprise Manager 6.2 Installation Guide Document Number 680-028-014 Revision Date Description A August 2012 Initial release to support version 6.2.1

More information

To install Multifront you need to have familiarity with Internet Information Services (IIS), Microsoft.NET Framework and SQL Server 2008.

To install Multifront you need to have familiarity with Internet Information Services (IIS), Microsoft.NET Framework and SQL Server 2008. Znode Multifront - Installation Guide Version 6.2 1 System Requirements To install Multifront you need to have familiarity with Internet Information Services (IIS), Microsoft.NET Framework and SQL Server

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

Install SQL Server 2014 Express Edition

Install SQL Server 2014 Express Edition How To Install SQL Server 2014 Express Edition Updated: 2/4/2016 2016 Shelby Systems, Inc. All Rights Reserved Other brand and product names are trademarks or registered trademarks of the respective holders.

More information

Quick Start Guide for VMware and Windows 7

Quick Start Guide for VMware and Windows 7 PROPALMS VDI Version 2.1 Quick Start Guide for VMware and Windows 7 Rev. 1.1 Published: JULY-2011 1999-2011 Propalms Ltd. All rights reserved. The information contained in this document represents the

More information

InventoryControl for use with QuoteWerks Quick Start Guide

InventoryControl for use with QuoteWerks Quick Start Guide InventoryControl for use with QuoteWerks Quick Start Guide Copyright 2013 Wasp Barcode Technologies 1400 10 th St. Plano, TX 75074 All Rights Reserved STATEMENTS IN THIS DOCUMENT REGARDING THIRD PARTY

More information

LAB: Enterprise Single Sign-On Services. Last Saved: 7/17/2006 10:48:00 PM

LAB: Enterprise Single Sign-On Services. Last Saved: 7/17/2006 10:48:00 PM LAB: Enterprise Single Sign-On Services LAB: Enterprise Single Sign-On Services 2 TABLE OF CONTENTS HOL: Enterprise Single Sign-On Services...3 Objectives...3 Lab Setup...4 Preparation...5 Exercise 1:

More information

SIMS Multi-user Installation Instructions

SIMS Multi-user Installation Instructions SIMS Multi-user Installation Instructions 2011 SIMS Software TABLE OF CONTENTS REQUIREMENTS... 3 COMMON REQUIREMENTS... 3 DATABASE REQUIREMENTS... 3 SERVER REQUIREMENTS... 3 INSTALLING SIMS CLIENT... 5

More information

Sitecore Ecommerce Enterprise Edition Installation Guide Installation guide for administrators and developers

Sitecore Ecommerce Enterprise Edition Installation Guide Installation guide for administrators and developers Installation guide for administrators and developers Table of Contents Chapter 1 Introduction... 2 1.1 Preparing to Install Sitecore Ecommerce Enterprise Edition... 2 1.2 Required Installation Components...

More information