TARGETPROCESS INSTALLATION GUIDE

Size: px
Start display at page:

Download "TARGETPROCESS INSTALLATION GUIDE"

Transcription

1 TARGETPROCESS INSTALLATION GUIDE v.2.19 Installation Guide This document describes installation of TargetProcess application and common problems with resolutions. 1

2 PREREQUISITES... 3 SERVER REQUIREMENTS... 3 HARDWARE... 3 Recommended configuration... 3 Application Server Recommended Hardware... 3 Database Server Recommended Hardware... 4 CLIENT REQUIREMENT... 4 PREREQUISITES INSTALLATION... 4 INSTALLING PREREQUISITES USING MICROSOFT WEB PLATFORM... 4 MANUAL PREREQUISITES INSTALLATION... 5 Step 1. IIS Installation... 5 Step 2..NET Framework 3.5 Installation... 6 Step 3. SQL Server 2005 Express Installation... 6 TARGETPROCESS INSTALLATION... 8 AUTOMATIC INSTALLATION... 8 Configure Files Storage Configure Language (culture) Settings Licenses TARGETPROCESS INSTALLATION (FROM ARCHIVE) UNPACKING APPLICATION'S WEB SITE CREATION SQL SERVER DATABASE CREATION AUDIT HISTORY PERMISSIONS RUNNING LICENSES UPDATE TARGETPROCESS TO NEW VERSION UPDATE TARGETPROCESS TO NEW VERSION (FROM ARCHIVE) INTEGRATED WINDOWS AUTHENTICATION TECHNICAL INFORMATION TROUBLESHOOTING NET 3.5 IS NOT INSTALLED PAGE INSTEAD TARGETPROCESS LOGIN PAGE JAVASCRIPT ERRORS, ADD LINK DOES NOT WORK CAN T CHANGE TERMS IN PROCESS CAN T ADD ATTACHMENT PROGRESS REPORTS ARE EMPTY OTHER IMPORTANT NOTES: 2

3 TargetProcess requires.net Framework 3.5 Service Pack 1. TargetProcess will not install if there is no.net 3.5 on the server IIS must be installed before.net Framework 3.5 Service Pack 1. Otherwise you may have problems and should run aspnet_regiis i to resolve them Session MUST be enabled for ASP.NET applications in machine.config or TargetProcess Web.config Database user role (sa or another login) should have permissions to create database. It is required for correct database installation Prerequisites Server Requirements Windows 2000/2003/XP Pro (Home edition does not support IIS)/Vista/2008 MSSQL 2005/2008 Server or MSSQL 2005/2008 Express. Express is a free database engine and it can be downloaded from Microsoft web site Internet Information Server (IIS 5 or higher).net framework 3.5 Service Pack 1. Can be downloaded from Microsoft web site 5d1a- 413d da479ab0d7&displaylang=en Hardware Minimal CPU: 2 GHz or higher Memory: 1 GB or higher HDD: 2 GB or higher (depends on company size and data volumes) Recommended configuration concurrent users servers server. Database installed on the same server database server + 1 application server Application Server Recommended Hardware concurrent users 3

4 CPU: Intel Core 2 Duo E6300, AMD Athlon 64 X (or higher) RAM: 2GB 100+ CPU: Intel Core 2 Duo E6600 (or higher) RAM: 4GB Database Server Recommended Hardware CPU: Intel Core 2 Duo E6300, AMD Athlon 64 X (or higher) RAM: 2GB+ SCSI Hard Drive Client Requirement Web browser: Internet Explorer 7+ FireFox 3+ (recommended) Safari 3+ (recommended) Google Chrome (recommended) Note: you must set your browser to allow cookies and enable JavaScript. Prerequisites Installation The fastest way to install all prerequisites is to use Microsoft Web Platform Installer. Installing Prerequisites Using Microsoft Web Platform Microsoft Web Platform is a set of tools with a nice installer. It includes IIS, MSSQL Server 2008 Express,.NET 3.5. In other words, it has everything you need to run TargetProcess on your local workstation or local server. You need to download Web Platform Installer from run it and mark the following components to install:.net Framework 3.5 SP1 SQL Express 2008 Internet Information Services 4

5 It will guide you through the installation process of all components. Manual Prerequisites Installation If you don t have environment installed, software should be installed in the following order: 1. Install IIS from your Windows Install CD 2. Install.NET Framework 3.5 Service Pack 1 3. Install SQL Server 2005/2008 or SQL Server 2005/2008 Express Note: IIS must be installed before.net Framework 3.5 Service Pack 1, otherwise you may see strange problem after TargetProcess installation: login page will not have images and input fields. Please, refer troubleshooting section in the end of this document to resolve this problem. Step 1. IIS Installation If you use Windows XP Pro you can install IIS 5.1 from the Windows XP Pro installation CD. 1. Open Add/Remove Windows Components in Add/Remove Programs in the Control Panel. 5

