Deploying Physical Solutions to InfoSphere Master Data Management Server Advanced Edition v11

Size: px
Start display at page:

Download "Deploying Physical Solutions to InfoSphere Master Data Management Server Advanced Edition v11"

Transcription

1 Deploying Physical Solutions to InfoSphere Master Data Management Server Advanced Edition v11 How to deploy Composite Business Archives (CBA) to WebSphere John Beaven IBM, Hursley

2 Contents Overview...3 Deployable components in Websphere...3 Deployable components for MDM Operational Server...4 Hot Deploying directly from the workspace...4 Checking the deployment using the WAS Admin Console...15 Un-deploying a hot deployed application from WebSphere...18 Installing a CBA archive using the WAS Admin Console...21 Uninstalling a CBA archive using the WAS Admin Console

3 Overview This document describes the how code developed in the MDM Workbench can be deployed to the MDM Operational Server. It discusses the concepts involved and presents the two different approaches to deployment. It also explains how such deployments can subsequently be removed from the server. Topics: Deployable components in WebSphere Deployable components for MDM Operational Server Hot deploying directly from the workspace Checking the deployment with the WAS Admin Console Un-deploying a hot deployed application from WebSphere Installing a CBA archive using the WAS Admin Console Uninstalling a CBA archive using the WAS Admin Console Tip: If you just want to get going quickly, you should focus on the hot deployment approach Deployable components in WebSphere The diagram below shows the structure of assets deployed to a WebSphere server. Business level applications consist of one or more composition units and these have a series of associated composition unit extensions. Business Level Application * Composition Unit * Composition Unit Extension The code developed in the workbench is packaged into a Composite Bundle Archive (CBA) for deployment to the server. This CBA is essentially a Composition Unit Extension for the purposes of deployment. Deployment now becomes a two step process: 3 Deploy the CBA from the workspace to the WebSphere application server as a Composite Unit Extension Associate the Composite Unit Extension with a Composition Unit.

4 Tip: Sometimes the WAS Admin console refers to these components as assets. Deployable components for MDM Operational Server The following diagram shows Business Level Applications and Composition Units to which MDM Operational Server extensions are deployed: BLA : MDM-operational-server-EBA-E001 CU: com.ibm.mdm.hub.server.app-e001_0001.eba Composite Bundle Archive Composite Bundle Archive CUE: Composite Bundle Archive Tip: MDM Operation Server does contain other Business Level Applications and Composition Units. Hot deploying directly from the workspace You can deploy your code directly from the workspace to a WebSphere server with a connection listed in the Servers view. When you do this, there is no need for the code to be exported to an asset (eg.cba file) and then installed through the WAS Admin Console. As you make changes to the code, these can be automatically or manually reflected (published) on the server, again without the need to involve the WAS Admin console. Tip: Before you do this you should ensure that the server connection is configured so that binary code developed in the workspace is copied to the WAS server rather than being linked to it. The distinction may seem subtle, but the effect is to de-couple code developed in the workspace with the code deployed on the server. The server deployment will remain valid and functional even if the workspace is deleted (if it was linked to a workspace that was deleted, this would cause problems). 1.1 Open the Servers view and locate the target WAS server (eg WebSphere Application Server v8.5 at localhost). Check to see if the server is Started 4

5 1.2 If the server is Stopped, start it by opening the context menu on the server definition and selecting the Start option. Wait for the server start-up to complete. 1.3 Open the context menu for the server definition and select Add and Remove 5

6 1.4 In the Add and Remove dialog select the CBA to be deployed from the Available list and click Add > to move it to the Configured list 1.5 Click the Finish button to publish the CBA to the server. 1.6 Wait for the Server connection to become Synchronized again Tip: The CBA is published to the server but not yet associated with a Business Level Application. Before it can be used, it must be configured as a Composition Unit Extension 6

7 1.7 Expand the server connection to reveal the published CBA. Open the context menu for the CBA and select Manage Extensions. 1.8 In the Manage Extensions dialog, expand the Advanced option. 7

8 1.9 Click the Get information from server button to retrieve information about existing deployed applications When the Business-level application drop down appears, select the target application (in the case of MDM Server this is MDM-operation-server-EBAE001). 8

9 1.11 When the Composition unit drop down appears select the target Composition Unit (in the case of MDM Server this is com.ibm.mdm.hub.server.appe001_0001.eba) Click Finish to apply this configuration

10 1.13 The Manage Extension dialog will appear whilst this configuration is performed Once the process is complete, check the Server connection status again and wait for it to become Synchronized Tip: Although the CBA is now fully deployed, the Database configuration must be applied before it can be invoked. The next step is to set up a connection the MDM database and run an SQL script to apply the necessary configuration Open the context menu on the server connection and select Stop Wait for the Server connection to become Stopped 10

11 1.17 Select the Data Source Explorer view and expand Database Connections 1.18 Open the context menu on the MDM database connection (MDM11DB) and select Properties 1.19 In the Properties for MDM11DB dialog, Select Driver Properties in the left hand panel, open the General properties tab in the right hand panel and update the User name and Password fields if necessary. The default values for the MDM Typical Workbench installation are: DB2 User name : db2admin DB2 Password: db3admin 11

12 1.20 Click the Test Connection button to determine if these settings are correct. You should see the Success dialog after a few seconds. Click OK to dismiss this window Once you have confirmed the connection to the database is correctly set up, close the Properties for MDM11DB dialog by clicking OK 1.22 Select the Package Explorer view 1.23 Expand the MDMSharedResources -> sql folder 1.24 Open the context menu over the Setup_DB2.sql file and select Open With -> SQL and XQuery Editor 12

