IBM Atlas Policy Distribution Administrators Guide: IER Connector. for IBM Atlas Suite v6

Size: px
Start display at page:

Download "IBM Atlas Policy Distribution Administrators Guide: IER Connector. for IBM Atlas Suite v6"

Transcription

1 IBM Atlas Policy Distribution Administrators Guide: IER Connector for IBM Atlas Suite v6

2 IBM Atlas Policy Distribution: IER Connector This edition applies to version 6.0 of IBM Atlas Suite (product numbers 5725-D75, 5725-D76, 5725-D77) and to all subsequent releases and modifications until otherwise indicated in new editions. Copyright International Business Machines Corporation 2004, US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.

3 Contents 1 Introduction IBM Atlas Policy Distribution Connector for IBM Enterprise Records Requirements Workflow Overview Create a Login Module WebSphere JBoss Check the Atlas Configuration Create and Configure a Data Source Create a Data Source Add the IER Connector Associate the Data Source with a Local Schedule Create the Schedules Associate the IER Data Source with a Local Schedule Create and Load an Initial Load File Create the File Load the File Set the Tasks to Completed Modify and Propagate the Schedule Modify the Retention Policy Propagate the Change The Triggering Metadata Field... 26

4 1 Introduction The IBM Atlas Policy Distribution (PD) feature is a semi-automated system that communicates record retention policies from Atlas to an external data repository. There are two parts to this system: A framework that resides on the Atlas application and a Policy Distribution Connector, a stand-alone application that resides on or connects to the data repository: On the Atlas side, IT staff configures a Data Source object that represents the external data repository, and identifies, to that Data Source, the PD Connector that communicates with the data respository. Records Management Office (RMO) users can then associate the Data Source with a Local Schedule (the embodiment of a retention policy). When the RMO user changes an interesting attribute of the Schedule, the steward for the Data Source is asked to propagate the change to the Connector (by simply pushing a button). When the PD Connector is notified of the change to the Schedule, it translates the modification into terms that the external repository understands (by calling the repository s native API). The repository can then apply the changes as it sees fit: By dispositioning records, moving them to storage that s more accessible, enforcing stricter security, and so on. 1.1 IBM Atlas Policy Distribution Connector for IBM Enterprise Records This document tells you how to install, configure, and test the IBM Atlas Policy Distribution Connector for IBM Enterprise Records (the IER Connector). The IER Connector communicates with an IBM Enterprise Records system that manages data in a FileNet repository. I M P O R T A N T In IBM Atlas Suite V (and earlier), the IER Connector isn t literally a Connector the IER Policy Distribution functionality is built into the Atlas application. There is no separate Connector application that needs to be installed. This document describes the built-in IER PD functionality, and uses the term IER Connector as a shorthand for IER PD functionality that s built into Atlas. 1.2 Requirements The IBM Enterprise Records and FileNet servers must be accessible to Atlas through an HTTP connection. In order to configure the IER Connector, you must know the URL of the IER web service, and be able to identify an account that can log into the service as an administrator. You must also be able to identify the FileNet File Plan that you re interested in.

5 IBM Atlas Policy Distribution: IER Connector Introduction 1.3 Workflow Overview The workflow for configuring and testing the IER PD functionality follows this outline: 1 Create a login module in the application server that hosts IER. Atlas will use this module to access the IER system. 2 In Atlas, create a Data Source object that will represent the IER system. 3 Also in Atlas, configure the relevant Components and Timer Tasks. 4 As an RMO user, associate the Data Source with a Local Schedule through the Local Schedule s Record to Repository Matrix page. 5

6 2 Create a Login Module As part of the IER PD functionality, Atlas must be able to log into the IER/FileNet system. It does this through a login module that s added to the application server. This chapter provides instructions for adding a login module to a WebSphere and JBoss server. 2.1 WebSphere If you re using WebSphere as the Atlas application server, do this: 1 Log into the WebSphere Integrated Solutions Console (the administration console). 2 In the task tree, open the Security node and click Secure administration, applications, and infrastructure: 3 In the authentication area, open the Java Authentication and Authorization Service node and click Application logins:

7 IBM Atlas Policy Distribution: IER Connector Create a Login Module 4 The login list appears; click New at the top of the list: 5 In the Configuration area, enter FileNetP8WSI in the Alias field and click Apply: 6 After the screen refreshes, click Save in the Messages area, and then click the JAAS login modules link in Additional Properties. 7 The login module list appears; click New at the top of the list: 7

8 Create a Login Module IBM Atlas Policy Distribution: IER Connector 8 In the Configuration area, enter com.filenet.api.util.wsiloginmodule in the Module class name field, make sure Authentication strategy is set to Required, and click Apply: 9 After the screen refreshes, click Save in the Messages area, and then click the Custom properties link in Additional Properties. 10 The custom properties list appears. If you don t see an entry named delegate, click New and supply these values: Name: delegate Value: com.filenet.api.util.wsiloginmodule When you ve finished, click Apply: 11 After the screen refreshes, click Save in the Messages area. 12 Restart the application server. 8

9 IBM Atlas Policy Distribution: IER Connector Create a Login Module 2.2 JBoss If you re using JBoss as your application server, open the login-config.xml file that s located in the Atlas domain directory and add the following application-policy element to the end of the file (but within the closing </policy> element): <application-policy name="filenetp8wsi"> <authentication> <login-module code="com.filenet.api.util.wsiloginmodule" flag="required"/> </authentication> </application-policy> When you ve finished, save and close the file, and then restart the application server. 9

10 3 Check the Atlas Configuration Before you can tell Atlas to use your IER Connector, you have to make sure that the system is configured to display the Policy Distribution UI and support the PD mechanisms. Log into Atlas as a System Administrator, go to the Admin tab and do this: Make sure the ENABLE_POLICY_DISTRIBUTION Parameter in the PA_CONFIGURATION Component is set to Yes. Make sure the IER Policy Distribution Automated Propagation Task Timer Task is enabled. If you d like, you can adjust the frequency of the task, as explained in the IBM Atlas Suite Administrators Guide: Timer Tasks book. If you re testing a Policy Distribution deployment, such as outlined in the document, you may also want to do this: Go to the AWF_CONFIGURATION Component and set the SCHEDULE_AWF_ENABLED and TEMPLATE_AWF_ENABLED Parameters to False. This will make approving Master and Local Schedules easier. Go to the Admin > Data Source Maintenance module and relax the mandatory field requirements for savng approving a Data Source. See the IBM Atlas Suite Administrators Guide: System Configuration book for details on how to use the module. I M P O R T A N T You should only change the AWF_CONFIGURATION Component and Data Source Maintenance module in a test environment, and, even then, only if you re sure that your settings won t affect other testers.

