MEGA Advisor Administration MEGA 2009 SP5 EN

Size: px
Start display at page:

Download "MEGA Advisor Administration MEGA 2009 SP5 EN"

Transcription

1 MEGA Advisor Administration MEGA 2009 SP5 EN Revised: April 5, 2012 Created: May 2, 2011 SME: Sylvie CHABE / Olivier SCHARFF Author: Herveline GLEVER

2 CONTENTS Introduction... 3 Audience... 3 How this document is organized... 3 Improving MEGA Advisor first connection response time... 4 Timeout configuration... 4 Configuring IIS Application Pool timeout... 4 Configuring Advisor ASP.NET Session State timeout... 5 Configuring Advisor session timeout... 6 Preload profiles configuration... 7 Configuring the KeepAlive value... 7 Configuring the Preload profiles... 7 Administration page... 8 Preload planning... 9 Managing MEGA Advisor Administration Console Opening the MEGA Advisor Administration Console MEGA Environments Web Users Connected Active Profiles Active Profiles Statistics MEGA Process Information Links to Check MEGA Statistics link MEGA System Information link Client-Side Diagnosis link Requesting the log file MEGA Advisor Administration MEGA 2009 SP5 EN page 2/15

3 INTRODUCTION Audience This document is intended for the MEGA administrator or the physical server administrator. How this document is organized This document details the following information: MEGA Advisor first connection response time improvement, which details actions to be performed before using Advisor application. When performed these actions enable to have an optimized connection time to the Advisor application. MEGA Advisor administration console, which enables Administrators to perform basic administration tasks. These tasks include web user connection management and cache management. MEGA Advisor Administration MEGA 2009 SP5 EN page 3/15

4 IMPROVING MEGA ADVISOR FIRST CONNECTION RESPONSE TIME At the first Advisor connection, four processes are launched. By default, these processes are stopped, without requests, after 20 minutes of idle time. The time spent to launch these processes slow down the connection to Advisor. To optimize the first connection time to the application you can configure IIS and the application to preload required processes and prevent them to stop. To start with MEGA Advisor in optimized conditions, you must: Configure IIS and application timeout, the time with no activity before stopping mgwmwas. Configure Advisor to preload the Mega Sub Process needed for each mega profiles. Plan the preload using Windows Scheduler. Timeout configuration The default timeout configuration is 20 minutes. To prevent the mgwmwas process to shut down during a day, modify the default timeout to 12 or 24 hours. Configuring IIS Application Pool timeout From IIS: 1. In the left pane, from the tree view select Application Pools. 2. In the right pane, right-click ADVISOR application and select Advanced Settings. 3. From the Advanced Settings window, in the Process Model part, modify the Idle Time-out (minutes) value. MEGA Advisor Administration MEGA 2009 SP5 EN page 4/15

5 Configuring Advisor ASP.NET Session State timeout From IIS: 1. From the left pane, expend the Sites tree view and select the Advisor Application. 2. In the right pane, open the ASP.NET Session State feature. 3. Modify the Time-out (in minutes) value. 4. In the Actions pane, click Apply to validate your modifications MEGA Advisor Administration MEGA 2009 SP5 EN page 5/15

6 Configuring Advisor session timeout From the root folder of the Advisor deployment path: In the Web.Config file, update the OpenSessionTimeout value. This value is given in milliseconds. <add key="opensessiontimeout" value=" "/> <!-- OpenSessionTimeout: Session Timeout in ms. Default value (20 Mn) --> MEGA Advisor Administration MEGA 2009 SP5 EN page 6/15

7 Preload profiles configuration Configuring the KeepAlive value By default a Mega Profile remains connected, and its associate Mega Sub Process alive, even when the last user using the profile has gone. The configuration parameter that controls this behavior is located in the Web.Config file. Make sure you have the following line in your Web.Config file: <add key="keepalive" value="1"/> <!-- KeepAlive: 0 Or 1 : 1 to keep mega sub process alive--> Configuring the Preload profiles Configuring the preload profiles consists of code instructions to open session for a user for each profile to preload and instructions to discard each preloaded environments. 1. From the App_Code folder, open the preload.cs file. 2. Modify the Preload method according to the following model: <environment Path> must be replaced by the environment path with duplicate backslash. static public bool PreLoad(MEGAWebAccessLib.MegaWebAccessServerClass pmwa, settings psettings, int nlevel, bool bdiscarding) { bool bpreloading = true; if (bdiscarding && (nlevel == 1)) { pmwa.discard(1, "<environment_1 path>"); pmwa.discard(1, "<environment_n path>"); } string[] sdiagramarray = new string[<nd - number of diagram type to preload>]; ---- sdiagramarray[0] = "<hexaidabs of a diagram for the first diagram type>"; sdiagramarray[<nd-1>] = "<hexaidabs of a diagram for the last diagram type>"; switch (nlevel) MEGA Advisor Administration MEGA 2009 SP5 EN page 7/15

8 { } case 1: PreLoadProfil(pMWA, psettings, psettings.settings_language_<language Name>, "<mapped user>", "<password>", "<environment path>", "<base name>", sdiagramarray); break; case <n>: PreLoadProfil(pMWA, psettings, psettings.settings_language_<language Name>, "<mapped user>", "<password>", "<environment path>", "<base name>", sdiagramarray); break; default: bpreloading = false; break; } return bpreloading; Administration page The administration page in the admin folder calls the Preload method when resetting cache with false for bdiscarding. Then only the selected environment will be discarded. Otherwise to start the preload call the administration page with preload parameter set to 1 (see Preload planning). MEGA Advisor Administration MEGA 2009 SP5 EN page 8/15