6 2. Mark check box for Internet Information Services (IIS) Step 2..NET Framework 3.5 Installation Download installer from 5d1a- 413d da479ab0d7&displaylang=en Run it. Step 3. SQL Server 2005 Express Installation Important: SQL Server 2005 Express should be installed in Mixed Mode Download MSSQL 2005 from 1. Run installer and click Next several times till Registration Information. Fill your name and company name. Click Next. 2. Select Client Components feature. Click Next. 6

7 3. Select Mixed Mode and specify password (for example, adm1n) 7

8 4. Click Next till the installation completion. TargetProcess Installation Automatic Installation Unpack TargetProcess_xxx.zip into any folder 1. Run TP- 2.x.x.x- setup.exe 2. Click Next, read license agreement and click I Agree 3. Select required culture (it will affect dates and numbers formats) 8

9 4. TargetProcess automatically detects default IIS wwwroot folder and set default installation values. You may leave them as is and click Next 9

10 5. Specify database parameters (server, database name, login and password). Note. If you have installed MSDE as described above, you should set adm1n in Password field. Database Server Name should be <NETBIOS_SERVER_NAME>\SQLEXPRESS. Click Install. 10

11 6. After several seconds TargetProcess will be installed. 11

12 7. Click Finish. Web browser will be started and login page will appear. 8. Login using admin/admin login and password Configure Files Storage TargetProcess may store files in database or on hard drive. By default attachments stored in uploads folder. To select database as files storage open Web.config and set the following parameter to true <add key="attachment.usedatabase" value="true"/> Configure Language (culture) Settings Open Web.config file and change the following parameter <globalization requestencoding="utf-8" responseencoding="utf-8" culture="en-us" uiculture="en-us" enableclientbasedculture="false"/> For example, Italian culture <globalization requestencoding="utf-8" responseencoding="utf-8" culture="it-it" uiculture="it-it" enableclientbasedculture="false"/> Complete list of cultures can be found at us/library/system.globalization.cultureinfo(vs.80).aspx IMPORTANT: Database user and TargetProcess application should have the same language, otherwise there will be problems with date conversions. For example, if TargetProcess accesses database with sa user and configured for Italian culture in Web.config, sa user should have Italian as Default Language (to check that, open SQL Server Enterprise Manager, click Security - > Logins, find sa user and check it Default Language setting) Licenses See Licenses section below to activate TargetProcess and apply licenses. TargetProcess Installation (from Archive) If automatic installer does not work for you (for example, you have no remote access to the server) contact us about archive package. Steps Overview: 12

13 1. Unpack TargetProcess 2. Create virtual folder 3. Create SQL Server database 4. Permissions set 5. Run TargetProcess 1. Unpacking Unpack TargetProcess_xxx.zip into any folder. In this guide we will assume that zip archive unpacked into D:/TargetProcess folder 2. Application's Web Site Creation 1. Create new virtual folder or new web site in IIS. For example, 13

14 2. If you run Windows 2003 create Application Pool for TargetProcess and select ASP.NET 2.0 for this Application Pool 3. Copy all files from D:/TargetProcess/wwwroot directory into virtual folder's root directory 3. SQL Server Database Creation 1. Create new database. In the instructions below we will use tpdb database name. 2. Run Install_2.17.x.x.sql (where x.x - should be the latest version) from D:/TargetProcess/sql folder to create tpdb structure. This script creates required tables. If you have Query Analyzer: 14

15 a. Sql file has hardcoded database name TargetProcess if you want to change this name you should replace TargetProcess with your database name. 3. Open Web.config and change the connection string in the following key: <property name="connection.connection_string">server=(local);initial catalog=tpdb;user id=sa;password=adm1n;connection Timeout=3600</property> 4. Audit History Now it is required to convert audit history into the new format using Tp.HistoryConversion.UI.exe utility. Find executable Tp.HistoryConversion.UI.exe in TargetProcess archive. Execute the following command using command line: Tp.HistoryConversion.UI.exe /connection:" Server=(local);initial catalog=tpdb;user id=sa;password=adm1n;" /culture:"en-us" connection argument is the connection string to your MS SQL Server. 15

