CODA V11.3. CODA Installation Guide

Size: px
Start display at page:

Download "CODA V11.3. CODA Installation Guide"

Transcription

1 CODA V11.3 CODA Installation Guide

2 Introduction CODA Installation Guide Contents 1 Introduction Prework Required Skills Obtain Licenses Application Server Requirements Web Server Requirements AS/400 Requirements for DBSi Integration Application Server Edit INI file Application Server Set Permissions and Groups on Install Drive Install SQL Server Install Java Create Databases Install CODA Financials Install CODA Framework Install CODA epay and estatements Install estatements Configurator Install Customer Statements Server Install CODA Financials Client Install Conversion Scripts Configure Windows Services Reboot the application server Web Server Edit INI file Web Server Set Permissions and Groups on Install Drive Install Java Install Servlet Exec Install CODA Web Reboot the web server Manual Steps Configure AS/400 with Coda Instance Settings Change service settings on Coda Application Server Obtain SSL Certificate Appendix AutoIt Page 2 of 17

3 Introduction Change History Date Change Modified by: August 2007 Initial release. CODA Development August 2008 New scripts, improved guide CODA Development October 2008 Added Configure Windows Services script to Application Server CODA Development January 2009 Update on IIS install as pre-requisite and XML toolkit version number Nageswar Kapa 1 Introduction This document is a guide to assist in the installation of CODA v11 and its related components. This guide attempts to show all of the necessary steps involved. Coda runs on the Windows 2003 Server operating system. It requires a database server, an application server, and a web server. In this guide and the scripts provided the database server and application server are installed on the same instance of Windows. Coda uses the Microsoft SQL Server 2005 database engine. Most of the installation of Coda has been automated using a tool called AutoIt. More detail about this software is contained in the appendix. Page 3 of 17

4 Prework 2 Prework 2.1 Required Skills Knowledge requirements for installing and administering Coda. 1. A thorough understanding of the Windows server operating environment. 2. A basic understanding of Microsoft SQL Server 2005 administration and simple SQL queries. 2.2 Obtain Licenses Obtain ServletExec License As indicated in the DBSi 5.0 Infrastructure Architecture Blueprint, the New Atlanta ServletExec licenses are required to install and run Coda. The dealer or hosting provider will need to purchase these licenses. Visit the website for more information on this product and how to obtain licenses. As indicated in the Web Server Edit INI file section of this document, the ServletExec License= setting needs to be updated with your specific license keys Obtain Coda License File During a Caterpillar Solution Center Exit, the dealer needs to request this dealer specific Coda License file that is located on the solution center server. For new dealer installs, the dealer needs to request a new Coda License file from the DDS Support Center. As indicated in the Application Server Edit INI file section of this document, this file needs to be placed in the lib folder of the installation source. Then, the Application setup.ini file needs to be updated to reference this file. 2.3 Application Server Requirements Obtain Hardware 1. Determine if the Production and Development instances will be hosted on the same server or on separate servers. 2. Determine if a backup server will be set up. Also if it will be shared with the Development instance. Page 4 of 17

5 Prework Obtain Software 1. Install Windows 2003 Server. 2. Install Microsoft SQL Server Download the CodaAppInstall.zip file and unzip it to a folder on the disk of the application server. 2.4 Web Server Requirements Obtain Hardware 1. Determine if the Production and Development instances will be hosted on the same server or on a separate server. 2. Determine if a backup server will be set up. Also if it will be shared with the Development instance Obtain Software 1. Install Windows 2003 Server along with IIS 2. Download the CodaWebInstall.zip file and unzip it to a folder on the disk of the application server. 2.5 AS/400 Requirements for DBSi Integration IBM XML Toolkit for iseries (5733XT1) Required IBM Product IBM XML Toolkit version 1.1 for iseries (5733XT1) is a required software component on the AS/400. DBSi 5.0 uses this product to enable the DBS to Coda Synchronous Web Service integration. Page 5 of 17

6 Application Server Edit INI file 3 Application Server Edit INI file Before running the CODA Application Install scripts you must first change the values in the setup.ini file to match your environment. In the sample setup.ini file provided there are three environments created, it is possible to install more or less envirenments by changing the LSVs= line. If this line is changed then a corresponding subsection will need to be created/deleted for the scripts to work. The setup.ini file is found in the CodaAppInstall folder that was extracted from the zip file. [Install] Install Drive=E DealerCode=DDD [Instance] LSVs=DDDPRD,DDDFDC,DDDTRN (Change to match the drive where you want Coda installed) (Make this match your 3 digit dealercode) (Replace DDD with the 3 digit dealercode) [DDDPRD] (Replace DDD with the 3 digit dealercode) NameServerPort=10100 (This value must be unique for each instance) FinancialsLicenseFile=MQ1339LIVE10100comp.elf (Set this to license file *see note) DefaultCompany=DELTANACD (Set this to the name of your company in CODA) StartupDatabase=DLR_STARTUP.BAK (The initial db to restore *see note) LPAR name= (Enter the name of your as400) CCSID=37 (The CCSID of your as400 LPAR) Date Format=MM/dd/yyyy (The preferred date format, CASE Sensitive) CustomerStatementsPort=10155 (This value must be unique for each instance) [DDDFDC] (Replace DDD with the 3 digit dealercode) NameServerPort=10101 (This value must be unique for each instance) FinancialsLicenseFile=MQ1339LIVE10100comp.elf (Set this to license file *see note) DefaultCompany=DELTANACD (Set this to the name of your company in CODA) StartupDatabase=DLR_STARTUP.BAK (The initial db to restore *see note) LPAR name= (Enter the name of your as400) CCSID=37 (The CCSID of your as400 LPAR) Date Format=MM/dd/yyyy (The preferred date format, CASE Sensitive) CustomerStatementsPort=10156 (This value must be unique for each instance) [DDDTRN] (Replace DDD with the 3 digit dealercode) NameServerPort=10102 (This value must be unique for each instance) FinancialsLicenseFile=MQ1339LIVE10100comp.elf (Set this to license file *see note) DefaultCompany=DELTANACD (Set this to the name of your company in CODA) StartupDatabase=codatrain_fin_db.bak (The initial db to restore *see note) LPAR name= (Enter the name of your as400) CCSID=37 (The CCSID of your as400 LPAR) Date Format=MM/dd/yyyy (The preferred date format, CASE Sensitive) CustomerStatementsPort=10157 (This value must be unique for each instance) *Note: Place the CODA Financials license file, and the initial database backup in the lib folder of the installation source. Update this parameter to be the name of your file.. Page 6 of 17