9 Preload planning You can plan the preload to have profiles loaded before the first user connection. From the Windows Scheduler: 1. Create a new task. 2. Configure the trigger. Ex.: everyday at 6 AM. 3. Configure the action: a. Select Start a program. b. In the Parameters pane, Browse the mwsr.exe program (located in the Utilities\MEGA ldap folder). c. In the argument field set URL of the administration page with preload parameter set to 1, for instance : " The preload start discarding environment which reset cache. MEGA Advisor Administration MEGA 2009 SP5 EN page 9/15

10 MANAGING MEGA ADVISOR ADMINISTRATION CONSOLE The administration console of MEGA Advisor has been provided to enable Administrators to perform basic administration tasks. These tasks include web user connection management and cache management. The MEGA Advisor Administration console enables to: manage web user connections manage caches check the application performances on the client s end Opening the MEGA Advisor Administration Console To access the MEGA Advisor Administration console: Type /admin/ after the server address. Example: The Administration Console appears. The Administration Console includes the following tables: MEGA Environments: lists the environments accessible from MEGA Advisor Web Users Connected: relates to the web users logged in to MEGA Advisor Active Profiles: displays information regarding the MEGA profile used to log in to MEGA Advisor Active Profiles Statistics: displays statistical information regarding the MEGA profiles used to log in to MEGA Advisor MEGA Process Information: relates to the processes involved in the connection Links to Check: relates to the generation of reports which displays information regarding the operating system and its response times. MEGA Environments The MEGA Environments table details for each environment that can be accessed from MEGA Advisor, its access path. MEGA Advisor Administration MEGA 2009 SP5 EN page 10/15

11 MEGA Advisor operates with a cache system to avoid regenerating Web pages with unchanged content. To delete this cache, click Reset Cache. The cache is deleted only if the repository has been updated. When you click Reset cache, read-only sessions that are open in MEGA Advisor are closed momentarily. They are then reopened to take into account the dispatches of other users. It is recommended that you warn users that are still connected (see Web Users Connected) that there will be inopportune disconnections. Web Users Connected Web users are required to log in to MEGA Advisor: These Web users are mapped to MEGA users. Several Web users can be mapped to a single MEGA user. Upon login, a session is opened in MEGA Web Access. This session is assigned an ID by MEGA Web Access. Each Web user has his own session identifier even if he shares his MEGA user with other Web users. The Web Users Connected table displays for each Web user logged in to MEGA Advisor: the Web user Session Id. This ID number enables to identify the Web user activity via the MEGA Web Access log. the TimeOut Status of the Web user session, which can take the following values: o TimeOutISPending: indicates that user activity has ceased and that the session will soon expire. You can disconnect the session if you so desire. o OK: indicates that the Web user session is being used. o TimeOut: indicates that the session has expired. the MEGA User (profile) used to log in to MEGA Advisor. This profile can be configured from the mapping tool and is used to define a particular view of the repository. The Language in which MEGA Advisor is displayed. The Environment and repository (Database) on which the Web user works. The ID (Run Id) of the MEGA process used for the current Web user. Click the corresponding button to perform the following actions: Disconnect: enables to delete the session of the selected Web users, logging them out of MEGA Advisor. This option should be used when problems occur, when requested by a technical support engineer, or when you delete the cache. MEGA Advisor Administration MEGA 2009 SP5 EN page 11/15

12 Dump Cache: by default, MEGA WEB Access stores all data generated from MEGA in a cache. Dump Cache enables to write the content of the cache to the disk, in the folder where the cache is stored. It should only be used when requested by a technical support engineer. Disconnect Timeout Sessions: enables to delete all Web user sessions that are identified as expired (timed out). Refresh Mapping: if the mapping tool used to map Web users to MEGA profiles (MEGA Users) has been updated, Refresh Mapping enables to ensure that future connections take the update into account. Active Profiles Active Profiles table displays information about the MEGA profiles that are used and shared between the Web users. The sharing or mapping is managed in the Web Users Mapping tool. A profile corresponds to a connection to the MEGA repository. It represents: the combination of the MEGA user used to log in to MEGA, the selected language of the user, and the environment and repository to which the user is connected. Each profile offers a particular view of the repository. Several Web users share the same profile for connecting to the repository. Profile use makes it easier to manage MEGA user configurations (options, permissions, license). The Active Profiles table displays the following information for each active profile: Run Id: the MEGA process ID used for the current Web user. MEGA User: the MEGA user used to log in to MEGA. Language: the language selected by the user. Environment: the environment in which the user works Database: the repository to which the user is logged and in which his work is stored. File Tag: the ID attached to the MEGA user work file. Cache Path: the cache storage location for the given profile. MEGA Advisor Administration MEGA 2009 SP5 EN page 12/15