11 4 Create and Configure a Data Source In this chapter, you ll create a Data Source, in Atlas, that will represent the IER system. To follow the instructions in this chapter, you must have create and modify permission for Data Sources. You must also be designated as a Data Source Approver. N O T E The Data Source Approver role is assigned through the DS_APPROVER Component. 4.1 Create a Data Source 1 Log into Atlas with an account that has the Data Source Approver role.

12 Create and Configure a Data Source IBM Atlas Policy Distribution: IER Connector 2 On the Data Source Details page, provide information about the Data Source (the fields that are required depend on how your system is configured). Make sure the Manage Policy Distribution checkbox is checked: 3 Scroll down to the Organization section and associate the Data Source with an Organization: As we ll see later, a Local Schedule can only propagate policy changes to Data Sources that are associated with the Local Schedule s Admin Organization. 4 Scroll a bit more to the Staff section and add a Steward: Only the Data Source s Steward is allowed to perform policy propagation tasks. In a real deployment you may want to add more than one Steward. 5 Save and then Approve your new Data Source. (The approval action will pop up an approval-comments dialog; you don t have to leave comments, just click Ok.) 12

13 IBM Atlas Policy Distribution: IER Connector Create and Configure a Data Source 4.2 Add the IER Connector In this section, you ll add the IER Connector to the Data Source that you just created. 1 Back in the Data Source Details page, click the Policy Distribution tab: 2 You ll see this warning message: This is expected. Dismiss the message by clicking Ok. 3 Click the Setup tab and supply the information that identifies your IER and FileNet systems: Set the Vendor to P8 IER. Identify the FileNet file plan, within a file plan object store (FPOS), that you want Atlas to access by setting the Connector Info field in this form: FilePlanObjectStoreName/FilePlanName N O T E Check the two Enable checkboxes. This will enable the other fields. Currently, the Enable automated policy propagation checkbox doesn t mean that the propagation of retention policies, from Atlas to the Connector, will be fully automated. However, you do have to check the checkbox in order to enable the other fields. In the three newly-enabled fields, identify the URL of the IER web service, and the username and password of an IER administrator account. Click Save. 13

14 Create and Configure a Data Source IBM Atlas Policy Distribution: IER Connector 4 You should see this message; click Ok: 5 Go back to Map > Data Sources and click Catalog Management. You ll see the Change Request for the Data Source you just created: 14

15 IBM Atlas Policy Distribution: IER Connector Create and Configure a Data Source 6 Click on the name of the Data Source. After the page refreshes, click Approve (and, again, click Ok in the comments dialog): Your Data Source is now ready to be used for Policy Distribution. 15

16 5 Associate the Data Source with a Local Schedule At this point, the system is fully configured to support policy distribution. The rest of this document tests the configuration. In this chapter, you ll act as an RMO employee; you will: Create a Master Schedule. Create a Local Schedule that s based on the Master Schedule. Associate your IER Data Source with the Local Schedule. To follow the instructions in this chapter, you must have create, update, and execute permission for Master and Local Schedules (execute permission is necessary for approval). N O T E The System Administrator account, which we ve been using in the examples so far, has the proper permissions for these instructions. 5.1 Create the Schedules Before you create the Schedules, open the AWF_CONFIGURATION Component and make sure that both SCHEDULE_AWF_ENABLED and TEMPLATE_AWF_ENABLED are set to False:

17 IBM Atlas Policy Distribution: IER Connector Associate the Data Source with a Local Schedule Create a Master Schedule 1 Go to the Schedules > Classification Library module, click the radio button next to the CORPORATE Record Class (the top node in the Schedule hierarchy), and click New Master Schedule: 2 Fill in the required fields in the top part of the page: 3 Scroll down to the Official Retention Schedule section and set the policies to whatever you like. You must set all three policies (Not Applicable is a valid setting): 4 Click Save and then, when the page refreshes, click Approve. 17

18 Associate the Data Source with a Local Schedule IBM Atlas Policy Distribution: IER Connector Create a Local Schedule 1 Go to Schedules > Local Schedules and click New. 2 Click Copy from Master Schedule, click the Classification Library tab in the Resource Chooser on the right, click the radio button next to the Master Schedule you just created, and then click Select: The Local Schedule will be populated with the data from the Master Schedule. 3 Click Admin Organization, check the Corporate checkbox, and then click Select: We re using Corporate because that s the Organization that we associated with the IER Data Source. In an actual deployment, you would probably use some other Organization, but the correspondence holds: The Local Schedule must use an Admin Organization that s associated with the IER Data Source. 18

19 IBM Atlas Policy Distribution: IER Connector Associate the Data Source with a Local Schedule 4 Back over on the left, select an Office of Records and a Records Coordinator: It doesn t matter what you select, here. These settings have no technical significance, but they re required for approval. 5 Click Save. 5.2 Associate the IER Data Source with a Local Schedule 1 Click the Record to Repository Matrix tab and then click Edit: 2 You should see your Data Source listed on the left (don t click it, yet): If you don t see your Data Source, check the following: Is the Data Source associated with the same Organization as the Admin Organization for the Schedule? Is the Data Source configured for IER Policy Distribution (in the Data Source > Policy Distribution tab)? Did you approve the Data Source after you configured PD? (This step is easy to forget after you configure the PD Connector, you re not prompted to approve.) 19

20 Associate the Data Source with a Local Schedule IBM Atlas Policy Distribution: IER Connector 3 Assuming that your Data Source is apparent, do the following: Set the Record Type(s) dropdown menu to 1. Click Add. Supply a name in the Record Types column. Click the upper-left dog ear in the Official cell for your new record type; the cell will turn green: 4 Now drag your Data Source into the green cell: 5 When you re finished, click Save & Close: 6 Return to the Schedule s Details page and click Approve. The Local Schedule is now configured so it can be used in the Policy Distribution system. 20

21 6 Create and Load an Initial Load File After you ve associated a Local Schedule (or set of Local Schedules) with an IER-aware Data Source, you must create an Initial Load file and load it into FileNet. The Initial Load file is a manifest that, among other things, lists and describes the Schedules that you want to propagate to the IER system. You only have to create and load this file once: When you associate additional Local Schedules with the Data Source, these new Schedules description will be propagated through the normal push the Propagate button method. 6.1 Create the File 1 Log into Atlas as the IER Data Source Steward and navigate to the IER Data Source. 2 Go to the Policy Distribution tab and select the Local Schedule you just created (you ll also entries for the Master Schedule and Record Class objects that the Local Schedule inherits from). The panel on the right will give info about the Schedule, and will complain that the Triggering Metadata Field hasn t been specified. Click the icon:

