Page 1. Overview of System Architecture

Size: px
Start display at page:

Download "Page 1. Overview of System Architecture"

Transcription

1 Page 1

2 Contents Introduction to the HR.net Enterprise Framework 1 HR.net Enterprise Administrator Console 3 HR.net Enterprise Document Explorer 4 HR.net Enterprise Server Application 4 HR.net Enterprise Database 4 Requirements 4 Database Server 4 Web Server 5 Application Server 5 Client Computers 5 Architecture of the HR.net Enterprise Framework 6 Application Structure 6 Clients Access 6 Web Layer 6 Business Façade Layer 7 Business Rules Layer 7 Data Access Layer 7 Windows Service Applications 7 HR.net Enterprise Database 7 Deployment of Layers 8 Hosting of Service Applications 8 Communication between Tiers 8 Network Load balancing 9 Interaction between HR.net Enterprise Application Elements 10 HR.net Enterprise Windows Authentication Web Application 11 HR.net Enterprise Web Server Application 12 Portal Community 12 Messaging Page 13 Workflow Forms 13 Screens 14 Document Manager 15 Workflow Service 15 Business Rules 15 Data Access Layer 16 HR Business Rules 16 Hardware Requirements 17 Server Hardware Specification 17 Web Server Specification 17 Database Server Specification 17 Client Requirements 18 To learn more about HR.net Enterprise go to

3 Page 1 Introduction to the HR.net Enterprise Framework Overview HR.net Enterprise is the next generation of enterprise Human Resources solution from Vizual Business Tools. The HR.net Enterprise Framework is an application framework developed by Vizual Business Tools and used to build the HR.net Enterprise Human Resources solution. The HR.net Enterprise Framework is core to the HR.net Enterprise Human Resources solution and is shipped to the customer as part of the HR.net Enterprise solution. This enables the customer to configure the HR.net Enterprise application to their exact requirements. The HR.net Enterprise Framework provides tools to create custom database structures, screens, workflow processes, custom business rules, security maintenance, web-based portal interface, ad-hoc reports and document management. HR.net Enterprise has multi-lingual capability and is built using a multi-tiered scalable architecture. All of these items form the essential elements required to construct any scalable, Web based, database driven application. The key objectives when designing HR.net Enterprise were as follows: Scalability the ability to support many tens of thousands of users and enable easy scaling out of the application when required. Flexibility enable the application to be customiz ed by the end-user or HR.net consultant to provide a solution that meets the client s exact requirements. Security to develop an application with robust security. Ease of Use ensure that the application can easily be used, even by novice users with limited training. Ease of Deployment When supporting thousands of users the application must be easily deployed on client workstations. In addition to this, any updates must be easily applied in the minimum of time. To address these objectives the Microsoft.NET framework was chosen as the underlying platform for the application. The Microsoft.NET framework is a software development and execution environment designed by Microsoft.The.NET framework consists of a set of programming resources that provide features such as automatic memory management, security management and run-time compilation specific to the Windows operating system on which the application is deployed. The Microsoft.NET framework provides a very secure and scalable platform for building Web and Windows Forms applications.

4 Technology HR.net Enterprise uses several key technologies within its architecture. The following is a list of the technologies used: Windows 2003/2008 Server This is the recommended operating system for HR.net Enterprise. SQL Server 2005/2008 Database Internet Information Services 6 (IIS 6) Web Server Visual Basic.NET Microsoft s next generation of programming language for developing.net applications. ASP.NET - Microsoft s object model for developing Web Browser applications. ADO.NET Microsoft s object model for database access. Web Services A method of enabling Web based applications to communicate with one another..net Remoting A Microsoft technology that enables communication between tiers enabling access to remote programming objects hosted on other servers. It enables applications to be distributed across computers and promotes scalability. Further Reading The following links provide further reading about the Microsoft.NET framework: Articles describing what Microsoft.NET means for businesses. Provides links to technical resources and case studies. A guide to getting started with Microsoft.NET technologies.

5 Page 3 Components of the HR.net Enterprise Framework HR.net Enterprise consists of the following main components: HR.net Enterprise Web Application This user interface is used to access the HR.net Enterprise human resources functionality. A rich user interface is provided using standard HTML to an Internet Explorer 6 or later Web Browser. Users can perform a variety of tasks including viewing and contributing to the company portal, retrieving and managing documents, viewing and maintaining Human Resources information and making workflow requests such as holiday requests, changes of personal details, timesheets or expenses. HR.net Enterprise Administrator Console The Administrator Console is an application used to configure HR.net Enterprise. It is designed as an System Administration tool and can be used remotely across the Internet or on a local network. System Administrators can perform a variety of functions, including: Modification of the HR.net Enterprise database structure Modification and creation of the screens displayed to end users of the HR.net Enterprise Web Application. Design of workflow processes. Management of user security. Modification of plug-in code that provides more advanced functionality. The graphical workflow design environment in HR.net Enterprise.

6 HR.net Enterprise Document Explorer The HR.net Enterprise Document Explorer is an application used to design reports, data exports, charts and mail merge templates. The documents and reports are made available to users through the HR.net Enterprise Web Browser application. The application can be used remotely across the Internet or on a local network. HR.net Enterprise Server Application The HR.net Enterprise Server Application consists of a number of scalable applications hosted on one or more Windows servers.the applications provide the logic, data access and user interface processing of the HR.net Enterprise Framework. HR.net Enterprise Database The HR.net Enterprise database contains both framework tables and custom tables created using the Admin Console. Multiple databases can be created and each database is independent of one another. At the time of login a user can specify which HR.net Enterprise database to connect to. In the Application Service Provider (ASP) or Software as a Service (SaaS) scenario where HR.net Enterprise is hosted for clients, each client has their own HR.net Enterprise database which has a unique name. Multiple HR.net Enterprise databases can be hosted on a single database server. Requirements HR.net Enterprise has been developed as a multi-tiered application. As a minimum requirement two servers are required; one server to host the Microsoft SQL Server database and a Web server hosting the HR.net Enterprise application. To provide additional scalability the application can be divided into Web and Application tiers and hosted on separate servers. The following is a list of the software requirements for each tier. The Web and Application tiers can be combined and hosted on a single server or hosted on multiple dedicated servers. Database Server Windows Server 2003/2008 fully service packed. SQL Server 2005/2008 Standard Edition fully service packed