13 Active Profiles Statistics The Active Profiles Statistics table summarizes information about the pages requested by each active profile, and the pages generated: Number of Pages Queried: indicates the MEGA Web Access number of pages requested. Queried Pages time: indicates the time spent requesting MEGA Web Access pages. Number of Pages Generated: the number of pages requested and generated for a given profile, as they were not present in the cache. Generated Pages Time (ms): the time in which the requested pages, which are not in the cache, are generated. Collisions: the number of pages requested simultaneously by different users. This can be a report element in the event of a generation error. Concurrent: the maximum number of pages generated simultaneously per profile. This indicates if a particular profile is often requested. With the generated page number and the generated page time you can find out the average time for generating a response. MEGA Process Information Each time a new session is opened in MEGA a new MEGA process is launched. There are as many processes as there are active profiles. A process ID is associated to each active profile. This ID is used to identify the process on which there is an impact in the Windows Task Manager. The process ID is 5b8 (hexadecimal), which corresponds to the mgwspro 1464 process. The MEGA Process Information table displays the following information: Run ID / Process ID: indicates the MEGA process IDs for the current user and active profile Computer Name / IP: indicates the machine on which the process is launched MEGA Version: the version of MEGA that is launched MEGA Advisor Administration MEGA 2009 SP5 EN page 13/15

14 MEGA Paths: indicates the installation path of the MEGA version being used and the error file location. Access to the error file is dependent on the types of Web servers used. A MEGA Technical Support engineer may request this file if problems arise. Links to Check The Links to check table includes links that generate reports relating to the installation used and the profiles connected to MEGA Advisor. MEGA Statistics link The MEGA Statistics link generates an XML report that contains technical statistic data regarding MEGA Advisor requests. MEGA System Information link The MEGA System Information link generates an HTML report that contains technical information regarding the installation that can render error diagnostics easier. The generated report can help you find the reasons for delays in response time from the application. Use the MEGA System Information link: to check the application performances on the client s end when browsing on MEGA Advisor is slow, and send the page information to the Technical Support. for information on product licenses available for the active profiles, and user activity when the report is requested by a technical support engineer Client-Side Diagnosis link The Client-Side Diagnosis generates a report that facilitates making diagnostics on the Web client. MEGA Advisor Administration MEGA 2009 SP5 EN page 14/15

15 Requesting the log file If you want to create a log file of all the page requests made by the active profiles, click Log Requests. Do not perform this action unless extremely necessary as this file is only for debugging purposes. The log file is stored in the website directory on the server used. MEGA Advisor Administration MEGA 2009 SP5 EN page 15/15

User Manual. Admin Report Kit for IIS 7 (ARKIIS)

User Manual. Admin Report Kit for IIS 7 (ARKIIS) User Manual Admin Report Kit for IIS 7 (ARKIIS) Table of Contents 1 Admin Report Kit for IIS 7... 1 1.1 About ARKIIS... 1 1.2 Who can Use ARKIIS?... 1 1.3 System requirements... 2 1.4 Technical Support...

More information

Coveo Platform 6.5. Microsoft SharePoint Connector Guide

Coveo Platform 6.5. Microsoft SharePoint Connector Guide Coveo Platform 6.5 Microsoft SharePoint Connector Guide Notice The content in this document represents the current view of Coveo as of the date of publication. Because Coveo continually responds to changing

More information

EMC ApplicationXtender Web Access.NET eroom Integration 6.0

EMC ApplicationXtender Web Access.NET eroom Integration 6.0 EMC ApplicationXtender Web Access.NET eroom Integration 6.0 Administrator s Guide 300-008-282 REV A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright

More information

Oracle FLEXCUBE Investor Servicing BIP Report Development Guide Release 12.0 April 2012 Oracle Part Number E

Oracle FLEXCUBE Investor Servicing BIP Report Development Guide Release 12.0 April 2012 Oracle Part Number E Oracle FLEXCUBE Investor Servicing BIP Report Development Guide Release 12.0 April 2012 Oracle Part Number E51528-01 Contents 1 Preface... 3 1.1 Audience... 3 1.2 Related documents... 3 1.3 Conventions...

More information

.NET SAML Consumer Value-Added (VAM) Deployment Guide

.NET SAML Consumer Value-Added (VAM) Deployment Guide .NET SAML Consumer Value-Added (VAM) Deployment Guide Copyright Information SecureAuth is a copyright of SecureAuth Corporation. SecureAuth s IdP software, appliances, and other products and solutions,

More information

MarkLogic Server. Connector for SharePoint Administrator s Guide. MarkLogic 9 May, Copyright 2017 MarkLogic Corporation. All rights reserved.

MarkLogic Server. Connector for SharePoint Administrator s Guide. MarkLogic 9 May, Copyright 2017 MarkLogic Corporation. All rights reserved. Connector for SharePoint Administrator s Guide 1 MarkLogic 9 May, 2017 Last Revised: 9.0-1, May, 2017 Copyright 2017 MarkLogic Corporation. All rights reserved. Table of Contents Table of Contents Connector

More information

Coveo Platform 7.0. Yammer Connector Guide

Coveo Platform 7.0. Yammer Connector Guide Coveo Platform 7.0 Yammer Connector Guide Notice The content in this document represents the current view of Coveo as of the date of publication. Because Coveo continually responds to changing market conditions,

More information

vfire Server Console Guide Version 1.5

vfire Server Console Guide Version 1.5 vfire Server Console Guide Table of Contents Version Details 4 Copyright 4 About this guide 6 Intended Audience 6 Standards and Conventions 6 Introduction 7 Accessing the Server Console 8 Creating a System

More information

Using the VMware vrealize Orchestrator Client

Using the VMware vrealize Orchestrator Client Using the VMware vrealize Orchestrator Client vrealize Orchestrator 7.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by

More information

Data Access Studio Install/Upgrade Guide for JDE World

Data Access Studio Install/Upgrade Guide for JDE World Data Access Studio Install/Upgrade Guide for JDE World 5299 DTC Blvd Greenwood Village, CO 80111, USA www.reportsnow.com Contents System Requirements... 2 Downloading and Installing/Upgrading DAS... 3