7 Application Server 4 Application Server 4.1 Set Permissions and Groups on Install Drive Run 01.0 Set Permissions and Groups.exe from the CODAAppInstall\bin folder. 1. Removes the Users group from the install drive for security 2. Adds the Administrators group to the install drive 3. Creates Windows groups for granting permissions to shares and databases. 4.2 Install SQL Server Run 02.0 Install SQL Server 2005 and SP2.exe from the CODAAppInstall\bin folder. Note: This script is only for the Solution Center. Other s must obtain SQL Server licenses separately and manually install this software. 1. Installs SQL Server Installs SQL Server 2005 SP2 4.3 Install Java Run 03.0 Install Java JRE and JDBC Drivers.exe from the CODAAppInstall\bin folder. 1. Copies Java JDBC drivers to install drive 2. Installs Java v1.4.2_ Create Databases Run 04.0 Create DB instance and Set Users.exe from the CODAAppInstall\bin folder. 1. Creates SQL Server users for use with CODA 2. Creates databases for each instance 3. Creates link-tables_datawriter role in each database 4. Sets SQL and Windows Group user access to each database Page 7 of 17

8 Application Server 4.5 Install CODA Financials Run 05.0 Install CODA Financials on Application Server.exe from the CODAAppInstall\bin folder. 1. Installs the CODA Financials Server 2. Applies License file. 3. Creates the financials LSV for each instance 4. Applies Registry Values for each instance 4.6 Install CODA Framework Run 06.0 Install CODA Framework on Application Server.exe from the CODAAppInstall\bin folder. 1. Installs the CODA Framework Server 2. Copies patch and jar files 3. Creates the framework LSV for each instance 4. Edits the properties file 4.7 Install CODA epay and estatements Run 07.0 Install CODA epay and estatements on Application Server.exe from the CODAAppInstall\bin folder. 1. Installs CODA epay and estatements 2. Copies files to bin folder 3. Creates the addons LSV for each instance 4. Creates folders and copies files 5. Edits properties files 6. Creates share Page 8 of 17

9 Application Server 4.8 Install estatements Configurator Run 08.0 Install CODA estatements Configurator on Application Server.exe from the CODAAppInstall\bin folder. 1. Installs the CODA estatements Configurator on the application server. 2. Copies files to bin directory 3. Install econfigurator LSV for each instance 4. Edit properties file 4.9 Install Customer Statements Server Run 09.0 Customer Statement Instance.exe from the CODAAppInstall\bin folder. 1. Creates an instance of FNJSTATMNT 2. Edits properties files 3. Installs and starts the FNJSTATMNT service associated with the instance. 4. Creates share to output folder 4.10 Install CODA Financials Client Run 10.0 Install CODA Financials Client on Application Server.exe from the CODAAppInstall\bin folder. 1. Installs the CODA Financials Client on the application server. 2. Configures each instance of Financials LSVs Page 9 of 17

10 Application Server 4.11 Install Conversion Scripts Run 11.0 Conversion Backup and Restore Scripts.exe from the CODAAppInstall\bin folder. 1. Intialize CODA conversion backup/restore process 2. Schedules regular cleanup of backups 4.12 Configure Windows Services Run 12.0 Configure Windows Services.exe from the CODAAppInstall\bin folder. 1. Adds dependencies to the Windows Services for Coda Reboot the application server Run 13.0 Reboot.exe from the CODAAppInstall\bin folder. Page 10 of 17