13 1.25 Open the context menu anywhere in the SQL file and select Use Database Connection 1.26 In the Select Connection Profile dialog, select the MDM11DB database connection and click Finish Tip: This associates the specific SQL file with the MDM11DB connection. When the script is subsequently executed, this is the database connection that will be used. 13

14 Open the context menu anywhere in the SQL file and select Run SQL 1.29 The statements in the SQL file will be executed to configure the MDM database. Progress is displayed in the SQL Results view that will open in the workbench. Tip: You should check to see if the overall process Succeeded or if individual statements failed. Where failures do occur, it may be that a previous deployment is causing conflicts (e.g. a table already exists). You can either resolve such issues by hand or try to remove a previous configuration using the Rollback scripts created alongside the setup scripts. Tip: Once the database is configured its time to restart the WAS server 14

15 1.30 Open the Servers view and locate the target WAS server (eg WebSphere Application Server v8.5 at localhost) Open the context menu on the server definition and select Start. Wait for the server start-up to complete Checking the deployment using the WAS Admin Console 2.1 Open the context menu on the server definition and select Administration -> Run Administrative Console. 15

16 2.2 When the WebSphere Integrated Solutions Console appears, enter the WAS user id and password and click Login. The default values for the MDM Typical Workbench installation are: WAS User name : mdmadmin WAS Password: mdmadmin 2.3 Once the console has opened, select Applications -> Application Types -> Business level applications in the tree view 2.4 Check the right hand panel under Business-level applications to ensure the MDM-operational-server-EBA-E001 is Started. Tip: The Status should show a filled in green arrow. The hover text over the arrow should be Started. If there is a green arrow but it is partially filled in and the hover text is Partially Started then not all the EBA components have started correctly. If there is no arrow then the EBA is not running at all. 16

17 2.5 Click on the MDM-operational-server-EBA-E001 link to see the list of composition units contain in the application 2.6 Click on com.ibm.mdm.hub.server.app-e001_0001.eba link to open the configuration settings for this composition unit 2.7 In the configuration settings panel, click on the Extensions for this composition unit link. 17

18 2.8 Ensure the CBA you are deploying is shown in the list of Composite Bundle Archive Extensions Un-deploying a hot deployed application from WebSphere Tip: You only need to undeploy the application if you wish to remove it from the server or are going to try deploying the application using the WAS Admin Console 3.1 Open the Servers view and locate the target WAS server (eg WebSphere Application Server v8.5 at localhost). Check to see if the server is Started 3.2 If the server is Stopped, start it by opening the context menu on the server definition and selecting the Start option. Wait for the server start-up to complete 18

19 3.3 Expand the server connection to reveal the published CBA. Open the context menu for the CBA and select Manage Extensions 3.4 In the Manage Extensions dialog de-select the MDM-operational-server-EBAE001 and click Finish Tip: The list shows those business level applications to which the CBA is deployed. By de-selecting the application, you are removing the CBA from it. 3.5 Wait for the Manage Extensions progress dialog to complete (this can several minutes to complete) 19

20 3.6 Select the Server view, open the context menu over the target WebSphere server and select Add and Remove 3.7 In the Add and Remove dialog window, select the target CBA from the Configured panel and click Remove to move it to the Available panel then click Finish to make these changes Note: Whilst the application is now completely removed from the WebSphere server, configuration settings remain in the DB2 database. You can ignore this and continue to use the other services provided by the MDM Server or you can follow the steps 20

21 outlined in section 1.15 to run the rollback SQL script and remove the configuration. If you are not going to re-deploy the application, it s recommended that you run the rollback script to remove the configuration from the database. If you are going to re-deploy the application then you should run the rollback script if you have made or plan to make structural changes to the model. You would then need to re-run the updated set up script when you re-deploy the application. If you are going to re-deploy the application but won t be making such structural changes, you can leave the configuration in place. In this case you don t need to rerun the setup script when you re-deploy the application. Installing a CBA archive using the WAS Admin Console Tip: If you are going to try deploying the CBA archive, you must first ensure the application is not hot deployed to the target server. If necessary follow the steps outlined in section 3 above to remove the existing deployment 4.1 Open the context menu on the target CBA project and select Export 4.2 In the Export dialog, select OSGi -> OSGi Composite Bundle and click Next 21

22 4.3 In the OSGi Composite Bundle Export wizard, click Browse, choose a target location for the exported CBA archive file then click Save 4.4 In the Export dialog, click Finish 22

23 4.5 Open the Servers view, locate the target WAS server (eg WebSphere Application Server v8.5 at localhost) and check to see if the server is Started 4.6 If the server is Stopped, start it by opening the context menu on the server definition and selecting the Start option. Wait for the server start-up to complete 4.7 Open the context menu on the server definition and select Administration -> Run Administrative Console 23

24 4.8 When the WebSphere Integrated Solutions Console appears, enter the WAS user id and password and click Login. The default values for the MDM Typical Workbench installation are: WAS User name : mdmadmin WAS Password: mdmadmin 4.9 In the left hand panel select Environment > OSGi bundle repositories > Internal bundle repository and click New 4.10 In the Internal bundle repositories panel, select Local file system and click Browse 24

25 4.11 When the Choose File to Upload dialog appears, select the CBA exported above and click Open Click OK again to import the CBA

26 4.13 When the Messages dialog appears click Save to commit these changes. Tip: You will see a series of warnings stating that The service dependency with attributes. required by bundle.. cannot be resolved. You may ignore these warnings. They are occurring as the CBA has not yet been associated with a Business Level Application (ie MDM) 4.14 Once the save process is complete, you will see a dialog showing the CBA as an available bundle in the Internal bundle repository Tip: The CBA is published to the server but not yet associated with a Business Level Application. Before it can be used, it must be configured as a Composition Unit Extension 26