More information

SureClose Advantage. Release Notes Version

SureClose Advantage. Release Notes Version SureClose Advantage Release Notes Version 2.1.000 Table of Contents Overview...1 Post-Installation Considerations... 1 Features and Functionality...3 What s New in this Release... 3 Import Files, Parties

More information

Coveo Platform 6.5. Liferay Connector Guide

Coveo Platform 6.5. Liferay Connector Guide Coveo Platform 6.5 Liferay Connector Guide Notice The content in this document represents the current view of Coveo as of the date of publication. Because Coveo continually responds to changing market

More information

Course CLD211.5x Microsoft SharePoint 2016: Search and Content Management

Course CLD211.5x Microsoft SharePoint 2016: Search and Content Management Course CLD211.5x Microsoft SharePoint 2016: Search and Content Management Module 1 Lab - Configure Enterprise Search Introduction This document contains the detailed, step-by-step lab instructions for

More information

Tivoli Common Reporting V Cognos report in a Tivoli Integrated Portal dashboard

Tivoli Common Reporting V Cognos report in a Tivoli Integrated Portal dashboard Tivoli Common Reporting V2.1.1 Cognos report in a Tivoli Integrated Portal dashboard Preethi C Mohan IBM India Ltd. India Software Labs, Bangalore +91 80 40255077 preethi.mohan@in.ibm.com Copyright IBM

More information

Microsoft IIS version 6 Integration

Microsoft IIS version 6 Integration Microsoft IIS version 6 Integration Contents 1 Overview 2 Prerequisites 3 PINsafe Configuration 4 Configuring the IIS Server 4.1 Install the PINsafeIISFilter.exe 4.2 Configure the ISAPI filter 4.3 Create

More information

ZENworks 2017 Update 2 Endpoint Security Agent Reference. February 2018

ZENworks 2017 Update 2 Endpoint Security Agent Reference. February 2018 ZENworks 2017 Update 2 Endpoint Security Agent Reference February 2018 Legal Notice For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S. Government

More information

User Manual. Admin Report Kit for IIS (ARKIIS)

User Manual. Admin Report Kit for IIS (ARKIIS) User Manual Admin Report Kit for IIS (ARKIIS) Table of Contents 1 Admin Report Kit for Internet Information Server-(ARKIIS)... 1 1.1 About ARKIIS... 1 1.2 Who can Use ARKIIS?... 1 1.3 System requirements...

More information

Administration Manual

Administration Manual Administration Manual SAP J2EE Engine 6.20 Contents About This Manual... 10 Target Audience and Prerequisites... 10 Structure... 10 Documentation Conventions... 11 Further Reading... 11 Administration

More information

VAM. PeopleSoft Value-Added Module (VAM) Deployment Guide

VAM. PeopleSoft Value-Added Module (VAM) Deployment Guide VAM PeopleSoft Value-Added Module (VAM) Deployment Guide Copyright Information 2018. SecureAuth is a registered trademark of SecureAuth Corporation. SecureAuth s IdP software, appliances, and other products

More information

Cisco Unified Serviceability

Cisco Unified Serviceability Cisco Unified Serviceability Introduction, page 1 Installation, page 5 Introduction This document uses the following abbreviations to identify administration differences for these Cisco products: Unified

More information

Password Reset Utility. Configuration

Password Reset Utility. Configuration Password Reset Utility Configuration 1 Table of Contents 1. Uninstalling Legacy Password Reset... 2 2. Password Reset Utility: How to deploy and configure via Group Policy... 2 3. Configuring Group Policy

More information

ZENworks 11 Support Pack 4 Endpoint Security Agent Reference. October 2016

ZENworks 11 Support Pack 4 Endpoint Security Agent Reference. October 2016 ZENworks 11 Support Pack 4 Endpoint Security Agent Reference October 2016 Legal Notice For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S.

More information

VMware vrealize Operations for Horizon Installation

VMware vrealize Operations for Horizon Installation VMware vrealize Operations for Horizon Installation vrealize Operations for Horizon 6.4 Installation vrealize Operations for Horizon 6.4 This document supports the version of each product listed and supports

More information

Trend Micro Incorporated reserves the right to make changes to this document and to the product described herein without notice. Before installing and using the product, please review the readme files,

More information

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

ProSystem fx Portal User Guide

ProSystem fx Portal User Guide HAWKINS ASH CPAs ProSystem fx Portal User Guide 1/1/2012 Keys Quick reference to the key aspects of a particular function Icon Legend Tip Notes Best practice tips and shortcuts Informational notes about

More information

ORACLE USER PRODUCTIVITY KIT USAGE TRACKING ADMINISTRATION & REPORTING RELEASE SERVICE PACK 1 PART NO. E

ORACLE USER PRODUCTIVITY KIT USAGE TRACKING ADMINISTRATION & REPORTING RELEASE SERVICE PACK 1 PART NO. E ORACLE USER PRODUCTIVITY KIT USAGE TRACKING ADMINISTRATION & REPORTING RELEASE 3.6.1 SERVICE PACK 1 PART NO. E17383-01 MARCH 2010 COPYRIGHT Copyright 1998, 2010, Oracle and/or its affiliates. All rights

More information

Using the VMware vcenter Orchestrator Client. vrealize Orchestrator 5.5.1

Using the VMware vcenter Orchestrator Client. vrealize Orchestrator 5.5.1 Using the VMware vcenter Orchestrator Client vrealize Orchestrator 5.5.1 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