11 Web Server Edit INI file 5 Web Server Edit INI file Before running the CODA Web Install scripts you must first change the values in the setup.ini file to match your environment. In the sample setup.ini file provided there are three environments created, it is possible to install more or less envirenments by changing the LSVs= line. If this line is changed then a corresponding subsection will need to be created/deleted for the scripts to work. The setup.ini file is found in the CodaWebInstall folder that was extracted from the zip file. [Install] Install Drive=E DealerCode=DDD Application Server Name= [Instance] LSVs=DDDPRD,DDDFDC,DDDTRN (Change to match the drive where you want Coda installed) (Make this match your 3 digit dealercode) (The name of the Coda App Server) (Replace DDD with the 3 digit dealercode) [DDDPRD] AS400 System Name= AS400 Library Name=LIBDDD AS400 Database Name=LIBDDD AS400 User Profile=CODASRV AS400 Password=CODACNV50 ServletExec License=xxxxx-xxx-xxxxx ServletExec Memory=768 ServletExec Memory WS=768 NameServerPort=10100 (Replace DDD with the 3 digit dealercode) (Enter the name of your as400) (Enter the as400 library) (Enter the as400 database) (Enter the as400 user for integration) (Enter the password for integration) (Enter the servletexec license key *see note) (Amount of java memory for servletexec) (Amount of java memory for WebServices) (Must match the value entered on the app server) [DDDFDC] (Replace DDD with the 3 digit dealercode) AS400 System Name= (Enter the name of your as400) AS400 Library Name=LIBDDD (Enter the as400 library) AS400 Database Name=LIBDDD (Enter the as400 database) AS400 User Profile=CODASRV (Enter the as400 user for integration) AS400 Password=CODACNV50 (Enter the password for integration) ServletExec License= xxxxx-xxx-xxxxx (Enter the servletexec license key *see note) ServletExec Memory=512 (Amount of java memory for servletexec) ServletExec Memory WS=512 (Amount of java memory for WebServices) NameServerPort=10101 (Must match the value entered on the app server) [DDDTRN] (Replace DDD with the 3 digit dealercode) AS400 System Name= (Enter the name of your as400) AS400 Library Name=LIBDDD (Enter the as400 library) AS400 Database Name=LIBDDD (Enter the as400 database) AS400 User Profile=CODASRV (Enter the as400 user for integration) AS400 Password=CODACNV50 (Enter the password for integration) ServletExec License= xxxxx-xxx-xxxxx (Enter the servletexec license key *see note) ServletExec Memory=128 (Amount of java memory for servletexec) ServletExec Memory WS=64 (Amount of java memory for WebServices) NameServerPort=10102 (Must match the value entered on the app server) *Note: Replace the ServletExec License value with your license key. Page 11 of 17

12 6 Web Server 6.1 Set Permissions and Groups on Install Drive Run 01.0 Set Permissions and Groups.au3 from the CodaWebInstall\bin folder. 1. Removes the Users group from the install drive for security 2. Adds the Administrators group to the install drive 3. Creates Windows groups for granting permissions to shares and databases. 4. Creates scripts directory and adds permissions CODA Installation Guide Web Server 6.2 Install Java Run 02.0 Install Java JRE.au3 from the CodaWebInstall\bin folder. 1. Installs Java v1.4.2_ Install Servlet Exec Run 03.0 Install & Configure ServletExec 4.2.au3 from the CodaWebInstall\bin folder. 1. Installs ServletExec 2. Creates all necessary instances of the ServletExec Runtime Environment. 3. Edits properties file 4. Edits batch start file for java memory settings 5. Set service to start automatically 6. Applies ServletExec hotfixes. 7. Creates the scripts virtual directories in IIS and sets permissions. 8. Check Internet Explorer for enhanced security configuration Page 12 of 17

13 Web Server 6.4 Install CODA Web Run 04.0 Install & Configure CODA Apps.au3 from the CodaWebInstall\bin folder. 1. Installs the Coda software. a. e-framework b. e-finance c. e-pay_e-statements d. e-configurator e. XMLi f. XMLiWebServices 2. Installs all SARs 3. Installs all custom code a. fnjinputxt & customer statements 4. Creates instance folders 5. Edits all configuration files 6. Configures servletexec license 7. Configures servletexec webfolders 8. Creates shared folders 6.5 Reboot the web server Run 05.0 Reboot.exe from the CODAAppInstall\bin folder Page 13 of 17

14 Manual Steps 7 Manual Steps 7.1 Configure AS/400 with Coda Instance Settings After finishing the install of Coda, refer to the DBSi CODA & 3rd Party Software Integrations Operations Guide v1.0.doc document to complete the AS/400 integration configuration. This guide can be accessed from the website. It is located on the Technical / DBSi 5.0 / Release Documentation web page. Use the DAUser account for the data audit configuration screens, and use the dddcoda user for the Coda integration screens. 7.2 Change service settings on Coda Application Server In the services tool on the Application server set all the Framework services other than PRD from automatic to manual. This is so that upon reboot, the Framework service for PRD will automatically start. If all Framework services are set to automatic, they will compete for resources after a restart and will not all start. This may cause PRD to not start and will keep users from using Coda. To start the other Framework services after a reboot, simply enter the services tool and start them one at a time. 7.3 Obtain SSL Certificate An SSL Certificate is required to complete the installation of CODA. CODA uses the SSL certificate to allow secure logons. This certificate typically is purchased from a certificate authority on the Internet. (eg. Verisign, Geotrust, etc.) 1. Generate a Certificate Signing Request (CSR) Select the Internet Information Services Manager within the Administrative Tools menu. Select the computer and web site (host) that you wish to secure. Right mouse-click to select Properties. Select the Directory Security tab. Select Server Certificate under Secure Communications Click Next in the Welcome to the Web Server Certificate Wizard window. Select Create a new certificate, Click Next. Select Prepare the request now, but send it later. At the Name and Security Settings screen, fill in the [friendly] name field for the new certificate. Select bit length. We recommend using 1024-bit length. Do NOT check Select cryptographic services provider (CSP) Click Next. Click Next. When creating a CSR you must follow these conventions. Enter your Distinguished Name Field information. The following characters can not be accepted: < > # $ % ^ * / \ ( )?&. This includes commas. Distinguished Name Explanation Example Field Common Name The fully qualified domain name If you intend to secure the URL Page 14 of 17