27 4.15 In the Admin Console left hand panel, open the Applications -> Application Types -> Business-level applications and click on the MDM-operationalserver-EBA-E001 Tip: The list above shows the Business Level Applications that are deployed on the server. These business level applications are made up of a series of composition units In the right hand panel, click on the target Composition Unit link (In the case of MDM Operational Server this is com.ibm.mdm.hub.server.app-e eba) Tip: The list above shows the Composition Units that make up the Business Level Application. Each of these can contain a series of Composition Unit Extensions (The CBA you are deploying is one of these extensions) 27

28 4.17 Next, click on the Extensions for this composition unit under the Additional Properties section 4.18 When the extensions panel appears, click the Add button Tip: This list shows the Composition Unit Extensions that are associated with the selected Composition Unit. When your CBA is fully deployed, it will be listed here Tick the Composition Unit Extension (the CBA bundle) you wish to deploy to the application and Click Add Tip: This list shows the bundles residing in the WAS Internal Bundle Repository 28

29 4.20 When the Messages box appears, click Save to commit these changes 4.21 Next you need to navigate back to the MDM Server Composition Unit settings panel. Click on the com.ibm.mdm.hub.server.app-e eba link in the console as shown below: 4.22 Under the OSGI application deployment status section, click the Update to latest deployment button 4.23 A panel will open showing the changes that will be made to upgrade the Composition Unit. Locate the CBA (The extension to the composition unit) that 29

30 you are deploying. It should be listed as Not deployed in the Deployed Version column and show a version number in the New Version column Scroll to the bottom of the panel and click the OK button 4.25 When the Set options settings panel appears, click Next twice to move to Step 3 in the left hand panel 4.26 Now click Finish to upgrade the Composition Unit 4.27 When the Messages box appears, click Save to commit these changes 30

31 Tip: Although the CBA is now fully deployed, the Database configuration must be applied before it can be invoked. The next step is to set up a connection the MDM database and run an SQL script to apply the necessary configuration. The database configuration is performed in the same way as the hot deployment solution outlined above Follow the database configuration steps from 1.15 onwards to deploy the database configuration Uninstalling a CBA archive using the WAS Admin Console 5.1 Open the Servers view and locate the target WAS server (eg WebSphere Application Server v8.5 at localhost). Check to see if the server is Started 5.2 If the server is Stopped, start it by opening the context menu on the server definition and selecting the Start option. Wait for the server start-up to complete. 5.3 Open the context menu on the server definition and select Administration -> Run Administrative Console. 5.4 When the WebSphere Integrated Solutions Console appears, enter the WAS user id and password and click Login. The default values for the MDM Typical Workbench installation are: WAS User name : mdmadmin WAS Password: mdmadmin 31

32 5.5 In the left hand panel select Applications -> Application Types -> Businesslevel applications and then click the MDM-operational-server-EBA-E001 link in the Business-level applications panel 5.6 Once the application is opened in the right hand panel, click the com.ibm.mdm.hub.server.app-e eba link 5.7 Tick the box next to the target CBA file and click the Remove button 32

33 5.8 Once the Message panel appears, click Save to commit these changes 5.9 In the WAS Admin Console left hand panel select Environment -> OSGi bundle repositories -> Internal bundle repository 5.10 Under the Internal bundle repository selection in the right hand panel, check the bundle you previously deployed and click Delete 33

34 5.11 When the Messages panel appears, click Save to commit these changes Note: Whilst the application is now completely removed from the WebSphere server, configuration settings remain in the DB2 database. You can ignore this and continue to use the other services provided by the MDM Server or you can follow the steps outlined in section 1.15 to run the rollback SQL script and remove the configuration. If you are not going to re-deploy the application, it s recommended that you run the rollback script to remove the configuration from the database. If you are going to re-deploy the application then you should run the rollback script if you have made or plan to make structural changes to the model. You would then need to re-run the updated setup script when you re-deploy the application. If you are going to re-deploy the application but won t be making such structural changes, you can leave the configuration in place. In this case you don t need to rerun the setup script when you re-deploy the application. 34

Developing Physical Solutions for InfoSphere Master Data Management Server Advanced Edition v11. MDM Workbench Development Tutorial

Developing Physical Solutions for InfoSphere Master Data Management Server Advanced Edition v11. MDM Workbench Development Tutorial Developing Physical Solutions for InfoSphere Master Data Management Server Advanced Edition v11 MDM Workbench Development Tutorial John Beaven/UK/IBM 2013 Page 1 Contents Overview Machine Requirements

More information

WebSphere Business Monitor V6.2 KPI history and prediction lab

WebSphere Business Monitor V6.2 KPI history and prediction lab Copyright IBM Corporation 2009 All rights reserved IBM WEBSPHERE BUSINESS MONITOR 6.2 LAB EXERCISE WebSphere Business Monitor V6.2 KPI history and prediction lab What this exercise is about... 1 Lab requirements...

More information

InfoSphere Master Data Management operational server v11.x OSGi best practices and troubleshooting guide

InfoSphere Master Data Management operational server v11.x OSGi best practices and troubleshooting guide InfoSphere Master Data Management operational server v11.x OSGi best practices and troubleshooting guide Introduction... 2 Optimal workspace operational server configurations... 3 Bundle project build

More information

STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER

STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER Notes: STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER 1. These instructions focus on installation on Windows Terminal Server (WTS), but are applicable

More information

STATISTICA VERSION 10 STATISTICA ENTERPRISE SERVER INSTALLATION INSTRUCTIONS

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

More information

SQL Server 2008 R2 Express Edition Installation Guide

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

More information

Moving the TRITON Reporting Databases