7 Page 5 Web Server Windows Server 2003/2008 fully service packed. IIS 6 or above fully service packed. Microsoft.NET framework version 3.5. Application Server Windows Server 2000, Server 2003 or 2008 fully service packed. Microsoft.NET framework version 3.5. Microsoft Data Access Components 2.8. Client Computers User building: Client computers that are to run HR.net Enterprise Framework configuration applications (the Administrator Console and Document Explorer for system configuration, report writing etc.) require the Microsoft.NET framework version 3.5 to be installed. All other users: (HR managers, employees etc) Client computers that are to connect to the HR.net Enterprise Web Application must have Internet Explorer version 6 (IE6) with Service Pack 1 or later installed.they do not require the Microsoft.NET framework. From version 4 of HR.net Enterprise customers will be able to access HR.net using Firefox (version 3 or above). Please speak to your Vizual consultant or partner for more information.

8 Architecture of the HR.net Enterprise Framework Application Structure The HR.net Enterprise application is divided into several components as illustrated below: Clients Access Clients access HR.net Enterprise using either a Web Browser or using the Administrator Console or Document Explorer Windows Forms applications. Web Layer The Web layer provides access for clients to the application.the Web layer consists of two ASP.NET Web applications and two Web Services applications. The ASP.NET HR.net Enterprise Web Application provides the user experience in HTML. The HR.net Enterprise Windows Authentication Application authenticates users using Integrated Windows authentication. It enables users who have pre-authenticated themselves at the Windows Logon to login to HR.net Enterprise without the need to re-type their user credentials, thereby achieving single sign-on. This application is described in more another of the document in this series - HR.net Enterprise Security. The Web Service applications communicate with the Windows Forms Applications (Administrator Console and Document Explorer).

9 Page 7 Business Façade Layer The Business Façade layer provides interfaces to the Web layer and serves as an isolation layer, segregating the user interface from the implementation of the various business functions. All calls to database servers are made through this layer. Business Rules Layer The Business Rules layer contains the implementation of the various business rules and logic. Business rules do tasks such as the validation of employee information prior to saving a record and the validation of user credentials when logging on. Data Access Layer The Data Access layer provides data services to the Business Rules layer. It is responsible for communication with the Microsoft SQL Server 2005/2008 database. Windows Service Applications The Windows Service Applications are standalone applications that run as Windows Services. They increase scalability by processing jobs that are placed on queues by clients. For example, when a user requests a report that report is placed in a queue and the queue is processed by the Reporting Service. This leaves the client free to carry on working in the application without the need to wait until the report has been processed. HR.net Enterprise Database The HR.net Enterprise database is a Microsoft SQL Server 2005 or 2008 database. The database contains framework tables and custom tables created using the framework. HR.net Enterprise Framework tables have the prefix OC_ and stored procedures are given the prefix SPOC_ to distinguish them from other database objects.these must not be modified in any way by the customer. A single Microsoft SQL Server user account, HRNET by default, is used by the Data Access Layer to access data in a HR.net Enterprise database. This improves performance as database connection pooling is used.the MS SQL Server user account to be used to access the HR.net Enterprise database is specified in the HR.net Enterprise configuration files discussed later in this document. Extensive use of parameterized stored procedures is made to enhance performance.

10 Deployment of Layers The HR.net Enterprise architecture enables the Web, Business Rules\Data Access and Windows Service Applications layers to be deployed on a single server or separate servers. A low load implementation of HR.net Enterprise can be supported on a single Web server hosting all three layers together with a dedicated server hosting Microsoft SQL Server 2005 or As the number of concurrent users increase each layer can be scaled out and placed on a dedicated server. Although the Business Rules and Data Access layers can be deployed on separate servers, for performance reasons they should be deployed on the same server. Hosting of Service Applications HR.net Enterprise supports the hosting of individual Windows Service Applications on dedicated servers. If there is a high demand for reporting for example, the Reporting Service may be hosted on its own dedicated server. Any number of instances of each Windows Service Application may be deployed with each server hosting a single instance. For example, two servers may be used to run the Workflow Service Application each server running a single instance of the Workflow Service Application. Communication between Tiers When the Web and Business Rules\Data Access layers are hosted on separate servers,.net Remoting is used to enable communication between them. Remoting is a Microsoft technology that enables communication between tiers of an application. IP address restrictions can be used to ensure that requests to the Remoting server come from a known source. Remoting listens for requests on a given port and passes them to an application for processing. The configuration of Remoting is specified in a Remoting configuration file. The Remoting configuration file specifies the application that should be sent the incoming request and the transport and data format.tcp with binary format provides the best combination of performance (this is the default setting for HR.net Enterprise), but TCP/SOAP, HTTP/binary & HTTP/SOAP can be specified. Remoting can be hosted in two ways: 1 Remoting Windows Service Application A Windows Service application, called the HR.net Enterprise Remoting Service, hosts the Remoting and listens for requests on a specified port.this option provides the best performance. 2 Microsoft IIS Microsoft IIS can be used to listen for Remoting requests on port 80. SOAP or Binary format can be specified.

11 Page 9 Network Load Balancing Microsoft Windows Network Load Balancing is used to scale out the application. Each clustered server would contain a mirror image of the HR.net Enterprise applications. For example, the Web layer could be load balanced between two or more servers. Further details of Network Load Balancing can be found at:

12 Interaction between HR.net Enterprise Application Elements The diagram below illustrates the interaction between the various elements of the HR.net Enterprise Framework:

13 Page 11 HR.net Enterprise Windows Authentication Web Application The HR.net Enterprise Windows Authentication Application authenticates users using Integrated Windows authentication. It enables users who have pre-authenticated themselves at the Windows Logon to login to HR.net Enterprise without the need to re-type their user credentials, thereby achieving single sign-on. Once a user has been authenticated they are issued with an ASP.NET Forms authentication cookie and re-directed to the HR.net Enterprise Web Application. The HR.net Enterprise Web Application checks for the presence of a Forms Authentication cookie, if one is not found then the user is redirected to the HR.net Enterprise Logon page.

