Luminis Platform Banner Document Management Suite Portal Guide. Release November 2011

Size: px
Start display at page:

Download "Luminis Platform Banner Document Management Suite Portal Guide. Release 5.0.3 November 2011"

Transcription

1 Luminis Platform Banner Document Management Suite Portal Guide Release November 2011

2 Banner, Colleague, PowerCAMPUS, Luminis and Datatel are trademarks of Ellucian or its affiliates and are registered in the U.S. and other countries. Ellucian, Advance, DegreeWorks, fsaatlas, Course Signals, SmartCall, Recruiter, MOX, ILP, and WCMS are trademarks of Ellucian or its affiliates. Other names may be trademarks of their respective owners Ellucian. All rights reserved. The unauthorized possession, use, reproduction, distribution, display or disclosure of this material or the information contained herein is prohibited. Contains confidential and proprietary information of Ellucian and its subsidiaries. Use of these materials is limited to Ellucian licensees, and is subject to the terms and conditions of one or more written license agreements between Ellucian and the licensee in question. In preparing and providing this publication, Ellucian is not rendering legal, accounting, or other similar professional services. Ellucian makes no claims that an institution's use of this publication or the software for which it is provided will guarantee compliance with applicable federal or state laws, rules, or regulations. Each organization should seek legal, accounting and other similar professional services from competent providers of the organization s own choosing. Prepared by: Ellucian 4375 Fair Lakes Court Fairfax, Virginia United States of America Revision History Publication Date November 2011 Summary New version that supports Luminis Platform software.

3 Contents Introduction Prerequisites Software Files and additional documentation Setup Installation steps Step 1 Install and configure BDMS Web services to integrate with Luminis Platform Step 2 Configure CAS for the ApplicationXtender Web Access server in Luminis Step 3 Install the portlet on a Luminis server Step 4 Add the portlet in the Luminis portal Step 5 Configure the ApplicationXtender Web Access tab in the Luminis portal Manage the BDMS portlet Search for Documents Add a Document November 2011 Luminis Platform Contents

4 4 Luminis Platform November 2011

5 Introduction Banner Document Management Suite (BDMS) is the baseline Banner module for imaging and document management. Ellucian and EMC Documentum, a division of EMC Corporation, have formed a partnership to provide an integrated document management and imaging solution for Banner, based on the ApplicationXtender Content Management platform. Banner Document Management Suite integrates the ApplicationXtender suite with Banner administrative solutions to make imaging, document management, enterprise workflow, output management, portable document collections, and storage management options available for both Banner and non-banner users. The Banner Document Management Suite (BDMS) portlet provides a quick, easy tool to search for and add documents and images to your institution's database. If you implement both Luminis Platform and BDMS, you can use the BDMS portlet to display BDMS data in the Luminis portal. This document describes how to install and use the BDMS portlet within Luminis Platform November 2011 Luminis Platform Introduction

6 6 Luminis Platform November 2011 Introduction

7 This section describes how to install the BDMS portlet so that it functions within Luminis Platform. Prerequisites The databases, files and documents, and setup requirements described in the following sections must be completed prior to installing BDMS within Luminis Platform. Software At minimum, the following requirements should be observed when installing and setting up BDMS within Luminis Platform: Banner Document Management Suite ApplicationXtender 6.50 SP1, or higher with ApplicationXtender Web Access.NET Version (.NET Framework Version ) Luminis Portal release or higher Banner Enterprise Identity Services or higher Files and additional documentation The following files and documentation must be obtained prior to installing and setting up BDMS: BDMS WAR file: luminis-bdms.war BDMS Web Services file BDMS_WebServices_AX<n.nn.nnn>.zip Note The value <n.nn.nnn> represents the ApplicationXtender version, for example, if you are using ApplicationXtender , use the BDMS_WebServices_AX zip file. EMC ApplicationXtender Web Services Administration Guide Banner Enterprise Identity Services Handbook November 2011 Luminis Platform

8 To access these files and documents, see the Customer Support Center. Setup The following must be completed before you install the BDMS portlet on Luminis Platform. Integrate BDMS and the Luminis Portal with Banner Enterprise Identity Services. Configure BDMS and the Luminis Portal to participate as clients in a Central Authentication Service single sign-on session (CAS SSO). For details on these configurations, see the Banner Enterprise Identity Services Handbook, available on the Customer Support Center. Installation steps To install the BDMS portlet on Luminis, complete the following procedures: 1. Install and configure BDMS Web Services to integrate with Luminis. 2. Configure CAS for the ApplicationXtender Web Access Server in Luminis. 3. Install the portlet on a Luminis server. 4. Add the portlet in the Luminis portal. 5. Configure the ApplicationXtender Web Access tab in the Luminis portal. Note In all of the procedures, text between < > symbols indicate variables. Replace the variable name with the value applicable to your setup. For example, replace <axserver> with the name of your ApplicationXtender Web Access Server. Step 1 Install and configure BDMS Web services to integrate with Luminis Platform To use the BDMS portlet, BDMS Web Services must be installed and the Luminis server must be able to access BDMS Web Services. Complete the following procedures to install and configure BDMS Web Services: 8 Luminis Platform November 2011

9 Install BDMS Web services To install BDMS Web Services on the ApplicationXtender Web Access server, complete the following steps: 1. Extract the contents of the BDMS_WebServices_AX<n.nn.nnn>.zip file to a temporary directory on the ApplicationXtender Web Access server. 2. Check the location where ApplicationXtender Web Services is installed. Depending on the location, complete one of the following options: If ApplicationXtender Web Services is installed in the default c:\inetpub\wwwroot\appxtenderservices directory, complete the following steps: Navigate to the directory where you extracted the contents of the BDMS_WebServices_AX<n.nn.nnn>.zip file Run the install.bat file. If ApplicationXtender Web Services is installed in another directory, complete the following steps: Note It is recommended that you install the Web Services in the default directory, if possible, to avoid potential upgrade issues Navigate to the directory where you extracted the contents of the BDMS_WebServices_AX<n.nn.nnn>.zip file Edit the install.bat file using an editor such as Edit Plus or vi editor, to set the INSTALLFOLDER variable to point to the ApplicationXtender Web Services installation folder Run the install.bat file. Configure BDMS Web services To configure BDMS Web services to allow the Luminis Platform server access to the services, complete the following steps: 1. Navigate to the directory where BDMS Web services is installed. The default directory is c:\inetpub\wwwroot\appxtenderservices 2. Locate the web.config file and open it using an editor such as Edit Plus or vi editor. 3. Locate the IPSecuritySettings section. This section is located at the end of the file. November 2011 Luminis Platform