Moving the TRITON Reporting Databases Moving the TRITON Reporting Databases Topic 50530 Web, Data, and Email Security Versions 7.7.x, 7.8.x Updated 06-Nov-2013 If you need to move your Microsoft SQL Server database to a new location (directory,

More information

IBM Business Monitor V8.0 Global monitoring context lab

IBM Business Monitor V8.0 Global monitoring context lab Copyright IBM Corporation 2012 All rights reserved IBM BUSINESS MONITOR 8.0 LAB EXERCISE IBM Business Monitor V8.0 lab What this exercise is about... 2 Lab requirements... 2 What you should be able to

More information

WebSphere Business Monitor V7.0 Business space dashboards

WebSphere Business Monitor V7.0 Business space dashboards Copyright IBM Corporation 2010 All rights reserved IBM WEBSPHERE BUSINESS MONITOR 7.0 LAB EXERCISE WebSphere Business Monitor V7.0 What this exercise is about... 2 Lab requirements... 2 What you should

More information

000-420. IBM InfoSphere MDM Server v9.0. Version: Demo. Page <<1/11>>

000-420. IBM InfoSphere MDM Server v9.0. Version: Demo. Page <<1/11>> 000-420 IBM InfoSphere MDM Server v9.0 Version: Demo Page 1. As part of a maintenance team for an InfoSphere MDM Server implementation, you are investigating the "EndDate must be after StartDate"

More information

WebSphere Business Monitor V6.2 Business space dashboards

WebSphere Business Monitor V6.2 Business space dashboards Copyright IBM Corporation 2009 All rights reserved IBM WEBSPHERE BUSINESS MONITOR 6.2 LAB EXERCISE WebSphere Business Monitor V6.2 What this exercise is about... 2 Lab requirements... 2 What you should

More information

Rational Application Developer v7.0 (RAD7) trial version. Installation guide

Rational Application Developer v7.0 (RAD7) trial version. Installation guide Rational Application Developer v7.0 (RAD7) trial version. Installation guide. Warning: You cannot use ghosting or disk imaging to install this software. You must install the software on each machine separately.

More information

PTC Integrity Eclipse and IBM Rational Development Platform Guide

PTC Integrity Eclipse and IBM Rational Development Platform Guide PTC Integrity Eclipse and IBM Rational Development Platform Guide The PTC Integrity integration with Eclipse Platform and the IBM Rational Software Development Platform series allows you to access Integrity

More information

ACTIVE DIRECTORY DEPLOYMENT

ACTIVE DIRECTORY DEPLOYMENT ACTIVE DIRECTORY DEPLOYMENT CASAS Technical Support 800.255.1036 2009 Comprehensive Adult Student Assessment Systems. All rights reserved. Version 031809 CONTENTS 1. INTRODUCTION... 1 1.1 LAN PREREQUISITES...

More information

WebSphere Business Monitor V7.0 Script adapter lab

WebSphere Business Monitor V7.0 Script adapter lab Copyright IBM Corporation 2010 All rights reserved IBM WEBSPHERE BUSINESS MONITOR 7.0 LAB EXERCISE WebSphere Business Monitor V7.0 Script adapter lab What this exercise is about... 1 Changes from the previous

More information

HOW TO SILENTLY INSTALL CLOUD LINK REMOTELY WITHOUT SUPERVISION

HOW TO SILENTLY INSTALL CLOUD LINK REMOTELY WITHOUT SUPERVISION HOW TO SILENTLY INSTALL CLOUD LINK REMOTELY WITHOUT SUPERVISION Version 1.1 / Last updated November 2012 INTRODUCTION The Cloud Link for Windows client software is packaged as an MSI (Microsoft Installer)

More information

Installing and Configuring DB2 10, WebSphere Application Server v8 & Maximo Asset Management

Installing and Configuring DB2 10, WebSphere Application Server v8 & Maximo Asset Management IBM Tivoli Software Maximo Asset Management Installing and Configuring DB2 10, WebSphere Application Server v8 & Maximo Asset Management Document version 1.0 Rick McGovern Staff Software Engineer IBM Maximo

More information

ProjectWise Explorer V8i User Manual for Subconsultants & Team Members

ProjectWise Explorer V8i User Manual for Subconsultants & Team Members ProjectWise Explorer V8i User Manual for Subconsultants & Team Members submitted to Michael Baker International Subconsultants & Team Members submitted by Michael Baker International ProjectWise Support

More information

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

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

More information

Installation Instruction STATISTICA Enterprise Small Business

Installation Instruction STATISTICA Enterprise Small Business Installation Instruction STATISTICA Enterprise Small Business Notes: ❶ The installation of STATISTICA Enterprise Small Business entails two parts: a) a server installation, and b) workstation installations

More information

Installation Guide for Websphere ND 7.0.0.21

Installation Guide for Websphere ND 7.0.0.21 Informatica MDM Multidomain Edition for Oracle (Version 9.5.1) Installation Guide for Websphere ND 7.0.0.21 Page 1 Table of Contents Preface... 3 Introduction... 4 Before You Begin... 4 Installation Overview...

More information

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

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

More information

How to recover IE Client

How to recover IE Client HIKVISION EUROPE B.V. How to recover IE Client (WebClientActiveX Control) Name: WebClientActiveX Control Publisher: HANGZHOU HIKVISION DIGITAL TECHNOLOGY CO.,LTD. Type: ActiveX Control Version: 2.4.0.56

More information

STATISTICA VERSION 12 STATISTICA ENTERPRISE SMALL BUSINESS INSTALLATION INSTRUCTIONS

STATISTICA VERSION 12 STATISTICA ENTERPRISE SMALL BUSINESS INSTALLATION INSTRUCTIONS STATISTICA VERSION 12 STATISTICA ENTERPRISE SMALL BUSINESS INSTALLATION INSTRUCTIONS Notes 1. The installation of STATISTICA Enterprise Small Business entails two parts: a) a server installation, and b)

More information

Automated backup. of the LumaSoft Gas database