15 Organization for your web server. This must be an exact match. The exact legal name of your organization. Do not abbreviate your organization name. Page 15 of 17 then your CSR's common name must be myserver.mydomain.com. Dealer Inc. Organization Unit Section of the organization Sales City or Locality The city where your organization Atlanta is legally located. State or Province The state or province where your Georgia organization is legally located. Can not be abbreviated. Country/Region The two-letter ISO abbreviation for your country. US = United States CODA Installation Guide Manual Steps Enter your Administrator contact information. Enter a path and file name for the CSR. Verify your request and then click Next. At the Completing the Web Server screen, select Finish. DO NOT REMOVE the pending request or the.crt file will not match and your certificate will not install. Select Finish. 2. Submit request for SSL certificate. Some corporations that can create SSL Certificates include, GeoTrust, Verisign, Thawte, Entrust, Baltimore and others. Caterpillar uses GeoTrust. You will have to choose how long to have the SSL certificate valid. Two years is a good starting point. You can renew a certificate before it expires. After you submit the request, and pay for the certificate, you will receive the actual certificate. 3. Install SSL certificate. Select the Internet Information Service Manager within the Administrative Tools menu. Select the web site (host) for which the certificate was made. Right mouse-click and select Properties. Select the Directory Security tab. Select the Server Certificate option. The Welcome to the Web Server Certificate Wizard windows opens. Click OK. Select Process the pending request and install the certificate. Click Next. Browse to the location of the new certificate file at the Process a Pending Request window. The file extension may be.txt or.crt instead of.cer (Hint: search for files of type "all files") After the correct certificate file is selected, click Next. Select Port 443 for SSL. 443 is the default; other ports can be entered. Verify the Certificate Summary to make sure all information is accurate. Click Next. Select Finish. Select Web Site tab at the site s Properties window to edit your SSL Port 443 settings for this web server. Click OK. Test your certificate by connecting to your server. Use the https protocol directive (e.g. server/) to indicate you wish to use secure HTTP. The padlock icon on your Web browser will be displayed in the locked position if you have set up your site properly. 4. Backing up your key pair file Select the Internet Information Service Manager within the Administrative Tools menu. Select the web site (host) for which the certificate was made. Right mouse-click and select Properties. Select the Directory Security tab.

16 Manual Steps Select the Server Certificate option. The Welcome to the Web Server Certificate Wizard windows opens. Click OK. Select Export the current certificate to a.pfx file. Click Next. Select the path and file name. Click Next. Select a password. Click Next. View the certificate contents. Click on Finish. Keep this.pfx file in a safe place (e.g., You will need it if your system crashes!) Page 16 of 17

17 Appendix 8 Appendix 8.1 AutoIt AutoIt is a Windows scripting language that can automate many tasks. The CODA Install scripts are created and compiled with this tool and seek to simplify the install of CODA. For further information check the AutoIt website: Page 17 of 17

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

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

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

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

Synchronizer Installation

Synchronizer Installation Synchronizer Installation Synchronizer Installation Synchronizer Installation This document provides instructions for installing Synchronizer. Synchronizer performs all the administrative tasks for XenClient

More information

Metalogix Replicator. Quick Start Guide. Publication Date: May 14, 2015

Metalogix Replicator. Quick Start Guide. Publication Date: May 14, 2015 Metalogix Replicator Quick Start Guide Publication Date: May 14, 2015 Copyright Metalogix International GmbH, 2002-2015. All Rights Reserved. This software is protected by copyright law and international

More information

Setting Up SSL on IIS6 for MEGA Advisor

Setting Up SSL on IIS6 for MEGA Advisor Setting Up SSL on IIS6 for MEGA Advisor Revised: July 5, 2012 Created: February 1, 2008 Author: Melinda BODROGI CONTENTS Contents... 2 Principle... 3 Requirements... 4 Install the certification authority

More information

IIS 6.0SSL Certificate Deployment Guide

IIS 6.0SSL Certificate Deployment Guide IIS 6.0SSL Certificate Deployment Guide StartCom CA Limited Contents 1.Generate the CSR by customer.... 3 1.1 Generate the private key files and CSR files... 3 1.2 Create a new certificate request... 3

More information

http://docs.trendmicro.com

http://docs.trendmicro.com Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the product, please review the readme files,

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

etoken Enterprise For: SSL SSL with etoken