10 4. Modify this section to include the IP addresses of the Luminis servers that require access to BDMS Web Services. For example, to grant access to BDMS Web Services to two servers and , modify this section as follows: <IPSecuritySettings IPSecurityType="IPFiltering" > <IPFilters> <clear /> <add name="server1" address=" " /> <add name="server2" address=" " /> </IPFilters> </IPSecuritySettings> Step 2 Configure CAS for the ApplicationXtender Web Access server in Luminis To configure CAS on the Luminis server, complete the following steps: 1. Access the following URL on the Luminis server: 2. Log in as an Administrator. 3. Click Add New Service. 4. Enter the following values: Name: BDMS-AX Web Access Service URL: Description: BDMS-AX Web Access 5. Mark the Enabled, Allowed to proxy, and SSO Participant check boxes: 6. Select UDC_IDENTIFIER under Attributes: 7. Save your changes. 8. Clear your Web browser's cache. 10 Luminis Platform November 2011

11 Step 3 Install the portlet on a Luminis server To install the portlet on a Luminis server, complete the following steps. If Luminis Platform is already set up and running, continue to Step 4, Add the portlet in the Luminis portal : Note The commands listed in the procedures are for a Linux environment. Install the portlet on a new Luminis portal server instance To install the portlet on a new Luminis portal server instance, complete the following steps: 1. Copy the BDMS WAR file -- luminis-bdms.war -- to the <LP5 install directory>/install/temp directory. 2. Run the $JAVA_HOME/bin/jar -xvf luminis-bdms.war command in the temp directory. Note The environmental variable JAVA_HOME should point to the location where JAVA is installed. This will extract the luminis-bdms.war file to the temp directory. 3. Change the directory by running the following command: cd WEB-INF/classes/resources 4. Edit the luminis.bdms.config file using an editor, as follows: Set the value of the <axurl> tag to point to your ApplicationXtender Web Access server. Example: <axurl> Set the value of the <UrlAxServices> tag to point to your ApplicationXtender Web Services URL. Example: <UrlAxServices> AxServicesInterface.asmx </UrlAxServices> November 2011 Luminis Platform