Automated backup. of the LumaSoft Gas database Automated backup of the LumaSoft Gas database Contents How to enable automated backup of the LumaSoft Gas database at regular intervals... 2 How to restore the LumaSoft Gas database... 13 BE6040-11 Addendum

More information

Integrating WebSphere Portal V8.0 with Business Process Manager V8.0

Integrating WebSphere Portal V8.0 with Business Process Manager V8.0 2012 Integrating WebSphere Portal V8.0 with Business Process Manager V8.0 WebSphere Portal & BPM Services [Page 2 of 51] CONTENTS CONTENTS... 2 1. DOCUMENT INFORMATION... 4 1.1 1.2 2. INTRODUCTION... 5

More information

Adding Outlook to a Blackberry, Downloading, Installing and Configuring Blackberry Desktop Manager

Adding Outlook to a Blackberry, Downloading, Installing and Configuring Blackberry Desktop Manager Adding Outlook to a Blackberry, Downloading, Installing and Configuring Blackberry Desktop Manager The following instructions work for the District provided Blackberrys from Sprint, but I think it should

More information

Installation Instruction STATISTICA Enterprise Server

Installation Instruction STATISTICA Enterprise Server Installation Instruction STATISTICA Enterprise Server Notes: ❶ The installation of STATISTICA Enterprise Server entails two parts: a) a server installation, and b) workstation installations on each of

More information

IIS, FTP Server and Windows

IIS, FTP Server and Windows IIS, FTP Server and Windows The Objective: To setup, configure and test FTP server. Requirement: Any version of the Windows 2000 Server. FTP Windows s component. Internet Information Services, IIS. Steps:

More information

SharePoint Wiki Redirect Installation Instruction

SharePoint Wiki Redirect Installation Instruction SharePoint Wiki Redirect Installation Instruction System Requirements: Microsoft Windows SharePoint Services v3 or Microsoft Office SharePoint Server 2007. License management: To upgrade from a trial license,

More information

Exam Name: IBM InfoSphere MDM Server v9.0

Exam Name: IBM InfoSphere MDM Server v9.0 Vendor: IBM Exam Code: 000-420 Exam Name: IBM InfoSphere MDM Server v9.0 Version: DEMO 1. As part of a maintenance team for an InfoSphere MDM Server implementation, you are investigating the "EndDate must

More information

NetIQ. How to guides: AppManager v7.04 Initial Setup for a trial. Haf Saba Attachmate NetIQ. Prepared by. Haf Saba. Senior Technical Consultant

NetIQ. How to guides: AppManager v7.04 Initial Setup for a trial. Haf Saba Attachmate NetIQ. Prepared by. Haf Saba. Senior Technical Consultant How to guides: AppManager v7.04 Initial Setup for a trial By NetIQ Prepared by Haf Saba Senior Technical Consultant Asia Pacific 1 Executive Summary This document will walk you through an initial setup

More information

Installing OneStop Reporting Products

Installing OneStop Reporting Products Installing OneStop Reporting Products Contents 1 Introduction 2 Product Overview 3 System Requirements 4 Deployment 5 Installation 6 Appendix 2010 OneStop Reporting http://www.onestopreporting.com support@onestopreporting.com

More information

Results CRM 2012 User Manual

Results CRM 2012 User Manual Results CRM 2012 User Manual A Guide to Using Results CRM Standard, Results CRM Plus, & Results CRM Business Suite Table of Contents Installation Instructions... 1 Single User & Evaluation Installation

More information

Cloud Services ADM. Agent Deployment Guide

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

More information

SQL Server Setup for Assistant/Pro applications Compliance Information Systems

SQL Server Setup for Assistant/Pro applications Compliance Information Systems SQL Server Setup for Assistant/Pro applications Compliance Information Systems The following document covers the process of setting up the SQL Server databases for the Assistant/PRO software products form

More information

Synthetic Monitoring Scripting Framework. User Guide

Synthetic Monitoring Scripting Framework. User Guide Synthetic Monitoring Scripting Framework User Guide Please direct questions about {Compuware Product} or comments on this document to: APM Customer Support FrontLine Support Login Page: http://go.compuware.com

More information

Bitrix Site Manager ASP.NET. Installation Guide

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

More information

Video Administration Backup and Restore Procedures

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

More information

HP Enterprise Integration module for SAP applications

HP Enterprise Integration module for SAP applications HP Enterprise Integration module for SAP applications Software Version: 2.50 User Guide Document Release Date: May 2009 Software Release Date: May 2009 Legal Notices Warranty The only warranties for HP

More information

PeopleTools v8.52 Crystal Reports and nvision for Windows 7 Workstation Installation Guide

PeopleTools v8.52 Crystal Reports and nvision for Windows 7 Workstation Installation Guide PeopleTools v8.52 Board of Regents University System of Georgia Office of Information Technology Services Version 1.0 Updated 10.25.2013 Contents Introduction... 3 IMPORTANT NOTE:... 3 Workstation Requirements...

More information

HELP DOCUMENTATION E-SSOM DEPLOYMENT GUIDE

HELP DOCUMENTATION E-SSOM DEPLOYMENT GUIDE HELP DOCUMENTATION E-SSOM DEPLOYMENT GUIDE Copyright 1998-2013 Tools4ever B.V. All rights reserved. No part of the contents of this user guide may be reproduced or transmitted in any form or by any means

More information

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

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

More information

Linking Access to SQL Server

Linking Access to SQL Server Linking Access to SQL Server Why Link to SQL Server? Whilst Microsoft Access is a powerful database program it has its limitations and is best suited to creating desktop applications for individual users

More information

WebSphere Business Monitor

WebSphere Business Monitor WebSphere Business Monitor Administration This presentation will show you the functions in the administrative console for WebSphere Business Monitor. WBPM_Monitor_Administration.ppt Page 1 of 21 Goals