16 culture argument is the required culture name (optional, will be used default if the culture argument is not provided) 5. Permissions It is required to give full permissions on Uploads and Img folders and Web.config file for ASPNET (or IIS_WPG or NETWORK SERVICE in Windows 2003). Folders and files located in: <path to targetprocess>\upload <path to targetprocess>\img 6. Running Open browser and type in the address field. Login using admin/admin login and password Licenses You should receive License Key by . If you don t have License Key please contact info@targetprocess.com to resolve this problem. Login into TargetProcess and navigate to Admin - > License and click Register your copy of TargetProcess link. Automatic Activation 1. Select Automatic activation and click Next 2. Enter your License Key and click Next 3. System automatically retrieve license information and apply it to TargetProcess Manual Activation 1. Download License File from Customer Center at You should login into Customer Center using your License Key. 2. Select Manual activation and click Next 3. Upload License File and click Next 4. System register/update license information and shows success message Update TargetProcess to New Version Update is quite simple if you installed TargetProcess using automatic installer. Visit your account in Customer Center (URL looks like 16

17 and download latest version of TargetProcess. Update steps: 1. Create database backup. You may do that using SQL Server Management Studio for example. 2. Create application backup. Copy all files from [tp_root] to safe location. 3. Unzip installer and run it. Click Next and accept license agreement. No you will see a screen that ask you about new install or update. Select Update and click Next Click Next and Installer asks you about backup creation 17

18 If you did not make the backup, it is a good time to create it. Then click Next and Installer does all the job (replace application files, run database update scripts). If you upgrade from v.2.11, Installer will convert audit history records into the new format. It may take up to several hours on large database. 18

19 Update TargetProcess to New Version (from Archive) Visit your account in Customer Center (URL looks like and download latest version of TargetProcess. Unpack TargetProcess_xxx.zip into any folder. In this guide we will assume that zip archive unpacked into D:/TargetProcess folder Update steps: 1. Create database backup. You may do that using SQL Server Management Studio for example. 2. Create application backup. Copy all files from [tp_root] to safe location (for example, you may have TargetProcess installed in C:/Inetpub/wwwroot/TargetProcess/wwwroot folder). It is important to copy Web.config file and Upload folder. We will call this copy old. 3. Stop TargetProcess web site in IIS Administration Console. 4. Copy all files from unzipped D:/TargetProcess/wwwroot directory into virtual folder's root directory. For example, if may have TargetProcess installed in C:/Inetpub/wwwroot/TargetProcess/wwwroot folder. It means you should copy all files from D:/TargetProcess/wwwroot into C:/Inetpub/wwwroot/TargetProcess/wwwroot. 5. Open old Web.config file and find database connection string. It may look like <property name="connection.connection_string">server=(local);initial catalog=tpdb;user id=sa;password=adm1n;connection Timeout=3600</property> Copy this connection string. Open new Web.config file and replace the key with old key. 6. Copy old Upload folder into C:/Inetpub/wwwroot/TargetProcess/wwwroot. 7. Run required update files Update_2.x.x.sql one by one from D:/TargetProcess/sql folder. IMPORTANT: updates should be run incrementally, for example Update_ sql, Update_ sql, etc. (check Version table in database to make sure what version you have installed. For example, if you have installed , you should run all scripts that have number or higher) a. Each sql file has USE line. You should delete it or with correct database name. For example, USE "tpdb". 8. IMPORTANT: If you update from v.2.11 to v.2.12 or higher, it is required to convert audit history into the new format using Tp.HistoryConversion.UI.exe utility. 19

20 Find executable Tp.HistoryConversion.UI.exe in TargetProcess archive in Tool folder. Execute the following command using command line: Tp.HistoryConversion.UI.exe /connection:"server=(local);initial catalog=targetprocess;integrated Security=SSPI" /culture:"en-us" connection argument is the connection string to your MS SQL Server. culture argument is the required culture name (optional, will be used default if the culture argument is not provided) It will convert history data and after the conversion upgrade will be completed. Integrated Windows Authentication TargetProcess supports Integrated Windows Authentication. Two actions required to enable them: 1. Enable Integrated Windows Authentication for TargetProcess virtual folder (Internet Information Services Manager - > right click on TP virtual folder - > Properties - > Directory Security - > Authentication and access control). IMPORTANT: Disable anonymous access, otherwise integration will not work 20

21 2. Specify Active Directory User Logon Name for users in TargetProcess (for example if you have windows domain CompanyUsers and user login ted, then you should specify Active Directory User Logon Name as CompanyUsers\ted) Then when user will access TargetProcess he will be automatically authenticated and redirected directly to Dashboard screen. Technical Information TargetProcess installer does the following: 1. Creates application pool for TargetProcess application for ASP.NET Creates virtual folder and binds it to TargetProcess Application Pool 3. Copy all required files into virtual folder 4. Set write permissions to <path to targetprocess>\upload folder 5. Creates database or update existing database to latest version (database user should have permissions to create database. It is required for correct database installation) 6. Modify Web.config and set correct database connection string TargetProcess based on the following technologies and frameworks: ASP.NET

22 ASP.NET AJAX NHibernate v.2.1 ExtJS Troubleshooting.NET 3.5 is Not Installed TargetProcess installer will show warning if.net 3.5 is not installed. It is required to download and install.net 3.5 Framework. 404 page instead TargetProcess login page Try to register asp.net with IIS: Open command prompt (Start > Run > type 'cmd' > hit enter) Type the following command: %windir%\microsoft.net\framework\v \aspnet_regiis.exe - i The other reason is maybe you have Webservices Extensions disabled. This issue comes up in 2003 because after you install ASP.NET 2.0 it disables it in the Webservices Extensions, If you enable it then it should work just fine. JavaScript errors, Add link does not work When you login into TargetProcess you see javascript errors. Add link on the top does not work, some images are not loaded. The possible cause is HTTP requests filtering on the server. For example, UrlScan may be installed on server. UrlScan is a security tool that restricts the types of HTTP requests that Internet Information Services (IIS) will process. And it may be configured to no allow.axd requests, while they are required for TargetProcess and almost any.net application. It is required to add.axd into allowable requests list. Can t change Terms in Process IMPORTANT. Sometimes automatic installer failed to set correct permissions on upload folders during installation in Windows 2000/2003 server. If you will get exceptions when adding an attachment, set write permissions to ASPNET (or IIS_WPG or NETWORK SERVICE in Windows 2003) user on the following folders manually: <path to targetprocess>\img 22

23 Can t add Attachment TargetProcess Installation Guide IMPORTANT. Sometimes automatic installer failed to set correct permissions on upload folders during installation in Windows 2000/2003 server. If you will get exceptions when adding an attachment, set write permissions to ASPNET (or IIS_WPG or NETWORK SERVICE in Windows 2003) user on the following folders manually: <path to targetprocess>\upload Progress reports are empty One reason is different languages in TargetProcess and database user. For example, if TargetProcess accesses database with sa user and configured for Italian culture in Web.config, sa user should have Italian as Default Language (to check that, open SQL Server Enterprise Manager, click Security - > Logins, find sa user and check it Default Language setting) 23

24 Other TargetProcess Installation Guide Please, to if any problems with installation. Visit Help Desk at If you have any questions about TargetProcess, just contact us: Web: 24

HELP DESK PORTAL INSTALLATION GUIDE

HELP DESK PORTAL INSTALLATION GUIDE HELP DESK PORTAL INSTALLATION GUIDE v.2.8 Installation Guide This document describes installation of TargetProcess Help Desk Portal application and common problems with resolutions. 1 PREREQUISITES...

More information

Polar Help Desk Installation Guide

Polar Help Desk Installation Guide Polar Help Desk Installation Guide Copyright (legal information) Copyright Polar 1995-2005. All rights reserved. The information contained in this document is proprietary to Polar and may not be used or

More information

SplendidCRM Deployment Guide

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

More information

Click Studios. Passwordstate. Upgrade Instructions to V7 from V5.xx

Click Studios. Passwordstate. Upgrade Instructions to V7 from V5.xx Passwordstate Upgrade Instructions to V7 from V5.xx 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

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

Telelogic DASHBOARD Installation Guide Release 3.6

Telelogic DASHBOARD Installation Guide Release 3.6 Telelogic DASHBOARD Installation Guide Release 3.6 1 This edition applies to 3.6.0, Telelogic Dashboard and to all subsequent releases and modifications until otherwise indicated in new editions. Copyright

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

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

Installation and Deployment

Installation and Deployment Installation and Deployment Help Documentation This document was auto-created from web content and is subject to change at any time. Copyright (c) 2016 SmarterTools Inc. Installation and Deployment SmarterStats

More information

FrontDesk. (Server Software Installation) Ver. 1.0.1. www.frontdeskhealth.com

FrontDesk. (Server Software Installation) Ver. 1.0.1. www.frontdeskhealth.com FrontDesk (Server Software Installation) Ver. 1.0.1 www.frontdeskhealth.com This document is the installation manual for installing the FrontDesk Server, Kiosk/Touch Screen, and License Management Tool

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

Migrating TimeForce To A New Server

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

More information

System Administration Training Guide. S100 Installation and Site Management

System Administration Training Guide. S100 Installation and Site Management System Administration Training Guide S100 Installation and Site Management Table of contents System Requirements for Acumatica ERP 4.2... 5 Learning Objects:... 5 Web Browser... 5 Server Software... 5

More information

Mobility Services Platform 3.1.1 Software Installation Guide

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

More information

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

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

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

TANDBERG MANAGEMENT SUITE 10.0

TANDBERG MANAGEMENT SUITE 10.0 TANDBERG MANAGEMENT SUITE 10.0 Installation Manual Getting Started D12786 Rev.16 This document is not to be reproduced in whole or in part without permission in writing from: Contents INTRODUCTION 3 REQUIREMENTS

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

Version 5.12 December 2014 702P02896. Xerox CentreWare Web Installation Guide

Version 5.12 December 2014 702P02896. Xerox CentreWare Web Installation Guide Version 5.12 December 2014 702P02896 Xerox CentreWare Web 2014 Xerox Corporation. All rights reserved. Xerox, Xerox and Design, and CentreWare are trademarks of Xerox Corporation in the United States and/or

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

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

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

GUARD1 PLUS SE Administrator's Manual

GUARD1 PLUS SE Administrator's Manual GUARD1 PLUS SE Administrator's Manual Version 4.4 30700 Bainbridge Road Solon, Ohio 44139 Phone 216-595-0890 Fax 216-595-0991 info@guard1.com www.guard1.com i 2010 TimeKeeping Systems, Inc. GUARD1 PLUS

More information

PC Monitor Enterprise Server. Setup Guide

PC Monitor Enterprise Server. Setup Guide PC Monitor Enterprise Server Setup Guide Prerequisites Server Requirements - Microsoft Windows Server 2008 R2 or 2012-2GB RAM - IIS 7.5 or IIS 8.0 (with ASP.NET 4.0 installed) - Microsoft SQL Server 2008

More information

NETWRIX IDENTITY MANAGEMENT SUITE

NETWRIX IDENTITY MANAGEMENT SUITE NETWRIX IDENTITY MANAGEMENT SUITE FEATURES AND REQUIREMENTS Product Version: 3.3 February 2013. Legal Notice The information in this publication is furnished for information use only, and does not constitute

More information

Richmond Web Services Installation Guide Web Reporting Version 10.0

Richmond Web Services Installation Guide Web Reporting Version 10.0 Richmond Web Services Installation Guide Web Reporting Version 10.0 Richmond Systems Ltd, West House, West Street, Haslemere, Surrey, GU27 2AB Tel: +44 (0)1428 641616 - Fax: +44 (0)1428 641717 - info@richmondsys.com

More information

INSTALLATION GUIDE V2.1 (DRAFT)

INSTALLATION GUIDE V2.1 (DRAFT) INSTALLATION GUIDE V2.1 (DRAFT) Table of Contents Quick Install Sheet Guide (If you have installed AppTracker before)... 2 Assumptions... 2 SQL... 2 IIS... 2 Configuration... 2 Prerequisites... 3 Windows

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

Pcounter Web Report 3.x Installation Guide - v2014-11-30. Pcounter Web Report Installation Guide Version 3.4

Pcounter Web Report 3.x Installation Guide - v2014-11-30. Pcounter Web Report Installation Guide Version 3.4 Pcounter Web Report 3.x Installation Guide - v2014-11-30 Pcounter Web Report Installation Guide Version 3.4 Table of Contents Table of Contents... 2 Installation Overview... 3 Installation Prerequisites

More information

XIA Configuration Server

XIA Configuration Server XIA Configuration Server XIA Configuration Server v7 Installation Quick Start Guide Monday, 05 January 2015 1 P a g e X I A C o n f i g u r a t i o n S e r v e r Contents Requirements... 3 XIA Configuration

More information

ARIS Education Package Process Design & Analysis Installation Guide. Version 7.2. Installation Guide

ARIS Education Package Process Design & Analysis Installation Guide. Version 7.2. Installation Guide ARIS Education Package Process Design & Analysis Installation Guide Version 7.2 Installation Guide March 2012 This publication is protected by international copyright law. All rights reserved. No part

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

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

FMCS SINGLE SIGN ON Overview and Installation Guide. November 2014. SSO-MNL-v3.0

FMCS SINGLE SIGN ON Overview and Installation Guide. November 2014. SSO-MNL-v3.0 FMCS SINGLE SIGN ON Overview and Installation Guide November 2014 SSO-MNL-v3.0 CONTENTS Introduction... 3 About Single Sign On... 3 Application Architecture... 4 Implementation Checklist... 5 Component...

More information

Juris and Juris Suite 2.5 Service Pack 2. Installation Guide

Juris and Juris Suite 2.5 Service Pack 2. Installation Guide Juris and Juris Suite 2.5 Service Pack 2 Installation Guide Table of Contents Introduction... 2 Planning and Preparation... 2 System Requirements... 2 Server Required Pre-Install Items... 2 Servers Running

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

FTP, IIS, and Firewall Reference and Troubleshooting

FTP, IIS, and Firewall Reference and Troubleshooting FTP, IIS, and Firewall Reference and Troubleshooting Although Cisco VXC Manager automatically installs and configures everything you need for use with respect to FTP, IIS, and the Windows Firewall, the

More information

PC-Duo Web Console Installation Guide

PC-Duo Web Console Installation Guide PC-Duo Web Console Installation Guide Release 12.1 August 2012 Vector Networks, Inc. 541 Tenth Street, Unit 123 Atlanta, GA 30318 (800) 330-5035 http://www.vector-networks.com Copyright 2012 Vector Networks

More information

Installing the ASP.NET VETtrak APIs onto IIS 5 or 6

Installing the ASP.NET VETtrak APIs onto IIS 5 or 6 Installing the ASP.NET VETtrak APIs onto IIS 5 or 6 2 Installing the ASP.NET VETtrak APIs onto IIS 5 or 6 3... 3 IIS 5 or 6 1 Step 1- Install/Check 6 Set Up and Configure VETtrak ASP.NET API 2 Step 2 -...

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

Proval LS Database & Client Software (Trial or Full) Installation Guide

Proval LS Database & Client Software (Trial or Full) Installation Guide Proval LS Database & Client Software (Trial or Full) Installation Guide Prerequisites: Technical Requirements SDS ProVal is an independent application and does not require Microsoft Office to run. It is

More information

About This Manual. 2 About This Manual

About This Manual. 2 About This Manual Ver.4.1 Important This System Guide applies to RadiNET Pro Ver. 4.1. Please read this System Guide and the User s Manual on the RadiNET Pro CD-ROM carefully to familiarize yourself with safe and effective

More information

Redtail CRM Integration. Users Guide. 2011 Cities Digital, Inc. All rights reserved. Contents i

Redtail CRM Integration. Users Guide. 2011 Cities Digital, Inc. All rights reserved. Contents i Redtail CRM Integration Users Guide 2011 Cities Digital, Inc. All rights reserved. Contents i Contents Redtail Integration with Laserfiche by Cities Digital 1 Overview... 1 Requirements 3 Minimum Server

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

Quick Start Guide for Parallels Virtuozzo

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

More information

Enterprise Knowledge Platform

Enterprise Knowledge Platform Enterprise Knowledge Platform Single Sign-On Integration with Windows Document Information Document ID: EN136 Document title: EKP Single Sign-On Integration with Windows Version: 1.3 Document date: 19

More information

Juris Suite 2.6. Upgrade Guide

Juris Suite 2.6. Upgrade Guide Juris Suite 2.6 Upgrade Guide Table of Contents Introduction... 3 Upgrading Summary... 3 1 Upgrades from MyJuris 1.1 and JurisSuite Pre-2405... 3 Upgrades from 2405 and above versions of JurisSuite...

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

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

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

More information

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

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

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

Getting Started Guide

Getting Started Guide GFI MailArchiver for Exchange Getting Started Guide By GFI Software Ltd. http://www.gfi.com Email: info@gfi.com Information in this document is subject to change without notice. Companies, names, and

More information

Reference and Troubleshooting: FTP, IIS, and Firewall Information

Reference and Troubleshooting: FTP, IIS, and Firewall Information APPENDIXC Reference and Troubleshooting: FTP, IIS, and Firewall Information Although Cisco VXC Manager automatically installs and configures everything you need for use with respect to FTP, IIS, and the

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

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

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

More information

Kaseya 2. Installation guide. Version 7.0. English

Kaseya 2. Installation guide. Version 7.0. English Kaseya 2 Kaseya Server Setup Installation guide Version 7.0 English September 4, 2014 Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept

More information

IISADMPWD. Replacement Tool v1.2. Installation and Configuration Guide. Instructions to Install and Configure IISADMPWD. Web Active Directory, LLC

IISADMPWD. Replacement Tool v1.2. Installation and Configuration Guide. Instructions to Install and Configure IISADMPWD. Web Active Directory, LLC IISADMPWD Replacement Tool v1.2 Installation and Configuration Guide Instructions to Install and Configure IISADMPWD Replacement Tool v1.2 Web Active Directory, LLC Contents Overview... 2 Installation

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

NetWrix USB Blocker Version 3.6 Quick Start Guide

NetWrix USB Blocker Version 3.6 Quick Start Guide NetWrix USB Blocker Version 3.6 Quick Start Guide Table of Contents 1. Introduction...3 1.1. What is NetWrix USB Blocker?...3 1.2. Product Architecture...3 2. Licensing...4 3. Getting Started...5 3.1.

More information

NETWRIX WINDOWS SERVER CHANGE REPORTER

NETWRIX WINDOWS SERVER CHANGE REPORTER NETWRIX WINDOWS SERVER CHANGE REPORTER INSTALLATION AND CONFIGURATION GUIDE Product Version: 4.0 March 2013. Legal Notice The information in this publication is furnished for information use only, and

More information

Important. Please read this User s Manual carefully to familiarize yourself with safe and effective usage.

Important. Please read this User s Manual carefully to familiarize yourself with safe and effective usage. Important Please read this User s Manual carefully to familiarize yourself with safe and effective usage. About This Manual This manual describes how to install and configure RadiNET Pro Gateway and RadiCS

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

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

Ekran System v.4.4 Getting Started

Ekran System v.4.4 Getting Started Ekran System v.4.4 Getting Started About Table of Contents About... 4 System Requirements... 5 Program Structure... 7 Getting Started... 8 Server and Database... 9 Installing the Server... 9 Database Types

More information

Sage Grant Management System Requirements

Sage Grant Management System Requirements Sage Grant Management System Requirements You should meet or exceed the following system requirements: One Server - Database/Web Server The following system requirements are for Sage Grant Management to

More information

NETWRIX CHANGE NOTIFIER

NETWRIX CHANGE NOTIFIER NETWRIX CHANGE NOTIFIER FOR SQL SERVER QUICK-START GUIDE Product Version: 2.6.194 February 2014. Legal Notice The information in this publication is furnished for information use only, and does not constitute

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

EntroWatch - Software Installation Troubleshooting Guide

EntroWatch - Software Installation Troubleshooting Guide EntroWatch - Software Installation Troubleshooting Guide ENTROWATCH SOFTWARE INSTALLATION TROUBLESHOOTING GUIDE INTRODUCTION This guide is intended for users who have attempted to install the EntroWatch

More information

Live Maps. for System Center Operations Manager 2007 R2 v6.2.1. Installation Guide

Live Maps. for System Center Operations Manager 2007 R2 v6.2.1. Installation Guide Live Maps for System Center Operations Manager 2007 R2 v6.2.1 Installation Guide CONTENTS Contents... 2 Introduction... 4 About This Guide... 4 Supported Products... 4 Understanding Live Maps... 4 Live

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

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

Juris Installation & Upgrade Guide. Version 2.6.1

Juris Installation & Upgrade Guide. Version 2.6.1 Juris Installation & Upgrade Guide Version 2.6.1 Copyright 2014 LexisNexis. All rights reserved. Copyright and Trademark LexisNexis, Lexis, and the Knowledge Burst logo are registered trademarks of Reed

More information

Propalms TSE Quickstart Guide

Propalms TSE Quickstart Guide Propalms TSE Quickstart Guide TSE 7.0 Propalms Ltd. Published February 2013 Overview Note: This guide is based on installation on Windows Server 2012. However, it is also applicable if you are using a

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

Jim2 ebusiness Framework Installation Notes

Jim2 ebusiness Framework Installation Notes Jim2 ebusiness Framework Installation Notes Summary These notes provide details on installing the Happen Business Jim2 ebusiness Framework. This includes ebusiness Service and emeter Reads. Jim2 ebusiness

More information

Sharp Remote Device Manager (SRDM) Server Software Setup Guide

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

More information

How to install/upgrade the LANDesk virtual Cloud service appliance (CSA)

How to install/upgrade the LANDesk virtual Cloud service appliance (CSA) How to install/upgrade the LANDesk virtual Cloud service appliance (CSA) The upgrade process for the virtual Cloud Services Appliance is a side- by- side install. This document will walk you through backing

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

INSTALL AND CONFIGURATION GUIDE. Atlas 5.1 for Microsoft Dynamics AX

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

More information

LifeSize Control Installation Guide

LifeSize Control Installation Guide LifeSize Control Installation Guide April 2005 Part Number 132-00001-001, Version 1.0 Copyright Notice Copyright 2005 LifeSize Communications. All rights reserved. LifeSize Communications has made every

More information

HP Client Automation Standard Fast Track guide

HP Client Automation Standard Fast Track guide HP Client Automation Standard Fast Track guide Background Client Automation Version This document is designed to be used as a fast track guide to installing and configuring Hewlett Packard Client Automation

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

Installation Manual v2.0.0

Installation Manual v2.0.0 Installation Manual v2.0.0 Contents ResponseLogic Install Guide v2.0.0 (Command Prompt Install)... 3 Requirements... 4 Installation Checklist:... 4 1. Download and Unzip files.... 4 2. Confirm you have

More information

Perceptive Intelligent Capture Solution Configration Manager

Perceptive Intelligent Capture Solution Configration Manager Perceptive Intelligent Capture Solution Configration Manager Installation and Setup Guide Version: 1.0.x Written by: Product Knowledge, R&D Date: February 2016 2015 Lexmark International Technology, S.A.

More information

Citrix EdgeSight for NetScaler Rapid Deployment Guide

Citrix EdgeSight for NetScaler Rapid Deployment Guide Citrix EdgeSight for NetScaler Rapid Deployment Guide Citrix EdgeSight for NetScaler 2.1 This document provides step by step instructions for preparing the environment for EdgeSight for NetScaler installation,

More information

Installation Guide: Delta Module Manager Launcher

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

More information

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

STATISTICA VERSION 10 STATISTICA ENTERPRISE SERVER INSTALLATION INSTRUCTIONS

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

More information

WebsitePanel Installation Guide

WebsitePanel Installation Guide WebsitePanel Installation Guide Author: Feodor Fitsner Last updated: 15/04/2010 Version: 1.0 Table of Contents Introduction... 2 Hardware Requirements... 2 Dedicated Server... 2 Dedicated IP Addresses...

More information

BlackBerry Enterprise Server Resource Kit

BlackBerry Enterprise Server Resource Kit BlackBerry Enterprise Server Resource Kit Version: 5.0 Service Pack: 3 Installation Guide Published: 2011-06-20 SWD-1701641-0620052345-001 Contents 1 Overview... 3 Options for downloading the BlackBerry

More information

Advantage for Windows Copyright 2012 by The Advantage Software Company, Inc. All rights reserved. Client Portal blue Installation Guide v1.

Advantage for Windows Copyright 2012 by The Advantage Software Company, Inc. All rights reserved. Client Portal blue Installation Guide v1. Advantage for Windows Copyright 2012 by The Advantage Software Company, Inc. All rights reserved Client Portal blue Installation Guide v1.1 Overview This document will walk you through the process of installing

More information

1 (11) Paperiton DMS Document Management System System Requirements Release: 2012/04 2012-04-16

1 (11) Paperiton DMS Document Management System System Requirements Release: 2012/04 2012-04-16 1 (11) Paperiton DMS Document Management System System Requirements Release: 2012/04 2012-04-16 2 (11) 1. This document describes the technical system requirements for Paperiton DMS Document Management

More information

SYSTEM REQUIREMENTS...3

SYSTEM REQUIREMENTS...3 Contents INTRODUCTION...1 Web Suite Setup Checklist... 2 SYSTEM REQUIREMENTS...3 SERVER REQUIREMENTS... 3 Hardware Requirements... 3 Software Requirements... 3 CLIENT/WORKSTATION REQUIREMENTS... 5 Hardware

More information

BillQuick Assistant 2008 Start-Up Guide

BillQuick Assistant 2008 Start-Up Guide Time Billing and Project Management Software Built With Your Industry Knowledge BillQuick Assistant 2008 Start-Up Guide BQE Software, Inc. 2601 Airport Drive Suite 380 Torrance CA 90505 Support: (310)

More information

Blackbaud FundWare Installation and Update Guide VERSION 7.60, JULY 2010

Blackbaud FundWare Installation and Update Guide VERSION 7.60, JULY 2010 Blackbaud FundWare Installation and Update Guide VERSION 7.60, JULY 2010 Blackbaud FundWare Installation and Update Guide USER GUIDE HISTORY Date Changes November 2000 June 2001 August 2001 January 2002

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

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

RECOMMENDED HARDWARE CONFIGURATION FOR SCRB RECOMMENDED SOFTWARE REQUIREMENT FOR SCRB

RECOMMENDED HARDWARE CONFIGURATION FOR SCRB RECOMMENDED SOFTWARE REQUIREMENT FOR SCRB RECOMMENDED HARDWARE CONFIGURATION FOR SCRB WEB SERVER DATABASE SERVER Xeon Processor Xeon Processor 1 GB RAM 1 GB RAM 80 GB Hard Disk 140 GB Hard Disk LAN Card LAN Card CLIENT Pentium 4 Processor 512

More information