22 Create and Load an Initial Load File IBM Atlas Policy Distribution: IER Connector 3 Supply the name of an IER record field (or folder field) that you know exists: The field you choose represents the the event, as it s known to IER, that, when modified, initiates disposition of records that adhere to the Schedule s retention policy. We ll talk more about the exact meaning in the final chapter. 4 Click Initial Load. A dialog will ask you if you want to Also reset Policy Distribution Tasks. Leave the checkbox unchecked (we ll explain why later in this chapter) and click Proceed: 5 The system will create a file named InitialLoadDoc.xml. Save the file on your local machine. The next steps are performed on the IER/FileNet machine. 6.2 Load the File In this section, you ll load the Initial Load file into IER. To understand these instructions, you need to be familiar with FileNet s File Plan Import Export tool, and with the IER interface and concepts. The steps, below, do not attempt to provide thorough explanations of the FileNet and IER tools and functions, but are provided as examples. 1 Copy the Initial Load file onto the machine that hosts FileNet. 2 Open a command window, cd to the FileNet directory that contains the File Plan Import/Export tool. By default, it lives here: C:\Program Files (x86)\ibm\filenet\rm\fileplanimportexporttool 3 Configure the Tool (if it isn t already configured) by running the FilePlanTool script in configure mode: $ FilePlanImportExportTool -mode configure 22

23 IBM Atlas Policy Distribution: IER Connector Create and Load an Initial Load File A configuration panel will open. Supply the required information. Refer to the FileNet documentation if you re unsure how to configure the tool. 4 Run the script in import mode to import the Initial Load file. For example: $ FilePlanTool -mode import -f C:\tmp\initialLoadDoc.xml reimportoption Replace The f switch gives the location of the Initial Load file. 5 Launch IER, expand the Category Tree, and make sure the Schedule hierarchy (CORPORATE > IER Test Schedule > IER Test Schedule, in our example) has been imported. 6.3 Set the Tasks to Completed Return to the Policy Distribution Management page in Atlas. Notice that the three Policy Distribution tasks are still marked as Execute. Now that the Initial Load file has been successfully imported into IER, you should mark the tasks as Completed (you have to do this one-by-one, starting with the Add Record Class task): If you had checked the Also reset Policy Distribution Tasks when you created the Initial Load file, the system would have automatically (and immediately) set the tasks states to Completed. This is convenient if you re loading a number of Schedules and you re reasonably sure that the load will be successful. 23

24 7 Modify and Propagate the Schedule In this chapter, you ll modify the IER Local Schedule (as an RMO), and then propagate the change (as IT staff). 7.1 Modify the Retention Policy 1 Return to the Details tab for the IER Test Schedule Local Schedule and click Edit Schedule Details. 2 Scroll down to the Retention Schedules, change the Retention Type to Event + Fixed Time and set the Disposition value: 3 Provide a Reason for Change and then click Save & Close. 4 When the screen refreshes, click Approve. 7.2 Propagate the Change 1 Go to the My Alerts tray on your My Atlas page; notice that you have a Policy Distribution task:

25 IBM Atlas Policy Distribution: IER Connector Modify and Propagate the Schedule 2 Go to the My Tasks > Policy Distribution tab and notice that the task is listed there, as well: 3 Click the Data Source Name link and you ll be taken to the Policy Distribution tab for the Data Source. Select the Change Local Schedule task, and then click Propagate: 4 The propagation task will proceed in the background. Click the Logs tab to watch its progress. The task s status will initially be set to Propagation In Progress. After a couple minutes, you should see a pair of entries that announce that the propagation has completed, and that it was successful. 25

26 8 The Triggering Metadata Field The Triggering Metadata Field that you specified when you created the Initial Load document maps a Disposition Event in Atlas to a record field in IER. The Policy Distribution Connector monitors this field; when the field changes (or, more likely, is set), the event is assumed to have occurred, and the disposition clock starts ticking. For example, let s say you want to (or are allowed to) disposition product collateral ten years after the product has reached the end of life. In Atlas, as we ve seen, you would configure the retention policy thus: Now you need to tell IER how to interpret the End of Product Life event. You did this by specifying the EndOfLIfe field when you created the Triggering Rule: What this means is that when the EndOfLife field is set (or modified) in an IER record that adheres to the retention policy that s defined by this Local Schedule, that record will be dispositioned in ten years. Some details: Specifying a Triggering Rule does not create the field in IER. The field must already exist. In Atlas, you can select one of three effective disposition configurations: Event, Event + Fixed Time, or Fixed Time. All three of these configurations are, in reality, interpreted as Event + Fixed Time. If you select Event, the Fixed Time part of the equation is 0. If you select Fixed Time, the Event is a change to the triggering field. Thus, the Event, as displayed in Atlas, doesn t really matter.

Policy Distribution Administrators Guide: Optim Connector Configuration

Policy Distribution Administrators Guide: Optim Connector Configuration Policy Distribution Administrators Guide: Optim Connector Configuration Policy Distribution Administrators Guide: Optim Connector Configuration This edition applies to version 6.0.1 of IBM Atlas Suite

More information

IBM Atlas Suite Users Guide: Data Source Maintenance with IIM. for IBM Atlas Suite v6.0

IBM Atlas Suite Users Guide: Data Source Maintenance with IIM. for IBM Atlas Suite v6.0 IBM Atlas Suite Users Guide: Data Source Maintenance with IIM for IBM Atlas Suite v6.0 IBM Atlas Suite Users Guide: Data Source Maintenance with IIM This edition applies to version 6.0 of IBM Atlas Suite

More information

IBM Atlas Suite Users Guide: Data Source Definition. for IBM Atlas Suite v6.0