More information

STATISTICA VERSION 11 CONCURRENT NETWORK LICENSE WITH BORROWING INSTALLATION INSTRUCTIONS

STATISTICA VERSION 11 CONCURRENT NETWORK LICENSE WITH BORROWING INSTALLATION INSTRUCTIONS data analysis data mining quality improvement web-based analytics Notes STATISTICA VERSION 11 CONCURRENT NETWORK LICENSE WITH BORROWING INSTALLATION INSTRUCTIONS 1. The installation of the Concurrent network

More information

Remedy ITSM Service Request Management Quick Start Guide

Remedy ITSM Service Request Management Quick Start Guide Remedy ITSM Service Request Management Quick Start Guide Table of Contents 1.0 Getting Started With Remedy s Service Request Management. 3 2.0 Submitting a Service Request.7 3.0 Updating a Service Request

More information

Talend Open Studio for MDM. Getting Started Guide 6.0.0

Talend Open Studio for MDM. Getting Started Guide 6.0.0 Talend Open Studio for MDM Getting Started Guide 6.0.0 Talend Open Studio for MDM Adapted for v6.0.0. Supersedes previous releases. Publication date: July 2, 2015 Copyleft This documentation is provided

More information

SUMMARY Moderate-High: Requires Visual Basic For Applications (VBA) skills, network file services skills and interoperability skills.

SUMMARY Moderate-High: Requires Visual Basic For Applications (VBA) skills, network file services skills and interoperability skills. Author: Sanjay Sansanwal Title: Configuring FileCM Extensions for Word The information in this article applies to: o FileCM 2.6, 3.0, 3.5, 3.5.1, 3.5.2, 4.0, 4.2 o Microsoft Windows 2000 Professional,

More information

PASS4TEST 専 門 IT 認 証 試 験 問 題 集 提 供 者

PASS4TEST 専 門 IT 認 証 試 験 問 題 集 提 供 者 PASS4TEST 専 門 IT 認 証 試 験 問 題 集 提 供 者 http://www.pass4test.jp 1 年 で 無 料 進 級 することに 提 供 する Exam : C2090-420 Title : IBM InfoSphere MDM Server v9.0 Vendors : IBM Version : DEMO NO.1 Which two reasons would

More information

ContentWatch Auto Deployment Tool

ContentWatch Auto Deployment Tool ContentWatch Auto Deployment Tool ContentWatch gives administrators the ability to easily distribute ContentProtect (or say our products) over any network. With our Unattended Installer you can install

More information

Database Studio is the new tool to administrate SAP MaxDB database instances as of version 7.5.

Database Studio is the new tool to administrate SAP MaxDB database instances as of version 7.5. 1 2 3 4 Database Studio is the new tool to administrate SAP MaxDB database instances as of version 7.5. It replaces the previous tools Database Manager GUI and SQL Studio from SAP MaxDB version 7.7 onwards

More information

Create, Link, or Edit a GPO with Active Directory Users and Computers

Create, Link, or Edit a GPO with Active Directory Users and Computers How to Edit Local Computer Policy Settings To edit the local computer policy settings, you must be a local computer administrator or a member of the Domain Admins or Enterprise Admins groups. 1. Add the

More information

WebSphere Business Monitor V7.0 Configuring a remote CEI server

WebSphere Business Monitor V7.0 Configuring a remote CEI server Copyright IBM Corporation 2010 All rights reserved WebSphere Business Monitor V7.0 What this exercise is about... 2 Lab requirements... 2 What you should be able to do... 2 Introduction... 3 Part 1: Install

More information

Thirtyseven4 Endpoint Security (EPS) Upgrading Instructions

Thirtyseven4 Endpoint Security (EPS) Upgrading Instructions Thirtyseven4 Endpoint Security (EPS) Upgrading Instructions Disclaimer: As with any software upgrade or new release, it is strongly encouraged to fully test the new build within your environment prior

More information

Tool Tip. SyAM Management Utilities and Non-Admin Domain Users

Tool Tip. SyAM Management Utilities and Non-Admin Domain Users SyAM Management Utilities and Non-Admin Domain Users Some features of SyAM Management Utilities, including Client Deployment and Third Party Software Deployment, require authentication credentials with

More information

Lenovo Online Data Backup User Guide Version 1.8.14

Lenovo Online Data Backup User Guide Version 1.8.14 Lenovo Online Data Backup User Guide Version 1.8.14 Contents Chapter 1: Installing Lenovo Online Data Backup...5 Downloading the Lenovo Online Data Backup Client...5 Installing the Lenovo Online Data

More information

OUTLOOK ANYWHERE CONNECTION GUIDE FOR USERS OF OUTLOOK 2010

OUTLOOK ANYWHERE CONNECTION GUIDE FOR USERS OF OUTLOOK 2010 OUTLOOK ANYWHERE CONNECTION GUIDE FOR USERS OF OUTLOOK 2010 CONTENTS What is Outlook Anywhere? Before you begin How do I configure Outlook Anywhere with Outlook 2010? How do I use Outlook Anywhere? I already

More information

Installation / Backup \ Restore of a Coffalyser.Net server database using SQL management studio

Installation / Backup \ Restore of a Coffalyser.Net server database using SQL management studio Installation / Backup \ Restore of a Coffalyser.Net server database using SQL management studio This document contains instructions how you can obtain a free copy of Microsoft SQL 2008 R2 and perform the

More information

Administrator s Guide

Administrator s Guide Attachment Save for Exchange Administrator s Guide document version 1.8 MAPILab, December 2015 Table of contents Intro... 3 1. Product Overview... 4 2. Product Architecture and Basic Concepts... 4 3. System

More information

WhatsUp Gold v16.1 Database Migration and Management Guide Learn how to migrate a WhatsUp Gold database from Microsoft SQL Server 2008 R2 Express