14 HR.net Enterprise Web Server Application The HR.net Enterprise Web Application consists of a number of dynamically created Web pages such as communities which are accessed by users. Portal Community The Portal Community is the first page displayed to the user after logging into HR.net Enterprise. It contains a set of Add-Ins that link to the various areas of functionality within the HR.net Enterprise Web application such as documents, workflow forms and screens. It provides the main navigation page for the majority of users. Example user Community in HR.net Enterprise

15 Page 13 Messaging Page The Messaging page is used to service workflow requests: read, approve, access drafts and decline Workflow requests. When a Workflow request is accepted or declined by a user its status within the Workflow queue is updated and the Workflow Service Application processes the workflow instance. The main user task manager in HR.net Enterprise Workflow Forms Workflow Forms enable users to make requests such as holiday requests or expense claim requests. Workflow Forms are accessed from the Portal Community page. When a Workflow Form is submitted by a user a new instance of a Workflow is created and placed in the Workflow Queue table.the Workflow Service Application processes workflow instances the Workflow Queue table and interacts with other areas of the system as required.

16 Example workflow form in HR.net Enterprise Screens Screens are used to display data to the user and are created using the Screen Designer within the Administrator Console. Example Data Screen in HR.net Enterprise Screens are accessed from either a Screens Add-In on the Portal Community or the Navigator page. A user may, depending upon their security privileges, be able to make changes to the data and save the changes back to the database. When this occurs the Business Rules layer is called to save the changes.

17 Page 15 Document Manager The Document Manager page enables users to access documents, reports, mail merge templates, data exports and charts that are stored in the HR.net Enterprise database. When a user requests either a report, mail merge, data export or chart the request is placed on a queue in the HR.net Enterprise database and the appropriate Windows Service Application processes the queue, processes the requested document and sends it to the user by placing the finished document in the user s message box by writing to the messages table in the HR.net Enterprise database. Example Document Screen in HR.net Enterprise Workflow Service The Workflow Service is a Windows Service Application that reads workflow instances from a queue table in the HR.net Enterprise database. A Workflow process can call upon the services of any of the other Windows Service Applications such as the Reporting Service. A Workflow process can also write data to any of the custom tables (tables that have been created using the Administrator Console application) defined in the HR.net Enterprise database. Data is written to the database by calling the Business Rules class library. Business Rules The Business Rules is a Microsoft.NET class library which exposes a public set of methods that are called by the HR.net Enterprise Web Application and Administrator Console Web Service. The Business Rules class library implements the functionality of the HR.net Enterprise framework and performs tasks such as coordinating the writing of data to the HR.net Enterprise

18 database. At the time of writing this document the Business Rules class library consisted of sixty four classes, each one implementing a particular area of functionality such as document processing and enforcing of security. When data is saved to one of the custom tables in the HR.net Enterprise database the Business Rules class library is called, passing in the data to be saved. Before the data is saved to the database any custom business rules defined in Plug-Ins are called. The custom business rules can validate and manipulate the data before it is saved. If the data does not pass the validation defined in the custom business rules then a custom validation error is displayed to the user and the data is not saved to the database. Once the data has been saved to the database the data is checked to see if any of the data changes will cause an instance of a Workflow to be started.this is achieved using the Workflow Trigger functionality. Workflow Triggers are defined using the Administrator Console application. An example of a Workflow Trigger is track the end of probation for an employee. Five days before an employee reaches their end of probation their line manager should be informed by . This is achieved by creating a workflow process and then defining, using a Workflow Trigger, which changes in data will trigger the workflow process. In this example a change in value of the ENDOFPROBATION column in PEOPLE table will trigger the creation of an instance of the End of Probation Workflow process.the instance of the Workflow Process will be queued and set to run five days before the employee s end of probation date. Following the triggering of Workflows the custom Plug-In Business Rules are called once again. An After Save method is called, executing the custom code defined for this method. Data Access Layer The Data Access Layer is called from the Business Rules layer and is responsible for communicating with the database. This enables the database to be decoupled from the Business Rules and enables future support for other databases by replacement of the Data Access Layer. HR Business Rules The HR Business Rules is a class library designed to be called from the Custom Plug-In Business Rules class library. It provides a library of Human Resource functions that: Assign, delete, update and perform year end processing for employee absence allowances. Calculate the time lost due to an absence by referencing an employee s work patterns. Expose a set of custom exceptions that are called from the custom business rules defined for absence. These routines have been placed in this library because they are complex and define functionality that will be common to the majority of customers. It is possible to customize the HR Business Rules class library for a particular customer, but these changes must be made by Vizual Business Tools as they own intellectual property to source code which forms part of the HR.net Enterprise Framework.

19 Page 17 Hardware Requirements This section details an example hardware specification and configuration required to support up to 1000 HR.net Enterprise users. Our technical staff are happy to discuss this specification further with you.the specification presented assumes that HR.net Enterprise will be configured to allow access via the Internet. HR.net Enterprise will be configured to enable access to the Web Module and Administration Console via the Internet.This enables remote self-service user access and remote administration of HR.net Enterprise. Server Hardware Specification A two server configuration is suggested. One server will host the ASP.Net web application and business logic tier (Web Server) and a second server will host the Microsoft SQL Server 2005/2008 database (Database Server). If failover is required, then a second Web Server can be added and clustered using Microsoft Windows 2003/2008 Network Load Balancing. Web Server Specification The Web Server will host the HR.net Enterprise ASP.Net web application and business logic tier. The recommended specification of this server is as follows: Item Requirement Operating System Windows Server 2003/2008 Standard Edition Processor Dual Intel Xeon 2.4GHz with 512K cache RAM 1GB Hard Drive 10GB minimum configured as RAID 5 Network Card 100Mbs minimum Database Server Specification The Database Server will host Microsoft SQL Server 2005/2008 and the HR.net Enterprise database.the recommended specification of this server is shown on the next page: Item Requirement Operating System Database Server Processor RAM Windows Server 2003/2008 Standard Edition Microsoft SQL Server 2005/2008 Single Processor License unlimited CAL Single Intel Xeon 3GHz with 1MB cache 1GBA Hard Drive 20GB minimum configured as RAID 5 Network Card 100Mbs minimum The World Wide Web Publishing service should be disabled to increase performance and minimize potential security risks.