vcenter Server Appliance Configuration Modified on 17 APR 2018 VMware vsphere 6.7 VMware ESXi 6.7 vcenter Server 6.7

vcenter Server Appliance Configuration Modified on 17 APR 2018 VMware vsphere 6.7 VMware ESXi 6.7 vcenter Server 6.7 vcenter Server Appliance Configuration Modified on 17 APR 2018 VMware vsphere 6.7 VMware ESXi 6.7 vcenter Server 6.7 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

NetWrix VMware Change Reporter Version 3.0 Enterprise Edition Administrator s Guide

NetWrix VMware Change Reporter Version 3.0 Enterprise Edition Administrator s Guide NetWrix VMware Change Reporter Version 3.0 Enterprise Edition Administrator s Guide Table of Contents NetWrix VMware Change Reporter Concepts... 1 Product Editions... 1 How It Works... 2 Deploying Product...

More information

Release Notes. HP Connected Backup. Contents. Version Revision 1

Release Notes. HP Connected Backup. Contents. Version Revision 1 R E L E A S E N O T E S HP Connected Backup Version 8.6.2.7 Release Notes Revision 1 This document describes the new features and resolved issues for HP Connected Backup 8.6.2.7. You can retrieve the latest

More information

Partner Integration Portal (PIP) Installation Guide

Partner Integration Portal (PIP) Installation Guide Partner Integration Portal (PIP) Installation Guide Last Update: 12/3/13 Digital Gateway, Inc. All rights reserved Page 1 TABLE OF CONTENTS INSTALLING PARTNER INTEGRATION PORTAL (PIP)... 3 DOWNLOADING

More information

Data Access Studio Install/Upgrade Guide for JDE EnterpriseOne

Data Access Studio Install/Upgrade Guide for JDE EnterpriseOne Data Access Studio Install/Upgrade Guide for JDE EnterpriseOne 5299 DTC Blvd Greenwood Village, CO 80111, USA www.reportsnow.com Contents Supported Versions... 2 System Requirements... 3 Downloading and

More information

Viewing System Status, page 404. Backing Up and Restoring a Configuration, page 416. Managing Certificates for Authentication, page 418

Viewing System Status, page 404. Backing Up and Restoring a Configuration, page 416. Managing Certificates for Authentication, page 418 This chapter describes how to maintain the configuration and firmware, reboot or reset the security appliance, manage the security license and digital certificates, and configure other features to help

More information

VMware vrealize Operations for Horizon Installation. VMware vrealize Operations for Horizon 6.3

VMware vrealize Operations for Horizon Installation. VMware vrealize Operations for Horizon 6.3 VMware vrealize Operations for Horizon Installation VMware vrealize Operations for Horizon 6.3 VMware vrealize Operations for Horizon Installation You can find the most up-to-date technical documentation

More information

NBC-IG Installation Guide. Version 7.2

NBC-IG Installation Guide. Version 7.2 Installation Guide Version 7.2 2017 Nuance Business Connect 7.2 Installation Guide Document Revision History Revision Date August 8, 2017 Revision List Updated supported SQL Server versions June 14, 2017

More information

VMware vrealize Operations for Horizon Installation. VMware vrealize Operations for Horizon 6.5

VMware vrealize Operations for Horizon Installation. VMware vrealize Operations for Horizon 6.5 VMware vrealize Operations for Horizon Installation VMware vrealize Operations for Horizon 6.5 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Installing ITDS WebAdmin Tool into WebSphere Application Server Network Deployment V7.0

Installing ITDS WebAdmin Tool into WebSphere Application Server Network Deployment V7.0 Installing ITDS WebAdmin Tool into WebSphere Application Server Network Deployment V7.0 This document provides the procedure to install ITDS WebAdmin Tool into a Full WebSphere Application Server Network

More information

IBM FileNet Business Process Framework Version 4.1. Explorer Handbook GC

IBM FileNet Business Process Framework Version 4.1. Explorer Handbook GC IBM FileNet Business Process Framework Version 4.1 Explorer Handbook GC31-5515-06 IBM FileNet Business Process Framework Version 4.1 Explorer Handbook GC31-5515-06 Note Before using this information and

More information

PHEWR Installation Guide (version 3)

PHEWR Installation Guide (version 3) PHEWR Installation Guide (version 3) Introduction Included in this Zip File: Database - sql scripts to install database objects Admin - directory structure containing the files necessary to run the PHEWR

More information

Data Logger Help Database Logging for OPC Servers

Data Logger Help Database Logging for OPC Servers Database Logging for OPC Servers Version 9 DATA LOGGER HELP For Cyberlogic OPC Servers Version 9 Copyright 2011-2017, Cyberlogic Technologies Inc. All rights reserved. This document and its contents are

More information

Web Self Service Administrator Guide. Version 1.1.2

Web Self Service Administrator Guide. Version 1.1.2 Version 1.1.2 Web Self Service Administrator Guide Version 1.1.2 Copyright and Trademark Notice Use of the product documented in this guide is subject to your prior acceptance of the End User License Agreement.

More information

Evaluation Guide Host Access Management and Security Server 12.4 SP1 ( )

Evaluation Guide Host Access Management and Security Server 12.4 SP1 ( ) Evaluation Guide Host Access Management and Security Server 12.4 SP1 (12.4.10) Legal Notice For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions,

More information

ProSystem fx Portal Client User Guide Getting Started March 1, 2013