IBM Atlas Suite Users Guide: Data Source Definition. for IBM Atlas Suite v6.0 IBM Atlas Suite Users Guide: Data Source Definition for IBM Atlas Suite v6.0 IBM Atlas Suite Users Guide: Data Source Definition This edition applies to version 6.0 of IBM Atlas Suite (product numbers

More information

IBM Atlas Suite Administrators Guide: Timer Tasks. for IBM Atlas Suite v6

IBM Atlas Suite Administrators Guide: Timer Tasks. for IBM Atlas Suite v6 IBM Atlas Suite Administrators Guide: Timer Tasks for IBM Atlas Suite v6 IBM Atlas Suite Administrators Guide: Timer Tasks This edition applies to version 6.0 of IBM Atlas Suite (product numbers 5725-D75,

More information

Integrating IBM Content Navigator with IBM Enterprise Records using plugin

Integrating IBM Content Navigator with IBM Enterprise Records using plugin IBM Integrating IBM Content Navigator with IBM Enterprise Records using plugin Suneetha Kaditi & Rohit M Pujar 10/24/2014 Abstract: This article provides the basic step by step process of installing and

More information

HOW TO BUILD YOUR FIRST ROBOT

HOW TO BUILD YOUR FIRST ROBOT Kofax Kapow TM HOW TO BUILD YOUR FIRST ROBOT INSTRUCTION GUIDE Table of Contents How to Make the Most of This Tutorial Series... 1 Part 1: Installing and Licensing Kofax Kapow... 2 Install the Software...

More information

IBM Atlas Suite V6.0.1 Upgrade Guide

IBM Atlas Suite V6.0.1 Upgrade Guide IBM Atlas Suite V6.0.1 Upgrade Guide IBM Atlas Suite V6.0.1 Upgrade Guide This edition applies to version 6.0 of IBM Atlas Suite (product numbers 5725-D75, 5725-D76, 5725-D77) and to all subsequent releases

More information

Oracle Entitlements Server 11gR2 Integration Guide Published: May 2013

Oracle Entitlements Server 11gR2 Integration Guide Published: May 2013 Oracle Entitlements Server 11gR2 Integration Guide Published: May 2013 Applies To Oracle API Gateway v11.1.2.x Contents Introduction Prerequisites Integration Configuration Steps OES Configuration: Step

More information

Installing the SAP Solution Manager integration package with IBM Business Process Manager V8.0

Installing the SAP Solution Manager integration package with IBM Business Process Manager V8.0 Installing the SAP Solution Manager integration package with IBM Business Process Manager V8.0 ii Installing the SAP Solution Manager integration package with IBM Business Process Manager V8.0 Contents

More information

Version 1.0 Last updated: August 11, 2017 Author: Albert Wang & Mike Hull

Version 1.0 Last updated: August 11, 2017 Author: Albert Wang & Mike Hull IIS Configuration Guidelines for running: Sterling Gentran:Server HTTP Gateway Sterling Gentran:Server HTTP Message Forwarder on Microsoft Windows Server 2012 Version 1.0 Last updated: August 11, 2017

More information

Policy Manager for IBM WebSphere DataPower 7.2: Configuration Guide

Policy Manager for IBM WebSphere DataPower 7.2: Configuration Guide Policy Manager for IBM WebSphere DataPower 7.2: Configuration Guide Policy Manager for IBM WebSphere DataPower Configuration Guide SOAPMDP_Config_7.2.0 Copyright Copyright 2015 SOA Software, Inc. All rights

More information

Welcome to your Lacerte products! We appreciate your business.

Welcome to your Lacerte products! We appreciate your business. Welcome to your Lacerte products! We appreciate your business. Please follow steps 1 through 4 in this guide: Step 1: Install the Final 2014 Program Step 2: Install the 2015 Program Step 3: Transfer Your

More information

IQSweb Installation Instructions Version 5.0

IQSweb Installation Instructions Version 5.0 IQSweb Installation Instructions Version 5.0 Contents Additional References... 3 IQSweb ROSS Connection... 3 IQSweb V5.0 Install/Upgrade Scenarios... 4 IQSweb Configuration Options... 5 A. Single Computer/Server

More information

SharePoint User Manual

SharePoint User Manual SharePoint User Manual Developed By The CCAP SharePoint Team Revision: 10/2009 TABLE OF CONTENTS SECTION 1... 5 ABOUT SHAREPOINT... 5 1. WHAT IS MICROSOFT OFFICE SHAREPOINT SERVER (MOSS OR SHAREPOINT)?...

More information

Silk Performance Manager Installation and Setup Help

Silk Performance Manager Installation and Setup Help Silk Performance Manager 18.5 Installation and Setup Help Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright 2004-2017 Micro Focus. All rights reserved.

More information

Extended Search Administration

Extended Search Administration IBM Lotus Extended Search Extended Search Administration Version 4 Release 0.1 SC27-1404-02 IBM Lotus Extended Search Extended Search Administration Version 4 Release 0.1 SC27-1404-02 Note! Before using

More information

Configuring SharePoint 2007

Configuring SharePoint 2007 26636.book Page 77 Thursday, February 14, 2008 4:38 PM Chapter 3 Configuring SharePoint 2007 MICROSOFT EXAM OBJECTIVES COVERED IN THIS CHAPTER: Manage Administration Manage Central Admin UI Manage the

More information

SMEC ASSET MANAGEMENT SYSTEM PMS Version 5.5. System Administrator s Guide

SMEC ASSET MANAGEMENT SYSTEM PMS Version 5.5. System Administrator s Guide SMEC ASSET MANAGEMENT SYSTEM PMS Version 5.5 System Administrator s Guide January 2015 PREPARATION, REVIEW AND AUTHORISATION Revision # Date Prepared by Reviewed by Approved for Issue by 1 21-Jan-2015

More information

DaDaDocs for Microsoft Dynamics 365 Administrator Guide

DaDaDocs for Microsoft Dynamics 365 Administrator Guide DaDaDocs for Microsoft Dynamics 365 Administrator Guide Requirements: Microsoft Dynamics 365 organization. PDFfiller user account. Installation and configuration 2 Install DaDaDocs 2 Update to the latest

More information

Spatial Data Standards for Facilities, Infrastructure, and Environment (SDSFIE)

Spatial Data Standards for Facilities, Infrastructure, and Environment (SDSFIE) Spatial Data Standards for Facilities, Infrastructure, and Environment (SDSFIE) Model Builder User Guide Version 1.3 (24 April 2018) Prepared For: US Army Corps of Engineers 2018 Revision History Model

More information

APAR PO06620 Installation Instructions

APAR PO06620 Installation Instructions IBM Corporation APAR PO06620 Installation Instructions IBM Counter Fraud Management 1.5.0.5 IBM Counter Fraud Development 3-31-2017 Table of Contents 1 Fix readme... 1 2 Abstract... 1 3 Contents... 1 4

More information

Data Connector 2.0 User Guide

Data Connector 2.0 User Guide Data Connector 2.0 User Guide Copyright Copyright 2008-2017 BoostSolutions Co., Ltd. All rights reserved. All materials contained in this publication are protected by Copyright Law and no part of this

More information

Installation & Configuration Guide Enterprise/Unlimited Edition

Installation & Configuration Guide Enterprise/Unlimited Edition Installation & Configuration Guide Enterprise/Unlimited Edition Version 2.3 Updated January 2014 Table of Contents Getting Started... 3 Introduction... 3 Requirements... 3 Support... 4 Recommended Browsers...

More information

Working with SQL SERVER EXPRESS

Working with SQL SERVER EXPRESS Table of Contents How to Install SQL Server 2012 Express Edition... 1 Step 1.... 1 Step 2.... 2 Step 3.... 3 Step 4.... 3 Step 5.... 4 Step 6.... 5 Step 7.... 5 Step 8.... 6 Fixing Database Start-up Connection

More information

Script.byu.edu SharePoint Instructions

Script.byu.edu SharePoint Instructions Script.byu.edu SharePoint Instructions Site Actions Menu Go to script.byu.edu, click on Authenticate at the bottom of page, you will be prompted to enter a username and password, use your netid and password

More information

IBM Atlas Suite Developers Guide: Reporting Views. for IBM Atlas Suite v6

IBM Atlas Suite Developers Guide: Reporting Views. for IBM Atlas Suite v6 IBM Atlas Suite Developers Guide: Reporting Views for IBM Atlas Suite v6 IBM Atlas Suite Developers Guide: Reporting Views This edition applies to version 6.0 of IBM Atlas Suite (product numbers 5725-D75,

More information

Using SourceTree on the Development Server

Using SourceTree on the Development Server Using SourceTree on the Development Server This content has been modified to exclude client information. Such omissions include the client name and details of the client s infrastructure, such as domain

More information

IBM i Version 7.2. Connecting to your system Connecting to Your system with IBM Navigator for i IBM

IBM i Version 7.2. Connecting to your system Connecting to Your system with IBM Navigator for i IBM IBM i Version 7.2 Connecting to your system Connecting to Your system with IBM Navigator for i IBM IBM i Version 7.2 Connecting to your system Connecting to Your system with IBM Navigator for i IBM Note

More information

Colligo Engage Outlook App 7.1. Offline Mode - User Guide

Colligo Engage Outlook App 7.1. Offline Mode - User Guide Colligo Engage Outlook App 7.1 Offline Mode - User Guide Contents Colligo Engage Outlook App 1 Benefits 1 Key Features 1 Platforms Supported 1 Installing and Activating Colligo Engage Outlook App 3 Checking

More information

IT Training Services. SharePoint 2013 Getting Started. Version: 2015/2016 V1

IT Training Services. SharePoint 2013 Getting Started. Version: 2015/2016 V1 IT Training Services SharePoint 2013 Getting Started Version: 2015/2016 V1 Table of Contents ACCESSING SHAREPOINT SITE 1 IT Intranet SharePoint Site... 1 Create a SubSite... 1 DOCUMENT LIBRARIES 2 Create

More information

Central Administration Console Installation and User's Guide

Central Administration Console Installation and User's Guide IBM Tivoli Storage Manager FastBack for Workstations Version 7.1 Central Administration Console Installation and User's Guide SC27-2808-03 IBM Tivoli Storage Manager FastBack for Workstations Version

More information

IBM Software. IBM Forms V8.0. Forms Experience Builder - Portal Integration. Lab Exercise

IBM Software. IBM Forms V8.0. Forms Experience Builder - Portal Integration. Lab Exercise IBM Forms V8.0 Forms Experience Builder - Portal Integration Lab Exercise Catalog Number Copyright IBM Corporation, 2012 US Government Users Restricted Rights - Use, duplication or disclosure restricted

More information

VMware AirWatch: Directory and Certificate Authority

VMware AirWatch: Directory and Certificate Authority Table of Contents Lab Overview - HOL-1857-06-UEM - VMware AirWatch: Directory and Certificate Authority Integration... 2 Lab Guidance... 3 Module 1 - Advanced AirWatch Configuration, AD Integration/Certificates

More information

IBM Aspera Faspex User Guide 4.2.0

IBM Aspera Faspex User Guide 4.2.0 IBM Aspera Faspex User Guide 4.2.0 All Platforms Revision: 672 Generated: 11/15/2018 13:51 Contents ii Contents Welcome to IBM Aspera Faspex...4 Introduction... 4 Logging In to Faspex...5 Logging In to

More information

MailEnable Connector for Microsoft Outlook

MailEnable Connector for Microsoft Outlook MailEnable Connector for Microsoft Outlook Version 1.41 This guide describes the installation and functionality of the MailEnable Connector for Microsoft Outlook. Features The MailEnable Connector for

More information

VMware AirWatch - Workspace ONE, Single Sign-on and VMware Identity Manager

VMware AirWatch - Workspace ONE, Single Sign-on and VMware Identity Manager VMware AirWatch - Workspace ONE, Single Sign-on and VMware Identity Table of Contents Lab Overview - HOL-1857-03-UEM - Workspace ONE UEM with App & Access Management... 2 Lab Guidance... 3 Module 1 - Workspace

More information

BLUEPRINT TEAM REPOSITORY. For Requirements Center & Requirements Center Test Definition

BLUEPRINT TEAM REPOSITORY. For Requirements Center & Requirements Center Test Definition BLUEPRINT TEAM REPOSITORY Installation Guide for Windows For Requirements Center & Requirements Center Test Definition Table Of Contents Contents Table of Contents Getting Started... 3 About the Blueprint

More information

OAM 2FA Value-Added Module (VAM) Deployment Guide

OAM 2FA Value-Added Module (VAM) Deployment Guide OAM 2FA Value-Added Module (VAM) Deployment Guide Copyright Information 2018. SecureAuth is a copyright of SecureAuth Corporation. SecureAuth s IdP software, appliances, and other products and solutions,

More information

Status Web Evaluator s Guide Software Pursuits, Inc.

Status Web Evaluator s Guide Software Pursuits, Inc. Status Web Evaluator s Guide 2018 Table of Contents Introduction... 2 System Requirements... 2 Contact Information... 2 Installing Microsoft IIS... 2 Verifying Microsoft IIS Features... 9 Installing the

More information

EMC Documentum Composer

EMC Documentum Composer EMC Documentum Composer Version 6.0 SP1.5 User Guide P/N 300 005 253 A02 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com Copyright 2008 EMC Corporation. All

More information

Causeway ECM Team Notifications. Online Help. Online Help Documentation. Production Release. February 2016

Causeway ECM Team Notifications. Online Help. Online Help Documentation. Production Release. February 2016 Causeway ECM Team Notifications Online Help Production Release February 2016 Causeway Technologies Ltd Comino House, Furlong Road, Bourne End, Buckinghamshire SL8 5AQ Phone: +44 (0)1628 552000, Fax: +44

More information

Anaplan Connector Guide Document Version 2.1 (updated 14-MAR-2017) Document Version 2.1

Anaplan Connector Guide Document Version 2.1 (updated 14-MAR-2017) Document Version 2.1 Document Version 2.1 (updated 14-MAR-2017) Document Version 2.1 Version Control Version Number Date Changes 2.1 MAR 2017 New Template applied Anaplan 2017 i Document Version 2.1 1 Introduction... 1 1.1.

More information

IM L07 Configuring Enterprise Vault Data Classification Services

IM L07 Configuring Enterprise Vault Data Classification Services IM L07 Configuring Enterprise Vault Data Classification Services Description This lab will enable you to configure Data Classification Services (DCS) to work with Enterprise Vault. See how DCS can help

More information

Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Primavera Portfolio Management 9.0 What s New Copyright 1999-2011, Oracle and/or its affiliates. The Programs (which include both the software and documentation) contain proprietary information; they are

More information

INSTALLATION GUIDE Spring 2017

INSTALLATION GUIDE Spring 2017 INSTALLATION GUIDE Spring 2017 Copyright and Disclaimer This document, as well as the software described in it, is furnished under license of the Instant Technologies Software Evaluation Agreement and

More information

Data Connector 2.0 User Guide

Data Connector 2.0 User Guide Data Connector 2.0 User Guide Copyright Copyright 2008-2013 BoostSolutions Co., Ltd. All rights reserved. All materials contained in this publication are protected by Copyright Law and no part of this

More information

MailEnable Connector for Microsoft Outlook

MailEnable Connector for Microsoft Outlook MailEnable Connector for Microsoft Outlook Version 1.36 This guide describes the installation and functionality of the MailEnable Connector for Microsoft Outlook. Features The MailEnable Connector for

More information

IBM Endpoint Manager Version 9.0. Software Distribution User's Guide

IBM Endpoint Manager Version 9.0. Software Distribution User's Guide IBM Endpoint Manager Version 9.0 Software Distribution User's Guide IBM Endpoint Manager Version 9.0 Software Distribution User's Guide Note Before using this information and the product it supports,

More information

Deploying Intellicus Portal on IBM WebSphere. Version: 7.3

Deploying Intellicus Portal on IBM WebSphere. Version: 7.3 Deploying Intellicus Portal on IBM WebSphere Version: 7.3 Copyright 2015 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be

More information

IBM Security Identity Manager Version Administration Topics

IBM Security Identity Manager Version Administration Topics IBM Security Identity Manager Version 6.0.0.5 Administration Topics IBM Security Identity Manager Version 6.0.0.5 Administration Topics ii IBM Security Identity Manager Version 6.0.0.5: Administration

More information

Administration Guide

Administration Guide Administration Guide This guide will cover how to customize and lock down the SCOM 2012 Maintenance Mode Scheduler for your end users. Table of Contents Customize Look and Feel... 2 Enable Auditing of

More information

Deploying VMware Workspace ONE Intelligent Hub. October 2018 VMware Workspace ONE

Deploying VMware Workspace ONE Intelligent Hub. October 2018 VMware Workspace ONE Deploying VMware Workspace ONE Intelligent Hub October 2018 VMware Workspace ONE You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have

More information

DISCLAIMER COPYRIGHT List of Trademarks

DISCLAIMER COPYRIGHT List of Trademarks DISCLAIMER This documentation is provided for reference purposes only. While efforts were made to verify the completeness and accuracy of the information contained in this documentation, this documentation

More information

SharePoint. Team Site End User Guide. Table of Contents

SharePoint. Team Site End User Guide. Table of Contents Table of Contents Introduction... 1 Logging in for the First Time:... 1 Areas of the team site:... 2 Navigating the team site:... 3 Adding Content to the team site:... 3 The Ribbon:... 3 Adding a Link:...

More information

LiveNX Upgrade Guide from v5.2.0 to v5.2.1

LiveNX Upgrade Guide from v5.2.0 to v5.2.1 LIVEACTION, INC. LiveNX Upgrade Guide from v5.2.0 to v5.2.1 UPGRADE LiveAction, Inc. 3500 Copyright WEST BAYSHORE 2016 LiveAction, ROAD Inc. All rights reserved. LiveAction, LiveNX, LiveUX, the LiveAction

More information

R9.7 erwin License Server:

R9.7 erwin License Server: R9.7 erwin License Server: Installation and Setup This is a quick guide to setting-up a erwin DM License Server. NOTES: - Concurrent licensing is available for only erwin r8.2 and later releases! - Concurrent

More information

FastStats Integration

FastStats Integration Guide Improving results together 1 Contents Introduction... 2 How a campaign is conducted... 3-5 Configuring the integration with PureResponse... 4-17 Using Cascade with the PureResponse platform... 17-10

More information

OIG 11G R2 Field Enablement Training

OIG 11G R2 Field Enablement Training OIG 11G R2 Field Enablement Training Lab 2 - Install and Configure Connector Disclaimer: The Virtual Machine Image and other software are provided for use only during the workshop. Please note that you

More information

SharePoint 2010 Site Owner s Manual by Yvonne M. Harryman

SharePoint 2010 Site Owner s Manual by Yvonne M. Harryman SharePoint 2010 Site Owner s Manual by Yvonne M. Harryman Chapter 9 Copyright 2012 Manning Publications Brief contents PART 1 GETTING STARTED WITH SHAREPOINT 1 1 Leveraging the power of SharePoint 3 2

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

Error Message Reference

Error Message Reference Security Policy Manager Version 7.1 Error Message Reference GC23-9477-01 Security Policy Manager Version 7.1 Error Message Reference GC23-9477-01 Note Before using this information and the product it

More information

Deploying Intellicus Portal on IBM WebSphere

Deploying Intellicus Portal on IBM WebSphere Deploying Intellicus Portal on IBM WebSphere Intellicus Enterprise Reporting and BI Platform Intellicus Technologies info@intellicus.com www.intellicus.com Copyright 2010 Intellicus Technologies This document

More information

Document Management System User Guide

Document Management System User Guide Document Management System User Guide Rev. Feb. 21, 2013 TABLE OF CONTENTS LASERFICHE WEBLINK GUIDE... 1 INTRODUCTION... 3 CONNECTING TO THE WEBSITE... 3 WEBLINK LOG IN... 3 BROWSING... 4 SEARCHING...

More information

IBM Rational DOORS Installing and Using the RQM Interface Release 9.2

IBM Rational DOORS Installing and Using the RQM Interface Release 9.2 IBM Rational DOORS Installing and Using the RQM Interface Release 9.2 Before using this information, be sure to read the general information under Appendix, Notices, on page 32. This edition applies to

More information

IBM Tivoli Federated Identity Manager Version Installation Guide GC

IBM Tivoli Federated Identity Manager Version Installation Guide GC IBM Tivoli Federated Identity Manager Version 6.2.2 Installation Guide GC27-2718-01 IBM Tivoli Federated Identity Manager Version 6.2.2 Installation Guide GC27-2718-01 Note Before using this information

More information

Xton Access Manager GETTING STARTED GUIDE

Xton Access Manager GETTING STARTED GUIDE Xton Access Manager GETTING STARTED GUIDE XTON TECHNOLOGIES, LLC PHILADELPHIA Copyright 2017. Xton Technologies LLC. Contents Introduction... 2 Technical Support... 2 What is Xton Access Manager?... 3

More information

Colligo Administrator 1.3. User Guide

Colligo Administrator 1.3. User Guide 1.3 User Guide Contents Introduction... 2 Key Features... 2 Benefits... 2 Technical Requirements... 2 Connecting Colligo Administrator with Colligo Applications... 3 Configuring Contributor Pro 6.0...

More information

SOA Software API Gateway Appliance 6.3 Administration Guide

SOA Software API Gateway Appliance 6.3 Administration Guide SOA Software API Gateway Appliance 6.3 Administration Guide Trademarks SOA Software and the SOA Software logo are either trademarks or registered trademarks of SOA Software, Inc. Other product names, logos,

More information

LSSP Corporation 1 PinPoint Document Management Initial Setup Guide - Advanced

LSSP Corporation 1 PinPoint Document Management Initial Setup Guide - Advanced INTRODUCTION This guide will go over some of the more advanced topics involved with setting up your database. Every topic discussed in this guide is completely optional for your database none of the following

More information

SQL Server Deployment Installation Manual. Call a Hygiena representative for more information or support

SQL Server Deployment Installation Manual. Call a Hygiena representative for more information or support SQL Server Deployment Installation Manual Call a Hygiena representative for more information or support 1.805.388.8007 Why SQL Server? Performance Quicker performance with reporting due to querying Security

More information

Introduction to application management

Introduction to application management Introduction to application management To deploy web and mobile applications, add the application from the Centrify App Catalog, modify the application settings, and assign roles to the application to

More information

New Dropbox Users (don t have a Dropbox account set up with your Exeter account)

New Dropbox Users (don t have a Dropbox account set up with your Exeter  account) The setup process will determine if you already have a Dropbox account associated with an Exeter email address, and if so, you'll be given a choice to move those contents to your Phillips Exeter Dropbox

More information

LiveNX Upgrade Guide from v5.1.2 to v Windows

LiveNX Upgrade Guide from v5.1.2 to v Windows LIVEACTION, INC. LiveNX Upgrade Guide from v5.1.2 to v5.1.3 - Windows UPGRADE LiveAction, Inc. 3500 Copyright WEST BAYSHORE 2016 LiveAction, ROAD Inc. All rights reserved. LiveAction, LiveNX, LiveUX, the

More information

SAS Model Manager 2.2. Tutorials

SAS Model Manager 2.2. Tutorials SAS Model Manager 2.2 Tutorials The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2009. SAS Model Manager 2.2: Tutorials. Cary, NC: SAS Institute Inc. SAS Model Manager

More information

Overview NOTE: Listing Overview. User Profile. Language Selection. Asset(s) View. Asset(s) Details. Editing Mode

Overview NOTE: Listing Overview. User Profile. Language Selection. Asset(s) View. Asset(s) Details. Editing Mode Overview Listing Overview User Profile Language Selection Asset(s) View Asset(s) Details Editing Mode NOTE: Some functions may not be available to all users depending on permissions granted. Some of the

More information

Oracle Big Data Cloud Service, Oracle Storage Cloud Service, Oracle Database Cloud Service

Oracle Big Data Cloud Service, Oracle Storage Cloud Service, Oracle Database Cloud Service Demo Introduction Keywords: Oracle Big Data Cloud Service, Oracle Storage Cloud Service, Oracle Database Cloud Service Goal of Demo: Oracle Big Data Preparation Cloud Services can ingest data from various

More information

IBM Networking OS. BBI Quick Guide. for the EN2092 1Gb Ethernet Scalable Switch, Second edition (replaces 88Y7949)

IBM Networking OS. BBI Quick Guide. for the EN2092 1Gb Ethernet Scalable Switch, Second edition (replaces 88Y7949) IBM Networking OS BBI Quick Guide for the EN2092 1Gb Ethernet Scalable Switch, Second edition (replaces 88Y7949) IBM Networking OS BBI Quick Guide for the EN2092 1Gb Ethernet Scalable Switch, Second edition

More information

High Availability Enabling SSL Database Migration Auto Backup and Auto Update Mail Server and Proxy Settings Support...

High Availability Enabling SSL Database Migration Auto Backup and Auto Update Mail Server and Proxy Settings Support... Quick Start Guide Table of Contents Overview... 4 Deployment... 4 System Requirements... 4 Installation... 6 Working with AD360... 8 Starting AD360... 8 Launching AD360 client... 9 Stopping AD360... 9

More information

Workflow for efilecabinet On-Premise User Guide

Workflow for efilecabinet On-Premise User Guide Workflow for efilecabinet On-Premise User Guide Page 1 of 32 Introduction: Workflow is a simple way to manage and automate the Workflow associated with the processing of documents. Workflow steps are visually

More information

De La Salle University Information Technology Center. Microsoft Windows SharePoint Services and SharePoint Portal Server 2003

De La Salle University Information Technology Center. Microsoft Windows SharePoint Services and SharePoint Portal Server 2003 De La Salle University Information Technology Center Microsoft Windows SharePoint Services and SharePoint Portal Server 2003 WEB DESIGNER / ADMINISTRATOR User s Guide 2 Table Of Contents I. What is Microsoft

More information

Cisco TelePresence Management Suite Extension for Microsoft Exchange

Cisco TelePresence Management Suite Extension for Microsoft Exchange Cisco TelePresence Management Suite Extension for Microsoft Exchange Administrator Guide Software version 2.2 D14197.06 February 2011 Contents Contents... 2 Introduction... 4 Pre-Installation Information...

More information

SVN_Eclipse_at_home. 1. Download Eclipse. a. Go to: and select Eclipse IDE for Java Developers

SVN_Eclipse_at_home. 1. Download Eclipse. a. Go to:  and select Eclipse IDE for Java Developers 1. Download Eclipse SVN_Eclipse_at_home a. Go to: http://www.eclipse.org/downloads/ and select Eclipse IDE for Java Developers b. Select a mirror (which just means select which identical copy you should

More information

The Connector Version 2.0 Microsoft Project to Atlassian JIRA Connectivity

The Connector Version 2.0 Microsoft Project to Atlassian JIRA Connectivity The Connector Version 2.0 Microsoft Project to Atlassian JIRA Connectivity User Manual Ecliptic Technologies, Inc. Copyright 2011 Page 1 of 99 What is The Connector? The Connector is a Microsoft Project

More information

Table of Contents HOL-1757-MBL-6

Table of Contents HOL-1757-MBL-6 Table of Contents Lab Overview - - VMware AirWatch: Technology Partner Integration... 2 Lab Guidance... 3 Module 1 - F5 Integration with AirWatch (30 min)... 8 Getting Started... 9 F5 BigIP Configuration...

More information

TREENO ELECTRONIC DOCUMENT MANAGEMENT. Administration Guide

TREENO ELECTRONIC DOCUMENT MANAGEMENT. Administration Guide TREENO ELECTRONIC DOCUMENT MANAGEMENT Administration Guide February 2012 Contents Introduction... 8 About This Guide... 9 About Treeno... 9 Managing Security... 10 Treeno Security Overview... 10 Administrator

More information

VERSION 7 JUNE Union Benefits. Employer User Guide Data Collection Tool

VERSION 7 JUNE Union Benefits. Employer User Guide Data Collection Tool VERSION 7 JUNE 2018 Union Benefits Employer User Guide Data Collection Tool About this guide This document is intended to provide an overview of the main sections of the Data Collection Tool ( DCT ) for

More information

WebSphere Application Server V7: Administration Consoles and Commands

WebSphere Application Server V7: Administration Consoles and Commands Chapter 5 of WebSphere Application Server V7 Administration and Configuration Guide, SG24-7615 WebSphere Application Server V7: Administration Consoles and Commands WebSphere application server properties

More information

Application Notes for Installing and Configuring Avaya Control Manager Enterprise Edition in a High Availability mode.

Application Notes for Installing and Configuring Avaya Control Manager Enterprise Edition in a High Availability mode. Application Notes for Installing and Configuring Avaya Control Manager Enterprise Edition in a High Availability mode. Abstract This Application Note describes the steps required for installing and configuring

More information

VAM. ADFS 2FA Value-Added Module (VAM) Deployment Guide

VAM. ADFS 2FA Value-Added Module (VAM) Deployment Guide VAM ADFS 2FA 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

DSS User Guide. End User Guide. - i -

DSS User Guide. End User Guide. - i - DSS User Guide End User Guide - i - DSS User Guide Table of Contents End User Guide... 1 Table of Contents... 2 Part 1: Getting Started... 1 How to Log in to the Web Portal... 1 How to Manage Account Settings...

More information

eb ProjectWise Connection Services

eb ProjectWise Connection Services eb ProjectWise Connection Services INSTALLATION & ADMIN GUIDE D003483 rev 2.0 TRADEMARK NOTICE Bentley and the "B" Bentley logo are registered or non-registered trademarks of Bentley Systems, Inc. or Bentley

More information

owncloud Android App Manual

owncloud Android App Manual owncloud Android App Manual Release 2.7.0 The owncloud developers October 30, 2018 CONTENTS 1 Release Notes 1 1.1 Changes in 2.7.0............................................. 1 1.2 Changes in 2.6.0.............................................

More information

IBM BigFix Version 9.5. Patch for Red Hat Enterprise Linux User's Guide IBM

IBM BigFix Version 9.5. Patch for Red Hat Enterprise Linux User's Guide IBM IBM BigFix Version 9.5 Patch for Red Hat Enterprise Linux User's Guide IBM IBM BigFix Version 9.5 Patch for Red Hat Enterprise Linux User's Guide IBM Note Before using this information and the product

More information

5. A small dialog window appears; enter a new password twice (this is different from Dori!) and hit Go.

5. A small dialog window appears; enter a new password twice (this is different from Dori!) and hit Go. Installing Wordpress from JMA Lab to JMA Server 1. Take note these instructions are streamlined for the JMA lab they can t be performed in this fashion from home! 2. Wordpress is a database driven web

More information

OneLogin Integration User Guide

OneLogin Integration User Guide OneLogin Integration User Guide Table of Contents OneLogin Account Setup... 2 Create Account with OneLogin... 2 Setup Application with OneLogin... 2 Setup Required in OneLogin: SSO and AD Connector...

More information

SAS Enterprise Case Management 2.1. Administrator s Guide

SAS Enterprise Case Management 2.1. Administrator s Guide SAS Enterprise Case Management 2.1 Administrator s Guide The correct bibliographic citation for this manual is as follows: SAS Institute, Inc. 2010. SAS Enterprise Case Management 2.1: Administrator's

More information

VIRTUALIZATION MANAGER ENTERPRISE EDITION GETTING STARTED GUIDE. Product: Virtual Iron Virtualization Manager Version: 4.2

VIRTUALIZATION MANAGER ENTERPRISE EDITION GETTING STARTED GUIDE. Product: Virtual Iron Virtualization Manager Version: 4.2 VIRTUALIZATION MANAGER ENTERPRISE EDITION GETTING STARTED GUIDE This manual provides a quick introduction to Virtual Iron software, and explains how to use Virtual Iron Virtualization Manager to configure

More information

NetExtender for SSL-VPN

NetExtender for SSL-VPN NetExtender for SSL-VPN Document Scope This document describes how to plan, design, implement, and manage the NetExtender feature in a SonicWALL SSL-VPN Environment. This document contains the following

More information

IBM WebSphere Adapter for Oracle E-Business Suite Quick Start Tutorials

IBM WebSphere Adapter for Oracle E-Business Suite Quick Start Tutorials IBM WebSphere Adapter for Oracle E-Business Suite 6.2.0.0 Quick Start Tutorials Note: Before using this information and the product it supports, read the information in "Notices" on page 196. This edition

More information

Workstation Configuration

Workstation Configuration Workstation Configuration December 15, 2017 - Version 9.3 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

More information