20 Client Requirements Clients (for example HR users, employees, managers) accessing HR.net Enterprise Web application must have the following specification: Item Web Browser Operating System Bandwidth Requirement Internet Explorer Version 6 (IE 6) or above Any Windows operating system capable of running IE6 including Vista Minimum of 64kbs per user. 128kbs recommended. For clients wishing to run the HR.net Enterprise Administrator Console and/or Document Explorer (for authoring reports, mail merge templates and data export definitions) the following specification is required: Item Operating System.NET Framework Prerequisites Bandwidth Requirement Windows XP Professional/Vista Windows 2000 (all versions no Service Packs required) Windows NT 4.0 (all versions Service Pack 6a required).net Framework version 3.5 must be installed* Internet Explorer version 6 or above must be installed prior to installing the.net Framework. Microsoft Data Access Components version 2.8 (MDAC 2.8) Minimum of 64kbs per user. 128kbs recommended.

21 Other documents in this series: Security Overview Hosting Overview Vizual Business Tools plc 2008 This document is the property of Vizual Business Tools plc and the information contained herein is confidential. This document, either in whole or in part, must not be reproduced or disclosed to others or used for purposes other than that for which it has been supplied, without prior written permission from Vizual Business Tools plc, or, if any part hereof is furnished by virtue of a contract with a third party, as expressly authorized under that contract. Vizual Business Tools plc shall not be liable for any errors or omissions. Tel: info@delphiaconsulting.com Delphia Consulting 445 King Avenue Columbus, OH 43201

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

Table of Contents. Introduction...9. Installation...17. Program Tour...31. The Program Components...10 Main Program Features...11

Table of Contents. Introduction...9. Installation...17. Program Tour...31. The Program Components...10 Main Program Features...11 2011 AdRem Software, Inc. This document is written by AdRem Software and represents the views and opinions of AdRem Software regarding its content, as of the date the document was issued. The information

More information

AD Self-Service Suite for Active Directory

AD Self-Service Suite for Active Directory The Dot Net Factory AD Self-Service Suite for Active Directory Version 3.6 The Dot Net Factory, LLC. 2005-2011. All rights reserved. This guide contains proprietary information, which is protected by copyright.

More information