WhatsUp Gold v16.1 Database Migration and Management Guide Learn how to migrate a WhatsUp Gold database from Microsoft SQL Server 2008 R2 Express WhatsUp Gold v16.1 Database Migration and Management Guide Learn how to migrate a WhatsUp Gold database from Microsoft SQL Server 2008 R2 Express Edition to Microsoft SQL Server 2005, 2008, or 2008 R2

More information

Embarcadero DB Change Manager 6.0 and DB Change Manager XE2

Embarcadero DB Change Manager 6.0 and DB Change Manager XE2 Product Documentation Embarcadero DB Change Manager 6.0 and DB Change Manager XE2 User Guide Versions 6.0, XE2 Last Revised April 15, 2011 2011 Embarcadero Technologies, Inc. Embarcadero, the Embarcadero

More information

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

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

More information

WebSphere Business Monitor V7.0: Clustering Single cluster deployment environment pattern

WebSphere Business Monitor V7.0: Clustering Single cluster deployment environment pattern Copyright IBM Corporation 2010 All rights reserved WebSphere Business Monitor V7.0: Clustering Single cluster deployment environment pattern What this exercise is about... 2 Exercise requirements... 2

More information

Active Directory Management. Agent Deployment Guide

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

More information

InventoryControl for use with QuoteWerks Quick Start Guide

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

More information

BSDI Advanced Fitness & Wellness Software

BSDI Advanced Fitness & Wellness Software BSDI Advanced Fitness & Wellness Software 6 Kellie Ct. Califon, NJ 07830 http://www.bsdi.cc SOFTWARE BACKUP/RESTORE INSTRUCTION SHEET This document will outline the steps necessary to take configure the

More information

Install SQL Server 2014 Express Edition

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

More information

QUANTIFY INSTALLATION GUIDE

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

More information

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream User Manual Onsight Management Suite Version 5.1 Another Innovation by Librestream Doc #: 400075-06 May 2012 Information in this document is subject to change without notice. Reproduction in any manner

More information

Budget Developer Install Manual 2.5

Budget Developer Install Manual 2.5 Budget Developer Install Manual 2.5 ARGUS Budget Developer Install Version 2.5 2/13/2013 ARGUS Software An Altus Group Company Application Server Installation for ARGUS Enterprise Version 9.1 2/13/2013

More information

support HP MFP Scan Setup Wizard 1.1

support HP MFP Scan Setup Wizard 1.1 support HP MFP Scan Setup Wizard 1.1 Security Level: Customer Verbal Use Date Written/Updated: October 11, 2007 Document Summary a The Scan Setup Wizard is a Windows utility that end users can download

More information

System Area Management Software Tool Tip: Integrating into NetIQ AppManager

System Area Management Software Tool Tip: Integrating into NetIQ AppManager System Area Management Software Tool Tip: Integrating into NetIQ AppManager Overview: This document provides an overview of how to integrate System Area Management's event logs with NetIQ's AppManager.

More information

16.4.3 Lab: Data Backup and Recovery in Windows XP

16.4.3 Lab: Data Backup and Recovery in Windows XP 16.4.3 Lab: Data Backup and Recovery in Windows XP Introduction Print and complete this lab. In this lab, you will back up data. You will also perform a recovery of the data. Recommended Equipment The

More information

ELM Server Exchange Edition Virtual Archive Mailbox version 5.5

ELM Server Exchange Edition Virtual Archive Mailbox version 5.5 ELM Server Exchange Edition Virtual Archive Mailbox version 5.5 Copyright 2016 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International, Inc., registered in the U.S. and/or other countries.

More information

How To Configure A Windows 8.1 On A Windows 7.1.1 (Windows) With A Powerpoint (Windows 8) On A Blackberry) On An Ipad Or Ipad (Windows 7) On Your Blackberry Or Black

How To Configure A Windows 8.1 On A Windows 7.1.1 (Windows) With A Powerpoint (Windows 8) On A Blackberry) On An Ipad Or Ipad (Windows 7) On Your Blackberry Or Black Introduction to Cloud-Based Mobile Device Management with Intune Information in this document, including URLs and other Internet Web site references, is subject to change without notice. Unless otherwise

More information

webkpi SaaS ETL Connector Installation & Configuration Guide

webkpi SaaS ETL Connector Installation & Configuration Guide webkpi SaaS ETL Connector Installation & Configuration Guide SaaS ETL Version 2.5.0.12 Version 1.6 September 2013 webkpi SaaS ETL Connector Version 2.5.0.12 V 1.6 Page 1 Table of Contents Table of Contents

More information

SPHOL325: SharePoint Server 2013 Search Connectors and Using BCS

SPHOL325: SharePoint Server 2013 Search Connectors and Using BCS 2013 SPHOL325: SharePoint Server 2013 Search Connectors and Using BCS Hands-On Lab Lab Manual This document is provided as-is. Information and views expressed in this document, including URL and other

More information

Outlook Profile Setup Guide Exchange 2010 Quick Start and Detailed Instructions

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

More information

Migrating TimeForce To A New Server

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

More information

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

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

More information

Technical Bulletin. SQL Express Backup Utility

Technical Bulletin. SQL Express Backup Utility Technical Bulletin SQL Express Backup Utility May 2012 Introduction This document describes the installation, configuration and use of the SATEON SQL Express Backup utility, which is used to provide scheduled

More information

DESLock+ Basic Setup Guide Version 1.20, rev: June 9th 2014

DESLock+ Basic Setup Guide Version 1.20, rev: June 9th 2014 DESLock+ Basic Setup Guide Version 1.20, rev: June 9th 2014 Contents Overview... 2 System requirements:... 2 Before installing... 3 Download and installation... 3 Configure DESLock+ Enterprise Server...