12 Set the value of the <UrlBdmsServices> tag to point to your BDMS wrapper web services URL. Example: <UrlBdmsServices> BDMSServicesInterface.asmx</UrlBdmsServices> Note If you change any of the three values later, you must restart the server so that the ApplicationXtender Web Services client code can pick up the updates. The <datasource>, appdefinitionrefreshrate, and hidden field details can be changed anytime and the portlet will pick up the updated values without a server restart. 5. Change the directory by running the following command: cd <LP5 install directory>/install/temp 6. Recreate the luminis-bdms.war file in the temp folder by running the following command: $JAVA_HOME/bin/jar -cvf luminis-bdms.war WEB-INF/* META-INF/* 7. Run the following command in the temp directory: chmod 777 luminis-bdms.war 8. Run the following commands to copy the BDMS WAR to the deploy location: cp luminis-bdms.war <LP5 install directory>/products/liferay/ liferay-admin/deploy cp luminis-bdms.war <LP5 install directory>/products/liferay/ liferay-portal/deploy 9. Wait for a minute while the updates take effect, and then change the directory by running the following command: cd <LP5 install directory>/products/tomcat/tomcat-admin/webapps 10. Check that the webapps directory has a luminis-bdms sub directory. 11. Change the directory by running the following command: cd <LP5 install directory>/products/tomcat/tomcat-admin/common/ classes 12. Open the log4j.properties file located in this directory, using an editor such as Edit Plus or vi editor, and add the following entry at the end of the file: log4j.category.com.sghe.luminis.bdms=info 13. Change the directory by running the following command: cd <LP5 install directory>/products/tomcat/tomcat-portal/ common/classes 12 Luminis Platform November 2011

13 14. Repeat step Login as a super-user and run the following command to start the Luminis Platform server: cd <LP5 install directory>/bin./lpstart Install the Portlet on an already running Luminis portal server instance To install the BDMS portlet on an already running Luminis portal server instance, complete the following steps: 1. Copy the BDMS WAR file- luminis-bdms.war to the <LP5 install directory>/install/temp directory. 2. Run the following command in the temp directory: chmod 777 luminis-bdms.war 3. Run the following commands to copy the BDMS WAR to the deploy location: cp luminis-bdms.war <LP5 install directory>/products/liferay/ liferay-admin/deploy cp luminis-bdms.war <LP5 install directory>/products/liferay/ liferay-portal/deploy 4. Wait for a minute while the updates take effect, and then change the directory by running the following command: cd <LP5 install directory>/products/tomcat/tomcat-admin/webapps 5. Check that the webapps directory has a luminis-bdms sub directory. 6. Change the directory by running the following command: cd luminis-bdms/web-inf/classes/resources 7. Edit the luminis.bdms.config file using an editor such as Edit Plus or vi editor, as follows: Set the value of the <axurl> tag to point to your ApplicationXtender Web Access server. For example: <axurl> Set the value of the <UrlAxServices> tag to point to your ApplicationXtender Web Services URL. For example: <UrlAxServices> AppXtenderServices/AxServicesInterface.asmx </UrlAxServices> November 2011 Luminis Platform

14 Set the value of the <UrlBdmsServices> tag to point to your BDMS wrapper web services URL. For example: <UrlBdmsServices> AppXtenderServices/ BDMSServicesInterface.asmx</ UrlBdmsServices> Note If you change any of the three values later, you must restart the server so that the ApplicationXtender Web Services client code can pick up the updates. The <datasource>, appdefinitionrefreshrate, and hidden field details can be changed anytime and the portlet will pick up the updated values without a server restart. 8. Change the directory by running the following command: cd <LP5 install directory>/products/tomcat/tomcat-portal/ webapps 9. Check that the webapps directory has a luminis-bdms sub directory. 10. Repeat steps 6 and Change the directory by running the following command: cd <LP5 install directory>/products/tomcat/tomcat-admin/common/ classes 12. Open the log4j.properties file located in this directory, using an editor such as Edit Plus or vi editor, and add the following entry at the end of the file: log4j.category.com.sghe.luminis.bdms=info Note If you want more detailed log information, change INFO to DEBUG. 13. Change the directory by running the following command: cd <LP5 install directory>/products/tomcat/tomcat-admin/common/ classes 14. Repeat step Login as a super-user and run the following command to stop the Luminis Platform server: cd <LP5 install directory>/bin./lpstop 16. From the same directory, run the following command to start the Luminis Platform server:./lpstart 14 Luminis Platform November 2011

15 Step 4 Add the portlet in the Luminis portal Complete the following procedure to add the BDMS portlet to the Luminis Platform portal: 1. Log in to the Luminis Platform portal. If you have logged in as a Luminis Administrator, proceed to step Select either the My Public Pages tab or the My Private Pages tab. 3. Click Welcome. 4. Click Options. 5. Click Add Application. The Add Application window is displayed. 6. Type bdms in the Search applications text box. The search results display the BDMS portlet-luminis-bdms. 7. Click Add. The Banner Document Management portlet is displayed on the Luminis portal page. Step 5 Configure the ApplicationXtender Web Access tab in the Luminis portal Complete the following steps to configure the ApplicationXtender Web Access tab for each user who needs to access ApplicationXtender Web Access functionality: 1. Log in to the Luminis Platform portal. If you have logged in as a Luminis Administrator, proceed to step Select either the My Public Pages tab or the My Private Pages tab. November 2011 Luminis Platform

16 3. Click Welcome. 4. Click Options. 5. Click Manage Pages. The Manage Pages window is displayed. 6. Select the Pages tab. 7. Click on your username. The Add Page section is displayed. 8. Type AX Web Access in the Name box. 9. Select Embedded from the Type drop-down list. 10. Click Add Page. An AX Web Access tab is added and a corresponding link is displayed under your username on the page. 11. Click the AX Web Access link under your username. The edit private page section is displayed. 12. Type the following URL in the URL box: Click Save. You can now use the AX Web Access tab on the Luminis Portal to access ApplicationXtender and BDMS functionality. 16 Luminis Platform November 2011

17 Manage the BDMS portlet The Banner Document Management Suite (BDMS) portlet provides a quick, easy tool to search for and add documents and images to your institution s database. If you have implemented both Luminis Platform and BDMS, you can use the BDMS portlet to display BDMS data in the Luminis portal. For instructions on installing the BDMS portlet for Luminis Platform, see the Luminis Platform Installation Guide. You can access ApplicationXtender Web Access directly through the portlet by clicking the Launch AX Web Access link on the portlet. Search for Documents To search for documents within the BDMS portlet, complete the following steps: 1. Click the Search for documents link in the Advanced Search section of the portlet. The ApplicationXtender search form is displayed. 2. Select the required application from the Application drop-down list. The fields for that application are displayed. 3. Specify the required search criteria in the fields. 4. Click Search. The search results are displayed in the ApplicationXtender Web Access window. November 2011 Luminis Platform Manage the BDMS portlet

18 Add a Document To add a document, complete the following steps: 1. Click the Add Document section of the portlet. The Add Document section expands. 2. Select the required application from the Application drop-down list. 3. Click the Add a document link. The Import New Page window of ApplicationXtender Web Access is displayed. 4. Click Browse to navigate to the document that you want to add, and select the document. 5. Click Upload. 18 Luminis Platform November 2011 Manage the BDMS portlet

Banner Document Management Release Guide. Release 8.5 January 2013

Banner Document Management Release Guide. Release 8.5 January 2013 Banner Document Management Release 8.5 January 2013 Banner, Colleague, PowerCAMPUS, Luminis and Datatel are trademarks of Ellucian or its affiliates and are registered in the U.S. and other countries.

More information

Banner Payment Processor Connection Handbook. December 2011

Banner Payment Processor Connection Handbook. December 2011 Banner Payment Processor Connection Handbook December 2011 Banner, Colleague, PowerCAMPUS, Luminis and Datatel are trademarks of Ellucian or its affiliates and are registered in the U.S. and other countries.

More information

Ellucian Recruiter Installation and Integration. Release 4.1 December 2015

Ellucian Recruiter Installation and Integration. Release 4.1 December 2015 Ellucian Recruiter Installation and Integration Release 4.1 December 2015 Notices Notices Without limitation: Ellucian, Banner, Colleague, and Luminis are trademarks of the Ellucian group of companies

More information

Banner General Event Management Handbook. Release 9.0 February 2012

Banner General Event Management Handbook. Release 9.0 February 2012 Banner General Release 9.0 February 2012 Banner, Colleague, PowerCAMPUS, Luminis and Datatel are trademarks of Ellucian or its affiliates and are registered in the U.S. and other countries. Ellucian, Advance,

More information

Banner Document Management Suite Hardware and Software Requirements. Release 8.4 June 2012

Banner Document Management Suite Hardware and Software Requirements. Release 8.4 June 2012 Banner Document Management Suite Release 8.4 June 2012 Banner, Colleague, PowerCAMPUS, Luminis and Datatel are trademarks of Ellucian or its affiliates and are registered in the U.S. and other countries.

More information

Banner Document Management Suite Administration Guide. Release 8.4 May 2012

Banner Document Management Suite Administration Guide. Release 8.4 May 2012 Banner Document Management Suite Release 8.4 May 2012 Banner, Colleague, PowerCAMPUS, Luminis and Datatel are trademarks of Ellucian or its affiliates and are registered in the U.S. and other countries.

More information

BANNER WEB TAILOR RELEASE GUIDE. Release 8.5 November 2011

BANNER WEB TAILOR RELEASE GUIDE. Release 8.5 November 2011 BANNER WEB TAILOR RELEASE GUIDE Release 8.5 November 2011 Trademark, Publishing Statement and Copyright Notice SunGard Data Systems and/or its subsidiaries in the U.S.A. and other countries is the owner

More information

WatchDox for Windows User Guide. Version 3.9.0

WatchDox for Windows User Guide. Version 3.9.0 Version 3.9.0 Notice Confidentiality This document contains confidential material that is proprietary WatchDox. The information and ideas herein may not be disclosed to any unauthorized individuals or

More information

Banner Student Release Guide. Release 8.5.7 (Recruiter Integration) May 2013

Banner Student Release Guide. Release 8.5.7 (Recruiter Integration) May 2013 Banner Student Release 8.5.7 (Recruiter Integration) May 2013 Banner, Colleague, Luminis and Datatel are trademarks of Ellucian or its affiliates and are registered in the U.S. and other countries. Ellucian,

More information

EMC Documentum Connector for Microsoft SharePoint

EMC Documentum Connector for Microsoft SharePoint EMC Documentum Connector for Microsoft SharePoint Version 7.1 Installation Guide EMC Corporation Corporate Headquarters Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Legal Notice Copyright 2013-2014

More information

Banner Employee Self-Service Salary Planner Handbook. Release 8.6 October 2011

Banner Employee Self-Service Salary Planner Handbook. Release 8.6 October 2011 Banner Employee Self-Service Salary Planner Release 8.6 October 2011 Banner, Colleague, PowerCAMPUS, Luminis and Datatel are trademarks of Ellucian or its affiliates and are registered in the U.S. and

More information

MTS Remote Drive Service. Quick Start Guide

MTS Remote Drive Service. Quick Start Guide MTS Remote Drive Service Quick Start Guide Signing In to Remote Drive service through My Internet Account To sign in to use the service, you need to be a registered user with a user name and password.

More information

To set up Egnyte so employees can log in using SSO, follow the steps below to configure VMware Horizon and Egnyte to work with each other.

To set up Egnyte so employees can log in using SSO, follow the steps below to configure VMware Horizon and Egnyte to work with each other. w w w. e g n y t e. c o m Egnyte Single Sign-On (SSO) Installation for VMware Horizon To set up Egnyte so employees can log in using SSO, follow the steps below to configure VMware Horizon and Egnyte to

More information

Banner Human Resources and Position Control. Release Guide. Release 8.12 July 2015

Banner Human Resources and Position Control. Release Guide. Release 8.12 July 2015 Banner Human Resources and Position Control Release Guide Release 8.12 July 2015 Notices Notices Without limitation: Ellucian, Banner, Colleague, and Luminis are trademarks of the Ellucian group of companies

More information

Perceptive Intelligent Capture Solution Configration Manager

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

More information

McAfee Cloud Identity Manager

McAfee Cloud Identity Manager NetSuite Cloud Connector Guide McAfee Cloud Identity Manager version 2.0 or later COPYRIGHT Copyright 2013 McAfee, Inc. All Rights Reserved. No part of this publication may be reproduced, transmitted,

More information

DEPLOYING EMC DOCUMENTUM BUSINESS ACTIVITY MONITOR SERVER ON IBM WEBSPHERE APPLICATION SERVER CLUSTER

DEPLOYING EMC DOCUMENTUM BUSINESS ACTIVITY MONITOR SERVER ON IBM WEBSPHERE APPLICATION SERVER CLUSTER White Paper DEPLOYING EMC DOCUMENTUM BUSINESS ACTIVITY MONITOR SERVER ON IBM WEBSPHERE APPLICATION SERVER CLUSTER Abstract This white paper describes the process of deploying EMC Documentum Business Activity

More information

BusinessObjects Enterprise XI Release 2

BusinessObjects Enterprise XI Release 2 BusinessObjects Enterprise XI Release 2 How to configure an Internet Information Services server as a front end to a WebLogic application server Overview Contents This document describes the process of

More information

TIBCO Spotfire Web Player 6.0. Installation and Configuration Manual

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

More information

WatchDox for Windows. User Guide. Version 3.9.5

WatchDox for Windows. User Guide. Version 3.9.5 WatchDox for Windows User Guide Version 3.9.5 Notice Confidentiality This document contains confidential material that is proprietary WatchDox. The information and ideas herein may not be disclosed to

More information

Banner General Banner Getting Started Guide. Release 8.5 December 2011

Banner General Banner Getting Started Guide. Release 8.5 December 2011 Banner General Release 8.5 December 2011 Banner, Colleague, PowerCAMPUS, Luminis and Datatel are trademarks of Ellucian or its affiliates and are registered in the U.S. and other countries. Ellucian, Advance,

More information

IBM WEBSPHERE LOAD BALANCING SUPPORT FOR EMC DOCUMENTUM WDK/WEBTOP IN A CLUSTERED ENVIRONMENT

IBM WEBSPHERE LOAD BALANCING SUPPORT FOR EMC DOCUMENTUM WDK/WEBTOP IN A CLUSTERED ENVIRONMENT White Paper IBM WEBSPHERE LOAD BALANCING SUPPORT FOR EMC DOCUMENTUM WDK/WEBTOP IN A CLUSTERED ENVIRONMENT Abstract This guide outlines the ideal way to successfully install and configure an IBM WebSphere

More information

Banner Relationship Management Getting Started Guide. Release 1.6 June 2012

Banner Relationship Management Getting Started Guide. Release 1.6 June 2012 Banner Relationship Management Release 1.6 June 2012 Banner, Colleague, PowerCAMPUS, Luminis and Datatel are trademarks of Ellucian or its affiliates and are registered in the U.S. and other countries.

More information

Deploying Intellicus Portal on IBM WebSphere

Deploying Intellicus Portal on IBM WebSphere Deploying Intellicus Portal on IBM WebSphere Intellicus Web-based Reporting Suite Version 4.5 Enterprise Professional Smart Developer Smart Viewer Intellicus Technologies info@intellicus.com www.intellicus.com

More information

Crystal Reports Installation Guide

Crystal Reports Installation Guide Crystal Reports Installation Guide Version XI Infor Global Solutions, Inc. Copyright 2006 Infor IP Holdings C.V. and/or its affiliates or licensors. All rights reserved. The Infor word and design marks

More information

Acrolinx IQ. Acrolinx IQ Plug-in for Adobe CQ Rich Text Editor Installation Guide Version: 2.9

Acrolinx IQ. Acrolinx IQ Plug-in for Adobe CQ Rich Text Editor Installation Guide Version: 2.9 Acrolinx IQ Acrolinx IQ Plug-in for Adobe CQ Rich Text Editor Installation Guide Version: 2.9 2 Contents Overview 3 About this Guide...3 Acrolinx IQ and CQ Editor...3 Installation 4 Single Sign-on Configuration...4

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

NovaBACKUP Remote Workforce Version 12.5 Cloud Restore

NovaBACKUP Remote Workforce Version 12.5 Cloud Restore NovaBACKUP Remote Workforce Version 12.5 Cloud Restore NovaStor / November 2011 Rev 20111114 2011 NovaStor, all rights reserved. All trademarks are the property of their respective owners. Features and

More information

Defender 5.7 - Token Deployment System Quick Start Guide

Defender 5.7 - Token Deployment System Quick Start Guide Defender 5.7 - Token Deployment System Quick Start Guide This guide describes how to install, configure and use the Defender Token Deployment System, based on default settings and how to self register

More information

Taleo Enterprise. Taleo Reporting Getting Started with Business Objects XI3.1 - User Guide

Taleo Enterprise. Taleo Reporting Getting Started with Business Objects XI3.1 - User Guide Taleo Enterprise Taleo Reporting XI3.1 - User Guide Feature Pack 12A January 27, 2012 Confidential Information and Notices Confidential Information The recipient of this document (hereafter referred to

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

Specops Command. Installation Guide

Specops Command. Installation Guide Specops Software. All right reserved. For more information about Specops Command and other Specops products, visit www.specopssoft.com Copyright and Trademarks Specops Command is a trademark owned by Specops

More information

Solr Bridge Search Installation Guide

Solr Bridge Search Installation Guide Solr Bridge Search Installation Guide Table of contents 1. Solr Installation 1.1 Tomcat6 (Web server) installation. 1.2 Apache Solr 3.3.0 installation. 1.3 Install SolrBirge package (preconfigured solr

More information

CA Spectrum and CA Service Desk

CA Spectrum and CA Service Desk CA Spectrum and CA Service Desk Integration Guide CA Spectrum 9.4 / CA Service Desk r12 and later This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter

More information

Active Directory Quick Reference Guide for PowerCAMPUS Self-Service 7.x. Release 5 July 2011

Active Directory Quick Reference Guide for PowerCAMPUS Self-Service 7.x. Release 5 July 2011 Active Directory Quick Reference Guide for PowerCAMPUS Self-Service 7.x Release 5 July 2011 Trademark, Publishing Statement and Copyright Notice SunGard or its subsidiaries in the U.S. and other countries

More information

Appendix E. Captioning Manager system requirements. Installing the Captioning Manager

Appendix E. Captioning Manager system requirements. Installing the Captioning Manager Appendix E Installing and configuring the Captioning Manager The Mediasite Captioning Manager, a separately sold EX Server add-on, allows users to submit and monitor captioning requests through Automatic

More information

SSO Plugin. HP Service Request Catalog. J System Solutions. http://www.javasystemsolutions.com Version 3.6

SSO Plugin. HP Service Request Catalog. J System Solutions. http://www.javasystemsolutions.com Version 3.6 SSO Plugin HP Service Request Catalog J System Solutions Version 3.6 Page 2 of 7 Introduction... 3 Adobe Flash and NTLM... 3 Enabling the identity federation service... 4 Federation key... 4 Token lifetime...

More information

Adobe Marketing Cloud Bloodhound for Mac 3.0

Adobe Marketing Cloud Bloodhound for Mac 3.0 Adobe Marketing Cloud Bloodhound for Mac 3.0 Contents Adobe Bloodhound for Mac 3.x for OSX...3 Getting Started...4 Processing Rules Mapping...6 Enable SSL...7 View Hits...8 Save Hits into a Test...9 Compare

More information

Using Internet or Windows Explorer to Upload Your Site

Using Internet or Windows Explorer to Upload Your Site Using Internet or Windows Explorer to Upload Your Site This article briefly describes what an FTP client is and how to use Internet Explorer or Windows Explorer to upload your Web site to your hosting

More information

SSO Plugin. J System Solutions. Upgrading SSO Plugin 3x to 4x - BMC AR System & Mid Tier. http://www.javasystemsolutions.com

SSO Plugin. J System Solutions. Upgrading SSO Plugin 3x to 4x - BMC AR System & Mid Tier. http://www.javasystemsolutions.com SSO Plugin Upgrading SSO Plugin 3x to 4x - BMC AR System & Mid Tier J System Solutions JSS SSO Plugin Upgrading 3x to 4x Introduction... 3 [Prerequisite] Generate a new license... 4 [Prerequisite] Download

More information

Active Directory Requirements and Setup

Active Directory Requirements and Setup Active Directory Requirements and Setup The information contained in this document has been written for use by Soutron staff, clients, and prospective clients. Soutron reserves the right to change the

More information

McAfee Cloud Identity Manager

McAfee Cloud Identity Manager Salesforce Cloud Connector Guide McAfee Cloud Identity Manager version 1.1 or later COPYRIGHT Copyright 2013 McAfee, Inc. All Rights Reserved. No part of this publication may be reproduced, transmitted,

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

ADFS 2.0 Application Director Blueprint Deployment Guide

ADFS 2.0 Application Director Blueprint Deployment Guide Introduction: ADFS 2.0 Application Director Blueprint Deployment Guide Active Directory Federation Service (ADFS) is a software component from Microsoft that allows users to use single sign-on (SSO) to

More information

Installation Guide. . All right reserved. For more information about Specops Inventory and other Specops products, visit www.specopssoft.

Installation Guide. . All right reserved. For more information about Specops Inventory and other Specops products, visit www.specopssoft. . All right reserved. For more information about Specops Inventory and other Specops products, visit www.specopssoft.com Copyright and Trademarks Specops Inventory is a trademark owned by Specops Software.

More information

SSO Plugin. Integration for BMC MyIT and SmartIT. J System Solutions. http://www.javasystemsolutions.com Version 4.0

SSO Plugin. Integration for BMC MyIT and SmartIT. J System Solutions. http://www.javasystemsolutions.com Version 4.0 SSO Plugin Integration for BMC MyIT and SmartIT J System Solutions Version 4.0 JSS SSO Plugin Integration with BMC MyIT Introduction... 3 Deployment approaches... 3 SSO Plugin integration... 4 Configuring

More information

Novell Access Manager

Novell Access Manager J2EE Agent Guide AUTHORIZED DOCUMENTATION Novell Access Manager 3.1 SP3 February 02, 2011 www.novell.com Novell Access Manager 3.1 SP3 J2EE Agent Guide Legal Notices Novell, Inc., makes no representations

More information

DSView 4 Management Software Transition Technical Bulletin

DSView 4 Management Software Transition Technical Bulletin DSView 4 Management Software Transition Technical Bulletin DSView, Avocent and the Avocent logo are trademarks or registered trademarks of Avocent Corporation or its affiliates in the U.S. and other countries.

More information

HIGHER EDUCATION. What can we help you achieve? SunGard Banner Financial Aid

HIGHER EDUCATION. What can we help you achieve? SunGard Banner Financial Aid HIGHER EDUCATION What can we help you achieve? SunGard Banner Financial Aid Tulsa Community College Agenda for Consulting Workshop 1 April 1-3, 2008 Tulsa Community College 05_Consulting One Agenda.doc

More information

DEPLOYING WEBTOP 6.8 ON JBOSS 6.X APPLICATION SERVER

DEPLOYING WEBTOP 6.8 ON JBOSS 6.X APPLICATION SERVER DEPLOYING WEBTOP 6.8 ON JBOSS 6.X APPLICATION SERVER ABSTRACT This white paper explains how to deploy Webtop 6.8 on JBoss 6.x application server. November 2014 EMC WHITE PAPER To learn more about how EMC

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

Egnyte Single Sign-On (SSO) Installation for OneLogin

Egnyte Single Sign-On (SSO) Installation for OneLogin Egnyte Single Sign-On (SSO) Installation for OneLogin To set up Egnyte so employees can log in using SSO, follow the steps below to configure OneLogin and Egnyte to work with each other. 1. Set up OneLogin

More information

Sage Abra Timesheet. Quick Start Guide

Sage Abra Timesheet. Quick Start Guide Sage Abra Timesheet Quick Start Guide 2010 Sage Software, Inc. All rights reserved. Sage, the Sage logos, and the Sage product and service names mentioned herein are registered trademarks or trademarks

More information

WatchDox SharePoint Beta Guide. Application Version 1.0.0

WatchDox SharePoint Beta Guide. Application Version 1.0.0 Application Version 1.0.0 Confidentiality This document contains confidential material that is proprietary WatchDox. The information and ideas herein may not be disclosed to any unauthorized individuals

More information

EQUELLA. Blackboard Learn Configuration Guide. Version 6.2

EQUELLA. Blackboard Learn Configuration Guide. Version 6.2 EQUELLA Blackboard Learn Configuration Guide Version 6.2 Document History Document No. Reviewed Finalised Published 1 11/12/2013 12/12/2013 12/12/2013 December 2013 edition. Information in this document

More information

CA Spectrum and CA Embedded Entitlements Manager

CA Spectrum and CA Embedded Entitlements Manager CA Spectrum and CA Embedded Entitlements Manager Integration Guide CA Spectrum Release 9.4 - CA Embedded Entitlements Manager This Documentation, which includes embedded help systems and electronically

More information

JBoss Portal 2.4. Quickstart User Guide

JBoss Portal 2.4. Quickstart User Guide Portal 2.4 Quickstart User Guide Table of Contents Portal - Overview... iii 1. Tutorial Forward...1 2. Installation...2 2.1. Downloading and Installing...2 2.2. Starting Portal...3 3. Portal Terminology...5

More information

vcenter Operations Management Pack for SAP HANA Installation and Configuration Guide

vcenter Operations Management Pack for SAP HANA Installation and Configuration Guide vcenter Operations Management Pack for SAP HANA Installation and Configuration Guide This document supports the version of each product listed and supports all subsequent versions until a new edition replaces

More information

Ellucian Portal: SharePoint Basics Participant Guide. Microsoft SharePoint 2013 January 2014

Ellucian Portal: SharePoint Basics Participant Guide. Microsoft SharePoint 2013 January 2014 Ellucian Portal: SharePoint Basics Participant Guide Microsoft SharePoint 2013 January 2014 Banner, Colleague, Luminis and Datatel are trademarks of Ellucian or its affiliates and are registered in the

More information

EMC Documentum Content Services for SAP Repository Manager

EMC Documentum Content Services for SAP Repository Manager EMC Documentum Content Services for SAP Repository Manager Version 6.0 Installation Guide P/N 300 005 500 Rev A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com

More information

Adobe Connect LMS Integration for Blackboard Learn 9

Adobe Connect LMS Integration for Blackboard Learn 9 Adobe Connect LMS Integration for Blackboard Learn 9 Install Guide Introduction The Adobe Connect LMS Integration for Blackboard Learn 9 gives Instructors, Teaching Assistants and Course Builders the ability

More information

Oracle WebCenter Content Service for Microsoft Exchange

Oracle WebCenter Content Service for Microsoft Exchange Oracle WebCenter Content Service for Microsoft Exchange Installation and Upgrade Guide 10g Release 3 (10.3) November 2008 Oracle WebCenter Content Service for Microsoft Exchange Installation and Upgrade

More information

Configure Single Sign on Between Domino and WPS

Configure Single Sign on Between Domino and WPS Configure Single Sign on Between Domino and WPS What we are doing here? Ok now we have the WPS server configured and running with Domino as the LDAP directory. Now we are going to configure Single Sign

More information

Application Note VAST Network settings

Application Note VAST Network settings VAST Network settings www.vivotek.com 2010 VIVOTEK Inc. All Right Reserved VIVOTEK may make changes to specifications and product descriptions at any time, without notice. The following is trademarks of

More information

Application Interface Services Server for Mobile Enterprise Applications Configuration Guide Tools Release 9.2

Application Interface Services Server for Mobile Enterprise Applications Configuration Guide Tools Release 9.2 [1]JD Edwards EnterpriseOne Application Interface Services Server for Mobile Enterprise Applications Configuration Guide Tools Release 9.2 E61545-01 October 2015 Describes the configuration of the Application

More information

How to Implement the X.509 Certificate Based Single Sign-On Solution with SAP Netweaver Single Sign-On

How to Implement the X.509 Certificate Based Single Sign-On Solution with SAP Netweaver Single Sign-On How to Implement the X.509 Certificate Based Single Sign-On Solution with SAP Netweaver Single Sign-On How to implement the X.509 certificate based Single Sign-On solution from SAP Page 2 of 34 How to

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

Luminis Platform Installation Guide. October 2010 (Revised) Release 5.0

Luminis Platform Installation Guide. October 2010 (Revised) Release 5.0 Luminis Platform October 2010 (Revised) Release 5.0 Trademark, Publishing Statement and Copyright Notice SunGard or its subsidiaries in the U.S. and other countries is the owner of numerous marks, including

More information

Deploying RSA ClearTrust with the FirePass controller

Deploying RSA ClearTrust with the FirePass controller Deployment Guide Deploying RSA ClearTrust with the FirePass Controller Deploying RSA ClearTrust with the FirePass controller Welcome to the FirePass RSA ClearTrust Deployment Guide. This guide shows you

More information

SETTING UP ACTIVE DIRECTORY (AD) ON WINDOWS 2008 FOR DOCUMENTUM @ EROOM

SETTING UP ACTIVE DIRECTORY (AD) ON WINDOWS 2008 FOR DOCUMENTUM @ EROOM SETTING UP ACTIVE DIRECTORY (AD) ON WINDOWS 2008 FOR DOCUMENTUM @ EROOM Abstract This paper explains how to setup Active directory service on windows server 2008.This guide also explains about how to install

More information

Copyright http://support.oracle.com/

Copyright http://support.oracle.com/ Primavera Portfolio Management 9.0 Security Guide July 2012 Copyright Oracle Primavera Primavera Portfolio Management 9.0 Security Guide Copyright 1997, 2012, Oracle and/or its affiliates. All rights reserved.

More information

IN STA LLIN G A VA LA N C HE REMOTE C O N TROL 4. 1

IN STA LLIN G A VA LA N C HE REMOTE C O N TROL 4. 1 IN STA LLIN G A VA LA N C HE REMOTE C O N TROL 4. 1 Remote Control comes as two separate files: the Remote Control Server installation file (.exe) and the Remote Control software package (.ava). The installation

More information

Infor SyteLine Integration Guide for Infor Factory Track

Infor SyteLine Integration Guide for Infor Factory Track Infor SyteLine Integration Guide for Infor Factory Track Copyright 2014 Infor Important Notices The material contained in this publication (including any supplementary information) constitutes and contains

More information

Cloud Authentication. Getting Started Guide. Version 2.1.0.06

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

More information

Workspot Configuration Guide for the Cisco Adaptive Security Appliance

Workspot Configuration Guide for the Cisco Adaptive Security Appliance Workspot Configuration Guide for the Cisco Adaptive Security Appliance Workspot, Inc. 1/27/2015 Cisco ASA and Workspot Overview The Cisco Adaptive Security Appliance (ASA) provides organizations with secure,

More information

Upgrade: SAP Mobile Platform Server for Windows SAP Mobile Platform 3.0 SP02

Upgrade: SAP Mobile Platform Server for Windows SAP Mobile Platform 3.0 SP02 Upgrade: SAP Mobile Platform Server for Windows SAP Mobile Platform 3.0 SP02 Windows DOCUMENT ID: DC80003-01-0302-01 LAST REVISED: February 2014 Copyright 2014 by SAP AG or an SAP affiliate company. All

More information

Dell One Identity Cloud Access Manager 8.0.1 - How to Configure for SSO to SAP NetWeaver using SAML 2.0

Dell One Identity Cloud Access Manager 8.0.1 - How to Configure for SSO to SAP NetWeaver using SAML 2.0 Dell One Identity Cloud Access Manager 8.0.1 - How to Configure for SSO to SAP NetWeaver using SAML 2.0 May 2015 About this guide Prerequisites and requirements NetWeaver configuration Legal notices About

More information

http://docs.trendmicro.com

http://docs.trendmicro.com Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the product, please review the readme files,

More information

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

Quick Install Guide. Lumension Endpoint Management and Security Suite 7.1

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

More information

Connected Data. Connected Data requirements for SSO

Connected Data. Connected Data requirements for SSO Chapter 40 Configuring Connected Data The following is an overview of the steps required to configure the Connected Data Web application for single sign-on (SSO) via SAML. Connected Data offers both IdP-initiated

More information

SchoolBooking SSO Integration Guide

SchoolBooking SSO Integration Guide SchoolBooking SSO Integration Guide Before you start This guide has been written to help you configure SchoolBooking to operate with SSO (Single Sign on) Please treat this document as a reference guide,

More information

EMC Documentum xcelerated Composition Platform

EMC Documentum xcelerated Composition Platform EMC Documentum xcelerated Composition Platform Version 6.5 SP2 Grants Management Sample Application Technical Reference Guide P/N 300-009-604 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103

More information

Prerequisites and Configuration Guide

Prerequisites and Configuration Guide Prerequisites and Configuration Guide Informatica Support Console (Version 2.0) Table of Contents Chapter 1: Overview.................................................... 2 Chapter 2: Minimum System Requirements.................................

More information

MIGS Payment Client Installation Guide. EGate User Manual

MIGS Payment Client Installation Guide. EGate User Manual MIGS Payment Client Installation Guide EGate User Manual April 2004 Copyright The information contained in this manual is proprietary and confidential to MasterCard International Incorporated (MasterCard)

More information

Millennium Drive. Installation Guide

Millennium Drive. Installation Guide Millennium Drive Installation Guide This is a publication of Abila, Inc. Version 2015.1 2015 Abila, Inc. and its affiliated entities. All rights reserved. Abila, the Abila logos, and the Abila product

More information

Workshop for WebLogic introduces new tools in support of Java EE 5.0 standards. The support for Java EE5 includes the following technologies:

Workshop for WebLogic introduces new tools in support of Java EE 5.0 standards. The support for Java EE5 includes the following technologies: Oracle Workshop for WebLogic 10g R3 Hands on Labs Workshop for WebLogic extends Eclipse and Web Tools Platform for development of Web Services, Java, JavaEE, Object Relational Mapping, Spring, Beehive,

More information

WatchDox Administrator's Guide. Application Version 3.7.5

WatchDox Administrator's Guide. Application Version 3.7.5 Application Version 3.7.5 Confidentiality This document contains confidential material that is proprietary WatchDox. The information and ideas herein may not be disclosed to any unauthorized individuals

More information

NSi Mobile Installation Guide. Version 6.2

NSi Mobile Installation Guide. Version 6.2 NSi Mobile Installation Guide Version 6.2 Revision History Version Date 1.0 October 2, 2012 2.0 September 18, 2013 2 CONTENTS TABLE OF CONTENTS PREFACE... 5 Purpose of this Document... 5 Version Compatibility...

More information

CA Clarity Project & Portfolio Manager

CA Clarity Project & Portfolio Manager CA Clarity Project & Portfolio Manager Connector for CA Unicenter Service Desk & CA Software Change Manager for Distributed Product Guide v2.0.00 This documentation, which includes embedded help systems

More information

PowerLink for Blackboard Vista and Campus Edition Install Guide

PowerLink for Blackboard Vista and Campus Edition Install Guide PowerLink for Blackboard Vista and Campus Edition Install Guide Introduction...1 Requirements... 2 Authentication in Hosted and Licensed Environments...2 Meeting Permissions... 2 Installation...3 Configuring

More information

Deploying Oracle Business Intelligence Publisher in J2EE Application Servers Release 10.1.3.2.0

Deploying Oracle Business Intelligence Publisher in J2EE Application Servers Release 10.1.3.2.0 Oracle Business Intelligence Publisher Deploying Oracle Business Intelligence Publisher in J2EE Application Servers Release 10.1.3.2.0 Part No. B32481-01 December 2006 Introduction Oracle BI Publisher

More information

Upgrading Your Web Server from ClientBase Browser Version 2.0 or Above to Version 2.1.1

Upgrading Your Web Server from ClientBase Browser Version 2.0 or Above to Version 2.1.1 Upgrading Your Web Server from ClientBase Browser Version 2.0 or Above to Version 2.1.1 Introduction Successful ClientBase Browser usage depends on proper hardware, setup and installation. This section

More information

HP Operations Orchestration Software

HP Operations Orchestration Software HP Operations Orchestration Software Software Version: 9.00 HP Business Availability Center Integration Document Release Date: June 2010 Software Release Date: June 2010 Legal Notices Warranty The only

More information

Medical Services Administration Bureau of Medicaid Financial Services. LTC File Transfer Application. User Manual

Medical Services Administration Bureau of Medicaid Financial Services. LTC File Transfer Application. User Manual Medical Services Administration Bureau of Medicaid Financial Services LTC Reimbursement and Rate Setting Section LTC File Transfer Application User Manual LTC File Transfer User Manual Version 1 May 1,

More information

SAS Marketing Automation 4.4. Unix Install Instructions for Hot Fix 44MA10

SAS Marketing Automation 4.4. Unix Install Instructions for Hot Fix 44MA10 SAS Marketing Automation 4.4 Unix Install Instructions for Hot Fix 44MA10 Introduction This document describes the steps necessary to install and deploy the SAS Marketing Automation 4.4 Hot fix Release

More information

TIBCO Spotfire Automation Services 6.5. Installation and Deployment Manual

TIBCO Spotfire Automation Services 6.5. Installation and Deployment Manual TIBCO Spotfire Automation Services 6.5 Installation and Deployment Manual Revision date: 17 April 2014 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED

More information

1 How to install CQ5 with an Application Server

1 How to install CQ5 with an Application Server 1 How to install CQ5 with an Application Server Contents 1.1. WebSphere v6.1... 1 1.2. WebLogic v10.3... 3 1.3. Tomcat v6... 6 1.4. JBoss v4... 8 1.5. Generic Procedures... 10 The following sections detail

More information

Egnyte Single Sign-On (SSO) Installation for Okta

Egnyte Single Sign-On (SSO) Installation for Okta w w w. e g n y t e. c o m Egnyte Single Sign-On (SSO) Installation for Okta To set up Egnyte so employees can log in using SSO, follow the steps below to configure Okta and Egnyte to work with each other.

More information

Monitor Print Popup for Mac. Product Manual. www.monitorbm.com

Monitor Print Popup for Mac. Product Manual. www.monitorbm.com Monitor Print Popup for Mac Product Manual www.monitorbm.com Monitor Print Popup for Mac Product Manual Copyright 2013 Monitor Business Machines Ltd The software contains proprietary information of Monitor

More information