ProSystem fx Portal Client User Guide Getting Started March 1, 2013 ProSystem fx Portal Client User Guide Getting Started March 1, 2013 QUICK START GUIDE Also see Advanced Features Guide About ProSystem fx Portal Portal is a simple and easy to use Web application that

More information

BEAWebLogic RFID. Edge Server. Using the Administration Console

BEAWebLogic RFID. Edge Server. Using the Administration Console BEAWebLogic RFID Edge Server Using the Administration Console Version 2.1 Revised: June 29, 2006 Contents 1. Introduction and Roadmap Document Scope and Audience.............................................

More information

Avalanche Remote Control User Guide. Version 4.1

Avalanche Remote Control User Guide. Version 4.1 Avalanche Remote Control User Guide Version 4.1 ii Copyright 2012 by Wavelink Corporation. All rights reserved. Wavelink Corporation 10808 South River Front Parkway, Suite 200 South Jordan, Utah 84095

More information

Novi Survey Installation & Upgrade Guide

Novi Survey Installation & Upgrade Guide Novi Survey Installation & Upgrade Guide Introduction This procedure documents the steps to create a new install of Novi Survey and to upgrade an existing install of Novi Survey. After an install is created,

More information

Load testing with WAPT: Quick Start Guide

Load testing with WAPT: Quick Start Guide Load testing with WAPT: Quick Start Guide This document describes step by step how to create a simple typical test for a web application, execute it and interpret the results. A brief insight is provided

More information

User Manual. ARK for SharePoint-2007

User Manual. ARK for SharePoint-2007 User Manual ARK for SharePoint-2007 Table of Contents 1 About ARKSP (Admin Report Kit for SharePoint) 1 1.1 About ARKSP 1 1.2 Who can use ARKSP? 1 1.3 System Requirements 2 1.4 How to activate the software?

More information

Synchro PRO 2016 Shared User License Manager Installation Instructions

Synchro PRO 2016 Shared User License Manager Installation Instructions Synchro PRO 2016 Shared User License Manager Installation Instructions i electronically or otherwise, or transmitted in any form, without the express prior permission of Synchro Installation 1. Run setupsynchrolicenseserver.exe,

More information

Configuration Manager

Configuration Manager CHAPTER 7 This chapter describes how to perform routine Cisco VXC Manager configuration management tasks using the Administrator Console. It provides information on managing the configuration settings

More information

Oracle s Hyperion Data Integration Management Adapter for Financial Management Release Readme

Oracle s Hyperion Data Integration Management Adapter for Financial Management Release Readme Oracle s Hyperion Data Integration Management Adapter for Financial Management Release 9.3.1.1 File This file contains the following sections: Purpose... 1 System Requirements... 2 Hardware... 2 Software...

More information

Installing CaseMap Server User Guide

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

More information

Installation Guide. May vovici.com. Vovici Enterprise Version 6.1. Feedback that drives vision.

Installation Guide. May vovici.com. Vovici Enterprise Version 6.1. Feedback that drives vision. Installation Guide Vovici Enterprise Version 6.1 May 2011 For installation support, please contact our Vovici Enterprise installation experts at installefmc@. If phone support is requested an installation

More information

Installing CaseMap Server User Guide

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

More information

VMware Identity Manager Connector Installation and Configuration (Legacy Mode)

VMware Identity Manager Connector Installation and Configuration (Legacy Mode) VMware Identity Manager Connector Installation and Configuration (Legacy Mode) VMware Identity Manager This document supports the version of each product listed and supports all subsequent versions until

More information

KASPERSKY LAB. Kaspersky Administration Kit version 6.0. Reference Book

KASPERSKY LAB. Kaspersky Administration Kit version 6.0. Reference Book KASPERSKY LAB Kaspersky Administration Kit version 6.0 Reference Book KASPERSKY ADMINISTRATION KIT VERSION 6.0 Reference Book Kaspersky Lab Ltd. Visit our website: http://www.kaspersky.com/ Revision date:

More information

Syncplicity Panorama with Isilon Storage. Technote

Syncplicity Panorama with Isilon Storage. Technote Syncplicity Panorama with Isilon Storage Technote Copyright 2014 EMC Corporation. All rights reserved. Published in USA. Published November, 2014 EMC believes the information in this publication is accurate

More information

Amazon AppStream 2.0: SOLIDWORKS Deployment Guide

Amazon AppStream 2.0: SOLIDWORKS Deployment Guide 2018 Amazon AppStream 2.0: SOLIDWORKS Deployment Guide Build an Amazon AppStream 2.0 environment to stream SOLIDWORKS to your users June 2018 https://aws.amazon.com/appstream2/ 1 Welcome This guide describes

More information

Installation Guide. Last Revision: Oct 03, Page 1-

Installation Guide. Last Revision: Oct 03, Page 1- Installation Guide Last Revision: Oct 03, 2005 -Page 1- Contents Before You Begin... 2 Installation Overview... 2 Installation for Microsoft Windows 2000, Windows 2003, and Windows XP Professional... 3

More information

Setting Up the Dell DR Series System on Veeam

Setting Up the Dell DR Series System on Veeam Setting Up the Dell DR Series System on Veeam Dell Engineering April 2016 A Dell Technical White Paper Revisions Date January 2014 May 2014 July 2014 April 2015 June 2015 November 2015 April 2016 Description

More information

Migrate From Version 2.2 to Version 3.1 Guide

Migrate From Version 2.2 to Version 3.1 Guide Migrate From Version 2.2 to Version 3.1 Guide EFM Community Fall 2007(Version 3.10) July 2008 For support, contact Vovici Technical Support at (781) 261-4300, ext. 2 or use the web form located at: http://s3.parature.com/ics/support/default.asp?deptid=5474