More information

WhatsUp Gold v16.1 Installation and Configuration Guide

WhatsUp Gold v16.1 Installation and Configuration Guide WhatsUp Gold v16.1 Installation and Configuration Guide Contents Installing and Configuring Ipswitch WhatsUp Gold v16.1 using WhatsUp Setup Installing WhatsUp Gold using WhatsUp Setup... 1 Security guidelines

More information

Installing a Browser Security Certificate for PowerChute Business Edition Agent

Installing a Browser Security Certificate for PowerChute Business Edition Agent Installing a Browser Security Certificate for PowerChute Business Edition Agent The Agent component of PowerChute Business Edition has a "self-signed" security certificate. This means that when you access

More information

WhatsUp Gold v16.2 Database Migration and Management Guide

WhatsUp Gold v16.2 Database Migration and Management Guide WhatsUp Gold v16.2 Database Migration and Management Guide Contents CHAPTER 1 How to use this guide CHAPTER 2 Migrating the WhatsUp Gold Microsoft SQL Server 2008 R2 Express Edition database to Microsoft

More information

Create a Web Service from a Java Bean Test a Web Service using a generated test client and the Web Services Explorer

Create a Web Service from a Java Bean Test a Web Service using a generated test client and the Web Services Explorer Web Services Objectives After completing this lab, you will be able to: Given Create a Web Service from a Java Bean Test a Web Service using a generated test client and the Web Services Explorer The following

More information

WebSphere Business Monitor V7.0 Installation and stand-alone server profile creation

WebSphere Business Monitor V7.0 Installation and stand-alone server profile creation Copyright IBM Corporation 2010 All rights reserved WebSphere Business Monitor V7.0 Installation and stand-alone server profile creation What this exercise is about... 2 Exercise requirements... 2 What

More information

How To Use Exhange On Outlook 2007 2007 On A Pc Or Macintosh Outlook 2007 On Your Pc Or Ipad (For Windows Xp) On Your Ipad Or Ipa (For Your Windows Xp). (For A Macintosh) On A

How To Use Exhange On Outlook 2007 2007 On A Pc Or Macintosh Outlook 2007 On Your Pc Or Ipad (For Windows Xp) On Your Ipad Or Ipa (For Your Windows Xp). (For A Macintosh) On A Configure Microsoft Outlook 2007 to use Exchange Email Setting Important 1. Before configure your Microsoft outlook 2007 to use exhange you MUST log into the Web Exchange page to login and change your

More information

What is OneDrive for Business at University of Greenwich? Accessing OneDrive from Office 365

What is OneDrive for Business at University of Greenwich? Accessing OneDrive from Office 365 This guide explains how to access and use the OneDrive for Business cloud based storage system and Microsoft Office Online suite of products via a web browser. What is OneDrive for Business at University

More information

Microsoft Entourage 2008 / Microsoft Exchange Server 2010. Installation and Configuration Instructions

Microsoft Entourage 2008 / Microsoft Exchange Server 2010. Installation and Configuration Instructions Microsoft Entourage 2008 / Microsoft Exchange Server 2010 Installation and Configuration Instructions Table of Contents How to connect Microsoft Entourage 2008 EWS to the Exchange Server... 3 Important

More information

SHIPSTATION / MIVA MERCHANT SETUP GUIDE

SHIPSTATION / MIVA MERCHANT SETUP GUIDE SHIPSTATION / MIVA MERCHANT SETUP GUIDE 9/20/2013 Miva Merchant Setup Guide ShipStation has created a Miva Merchant module to allow for a more streamlined order fulfillment process. This guide provides

More information

SourceAnywhere Service Configurator can be launched from Start -> All Programs -> Dynamsoft SourceAnywhere Server.

SourceAnywhere Service Configurator can be launched from Start -> All Programs -> Dynamsoft SourceAnywhere Server. Contents For Administrators... 3 Set up SourceAnywhere... 3 SourceAnywhere Service Configurator... 3 Start Service... 3 IP & Port... 3 SQL Connection... 4 SourceAnywhere Server Manager... 4 Add User...

More information

APNS Certificate generating and installation

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

More information

IBM Operational Decision Manager Version 8 Release 5. Getting Started with Business Rules

IBM Operational Decision Manager Version 8 Release 5. Getting Started with Business Rules IBM Operational Decision Manager Version 8 Release 5 Getting Started with Business Rules Note Before using this information and the product it supports, read the information in Notices on page 43. This

More information

SafeGuard Enterprise upgrade guide. Product version: 6.1

SafeGuard Enterprise upgrade guide. Product version: 6.1 SafeGuard Enterprise upgrade guide Product version: 6.1 Document date: February 2014 Contents 1 About this guide...3 2 Check the system requirements...4 3 Download installers...5 4 About upgrading...6

More information

0651 Installing PointCentral 8.0 For the First Time

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

More information

Initial Setup of Mozilla Thunderbird with IMAP for Windows 7

Initial Setup of Mozilla Thunderbird with IMAP for Windows 7 Initial Setup of Mozilla Thunderbird Concept This document describes the procedures for setting up the Mozilla Thunderbird email client to download messages from Google Mail using Internet Message Access

More information

User s Manual. Management Software for ATS

User s Manual. Management Software for ATS ATS Monitor User s Manual Management Software for ATS Table of Contents 1. ATS Monitor Overview... 2 2. ATS Monitor Install and Uninstall... 2 2.1. System Requirement... 2 2.2. Software Install... 2 2.3.

More information

ez Agent Administrator s Guide

ez Agent Administrator s Guide ez Agent Administrator s Guide Copyright This document is protected by the United States copyright laws, and is proprietary to Zscaler Inc. Copying, reproducing, integrating, translating, modifying, enhancing,

More information