etoken Enterprise For: SSL SSL with etoken etoken Enterprise For: SSL SSL with etoken System Requirements Windows 2000 Internet Explorer 5.0 and above Netscape 4.6 and above etoken R2 or Pro key Install etoken RTE Certificates from: (click on the

More information

Installation and Configuration Guide

Installation and Configuration Guide Entrust Managed Services PKI Auto-enrollment Server 7.0 Installation and Configuration Guide Document issue: 1.0 Date of Issue: July 2009 Copyright 2009 Entrust. All rights reserved. Entrust is a trademark

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

Hardening Guide for EventTracker Server

Hardening Guide for EventTracker Server Hardening Guide for EventTracker Server Publication Date: Oct 17, 2014 EventTracker 8815 Centre Park Drive Columbia MD 21045 www.eventtracker.com Introduction The EventTracker solution includes a console

More information

HTTP communication between Symantec Enterprise Vault and Clearwell E- Discovery

HTTP communication between Symantec Enterprise Vault and Clearwell E- Discovery Securing HTTP communication between Symantec Enterprise Vault and Clearwell E- Discovery Requesting and Applying an SSL Certificate to secure communication ion from Clearwell E-Discovery to Enterprise

More information

Certificates for computers, Web servers, and Web browser users

Certificates for computers, Web servers, and Web browser users Entrust Managed Services PKI Certificates for computers, Web servers, and Web browser users Document issue: 3.0 Date of issue: June 2009 Copyright 2009 Entrust. All rights reserved. Entrust is a trademark

More information

Microsoft Exchange 2010 and 2007

Microsoft Exchange 2010 and 2007 Microsoft Exchange 2010 and 2007 Download the server certificate and intermediate certificates. Perform the following procedure for each of the intermediate certificates and then for the server certificate.

More information

HR Onboarding Solution

HR Onboarding Solution HR Onboarding Solution Installation and Setup Guide Version: 3.0.x Compatible with ImageNow Version: 6.7.x Written by: Product Documentation, R&D Date: November 2014 2014 Perceptive Software. All rights

More information

Symantec Backup Exec 12.5 for Windows Servers. Quick Installation Guide

Symantec Backup Exec 12.5 for Windows Servers. Quick Installation Guide Symantec Backup Exec 12.5 for Windows Servers Quick Installation Guide 13897290 Installing Backup Exec This document includes the following topics: System requirements Before you install About the Backup

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

Installation and Setup Guide

Installation and Setup Guide Installation and Setup Guide Contents 1. Introduction... 1 2. Before You Install... 3 3. Server Installation... 6 4. Configuring Print Audit Secure... 11 5. Licensing... 16 6. Printer Manager... 17 7.

More information

Customer Tips. Xerox Network Scanning HTTP/HTTPS Configuration using Microsoft IIS. for the user. Purpose. Background

Customer Tips. Xerox Network Scanning HTTP/HTTPS Configuration using Microsoft IIS. for the user. Purpose. Background Xerox Multifunction Devices Customer Tips June 5, 2007 This document applies to these Xerox products: X WC Pro 232/238/245/ 255/265/275 for the user Xerox Network Scanning HTTP/HTTPS Configuration using

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

Server Installation Guide ZENworks Patch Management 6.4 SP2

Server Installation Guide ZENworks Patch Management 6.4 SP2 Server Installation Guide ZENworks Patch Management 6.4 SP2 02_016N 6.4SP2 Server Installation Guide - 2 - Notices Version Information ZENworks Patch Management Server Installation Guide - ZENworks Patch

More information

Millennium Drive. Installation Guide

Millennium Drive. Installation Guide Millennium Drive Installation Guide This is a publication of Abila, Inc. Version 2015.1 2015 Abila, Inc. and its affiliated entities. All rights reserved. Abila, the Abila logos, and the Abila product

More information

XenClient Enterprise Synchronizer Installation Guide

XenClient Enterprise Synchronizer Installation Guide XenClient Enterprise Synchronizer Installation Guide Version 5.1.0 March 26, 2014 Table of Contents About this Guide...3 Hardware, Software and Browser Requirements...3 BIOS Settings...4 Adding Hyper-V

More information

Upgrading from Call Center Reporting to Reporting for Call Center

Upgrading from Call Center Reporting to Reporting for Call Center Upgrading from Call Center Reporting to Reporting for Call Center www.nortelnetworks.com 2003 Nortel Networks i Table of Contents Table of Contents Change History...1 How to use this guide...2 Introduction...

More information

Migrating helpdesk to a new server

Migrating helpdesk to a new server Migrating helpdesk to a new server Table of Contents 1. Helpdesk Migration... 2 Configure Virtual Web on IIS 6 Windows 2003 Server:... 2 Role Services required on IIS 7 Windows 2008 / 2012 Server:... 2

More information

Sophos Mobile Control Installation guide. Product version: 3

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

More information

Kaseya Server Instal ation User Guide June 6, 2008

Kaseya Server Instal ation User Guide June 6, 2008 Kaseya Server Installation User Guide June 6, 2008 About Kaseya Kaseya is a global provider of IT automation software for IT Solution Providers and Public and Private Sector IT organizations. Kaseya's

More information

e-cert (Server) User Guide For Microsoft IIS 7.0

e-cert (Server) User Guide For Microsoft IIS 7.0 e-cert (Server) User Guide For Microsoft IIS 7.0 Revision Date: Sep 2015 Table of Content A. Guidelines for e-cert (Server) Applicant... 3 New and Renew Application... 4 B. Generating Certificate Signing

More information

Kony MobileFabric. Sync Windows Installation Manual - WebSphere. On-Premises. Release 6.5. Document Relevance and Accuracy

Kony MobileFabric. Sync Windows Installation Manual - WebSphere. On-Premises. Release 6.5. Document Relevance and Accuracy Kony MobileFabric Sync Windows Installation Manual - WebSphere On-Premises Release 6.5 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and

More information

BASIC CLASSWEB.LINK INSTALLATION MANUAL

BASIC CLASSWEB.LINK INSTALLATION MANUAL LINKS MODULAR SOLUTIONS BASIC CLASSWEB.LINK INSTALLATION MANUAL classweb.link installation Links Modular Solutions Pty Ltd Table of Contents 1. SYSTEM REQUIREMENTS 3 2. DATABASES 3 Standalone Links Database

More information

Reporting for Contact Center Setup and Operations Guide. BCM Contact Center

Reporting for Contact Center Setup and Operations Guide. BCM Contact Center Reporting for Contact Center Setup and Operations Guide BCM Contact Center Document Number: NN40040-302 Document Status: Standard Document Version: 04.00 Part Code: N0060637 Date: June 2006 Copyright 2005

More information

http://docs.trendmicro.com

http://docs.trendmicro.com Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the product, please review the readme files,

More information

Installation Guide for contineo

Installation Guide for contineo Installation Guide for contineo Sebastian Stein Michael Scholz 2007-02-07, contineo version 2.5 Contents 1 Overview 2 2 Installation 2 2.1 Server and Database....................... 2 2.2 Deployment............................

More information

Pearl Echo Installation Checklist

Pearl Echo Installation Checklist Pearl Echo Installation Checklist Use this checklist to enter critical installation and setup information that will be required to install Pearl Echo in your network. For detailed deployment instructions

More information

Centran Version 4 Getting Started Guide KABA MAS. Table Of Contents

Centran Version 4 Getting Started Guide KABA MAS. Table Of Contents Page 1 Centran Version 4 Getting Started Guide KABA MAS Kaba Mas Welcome Kaba Mas, part of the world-wide Kaba group, is the world's leading manufacturer and supplier of high security, electronic safe

More information

QMX ios MDM Pre-Requisites and Installation Guide

QMX ios MDM Pre-Requisites and Installation Guide QMX ios MDM Pre-Requisites and Installation Guide QMX System Requirements The following requirements apply to the system that QMX will be installed on. This system will host the QMX MDM Service. These

More information

MICROSTRATEGY 9.3 Supplement Files Setup Transaction Services for Dashboard and App Developers

MICROSTRATEGY 9.3 Supplement Files Setup Transaction Services for Dashboard and App Developers NOTE: You can use these instructions to configure instructor and student machines. Software Required Microsoft Access 2007, 2010 MicroStrategy 9.3 Microsoft SQL Server Express 2008 R2 (free from Microsoft)

More information

Upgrading from Call Center Reporting to Reporting for Contact Center. BCM Contact Center

Upgrading from Call Center Reporting to Reporting for Contact Center. BCM Contact Center Upgrading from Call Center Reporting to Reporting for Contact Center BCM Contact Center Document Number: NN40010-400 Document Status: Standard Document Version: 02.00 Date: June 2006 Copyright Nortel Networks

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

Trend Micro Worry-Free Remote Manager Agent Installation Guide

Trend Micro Worry-Free Remote Manager Agent Installation Guide Trend Micro Worry-Free Remote Manager Agent Installation Guide Agent Installation Guide The Agent Installation Guide contains information about the Worry-Free Remote Manager (WFRM) agent installation process

More information

Iowa Immunization Registry Information System (IRIS) Web Services Data Exchange Setup. Version 1.1 Last Updated: April 14, 2014

Iowa Immunization Registry Information System (IRIS) Web Services Data Exchange Setup. Version 1.1 Last Updated: April 14, 2014 Iowa Immunization Registry Information System (IRIS) Web Services Data Exchange Setup Version 1.1 Last Updated: April 14, 2014 Table of Contents SSL Certificate Creation... 3 Option 1: Complete the Provider

More information

Contents. Before You Install... 3. Server Installation... 5. Configuring Print Audit Secure... 10

Contents. Before You Install... 3. Server Installation... 5. Configuring Print Audit Secure... 10 Installation Guide Contents Before You Install... 3 Server Installation... 5 Configuring Print Audit Secure... 10 Configuring Print Audit Secure to use with Print Audit 6... 15 Licensing Print Audit Secure...

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

Microsoft IIS 4 Guide to Installing Root Certificates, Generating CSR and Installing SSL Certificate

Microsoft IIS 4 Guide to Installing Root Certificates, Generating CSR and Installing SSL Certificate Microsoft IIS 4 Guide to Installing Root Certificates, Generating CSR and Installing SSL Certificate Copyright. All rights reserved. Trustis Limited Building 273 New Greenham Park Greenham Common Thatcham

More information

isupplier PORTAL ACCESS SYSTEM REQUIREMENTS

isupplier PORTAL ACCESS SYSTEM REQUIREMENTS TABLE OF CONTENTS Recommended Browsers for isupplier Portal Recommended Microsoft Internet Explorer Browser Settings (MSIE) Recommended Firefox Browser Settings Recommended Safari Browser Settings SYSTEM

More information

Wavecrest Certificate

Wavecrest Certificate Wavecrest InstallationGuide Wavecrest Certificate www.wavecrest.net Copyright Copyright 1996-2015, Wavecrest Computing, Inc. All rights reserved. Use of this product and this manual is subject to license.

More information

Configuring Secure Socket Layer (SSL) for use with BPM 7.5.x

Configuring Secure Socket Layer (SSL) for use with BPM 7.5.x Configuring Secure Socket Layer (SSL) for use with BPM 7.5.x Configuring Secure Socket Layer (SSL) communication for a standalone environment... 2 Import the Process Server WAS root SSL certificate into

More information

Adeptia Suite 6.2. Application Services Guide. Release Date October 16, 2014

Adeptia Suite 6.2. Application Services Guide. Release Date October 16, 2014 Adeptia Suite 6.2 Application Services Guide Release Date October 16, 2014 343 West Erie, Suite 440 Chicago, IL 60654, USA Phone: (312) 229-1727 x111 Fax: (312) 229-1736 Document Information DOCUMENT INFORMATION

More information

SafeGuard Enterprise Web Helpdesk. Product version: 6 Document date: February 2012

SafeGuard Enterprise Web Helpdesk. Product version: 6 Document date: February 2012 SafeGuard Enterprise Web Helpdesk Product version: 6 Document date: February 2012 Contents 1 SafeGuard web-based Challenge/Response...3 2 Installation...5 3 Authentication...8 4 Select the Web Helpdesk

More information

SSL Enablement of the DB2 Web Query for System i Server

SSL Enablement of the DB2 Web Query for System i Server SSL Enablement of the DB2 Web Query for System i Server By default the DB2 Web Query server listens on a non-secure port of 12331. In order to change the server to make the 12331 port SSL enabled, the

More information

Fusion Installer Instructions

Fusion Installer Instructions Fusion Installer Instructions This is the installation guide for the Fusion NaviLine installer. This guide provides instructions for installing, updating, and maintaining your Fusion REST web service.

More information

How To Enable A Websphere To Communicate With Ssl On An Ipad From Aaya One X Portal 1.1.3 On A Pc Or Macbook Or Ipad (For Acedo) On A Network With A Password Protected (

How To Enable A Websphere To Communicate With Ssl On An Ipad From Aaya One X Portal 1.1.3 On A Pc Or Macbook Or Ipad (For Acedo) On A Network With A Password Protected ( Avaya one X Portal 1.1.3 Lightweight Directory Access Protocol (LDAP) over Secure Socket Layer (SSL) Configuration This document provides configuration steps for Avaya one X Portal s 1.1.3 communication

More information

Shakambaree Technologies Pvt. Ltd.

Shakambaree Technologies Pvt. Ltd. Welcome to Support Express by Shakambaree Technologies Pvt. Ltd. Introduction: This document is our sincere effort to put in some regular issues faced by a Digital Signature and USB Token user doing on

More information

Sophos Mobile Control Installation guide. Product version: 3.6

Sophos Mobile Control Installation guide. Product version: 3.6 Sophos Mobile Control Installation guide Product version: 3.6 Document date: November 2013 Contents 1 Introduction...3 2 The Sophos Mobile Control server...5 3 Set up Sophos Mobile Control...11 4 External

More information

Active Directory Authentication Integration

Active Directory Authentication Integration Active Directory Authentication Integration This document provides a detailed explanation of how to integrate Active Directory into the ipconfigure Installation of a Windows 2003 Server for network security.

More information

Generating an Apple Push Notification Service Certificate for use with GO!Enterprise MDM. This guide provides information on...

Generating an Apple Push Notification Service Certificate for use with GO!Enterprise MDM. This guide provides information on... Generating an Apple Push Notification Service Certificate for use with GO!Enterprise MDM This guide provides information on...... APNs Requirements Tips on Enrolling in the ios Developer Enterprise Program...

More information

Operating System Installation Guide

Operating System Installation Guide Operating System Installation Guide This guide provides instructions on the following: Installing the Windows Server 2008 operating systems on page 1 Installing the Windows Small Business Server 2011 operating

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

BusinessLink Software Support

BusinessLink Software Support BusinessLink Software Support V2R5 Upgrade Instructions Existing SSL Installations SSL Certificate Conversion Pre-Upgrade Table of Contents Overview... 1 Requirements For Certificate Conversion... 1 OS/400

More information

BlackBerry Enterprise Service 10. Version: 10.2. Configuration Guide

BlackBerry Enterprise Service 10. Version: 10.2. Configuration Guide BlackBerry Enterprise Service 10 Version: 10.2 Configuration Guide Published: 2015-02-27 SWD-20150227164548686 Contents 1 Introduction...7 About this guide...8 What is BlackBerry Enterprise Service 10?...9

More information

Oracle WebCenter Content Service for Microsoft Exchange

Oracle WebCenter Content Service for Microsoft Exchange Oracle WebCenter Content Service for Microsoft Exchange Installation and Upgrade Guide 10g Release 3 (10.3) November 2008 Oracle WebCenter Content Service for Microsoft Exchange Installation and Upgrade

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

Getting Started using the SQuirreL SQL Client

Getting Started using the SQuirreL SQL Client Getting Started using the SQuirreL SQL Client The SQuirreL SQL Client is a graphical program written in the Java programming language that will allow you to view the structure of a JDBC-compliant database,

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

Configuration (X87) SAP Mobile Secure: SAP Afaria 7 SP5 September 2014 English. Building Block Configuration Guide

Configuration (X87) SAP Mobile Secure: SAP Afaria 7 SP5 September 2014 English. Building Block Configuration Guide SAP Mobile Secure: SAP Afaria 7 SP5 September 2014 English Afaria Network Configuration (X87) Building Block Configuration Guide SAP SE Dietmar-Hopp-Allee 16 69190 Walldorf Germany Copyright 2014 SAP SE

More information

ADFS 2.0 Application Director Blueprint Deployment Guide

ADFS 2.0 Application Director Blueprint Deployment Guide Introduction: ADFS 2.0 Application Director Blueprint Deployment Guide Active Directory Federation Service (ADFS) is a software component from Microsoft that allows users to use single sign-on (SSO) to

More information

HP Business Availability Center

HP Business Availability Center HP Business Availability Center for the Windows and Solaris operating systems Software Version: 8.05 Business Process Monitor Administration Document Release Date:September 2010 Software Release Date:

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

HTTPS Configuration for SAP Connector

HTTPS Configuration for SAP Connector HTTPS Configuration for SAP Connector 1993-2015 Informatica LLC. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording or otherwise) without

More information

DocuShare Installation Guide

DocuShare Installation Guide DocuShare Installation Guide Publication date: February 2011 This document supports DocuShare Release 6.6.1 Prepared by: Xerox Corporation DocuShare Business Unit 3400 Hillview Avenue Palo Alto, California

More information

Creating the Certificate Request

Creating the Certificate Request Creating the Certificate Request Now that we have installed the Certificate Services component, it s time to create the Certificate Request for ourdefault Website. We should therefore do the following:

More information

webmethods Certificate Toolkit

webmethods Certificate Toolkit Title Page webmethods Certificate Toolkit User s Guide Version 7.1.1 January 2008 webmethods Copyright & Document ID This document applies to webmethods Certificate Toolkit Version 7.1.1 and to all subsequent

More information

APNS Certificate generating and installation

APNS Certificate generating and installation APNS Certificate generating and installation Quick Guide for generating and installing an Apple APNS Certificate Version: x.x MobiDM Quick Guide for APNS Certificate Page 1 Index 1. APPLE APNS CERTIFICATE...

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

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

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

AvePoint Meetings 3.2.2 for SharePoint On-Premises. Installation and Configuration Guide

AvePoint Meetings 3.2.2 for SharePoint On-Premises. Installation and Configuration Guide AvePoint Meetings 3.2.2 for SharePoint On-Premises Installation and Configuration Guide Issued August 2015 Table of Contents About AvePoint Meetings for SharePoint... 4 System Requirements... 5 2 System

More information

Introduction. There are several bits of information that must be moved:

Introduction. There are several bits of information that must be moved: Backup and restore on new hardware XProtect Professional VMS Products 2014: XProtect Enterprise 2014, XProtect Professional 2014, XProtect Express 2014, XProtect Essential 2014 Introduction This document

More information

VERITAS Backup Exec 9.1 for Windows Servers Quick Installation Guide

VERITAS Backup Exec 9.1 for Windows Servers Quick Installation Guide VERITAS Backup Exec 9.1 for Windows Servers Quick Installation Guide N109548 Disclaimer The information contained in this publication is subject to change without notice. VERITAS Software Corporation makes

More information

Deploying System Center 2012 R2 Configuration Manager

Deploying System Center 2012 R2 Configuration Manager Deploying System Center 2012 R2 Configuration Manager This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED, OR STATUTORY, AS TO THE INFORMATION IN THIS DOCUMENT.

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

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

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

SafeGuard Enterprise Web Helpdesk. Product version: 6.1

SafeGuard Enterprise Web Helpdesk. Product version: 6.1 SafeGuard Enterprise Web Helpdesk Product version: 6.1 Document date: February 2014 Contents 1 SafeGuard web-based Challenge/Response...3 2 Scope of Web Helpdesk...4 3 Installation...5 4 Allow Web Helpdesk

More information

Buffalo Technology: Migrating your data to Windows Storage Server 2012 R2

Buffalo Technology: Migrating your data to Windows Storage Server 2012 R2 Buffalo Technology: Migrating your data to Windows Storage Server 2012 R2 1 Buffalo Technology: Migrating your data to Windows Storage Server 2012 R2 Contents Chapter 1 Data migration method:... 3 Chapter

More information

MGC WebCommander Web Server Manager

MGC WebCommander Web Server Manager MGC WebCommander Web Server Manager Installation and Configuration Guide Version 8.0 Copyright 2006 Polycom, Inc. All Rights Reserved Catalog No. DOC2138B Version 8.0 Proprietary and Confidential The information

More information

SQL Server 2008 R2 Express Edition Installation Guide

SQL Server 2008 R2 Express Edition Installation Guide Hardware, Software & System Requirements for SQL Server 2008 R2 Express Edition To get the overview of SQL Server 2008 R2 Express Edition, click here. Please refer links given below for all the details

More information

FileMaker Server 14. FileMaker Server Help

FileMaker Server 14. FileMaker Server Help FileMaker Server 14 FileMaker Server Help 2007 2015 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and FileMaker Go are trademarks

More information

Matisse Installation Guide for MS Windows. 10th Edition

Matisse Installation Guide for MS Windows. 10th Edition Matisse Installation Guide for MS Windows 10th Edition April 2004 Matisse Installation Guide for MS Windows Copyright 1992 2004 Matisse Software Inc. All Rights Reserved. Matisse Software Inc. 433 Airport

More information

SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide

SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide Copyright and Trademark Statements 2014 ViewSonic Computer Corp. All rights reserved. This document contains proprietary information that

More information

Microsoft IIS Integration Guide

Microsoft IIS Integration Guide Microsoft IIS Integration Guide Preface Preface 2015 SafeNet, Inc. All rights reserved. Part Number: 007-011955-001 (Rev E, 12/2015) All intellectual property is protected by copyright. All trademarks

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

Installation Guide. . All right reserved. For more information about Specops Inventory and other Specops products, visit www.specopssoft.

Installation Guide. . All right reserved. For more information about Specops Inventory and other Specops products, visit www.specopssoft. . All right reserved. For more information about Specops Inventory and other Specops products, visit www.specopssoft.com Copyright and Trademarks Specops Inventory is a trademark owned by Specops Software.

More information

Generating an Apple Push Notification Service Certificate for use with GO!Enterprise MDM. This guide provides information on...

Generating an Apple Push Notification Service Certificate for use with GO!Enterprise MDM. This guide provides information on... Generating an Apple Push Notification Service Certificate for use with GO!Enterprise MDM This guide provides information on...... APNs Requirements Tips on Enrolling in the ios Developer Enterprise Program...

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

10gAS SSL / Certificate Based Authentication Configuration

10gAS SSL / Certificate Based Authentication Configuration I. Overview This document covers the processes required to create a self-signed certificate or to import a 3 rd party certificate using the Oracle Certificate Authority. In addition, the steps to configure

More information

How To Configure CU*BASE Encryption

How To Configure CU*BASE Encryption How To Configure CU*BASE Encryption Configuring encryption on an existing CU*BASE installation INTRODUCTION This booklet was created to assist CU*Answers clients with the configuration of encrypted CU*BASE

More information