More information

Time Machine Web Console Installation Guide

Time Machine Web Console Installation Guide 1 Time Machine Web Console Installation Guide The following is a quick guide to setting up and deploying Solution-Soft s Time Machine Web Console under Microsoft IIS Web Server 8. This paper will walk

More information

VMware View Administration

VMware View Administration View 4.6 View Manager 4.6 View Composer 2.6 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for

More information

Setting Up Resources in VMware Identity Manager. VMware Identity Manager 2.8

Setting Up Resources in VMware Identity Manager. VMware Identity Manager 2.8 Setting Up Resources in VMware Identity Manager VMware Identity Manager 2.8 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

McAfee Management for Optimized Virtual Environments AntiVirus 4.5.0

McAfee Management for Optimized Virtual Environments AntiVirus 4.5.0 Migration Guide McAfee Management for Optimized Virtual Environments AntiVirus 4.5.0 For use with McAfee epolicy Orchestrator COPYRIGHT 2016 Intel Corporation TRADEMARK ATTRIBUTIONS Intel and the Intel

More information

Administration Manual

Administration Manual Administration Manual SAP J2EE Engine 6.20 Contents About This Manual...12 Target Audience and Prerequisites...12 Structure...12 Documentation Conventions...14 Further Reading...14 Administration Tools...15

More information

BRIGGS & VESELKA CO. ProSystem fx Portal. Client Portal Admin User Guide

BRIGGS & VESELKA CO. ProSystem fx Portal. Client Portal Admin User Guide BRIGGS & VESELKA CO. ProSystem fx Portal Client Portal Admin User Guide Keys Quick reference to the key aspects of a particular function Icon Legend Tip Notes Best practice tips and shortcuts Informational

More information

Coveo Platform 7.0. Oracle UCM Connector Guide

Coveo Platform 7.0. Oracle UCM Connector Guide Coveo Platform 7.0 Oracle UCM Connector Guide Notice The content in this document represents the current view of Coveo as of the date of publication. Because Coveo continually responds to changing market

More information

CCH Portal Client User Guide

CCH Portal Client User Guide CCH Portal Client User Guide 4/30/2014 Icon Legend Keys Quick reference to the key aspects of a particular function Tip Best practice tips and shortcuts Notes Informational notes about functions Warning

More information

Workspace Administrator Help File

Workspace Administrator Help File Workspace Administrator Help File Table of Contents HotDocs Workspace Help File... 1 Getting Started with Workspace... 3 What is HotDocs Workspace?... 3 Getting Started with Workspace... 3 To access Workspace...

More information

Assignment Statuses An assignment can have any one of the following statuses. Depending on how the assignment is made,

Assignment Statuses An assignment can have any one of the following statuses. Depending on how the assignment is made, Assignments Assignments The topics in this section provide information about Assignments. To begin managing Assignments on the Assignments console: 1. On the Navigation bar, click Assignments 2. The Assignments

More information

Performance Monitors Setup Guide

Performance Monitors Setup Guide Performance Monitors Setup Guide Version 1.0 2017 EQ-PERF-MON-20170530 Equitrac Performance Monitors Setup Guide Document Revision History Revision Date May 30, 2017 Revision List Initial Release 2017

More information

Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1

Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1 Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1 Setting Up Resources in VMware Identity Manager (On Premises) You can find the most up-to-date

More information

ZENworks Reporting System Reference. January 2017

ZENworks Reporting System Reference. January 2017 ZENworks Reporting System Reference January 2017 Legal Notices For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S. Government rights, patent

More information

Okta Integration Guide for Web Access Management with F5 BIG-IP

Okta Integration Guide for Web Access Management with F5 BIG-IP Okta Integration Guide for Web Access Management with F5 BIG-IP Contents Introduction... 3 Publishing SAMPLE Web Application VIA F5 BIG-IP... 5 Configuring Okta as SAML 2.0 Identity Provider for F5 BIG-IP...

More information

Setting Up Resources in VMware Identity Manager

Setting Up Resources in VMware Identity Manager Setting Up Resources in VMware Identity Manager VMware Identity Manager 2.7 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

Using the Resource Manager Configuration Tool

Using the Resource Manager Configuration Tool CHAPTER 14 During initial installation of Cisco Unified Videoconferencing Manager, defined network environment settings and other configurable elements, such as page length and meeting identifiers, are

More information

AVALANCHE SE QUICK START

AVALANCHE SE QUICK START AVALANCHE SE QUICK START Avalanche SE is a client management system designed to easily manage software and configuration updates to mobile devices. This document provides a brief overview of the core tasks

More information

MFS 4.2. Install Guide

MFS 4.2. Install Guide MFS 4.2 Install Guide Table of Contents 1. MFS Overview... 4 Architecture... 5 Repository Server Specifications and Configuration Settings... 6 2. SQL Server Side Configuration... 8 Sysmon... 8 Installing

More information

SAML-Based SSO Configuration

SAML-Based SSO Configuration Prerequisites, page 1 SAML SSO Configuration Task Flow, page 5 Reconfigure OpenAM SSO to SAML SSO Following an Upgrade, page 9 SAML SSO Deployment Interactions and Restrictions, page 9 Prerequisites NTP

More information

User Management in Resource Manager

User Management in Resource Manager CHAPTER 8 This section describes how to manage user profiles. Topics in this section include: Overview of User Management, page 8-1 Using User Management, page 8-1 Overview of User Management In Resource