How To Set Up Safetica Insight 9 (Safetica) For A Safetrica Management Service (Sms) For An Ipad Or Ipad (Smb) (Sbc) (For A Safetaica) (

How To Set Up Safetica Insight 9 (Safetica) For A Safetrica Management Service (Sms) For An Ipad Or Ipad (Smb) (Sbc) (For A Safetaica) ( SAFETICA INSIGHT INSTALLATION MANUAL SAFETICA INSIGHT INSTALLATION MANUAL for Safetica Insight version 6.1.2 Author: Safetica Technologies s.r.o. Safetica Insight was developed by Safetica Technologies

More information

Ignify ecommerce. Item Requirements Notes

Ignify ecommerce. Item Requirements Notes wwwignifycom Tel (888) IGNIFY5 sales@ignifycom Fax (408) 516-9006 Ignify ecommerce Server Configuration 1 Hardware Requirement (Minimum configuration) Item Requirements Notes Operating System Processor

More information

NetIQ Directory and Resource Administrator NetIQ Exchange Administrator. Installation Guide

NetIQ Directory and Resource Administrator NetIQ Exchange Administrator. Installation Guide NetIQ Directory and Resource Administrator NetIQ Exchange Administrator Installation Guide August 2013 Legal Notice NetIQ Directory and Resource Administrator is protected by United States Patent No(s):

More information

K2 [blackpearl] deployment planning

K2 [blackpearl] deployment planning K2 [blackpearl] deployment planning UNDERSTANDING THE DEPLOYMENT SCENARIOS AND OPTIONS December 14 This paper describes the various deployment scenarios of the K2 [blackpearl] software, and discusses when

More information

v7.1 Technical Specification

v7.1 Technical Specification v7.1 Technical Specification Copyright 2011 Sage Technologies Limited, publisher of this work. All rights reserved. No part of this documentation may be copied, photocopied, reproduced, translated, microfilmed,

More information

MS-55115: Planning, Deploying and Managing Microsoft Project Server 2013

MS-55115: Planning, Deploying and Managing Microsoft Project Server 2013 MS-55115: Planning, Deploying and Managing Microsoft Project Server 2013 Description The goal of this three-day instructor-led course is to provide students with the knowledge and skills necessary to effectively

More information

Genius SIS. Document number: 2009102001 Version: 3.0 Release Genius Date: 08/11/2011 SIS Overview

Genius SIS. Document number: 2009102001 Version: 3.0 Release Genius Date: 08/11/2011 SIS Overview Genius SIS Overview Document number: 2009102001 Version: 3.0 Release Genius Date: 08/11/2011 SIS Overview DISCLAIMER This Overview document, as well as the software described in it, is furnished under

More information

Blackbaud NetCommunity Configuration Overview

Blackbaud NetCommunity Configuration Overview Blackbaud NetCommunity Configuration Overview Table of Contents The NetCommunity Server Service Oriented Architecture... 1 Security Considerations... 2 Windows Server 2003/2008 Considerations... 3 Performance

More information

Windows Server 2012 2,500-user pooled VDI deployment guide

Windows Server 2012 2,500-user pooled VDI deployment guide Windows Server 2012 2,500-user pooled VDI deployment guide Microsoft Corporation Published: August 2013 Abstract Microsoft Virtual Desktop Infrastructure (VDI) is a centralized desktop delivery solution

More information

Installation and Configuration Guide. NetIQ Security and Compliance Dashboard

Installation and Configuration Guide. NetIQ Security and Compliance Dashboard Installation and Configuration Guide NetIQ Security and Compliance Dashboard June 2011 Legal Notice NetIQ Secure Configuration Manager is covered by United States Patent No(s): 5829001, 7093251. THIS DOCUMENT

More information

System Requirements Table of contents

System Requirements Table of contents Table of contents 1 Introduction... 2 2 Knoa Agent... 2 2.1 System Requirements...2 2.2 Environment Requirements...4 3 Knoa Server Architecture...4 3.1 Knoa Server Components... 4 3.2 Server Hardware Setup...5

More information

System requirements for A+

System requirements for A+ System requirements for A+ Anywhere Learning System: System Requirements Customer-hosted Browser Version Web-based ALS (WBA) Delivery Network Requirements In order to configure WBA+ to properly answer

More information

msuite5 & mdesign Installation Prerequisites

msuite5 & mdesign Installation Prerequisites CommonTime Limited msuite5 & mdesign Installation Prerequisites Administration considerations prior to installing msuite5 and mdesign. 7/7/2011 Version 2.4 Overview... 1 msuite version... 1 SQL credentials...

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

Infor Web UI Sizing and Deployment for a Thin Client Solution

Infor Web UI Sizing and Deployment for a Thin Client Solution Infor Web UI Sizing and Deployment for a Thin Client Solution Copyright 2012 Infor Important Notices The material contained in this publication (including any supplementary information) constitutes and

More information

Asta Powerproject Enterprise

Asta Powerproject Enterprise Asta Powerproject Enterprise Overview and System Requirements Guide Asta Development plc Kingston House Goodsons Mews Wellington Street Thame Oxfordshire OX9 3BX United Kingdom Tel: +44 (0)1844 261700

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

Nexio Connectus with Nexio G-Scribe

Nexio Connectus with Nexio G-Scribe Nexio Connectus with Nexio G-Scribe 2.1.2 3/20/2014 Edition: A 2.1.2 Publication Information 2014 Imagine Communications. Proprietary and Confidential. Imagine Communications considers this document and

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

MEGA Web Application Architecture Overview MEGA 2009 SP4

MEGA Web Application Architecture Overview MEGA 2009 SP4 Revised: September 2, 2010 Created: March 31, 2010 Author: Jérôme Horber CONTENTS Summary This document describes the system requirements and possible deployment architectures for MEGA Web Application.

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

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

How To Install Help Desk Premier

How To Install Help Desk Premier Help Desk Premier Installation Guide 2012 BrightBox Solutions All rights reserved. Last Updated October, 2012 Help Desk Premier is a trademark of BrightBox Solutions. Help Desk Premier software and the

More information

HUMAN RESOURCES SOFTWARE FOR THE EVOLVING BUSINESS

HUMAN RESOURCES SOFTWARE FOR THE EVOLVING BUSINESS HUMAN RESOURCES SOFTWARE FOR THE EVOLVING BUSINESS Overview HR.net Express has been designed for small to medium sized enterprises that want to manage their employee information more effectively. The software

More information

NETWRIX EVENT LOG MANAGER

NETWRIX EVENT LOG MANAGER NETWRIX EVENT LOG MANAGER QUICK-START GUIDE FOR THE ENTERPRISE EDITION Product Version: 4.0 July/2012. Legal Notice The information in this publication is furnished for information use only, and does not

More information

How To Test For Performance And Scalability On A Server With A Multi-Core Computer (For A Large Server)

How To Test For Performance And Scalability On A Server With A Multi-Core Computer (For A Large Server) Scalability Results Select the right hardware configuration for your organization to optimize performance Table of Contents Introduction... 1 Scalability... 2 Definition... 2 CPU and Memory Usage... 2

More information

White Paper ClearSCADA Architecture

White Paper ClearSCADA Architecture White Paper ClearSCADA Architecture ClearSCADA has 3 major components or software applications; the ClearSCADA server, a windows client known as, and a web client known as Webx. The software is designed

More information

Course 55115: Planning, Deploying and Managing Microsoft Project Server 2013

Course 55115: Planning, Deploying and Managing Microsoft Project Server 2013 CÔNG TY CỔ PHẦN TRƯỜNG CNTT TÂN ĐỨC TAN DUC INFORMATION TECHNOLOGY SCHOOL JSC LEARN MORE WITH LESS! Course 55115: Planning, Deploying and Managing Microsoft Project Server 2013 Length: 3 Days Audience:

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

Sage CRM Technical Specification

Sage CRM Technical Specification Sage CRM Technical Specification Client Software This document outlines the recommended minimum software and hardware requirements for running Sage CRM. Please note that while the document refers to Sage

More information

WEB COMPAS MINIMUM HOSTING REQUIREMENTS

WEB COMPAS MINIMUM HOSTING REQUIREMENTS WEB COMPAS MINIMUM HOSTING REQUIREMENTS For Additional Support: Northpointe Institute for Public Management T: 231.938.5959 F: 231.938.5995 www.npipm.com support@npipm.com Adult COMPAS Web Application

More information

Kaseya IT Automation Framework

Kaseya IT Automation Framework Kaseya Kaseya IT Automation Framework An Integrated solution designed for reducing complexity while increasing productivity for IT Professionals and Managed Service Providers. The powerful, web-based automation

More information

OneStop Reporting 3.7 Installation Guide. Updated: 2013-01-31

OneStop Reporting 3.7 Installation Guide. Updated: 2013-01-31 OneStop Reporting 3.7 Installation Guide Updated: 2013-01-31 Copyright OneStop Reporting AS www.onestopreporting.com Table of Contents System Requirements... 1 Obtaining the Software... 2 Obtaining Your

More information

Sostenuto 4.9. Hardware and Software Configuration Guide. Date: September 2014. Page 1 of 13

Sostenuto 4.9. Hardware and Software Configuration Guide. Date: September 2014. Page 1 of 13 Sostenuto 4.9 Hardware and Software Configuration Guide Date: September 2014 Page 1 of 13 All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means, or

More information

BlackBerry Enterprise Server for Microsoft Exchange. Version: 5.0 Service Pack: 4. Upgrade Guide

BlackBerry Enterprise Server for Microsoft Exchange. Version: 5.0 Service Pack: 4. Upgrade Guide BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0 Service Pack: 4 Upgrade Guide Published: 2014-01-16 SWD-20140116175501016 Contents 1 Overview: BlackBerry Enterprise Server...7 2 Planning

More information

Print Audit 6 Technical Overview

Print Audit 6 Technical Overview Print Audit 6 Technical Overview Print Audit 6 is the most accurate and powerful suite of print tracking and print management products available. It is used to analyze, reduce and recover costs along with

More information

Print Audit 6 Technical Overview

Print Audit 6 Technical Overview Print Audit 6 Technical Overview Print Audit 6 is the most accurate and powerful suite of print tracking and print management products available. It is used to analyse, reduce and recover costs along with

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

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

System Requirements for Microsoft Dynamics NAV 2013 R2

System Requirements for Microsoft Dynamics NAV 2013 R2 System Requirements for Microsoft Dynamics NAV 2013 R2 February 2014 Contents 3 System Requirements for the Microsoft Dynamics NAV Windows Client 3 Web Client 4 System Requirements for Microsoft Dynamics

More information

Requirements Document for ROI Print Assessment/Print Manager

Requirements Document for ROI Print Assessment/Print Manager Requirements Document for ROI Print Assessment/Print Manager Print Manager Pre-requisites for a successful deployment Contents 1. What is - a. Print Assessment? b. Print Manager? c. ROI Analytics? 2. About

More information

Deltek Vision 7.0 LA. Technical Readiness Guide

Deltek Vision 7.0 LA. Technical Readiness Guide Deltek Vision 7.0 LA Technical Readiness Guide May 15, 2012 While Deltek has attempted to verify that the information in this document is accurate and complete, some typographical or technical errors may

More information

Installation Guide. Release Management for Visual Studio 2013

Installation Guide. Release Management for Visual Studio 2013 1 Installation Guide Release Management for Visual Studio 2013 This document is provided as-is. Information and views expressed in this document, including URL and other Internet Web site references, may

More information

Rights Management Services

Rights Management Services www.css-security.com 425.216.0720 WHITE PAPER Microsoft Windows (RMS) provides authors and owners the ability to control how they use and distribute their digital content when using rights-enabled applications,

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

Metalogix SharePoint Backup. Advanced Installation Guide. Publication Date: August 24, 2015

Metalogix SharePoint Backup. Advanced Installation Guide. Publication Date: August 24, 2015 Metalogix SharePoint Backup Publication Date: August 24, 2015 All Rights Reserved. This software is protected by copyright law and international treaties. Unauthorized reproduction or distribution of this

More information

Dell Enterprise Reporter 2.5. Configuration Manager User Guide

Dell Enterprise Reporter 2.5. Configuration Manager User Guide Dell Enterprise Reporter 2.5 2014 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished under a software license

More information

GFI Product Manual. Deployment Guide

GFI Product Manual. Deployment Guide GFI Product Manual Deployment Guide http://www.gfi.com info@gfi.com The information and content in this document is provided for informational purposes only and is provided "as is" with no warranty of

More information

Server Installation Procedure - Load Balanced Environment

Server Installation Procedure - Load Balanced Environment Server Installation Procedure - Load Balanced Environment 1. Introduction This document explains a step-by-step procedure in case BackupAgent BV performs an installation of the BackupAgent Server Software

More information

Visualization Dashboards for Real-time, Business & Manufacturing Data

Visualization Dashboards for Real-time, Business & Manufacturing Data Product Bulletin Visualization Dashboards for Real-time, Business & Manufacturing Data Summary Looking for a collaboration platform to easily create and manage custom manufacturing and business intelligence

More information

inforouter V8.0 Server & Client Requirements

inforouter V8.0 Server & Client Requirements inforouter V8.0 Server & Client Requirements Please review this document thoroughly before proceeding with the installation of inforouter Version 8. This document describes the minimum and recommended

More information

Table 1. Requirements for Domain Controller. You will need a Microsoft Active Directory domain. Microsoft SQL Server. SQL Server Reporting Services

Table 1. Requirements for Domain Controller. You will need a Microsoft Active Directory domain. Microsoft SQL Server. SQL Server Reporting Services The following tables provide the various requirements and recommendations needed to optimize JustWare system performance. Note that the specifications provided in this section are only minimum specifications.

More information

Configuration Guide. Installation and. BlackBerry Enterprise Server for Microsoft Exchange. Version: 5.0 Service Pack: 4

Configuration Guide. Installation and. BlackBerry Enterprise Server for Microsoft Exchange. Version: 5.0 Service Pack: 4 BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0 Service Pack: 4 Installation and Configuration Guide Published: 2014-01-14 SWD-20140114180405595 Contents 1 Overview: BlackBerry Enterprise

More information

Attachment D System Hardware & Software Overview & Recommendations For IRP System

Attachment D System Hardware & Software Overview & Recommendations For IRP System Attachment D System Hardware & Software Overview & Recommendations For IRP System Submitted by Explore Information Services, LLC Table of Contents Table of Contents...2 Explore IRP Configuration Recommendations...3

More information

Symantec Protection for SharePoint Servers 6.0.4. Getting Started Guide

Symantec Protection for SharePoint Servers 6.0.4. Getting Started Guide Symantec Protection for SharePoint Servers 6.0.4 Getting Started Guide Symantec Protection for SharePoint Servers Getting Started Guide The software described in this book is furnished under a license

More information

Synergis Software 18 South 5 TH Street, Suite 100 Quakertown, PA 18951 +1 215.302.3000, 800.836.5440 www.synergissoftware.com version 20150330

Synergis Software 18 South 5 TH Street, Suite 100 Quakertown, PA 18951 +1 215.302.3000, 800.836.5440 www.synergissoftware.com version 20150330 Synergis Software 18 South 5 TH Street, Suite 100 Quakertown, PA 18951 +1 215.302.3000, 800.836.5440 www.synergissoftware.com version 20150330 CONTENTS Contents... 2 Overview... 2 Adept Server... 3 Adept

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

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

STI Hardware Specifications for PCs

STI Hardware Specifications for PCs Local School Fileserver with STIOffice & STIClassroom WIN 1GHz or Higher 512MB 1GB Free Space Windows 2000/2003 Server, Novell Netware v4.11 or greater. Local School Fileserver with STIOffice, STIClassroom

More information

Minimum System Requirements

Minimum System Requirements NOTE Consider the information presented in this document as minimum requirements. Your organization may need a more robust configuration for optimal performance. Contact MD EMR Systems before finalizing

More information

> Define the different phases of K2 development, including: understand, model, build, maintain and extend

> Define the different phases of K2 development, including: understand, model, build, maintain and extend This course concentrates on K2 blackpoint from a SharePoint Site Collection owners perspective, that is, a person who already has a basic understanding of SharePoint concepts and terms before attending

More information

BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0 Service Pack: 2. Administration Guide

BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0 Service Pack: 2. Administration Guide BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0 Service Pack: 2 Administration Guide Published: 2010-06-16 SWDT487521-1041691-0616023638-001 Contents 1 Overview: BlackBerry Enterprise

More information

TIBCO Spotfire Web Player 6.0. Installation and Configuration Manual

TIBCO Spotfire Web Player 6.0. Installation and Configuration Manual TIBCO Spotfire Web Player 6.0 Installation and Configuration Manual Revision date: 12 November 2013 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED

More information

Network device management solution

Network device management solution iw Management Console Network device management solution iw MANAGEMENT CONSOLE Scalability. Reliability. Real-time communications. Productivity. Network efficiency. You demand it from your ERP systems

More information

IBM Business Process Manager Version 7.5.0. IBM Business Process Manager for Microsoft SharePoint Add-On Installation Guide

IBM Business Process Manager Version 7.5.0. IBM Business Process Manager for Microsoft SharePoint Add-On Installation Guide IBM Business Process Manager Version 7.5.0 IBM Business Process Manager for Microsoft SharePoint Add-On Installation Guide ii Installing PDF books and the information center PDF books are provided as a

More information

Altiris Helpdesk Solution 6.0 SP5 Product Guide

Altiris Helpdesk Solution 6.0 SP5 Product Guide Altiris Helpdesk Solution 6.0 SP5 Product Guide Notice Helpdesk Solution 6.0 SP5 2000-2007 Altiris, Inc. All rights reserved. Document Date: August 29, 2007 Information in this document: (i) is provided

More information

Propalms TSE Deployment Guide

Propalms TSE Deployment Guide Propalms TSE Deployment Guide Version 7.0 Propalms Ltd. Published October 2013 Overview This guide provides instructions for deploying Propalms TSE in a production environment running Windows Server 2003,

More information

About This Guide... 4. Signature Manager Outlook Edition Overview... 5

About This Guide... 4. Signature Manager Outlook Edition Overview... 5 Contents About This Guide... 4 Signature Manager Outlook Edition Overview... 5 How does it work?... 5 But That's Not All...... 6 And There's More...... 6 Licensing... 7 Licensing Information... 7 System

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

SYSTEM SETUP FOR SPE PLATFORMS

SYSTEM SETUP FOR SPE PLATFORMS BEST PRACTICE SYSTEM SETUP FOR SPE PLATFORMS Product Snow License Manager Version 7.0 Content System requirements SQL Server configuration Maintenance Test environment Document date 2015-10-15 ABOUT THIS

More information

Sage Timberline Enterprise Installation and Maintenance Guide

Sage Timberline Enterprise Installation and Maintenance Guide Sage Timberline Enterprise Installation and Maintenance Guide NOTICE This document and the Sage Timberline Enterprise software may be used only in accordance with the accompanying Sage Timberline Enterprise

More information

System requirements. for Installation of LANDESK Service Desk 2016. Clarita-Bernhard-Str. 25 D 81249 Muenchen. Magelan GmbH

System requirements. for Installation of LANDESK Service Desk 2016. Clarita-Bernhard-Str. 25 D 81249 Muenchen. Magelan GmbH System requirements for Installation of LANDESK Service Desk 2016 Created by: Magelan GmbH Magelan GmbH Clarita-Bernhard-Str. 25 D 81249 Muenchen Version Version Date Author Description 1.0 22.11.2012

More information

Advanced Web Application Development using Microsoft ASP.NET

Advanced Web Application Development using Microsoft ASP.NET Course Outline Other Information MS2311 Days 3 Starting Time 9:00 Finish Time 4:30 Lunch & refreshments are included with this course. Advanced Web Application Development using Microsoft ASP.NET Course

More information

Server Software Installation Guide

Server Software Installation Guide Server Software Installation Guide This guide provides information on...... The architecture model for GO!Enterprise MDM system setup... Hardware and supporting software requirements for GO!Enterprise

More information

Cloud Authentication. Getting Started Guide. Version 2.1.0.06

Cloud Authentication. Getting Started Guide. Version 2.1.0.06 Cloud Authentication Getting Started Guide Version 2.1.0.06 ii Copyright 2011 SafeNet, Inc. All rights reserved. All attempts have been made to make the information in this document complete and accurate.

More information

VantagePoint Getting Results Guide

VantagePoint Getting Results Guide VantagePoint Getting Results Guide FactoryTalk VantagePoint provides dashboards, trends and reports against a broad range of real time and historian data sources. To start using FactoryTalk VantagePoint

More information

Inmagic Content Server Standard and Enterprise Configurations Technical Guidelines

Inmagic Content Server Standard and Enterprise Configurations Technical Guidelines Inmagic Content Server v1.3 Technical Guidelines 6/2005 Page 1 of 15 Inmagic Content Server Standard and Enterprise Configurations Technical Guidelines Last Updated: June, 2005 Inmagic, Inc. All rights

More information

Administrators Help Manual

Administrators Help Manual Administrators Help Manual Lepide Active Directory Self Service Lepide Software Private Limited Page 1 Administrators Help Manual for Active Directory Self-Service Lepide Active Directory Self Service

More information

Getting Started with HC Exchange Module

Getting Started with HC Exchange Module Getting Started with HC Exchange Module HOSTING CONTROLLER WWW.HOSTINGCONROLLER.COM HOSTING CONTROLLER Contents Introduction...1 Minimum System Requirements for Exchange 2013...1 Hardware Requirements...1

More information

Dell One Identity Manager Scalability and Performance

Dell One Identity Manager Scalability and Performance Dell One Identity Manager Scalability and Performance Scale up and out to ensure simple, effective governance for users. Abstract For years, organizations have had to be able to support user communities

More information

55115 - Planning, Deploying and Managing Microsoft Project Server 2013

55115 - Planning, Deploying and Managing Microsoft Project Server 2013 55115 - Planning, Deploying and Managing Microsoft Project Server 2013 Duration: 3 Days Course Price: $1,785 Software Assurance Eligible Course Description Course Overview The goal of this three-day instructor-led

More information

This document is provided to you by ABC E BUSINESS, Microsoft Dynamics Preferred partner. System Requirements NAV 2016

This document is provided to you by ABC E BUSINESS, Microsoft Dynamics Preferred partner. System Requirements NAV 2016 This document is provided to you by ABC E BUSINESS, Microsoft Dynamics Preferred partner. System Requirements NAV 2016 Page 1 System Requirements NAV 2016 Microsoft Dynamics NAV Windows Client Requirements

More information

BroadWorks Receptionist

BroadWorks Receptionist BroadWorks Receptionist Administration Guide Release 14.sp2 Document Version 1 220 Perry Parkway Gaithersburg, MD USA 20877 Tel +1 301.977.9440 Fax +1 301.977.8846 WWW.BROADSOFT.COM BroadWorks Guide Copyright

More information

ITDUMPS QUESTION & ANSWER. Accurate study guides, High passing rate! IT dumps provides update free of charge in one year!

ITDUMPS QUESTION & ANSWER. Accurate study guides, High passing rate! IT dumps provides update free of charge in one year! ITDUMPS QUESTION & ANSWER Accurate study guides, High passing rate! IT dumps provides update free of charge in one year! HTTP://WWW.ITDUMPS.COM Exam : 70-549(C++) Title : PRO:Design & Develop Enterprise

More information

VERITAS Backup Exec TM 10.0 for Windows Servers

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

More information

Symantec Backup Exec TM 11d for Windows Servers. Quick Installation Guide

Symantec Backup Exec TM 11d for Windows Servers. Quick Installation Guide Symantec Backup Exec TM 11d for Windows Servers Quick Installation Guide September 2006 Symantec Legal Notice Copyright 2006 Symantec Corporation. All rights reserved. Symantec, Backup Exec, and the Symantec

More information

Pcounter. Category Characteristics. Unified print room management Print policies and rules Product-based job processing Print queue management

Pcounter. Category Characteristics. Unified print room management Print policies and rules Product-based job processing Print queue management Pcounter Category Characteristics Output Management Unified print room management Print policies and rules Product-based job processing Print queue management TAKING CONTROL WITH PROFESSIONAL OUTPUT MANAGEMENT

More information

SNOW LICENSE MANAGER (7.X)... 3

SNOW LICENSE MANAGER (7.X)... 3 SYSTEM REQUIREMENTS Products Snow License Manager Software Store Option Snow Inventory Server, IDR, IDP Client for Windows Client for Linux Client for Unix Client for OS X Oracle Scanner Snow Integration

More information

Quick Install Guide. Lumension Endpoint Management and Security Suite 7.1

Quick Install Guide. Lumension Endpoint Management and Security Suite 7.1 Quick Install Guide Lumension Endpoint Management and Security Suite 7.1 Lumension Endpoint Management and Security Suite - 2 - Notices Version Information Lumension Endpoint Management and Security Suite

More information

7.5 7.5. Spotlight on Messaging. Evaluator s Guide

7.5 7.5. Spotlight on Messaging. Evaluator s Guide 7.5 Spotlight on Messaging 7.5 Evaluator s Guide 2010 Quest Software, Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide

More information

Installing CaseMap Server User Guide

Installing CaseMap Server User Guide Installing CaseMap Server User Guide CaseMap Server, Version 1.8 System Requirements Installing CaseMap Server Installing the CaseMap Admin Console Installing the CaseMap SQL Import Utility Testing Installation

More information

HYPERION SYSTEM 9 N-TIER INSTALLATION GUIDE MASTER DATA MANAGEMENT RELEASE 9.2

HYPERION SYSTEM 9 N-TIER INSTALLATION GUIDE MASTER DATA MANAGEMENT RELEASE 9.2 HYPERION SYSTEM 9 MASTER DATA MANAGEMENT RELEASE 9.2 N-TIER INSTALLATION GUIDE P/N: DM90192000 Copyright 2005-2006 Hyperion Solutions Corporation. All rights reserved. Hyperion, the Hyperion logo, and

More information

LearningServer for.net Implementation Guide

LearningServer for.net Implementation Guide LearningServer for.net Implementation Guide This document outlines recommended steps for planning and implementing a LearningServer solution. A successful installation and implementation requires the completion

More information

Veeam Backup Enterprise Manager. Version 7.0

Veeam Backup Enterprise Manager. Version 7.0 Veeam Backup Enterprise Manager Version 7.0 User Guide August, 2013 2013 Veeam Software. All rights reserved. All trademarks are the property of their respective owners. No part of this publication may

More information

Microsoft Dynamics CRM 2011 Guide to features and requirements

Microsoft Dynamics CRM 2011 Guide to features and requirements Guide to features and requirements New or existing Dynamics CRM Users, here s what you need to know about CRM 2011! This guide explains what new features are available and what hardware and software requirements

More information

Main characteristics. System

Main characteristics. System VoipSwitch is a software platform allowing for rapid VoIP services roll-out. It contains all necessary elements required in successful implementation of various VoIP services. Our customers can make money

More information

PHD Virtual Backup for Hyper-V

PHD Virtual Backup for Hyper-V PHD Virtual Backup for Hyper-V version 7.0 Installation & Getting Started Guide Document Release Date: December 18, 2013 www.phdvirtual.com PHDVB v7 for Hyper-V Legal Notices PHD Virtual Backup for Hyper-V

More information