More information

Admin Table is oftr Caoto ntr e s U ntsser Guide Table of Contents Introduction Accessing the Portal

Admin Table is oftr Caoto ntr e s U ntsser Guide Table of Contents Introduction Accessing the Portal Administrator s Table of Contents User Guide Table of Contents Introduction 3 Accessing the Portal 3 Create User Accounts 4 Enable / Disable User Accounts 5 Manage Users from an LDAP Server 5 User Roles

More information

Transport Gateway Installation / Registration / Configuration

Transport Gateway Installation / Registration / Configuration CHAPTER 4 Transport Gateway Installation / Registration / Configuration This chapter covers the following areas: Transport Gateway requirements. Security Considerations When Using a Transport Gateway.

More information

SelectSurvey.NET Developers Manual

SelectSurvey.NET Developers Manual Developers Manual (Last updated: 5/6/2016) SelectSurvey.NET Developers Manual Table of Contents: SelectSurvey.NET Developers Manual... 1 Overview... 2 Before Starting - Is your software up to date?...

More information

Novell Identity Manager

Novell Identity Manager Role Mapping Administrator User Guide AUTHORIZED DOCUMENTATION Novell Identity Manager 1.0 August 28, 2009 www.novell.com Novell Identity Manager Role Mapping Administrator 1.0 User GuideNovell Identity

More information

Dell Command Intel vpro Out of Band

Dell Command Intel vpro Out of Band Dell Command Intel vpro Out of Band Version 3.0 User's Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION

More information

Send document feedack to

Send document feedack to CHAPTER 9 This chapter includes the following topics: Introduction to Administration, page 9-1 Host Administration, page 9-2 System Administration, page 9-13 Profile Spaces, page 9-33 User Metadata, page

More information

1 Installing the integration server

1 Installing the integration server 1 Installing the integration server This document contains information about how to install the Rational DOORS for HP Quality Center Interface integration server. Installing the integration server also

More information

HTTP 1.1 Web Server and Client

HTTP 1.1 Web Server and Client The feature provides a consistent interface for users and applications by implementing support for HTTP 1.1 in Cisco IOS XE software-based devices. When combined with the HTTPS feature, the feature provides

More information

Veeam ONE. Version 8.0. User Guide for VMware vsphere Environments

Veeam ONE. Version 8.0. User Guide for VMware vsphere Environments Veeam ONE Version 8.0 User Guide for VMware vsphere Environments July, 2015 2015 Veeam Software. All rights reserved. All trademarks are the property of their respective owners. No part of this publication

More information

User Manual. Thermo Scientific Orion

User Manual. Thermo Scientific Orion User Manual Thermo Scientific Orion Orion Star Com Software Program 68X637901 Revision A April 2013 Contents Chapter 1... 4 Introduction... 4 Star Com Functions... 5 Chapter 2... 6 Software Installation

More information

XIA Links. Administrator's Guide. Version: 3.0. Copyright 2017, CENTREL Solutions

XIA Links. Administrator's Guide. Version: 3.0. Copyright 2017, CENTREL Solutions Administrator's Guide Version: 3.0 Copyright 2017, CENTREL Solutions Table of contents About... 4 Installation... 6 Installation Requirements (Server)... 7 Prerequisites (Windows Server 2016)... 9 Prerequisites

More information

Early Data Analyzer Web User Guide

Early Data Analyzer Web User Guide Early Data Analyzer Web User Guide Early Data Analyzer, Version 1.4 About Early Data Analyzer Web Getting Started Installing Early Data Analyzer Web Opening a Case About the Case Dashboard Filtering Tagging

More information

Perceptive Content Licensing

Perceptive Content Licensing Perceptive Content Licensing Advanced Design and Setup Guide Perceptive Content, Version: 7.1.x Written by: Product Knowledge, R&D Date: August 2015 2015 Lexmark International Technology, S.A. All rights

More information

Horizon Console Administration. 13 DEC 2018 VMware Horizon 7 7.7

Horizon Console Administration. 13 DEC 2018 VMware Horizon 7 7.7 Horizon Console Administration 13 DEC 2018 VMware Horizon 7 7.7 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this

More information

UC for Enterprise (UCE) NEC Centralized Authentication Service (NEC CAS)

UC for Enterprise (UCE) NEC Centralized Authentication Service (NEC CAS) UC for Enterprise (UCE) NEC Centralized Authentication Service (NEC CAS) Installation Guide NEC NEC Corporation October 2010 NDA-30362, Revision 15 Liability Disclaimer NEC Corporation reserves the right

More information

Portal User Guide. E. Martin Davidoff & Associates, CPAs E. Martin Davidoff, Attorney at Law

Portal User Guide. E. Martin Davidoff & Associates, CPAs E. Martin Davidoff, Attorney at Law Portal User Guide E. Martin Davidoff & Associates, CPAs E. Martin Davidoff, Attorney at Law As of February 17, 2011 Keys Quick reference to the key aspects of a particular function Icon Legend Tip Notes

More information

Trend Micro Incorporated reserves the right to make changes to this document and to the product described herein without notice. Before installing and using the product, please review the readme files,

More information

xcelerated Integration Services (xis) xcp 2.3 Sample Application

xcelerated Integration Services (xis) xcp 2.3 Sample Application xcelerated Integration Services (xis) xcp 2.3 Sample Application Deployment Guide Abstract Outline of the deployment steps and demonstration scenario for the xis sample application. September 2016 - Version

More information