Using EMC Documentum with Adobe LiveCycle ES

Size: px
Start display at page:

Download "Using EMC Documentum with Adobe LiveCycle ES"

Transcription

1 Technical Guide Using EMC Documentum with Adobe LiveCycle ES Table of contents 1 Deployment 3 Managing LiveCycle ES development assets in Documentum 5 Developing LiveCycle applications with contents in Documentum 15 Accessing LiveCycle ES processes within Documentum 16 Conclusion Adobe LiveCycle ES Connector for EMC Documentum (the EMC Connector) provides seamless integration between LiveCycle ES solution components and your Documentum system. It enables developers to rapidly and easily develop a content-driven transactional or persuasive application. Examples of those applications include new account opening, invoice processing, and litigation support or industry-specific processes like medical records, mortgage origination, claims processing, or loan approval. By combining the LiveCycle ES technologies and Documentum s capability, you can transform your document-intensive business processes into dynamic interactions that enhance customer service, accelerate transaction cycles, reduce document management costs, maximize the value of your investment in your Documentum system, and improve productivity throughout the enterprise. The EMC Connector enables developers to manage LiveCycle ES design assets, including forms, fragments, images, and other content assets, which are stored in the EMC Documentum system. It enhances the collaboration and increases efficiency when developing a content-centric application by allowing developers to access those assets directly within LiveCycle Workbench ES. The EMC Connector includes service operations to enable LiveCycle ES applications and processes to retrieve content objects, including forms or documents, as well as their content attributes or properties, directly from the Documentum content server. These service operations also enable LiveCycle ES applications and processes to archive contents, such as user submitted form data and converted PDF files, directly into the Documentum content server, with full control of their attributes and relationships with each other. With service operations provided by the EMC Connector, you can flow form data directly into other business processes, enable full-text or index search capabilities through the ECM system, meet regulatory and compliance requirements, and let your end users participate in business processes inside or outside of the Documentum system. This technical guide provides you guidance and tips on how to effectively leverage the capabilities that the LiveCycle ES Connector for EMC Documentum offers to build your content-centric applications. Deployment Typical deployment LiveCycle ES Connector for EMC Documentum is a service component hosted by the LiveCycle service container. Therefore, it is deployed along with other solution components in the same LiveCycle ES server or clustering environment. While LiveCycle ES supports many combinations of operating systems, databases, and application servers, you may want to run EMC Documentum Content Server on a different platform supported by Documentum. The EMC Connector enables you to deploy your systems in a heterogeneous environment where LiveCycle ES and Documentum Content Server run on totally different operating systems, databases, and application servers.

2 Examples: Table 1 shows a few examples of deployment combinations that the EMC Connector supports. Please refer to product documents for LiveCycle ES and EMC Documentum for detailed information on their supported platforms respectively. LiveCycle ES EMC Documentum Content Server Windows 2003/JBoss 4/SQL Server 2005 Windows 2003/DB2 9.1 AIX 5.3/WebSphere 6.1/DB2 9.1 Windows 2003/SQL Server 2005 Red Hat 4.0/JBoss 4/MySQL 5 Solaris 10/Oracle 10.2 Solaris 10/WebLogic 9.2/Oracle 10g Red Hat 4.0/Oracle 10.2 Table 1. Examples of platform combinations between LiveCycle ES and Documentum. User management and authentication LiveCycle ES Connector for EMC Documentum includes an authentication provider service that you can use to authenticate the access of LiveCycle applications, such as Workbench or Workspace, through Documentum user management. With this, end users will have the same login username and password among LiveCycle ES and Documentum. If you have a directory server set up for Documentum, you can let LiveCycle ES synchronize with the same directory server. Examples: In a typical configuration, you will create an enterprise domain in the Domain Management settings of LiveCycle Administration Console. In this domain, you will add a custom authentication provider EMC Documentum Authentication Provider (see Figure 1). You may also want to add the directory server that Documentum uses into the same enterprise domain. You can skip the directory server setup if you have only local users who are not in any directory server and will access LiveCycle ES and Documentum. In this case, you need to make sure that you have the exact same credentials (username and password) for the same user in both LiveCycle ES and Documentum. Once you set up the enterprise domain for Documentum, you can log into LiveCycle Workbench ES, or any other LiveCycle application, to access Documentum repositories. Figure 1. Documentum authentication provider. 2

3 In the configuration setting of the EMC Connector in LiveCycle Administration Console, you must provide a principal credential for the default Documentum repository. You may also add credentials for superusers with other Documentum repositories in the Repository Credentials Settings. The principal credential allows LiveCycle users in the super administrator role to access any Documentum repository even if there is no superuser credential set up for that repository. It is also used as the system credential when LiveCycle services or processes require system access and when the property editor of Content Repository Connector (CRC) operations (see Figure 5 later in this document) gets ECM metadata, such as class types or repositories, from Documentum. Tip: You can log in to Workbench ES and other LiveCycle ES applications two ways. First, you can log in with a username. This gives you access to the default repository, defined in the Configuration Settings. In Workbench, this lets you see the default repository in the Resources view. Another way to log in is to use the format username@repository. This format enables you to access a specific repository. In Workbench, the Resources view shows the cabinets for that particular repository. Table 2 shows how the login format, authentication provider, and directory server are connected. Login format Credentials used Repository in Resources view or to be accessed Authentication provider required? Directory provider required? LiveCycle super admin user System credential Default repository No No LiveCycle super admin user@ repository1 System credential Repository1 Yes No Local user User credential Default repository Yes No LDAP user User credential Default repository Yes Yes Local user@repository1 User credential Repository1 Yes No LDAP user@repository1 User credential Repository1 Yes Yes Note: The system credential is the principal credential or the repository credential if it is set up in the Repository Credentials Settings. Table 2. Understanding the login format. Managing LiveCycle ES development assets in Documentum LiveCycle ES Connector for EMC Documentum enables developers to access a Documentum repository directly within LiveCycle Workbench ES. This feature is enabled by setting EMC Documentum Repository Provider as your current repository service provider (see Figure 2). Figure 2. Choose the repository provider. 3

4 Once you have done this setup, you can log into Workbench to manage and access your LiveCycle assets in the Documentum repository through the Resources view. Depending on how you log in (see Table 2), the designated Documentum repository is shown under the server name. You can browse all cabinets and content objects within that repository (see Figure 3). Figure 3. Documentum objects shown in Resources view. From here, you can leverage your Documentum repository when you design and develop your LiveCycle ES application. Here are some examples of what you can do: View and edit your form design, which is stored in the Documentum repository, using LiveCycle Form Design perspective. Create and save your form design directly into the Documentum repository. Share your form design with other developers and business owners, abiding by Documentum s access control. Create and use the form fragments library in your Documentum repository. Use content assets, such as images or text, created by non Workbench tools from other members when you design your forms. Access the Documentum repository in the resource picker, which is used in property setup for some variables and service operations (see Figure 4). 4

5 Figure 4. Resource picker shows Documentum contents. Developing LiveCycle applications with contents in Documentum When you are developing an application using LiveCycle and Documentum, you have many choices. Each has its pros and cons. You need to consider several factors in order to decide which one to choose. Build your own integration layer using EMC s Documentum Foundation Classes (DFC) or Documentum Foundation Services (DFS). For example, you can write your own operation and its property editor to be used in LiveCycle Workbench. Another example is that you can write a set of Java APIs or web services to reflect a content transaction by calling DFC or DFS directly. Pros: You will have access to Documentum s API in its lowest granularity level. You can choose to use DFC or DFS. Cons: You must maintain a team who has expertise in both LiveCycle and Documentum. You need to build your own LiveCycle components for Documentum so that you can visually design and configure them during LiveCycle process and application design. Use a repository URL through EMC Documentum Repository Provider. The repository provider is one of the major components in LiveCycle ES Connector for EMC Documentum. It enables developers to use a repository URL (repository ://) to represent the location in Documentum from which a content object is accessed. You can use the provider with or without Content Repository Connector service. Pros: You will be able to use many LiveCycle ES data types, such as xfaform, which inherently use a repository URL as their resource property. You can also leverage fragments in your forms as they are also built to use a repository URL. You can use a repository URL to represent form designs or other contents in some service operations, such as renderpdfform. Cons: You can only access the latest version of forms or contents through the repository URL. You will not be able to access or set properties for those contents stored in the Documentum repository. Use operations in CRC. This is another major component in LiveCycle ES Connector for EMC Documentum. This component provides a set of service operations that you can use in Workbench to integrate Documentum into a LiveCycle process or application. Pros: You have full control over how and what you want to access from the Documentum repository. This includes the versioning, the relationship, content properties, and the authentication option. These operations give developers a visual design and configuration on the content services provided by Documentum. 5

6 Cons: You may not have access to all the Documentum functions you want to use, and you may need to augment your applications with separate DFC or DFS calls. It s worth noting that Repository Provider and CRC do not depend on each other. You can choose to use either or both of them. Using Repository Provider Repository URL syntax If you use EMC Documentum Repository Provider as your current repository provider, you can use a repository URL to access the latest version of documents in the Documentum repository. The root node of the URL path is the name of the Documentum repository. The second level node is the name of the cabinet. The rest of the nodes represent folders and objects. For example: /Samples/DevSample/Forms/SimpleLoanApplication.xdp In this example, the URL points to a content object that has a document named SimpleLoanApplication.xdp. This object is under the Forms folder in the DevSample cabinet of the Samples repository. Workspace ES application Without worrying about how to get the right assets from Documentum, you can quickly build a Workspace application a using repository URL for the needed resources. These resources are stored in a Documentum repository, but developers do not need to worry about the lower level of integration mechanism between LiveCycle and Documentum. Tip: If you follow the Creating Your First LiveCycle ES Application tutorial ( support/documentation/en/livecycle), the only additional step needed to make the application work with forms in Documentum is to set the current repository provider to be EMC Documentum Repository Provider. No code change and no recompilation are needed. Content Repository Connector Adobe LiveCycle ES Connector for EMC Documentum includes a set of service operations to enable developers to visually design and configure the Documentum integration within a LiveCycle process or application. These operations are grouped as the Content Repository Connector as shown in the Services view in Workbench (see Figure 5). Figure 5. Service operations in the Content Repository Connector. 6

7 Each service operation has an extensive property editor to enable developers to control and configure different aspects of the operations. Figure 6 shows the property editor for the Store Content operation. Figure 6. Property editor for the Store Content operation. 7

8 Authentication in the service operations You have three authentication choices for each service operation (see Figure 7). Figure 7. Authentication options in the service operation. Use the credential from the LiveCycle process context if this operation is part of a long-lived LiveCycle process and the operation should be subject to access control from Documentum for the owner of the current activity. This is a typical option for CRC operations in a LiveCycle Workspace application. Use the user credential that needs to be input using the username and password fields in the property editor. You may want to use this, for example, when you want all Documentum accesses to be under a single common user representing a system process. Use a Documentum session ticket when you want current activity to be executed under the access control list (ACL) of the current Documentum DFC session. This is a typical option when you call the LiveCycle process through a Documentum client, such as Webtop. This ticket is only valid for a single CRC operation. Therefore multiple CRC operations require multiple DFC session tickets. 8

9 Control of content versions In the Store Content operation, you can specify the versioning behavior (see Figure 8). Figure 8. Versioning options in the Store Content operation. Tip: This operation also maintains the check-out status of the content object. Table 3 describes the different versioning behaviors. Version prior to the operation Checked out prior to the operation Version type Version after the operation Checked out after the operation 1.1 Yes Keep same version 1.1 Yes 1.1 Yes Increment major version 1.1 Yes Increment minor version 2.0 Yes 1.2 Yes 1.1 No Keep same version 1.1 No 1.1 No Increment major version 1.1 No Increment minor version 2.0 No 1.2 No Table 3. Versioning behaviors in CRC operations. 9

10 Accessing and setting values of content properties Using service operations, developers have direct access to the properties of Documentum content objects. You have two ways to access the content properties: Visual mapping shows properties for a class type when you select the repository name in the property editor and select the class type from that repository (see Figure 9). Once you see the list of content properties, you can associate process variables by opening up the XPath Builder when you click the grid in the value column. In this mode, you need to use literal value for both Repository Name and Document Class Type. You can either select from the drop-down list or type in the literal value of the repository name or class type. This mode is best used when the repository and class type are known and predetermined within the application. Figure 9. Visual mapping of content properties.

11 Dynamic mapping enables developers to access and set content properties based on the repository and class type used during the runtime (see Figure 10). It enables developers to build a versatile process for handling a complex logic based on real-time business rules. In this mode, a process variable of the map data type is used to contain the mapping between process variables and content properties. You can use the setvalue operation to construct the mapping dynamically. Figure 10. Dynamic mapping of content properties. Example: Figure 11 shows how to set the value of the CurrentStatus field in an XDP form into the formstatus property of a Documentum content object. The first line sets the value of that form field to a process variable. The second line sets the value of the process variable to the value of a key-value pair in a map variable where the key is the name of the Documentum content object property. It is worth noting that you need to put quotes around the expression /process_data/@formcurrentstatus. This is necessary so that the connector operation can interpret it correctly. This example also shows how you can map an XDP form field to a content object property. Figure 11. Map form field to content property. 11

12 Figure 12 shows how to get the value of the content object property formstatus and set it into the process variable formcurrentstatus. The process variable attributemap is used in the Attribute Name Value Map property of the retrieve content operation. Figure 12. Set value of a content property to a process variable. Associating submitted data to the form design In a typical data capture application, submitted data from a form is stored separately as an XML object in Documentum. This XML object can then be used as part of the Documentum XML application or workflow process. To render the submitted XML data correctly, you need to maintain a proper relationship with the form design. You can use Create Relationship (see Figure 13) to establish the relationship between two Documentum content objects, and you have full control of the versioning behavior of this relationship. The Get Related operation, on the other hand, allows you to get the related documents from the source content object (see Figure 14). Figure 13. Creating a relationship between two content objects. 12

13 Figure 14. Get a list of IDs of the related content objects. Managing PDF attachments In many business applications, users need to send supporting documents or images when submitting the form. In many cases, they are included as PDF attachments in the form. When the form is processed, you may want to store its attachments in Documentum so you can index or search them and manage them properly. This can be done by using a combination of connector service operations. Figure 15 shows a snippet of a process that is handling the submitted form with PDF attachments. Figure 15. Process snippet that handles submitted forms with PDF attachments. 13

14 Figure 16 shows a snippet of process that pulls related attachments from Documentum and sends them along with form data for form services to render. Figure 16. Process snippet to render a form with attachments stored in Documentum. Classifying form data into the appropriate folders Starting with ES Service Pack 1, LiveCycle ES Connector for EMC Documentum introduces a service operation for dynamically creating a folder tree in Documentum (see Figure 17). By combining this service operation with other solution components operations, you can develop a process that stores form data into an appropriate folder based on the value of the data. One business example is when customer requests are sent in, a LiveCycle process can extract the data from the submitted form, store the form data into a regional cabinet based on the zip code that customers filled in on the form, and trigger a process to the right regional call center. Figure 17. Create a folder tree in Documentum. 14

15 Accessing LiveCycle ES processes within Documentum Accessing from Webtop All LiveCycle processes generate, by default, both SOAP and EJB endpoints. You can choose either protocol to call LiveCycle processes from the Webtop application. Example: In a typical data capture application, one would browse to the Webtop folder, open a form, fill it out, and submit it back. The submitted form, then, is archived in the appropriate places inside Documentum. Tip: One way to implement this is to construct two LiveCycle processes render service and submit service. The two processes then are exposed as web services or EJB endpoints. A custom action can be added into Webtop along with new menu items (see Figure 18). This action calls LiveCycle processes for rendering and submitting services, and passes the DFC session information, as well as the form location or other necessary attributes, to the LiveCycle process. Figure 18. A customer Webtop action to call LiveCycle services. Integrating with a Documentum workflow Once the form data is stored in Documentum, you can develop a Documentum workflow to relay it through a review and approval process. Just like the implementation described in the Accessing from Webtop section of this guide, developers can expose LiveCycle processes as web services or EJB endpoints, and call those processes directly from the Documentum workflow. 15

16 Conclusion LiveCycle ES Connector for EMC Documentum provides a unified development experience by extending LiveCycle Workbench ES to access and manage content assets stored in the Documentum content server. Developers can create, modify, and store the forms or other contents in Documentum directly. It makes development collaboration much easier than before. The EMC Connector also includes service operations to help developers build a robust, content-centric application. To provide a rapid development environment, the EMC Connector provides basic content repository services, such as content retrieval, content storage, content relationship, and content properties access, through service operations. Without any coding, developers can easily set and retrieve values between the properties of a Documentum content object and LiveCycle ES assets attributes, such as form fields in LiveCycle Forms ES, control attributes of LiveCycle Reader Extensions ES, or properties of LiveCycle PDF Generator ES. Whether you just want to use Documentum as a content repository or as a platform to host ECM-related applications, LiveCycle ES Connector for EMC Documentum can assist you to quickly build a robust application to enhance the engagement experiences of your end users. Technical guide feedback We welcome your comments. Please send any feedback on this technical guide to LCES-Feedback@adobe.com. Adobe Systems Incorporated 345 Park Avenue San Jose, CA USA Adobe, the Adobe logo, LiveCycle, and Reader are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States and/or other countries. AIX is a trademark of International Business Machines Corporation in the United States, other countries, or both. Windows is either a registered trademark or a trademark of Microsoft Corporation in the United States and/or other countries. Red Hat is a trademark or registered trademark of Red Hat, Inc. in the United States and other countries. Java and Solaris are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries. All other trademarks are the property of their respective owners Adobe Systems Incorporated. All rights reserved. Printed in the USA /08

Installing and Configuring Adobe LiveCycle 9.5 Connector for Microsoft SharePoint

Installing and Configuring Adobe LiveCycle 9.5 Connector for Microsoft SharePoint What s new Installing and Configuring Adobe LiveCycle 9.5 Connector for Microsoft SharePoint Contents Introduction What s new on page 1 Introduction on page 1 Installation Overview on page 2 System requirements

More information

bbc Installing Your Development Environment Adobe LiveCycle ES July 2007 Version 8.0

bbc Installing Your Development Environment Adobe LiveCycle ES July 2007 Version 8.0 bbc Installing Your Development Environment Adobe LiveCycle ES July 2007 Version 8.0 2007 Adobe Systems Incorporated. All rights reserved. Adobe LiveCycle ES 8.0 Installing Your Development Environment

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

bbc Installing and Deploying LiveCycle ES2 Using JBoss Turnkey Adobe LiveCycle ES2 November 30, 2011 Version 9

bbc Installing and Deploying LiveCycle ES2 Using JBoss Turnkey Adobe LiveCycle ES2 November 30, 2011 Version 9 bbc Installing and Deploying LiveCycle ES2 Using JBoss Turnkey Adobe LiveCycle ES2 November 30, 2011 Version 9 2011 Adobe Systems Incorporated and its licensors. All rights reserved. Installing and Deploying

More information

Using ADOBE LIVECYCLE ES4 Connector for MICROSOFT SHAREPOINT

Using ADOBE LIVECYCLE ES4 Connector for MICROSOFT SHAREPOINT Using ADOBE LIVECYCLE ES4 Connector for MICROSOFT SHAREPOINT Legal notices Legal notices For legal notices, see http://help.adobe.com/en_us/legalnotices/index.html. iii Contents Using the Connector for

More information

a division of Technical Overview Xenos Enterprise Server 2.0

a division of Technical Overview Xenos Enterprise Server 2.0 Technical Overview Enterprise Server 2.0 Enterprise Server Architecture The Enterprise Server (ES) platform addresses the HVTO business challenges facing today s enterprise. It provides robust, flexible

More information

StreamServe Persuasion SP5 Control Center

StreamServe Persuasion SP5 Control Center StreamServe Persuasion SP5 Control Center User Guide Rev C StreamServe Persuasion SP5 Control Center User Guide Rev C OPEN TEXT CORPORATION ALL RIGHTS RESERVED United States and other international patents

More information

EMC Documentum Content Services for SAP iviews for Related Content

EMC Documentum Content Services for SAP iviews for Related Content EMC Documentum Content Services for SAP iviews for Related Content Version 6.0 Administration Guide P/N 300 005 446 Rev A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000

More information

Setting up LDAP settings for LiveCycle Workflow Business Activity Monitor

Setting up LDAP settings for LiveCycle Workflow Business Activity Monitor Adobe Enterprise & Developer Support Knowledge Article ID: c4715 bc Setting up LDAP settings for LiveCycle Workflow Business Activity Monitor In addition to manually creating users and user permissions,

More information

EMC Documentum Composer

EMC Documentum Composer EMC Documentum Composer Version 6.5 User Guide P/N 300 007 217 A02 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com Copyright 2008 EMC Corporation. All rights

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

Contents About the Contract Management Post Installation Administrator's Guide... 5 Viewing and Modifying Contract Management Settings...

Contents About the Contract Management Post Installation Administrator's Guide... 5 Viewing and Modifying Contract Management Settings... Post Installation Guide for Primavera Contract Management 14.1 July 2014 Contents About the Contract Management Post Installation Administrator's Guide... 5 Viewing and Modifying Contract Management Settings...

More information

ADMINISTERING ADOBE LIVECYCLE MOSAIC 9.5

ADMINISTERING ADOBE LIVECYCLE MOSAIC 9.5 ADMINISTERING ADOBE LIVECYCLE MOSAIC 9.5 Legal notices Copyright 2011 Adobe Systems Incorporated and its licensors. All rights reserved. Administering Adobe LiveCycle Mosaic 9.5 March 31, 2011 This administering

More information

Sending an Email Message from a Process

Sending an Email Message from a Process Adobe Enterprise Technical Enablement Sending an Email Message from a Process In this topic, you will learn how the Email service can be used to send email messages from a process. Objectives After completing

More information

CA Nimsoft Service Desk

CA Nimsoft Service Desk CA Nimsoft Service Desk Single Sign-On Configuration Guide 6.2.6 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

ecopy ShareScan v4.3 Pre-Installation Checklist

ecopy ShareScan v4.3 Pre-Installation Checklist ecopy ShareScan v4.3 Pre-Installation Checklist This document is used to gather data about your environment in order to ensure a smooth product implementation. The Network Communication section describes

More information

Communiqué 4. Standardized Global Content Management. Designed for World s Leading Enterprises. Industry Leading Products & Platform

Communiqué 4. Standardized Global Content Management. Designed for World s Leading Enterprises. Industry Leading Products & Platform Communiqué 4 Standardized Communiqué 4 - fully implementing the JCR (JSR 170) Content Repository Standard, managing digital business information, applications and processes through the web. Communiqué

More information

Shavlik Patch for Microsoft System Center

Shavlik Patch for Microsoft System Center Shavlik Patch for Microsoft System Center User s Guide For use with Microsoft System Center Configuration Manager 2012 Copyright and Trademarks Copyright Copyright 2014 Shavlik. All rights reserved. This

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

Adobe LiveCycle Enterprise Suite 4

Adobe LiveCycle Enterprise Suite 4 Adobe LiveCycle Enterprise Suite 4 Table of Contents 2: LiveCycle ES4 architecture overview 3: Designing document service applications 4: Enabling mobile applications 4: Deploying applications 5: Running

More information

StreamServe Persuasion SP4

StreamServe Persuasion SP4 StreamServe Persuasion SP4 Installation Guide Rev B StreamServe Persuasion SP4 Installation Guide Rev B 2001-2009 STREAMSERVE, INC. ALL RIGHTS RESERVED United States patent #7,127,520 No part of this document

More information

Oracle Service Bus Examples and Tutorials

Oracle Service Bus Examples and Tutorials March 2011 Contents 1 Oracle Service Bus Examples... 2 2 Introduction to the Oracle Service Bus Tutorials... 5 3 Getting Started with the Oracle Service Bus Tutorials... 12 4 Tutorial 1. Routing a Loan

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

Exam Name: IBM InfoSphere MDM Server v9.0

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

More information

Only LDAP-synchronized users can access SAML SSO-enabled web applications. Local end users and applications users cannot access them.

Only LDAP-synchronized users can access SAML SSO-enabled web applications. Local end users and applications users cannot access them. This chapter provides information about the Security Assertion Markup Language (SAML) Single Sign-On feature, which allows administrative users to access certain Cisco Unified Communications Manager and

More information

INSTALLING AND DEPLOYING ADOBE LIVECYCLE ES4 FOR WEBSPHERE

INSTALLING AND DEPLOYING ADOBE LIVECYCLE ES4 FOR WEBSPHERE INSTALLING AND DEPLOYING ADOBE LIVECYCLE ES4 FOR WEBSPHERE Legal notices Legal notices For legal notices, see http://help.adobe.com/en_us/legalnotices/index.html. iii Contents Chapter 1: About This Document

More information

This document summarizes the steps of deploying ActiveVOS on oracle Weblogic Platform.

This document summarizes the steps of deploying ActiveVOS on oracle Weblogic Platform. logic Overview This document summarizes the steps of deploying ActiveVOS on oracle Weblogic Platform. Legal Notice The information in this document is preliminary and is subject to change without notice

More information

Tivoli Endpoint Manager for Remote Control Version 8 Release 2. User s Guide

Tivoli Endpoint Manager for Remote Control Version 8 Release 2. User s Guide Tivoli Endpoint Manager for Remote Control Version 8 Release 2 User s Guide Tivoli Endpoint Manager for Remote Control Version 8 Release 2 User s Guide Note Before using this information and the product

More information

Configuring Color Access on the WorkCentre 7120 Using Microsoft Active Directory Customer Tip

Configuring Color Access on the WorkCentre 7120 Using Microsoft Active Directory Customer Tip Configuring Color Access on the WorkCentre 7120 Using Microsoft Active Directory Customer Tip October 21, 2010 Overview This document describes how to limit access to color copying and printing on the

More information

Configuring Single Sign-On for Documentum Applications with RSA Access Manager Product Suite. Abstract

Configuring Single Sign-On for Documentum Applications with RSA Access Manager Product Suite. Abstract Configuring Single Sign-On for Documentum Applications with RSA Access Manager Product Suite Abstract This white paper outlines the deployment and configuration of a Single Sign-On solution for EMC Documentum

More information

CA Nimsoft Service Desk

CA Nimsoft Service Desk CA Nimsoft Service Desk Configure Outbound Web Services 7.13.7 Legal Notices Copyright 2013, CA. All rights reserved. Warranty The material contained in this document is provided "as is," and is subject

More information

Enterprise Deployment of the EMC Documentum WDK Application

Enterprise Deployment of the EMC Documentum WDK Application A Detailed Review Abstract The objective of this white paper is to present a typical enterprise deployment of the EMC Documentum 6 Web Development Kit (WDK) application. The focus will be on the WDK level,

More information

Integrating Adobe LiveCycle ES and Microsoft Office SharePoint

Integrating Adobe LiveCycle ES and Microsoft Office SharePoint Technical White Paper Integrating Adobe LiveCycle ES and Microsoft Office SharePoint Server Table of contents 1 Abstract 1 Introduction 2 End-to-end business processes 4 Document security and rights management

More information

ADOBE LIVECYCLE ES4 OVERVIEW

ADOBE LIVECYCLE ES4 OVERVIEW ADOBE LIVECYCLE ES4 OVERVIEW Legal notices Legal notices For legal notices, see http://help.adobe.com/en_us/legalnotices/index.html. iii Contents Chapter 1: About This Document Who should read this document.......................................................................................

More information

FileNet Business Activity Monitor (BAM) Release Notes

FileNet Business Activity Monitor (BAM) Release Notes FileNet Business Activity Monitor (BAM) Release Notes Release 3.6.0 September 2006 FileNet is a registered trademark of FileNet corporation. All other product and brand names are trademarks or registered

More information

Umbraco Courier 2.0. Installation guide. Per Ploug Hansen 5/24/2011

Umbraco Courier 2.0. Installation guide. Per Ploug Hansen 5/24/2011 Umbraco Courier 2.0 Installation guide Per Ploug Hansen 5/24/2011 Table of Contents Introduction... 3 Revision History... 3 Installing Courier 2 using a package... 4 Manual Courier installation... 5 Installing

More information

EMC Documentum Webtop

EMC Documentum Webtop EMC Documentum Webtop Version 6.5 User Guide P/N 300 007 239 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com Copyright 1994 2008 EMC Corporation. All rights

More information

Sophos Mobile Control Installation guide. Product version: 3

Sophos Mobile Control Installation guide. Product version: 3 Sophos Mobile Control Installation guide Product version: 3 Document date: January 2013 Contents 1 Introduction...3 2 The Sophos Mobile Control server...4 3 Set up Sophos Mobile Control...16 4 External

More information

Alert Notification of Critical Results (ANCR) Public Domain Deployment Instructions

Alert Notification of Critical Results (ANCR) Public Domain Deployment Instructions Alert Notification of Critical Results (ANCR) Public Domain Deployment Instructions Server Prerequisites Internet Information Server (IIS). It may be enabled in Windows Features (see Enabling IIS section).

More information

Cloud Services ADM. Agent Deployment Guide

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

More information

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

IBM Content Integrator Enterprise Edition, Version 8.5.1

IBM Content Integrator Enterprise Edition, Version 8.5.1 IBM Software Information Management IBM Content Integrator Enterprise Edition, Version 8.5.1 Highlights Enriches portals and key business applications with federated access to content stored in multiple

More information

HP Business Availability Center

HP Business Availability Center HP Business Availability Center for the Windows and Solaris operating systems Software Version: 8.05 Business Process Monitor Administration Document Release Date:September 2010 Software Release Date:

More information

IBM Information Server

IBM Information Server IBM Information Server Version 8 Release 1 IBM Information Server Administration Guide SC18-9929-01 IBM Information Server Version 8 Release 1 IBM Information Server Administration Guide SC18-9929-01

More information

ActiveVOS Server Architecture. March 2009

ActiveVOS Server Architecture. March 2009 ActiveVOS Server Architecture March 2009 Topics ActiveVOS Server Architecture Core Engine, Managers, Expression Languages BPEL4People People Activity WS HT Human Tasks Other Services JMS, REST, POJO,...

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

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

EMC Documentum My Documentum for Microsoft SharePoint

EMC Documentum My Documentum for Microsoft SharePoint EMC Documentum My Documentum for Microsoft SharePoint Version 6.5 SP2 Installation and Configuration Guide P/N 300-009-826 A02 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000

More information

PLM integration with Adobe LiveCycle ES (Enterprise Suite)

PLM integration with Adobe LiveCycle ES (Enterprise Suite) Technical Guide PLM integration with Adobe LiveCycle ES (Enterprise Suite) Scenarios for integrating LiveCycle ES solution components with enterprise PLM systems for smooth collaboration workflows This

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

Configuration Manager Error Messages

Configuration Manager Error Messages Adobe Enterprise & Developer Support Knowledge Article ID: c4698 bc Configuration Manager Error Messages This document provides a list of error messages that you may see when using the Configuration Manager

More information

Instant Chime for IBM Sametime For IBM Websphere and IBM DB2 Installation Guide

Instant Chime for IBM Sametime For IBM Websphere and IBM DB2 Installation Guide Instant Chime for IBM Sametime For IBM Websphere and IBM DB2 Installation Guide Fall 2014 Page 1 Copyright and Disclaimer This document, as well as the software described in it, is furnished under license

More information

Entrust Managed Services PKI. Configuring secure LDAP with Domain Controller digital certificates

Entrust Managed Services PKI. Configuring secure LDAP with Domain Controller digital certificates Entrust Managed Services Entrust Managed Services PKI Configuring secure LDAP with Domain Controller digital certificates Document issue: 1.0 Date of issue: October 2009 Copyright 2009 Entrust. All rights

More information

EMC Documentum Business Process Suite

EMC Documentum Business Process Suite EMC Documentum Business Process Suite Version 6.5 SP1 Sample Application Tutorial P/N 300-008-170 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright

More information

InfoView User s Guide. BusinessObjects Enterprise XI Release 2

InfoView User s Guide. BusinessObjects Enterprise XI Release 2 BusinessObjects Enterprise XI Release 2 InfoView User s Guide BusinessObjects Enterprise XI Release 2 Patents Trademarks Copyright Third-party contributors Business Objects owns the following U.S. patents,

More information

OnCommand Performance Manager 1.1

OnCommand Performance Manager 1.1 OnCommand Performance Manager 1.1 Installation and Setup Guide For Red Hat Enterprise Linux NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501

More information

Delegated Administration Quick Start

Delegated Administration Quick Start Delegated Administration Quick Start Topic 50200 Delegated Administration Quick Start Updated 22-Oct-2013 Applies to: Web Filter, Web Security, Web Security Gateway, and Web Security Gateway Anywhere,

More information

Orchestrating Document and Media Management using CMIS

Orchestrating Document and Media Management using CMIS Orchestrating Document and Media Management using CMIS Technical Note - Integrating ActiveVOS with Alfresco CMIS Services AN ACTIVE ENDPOINTS TECHNICAL NOTE 2009 Active Endpoints Inc. ActiveVOS is a trademark

More information

DCA. Document Control & Archiving USER S GUIDE

DCA. Document Control & Archiving USER S GUIDE DCA Document Control & Archiving USER S GUIDE Decision Management International, Inc. 1111 Third Street West Suite 250 Bradenton, FL 34205 Phone 800-530-0803 FAX 941-744-0314 www.dmius.com Copyright 2002,

More information

Connection Broker Managing User Connections to Workstations, Blades, VDI, and More. Quick Start with Microsoft Hyper-V

Connection Broker Managing User Connections to Workstations, Blades, VDI, and More. Quick Start with Microsoft Hyper-V Connection Broker Managing User Connections to Workstations, Blades, VDI, and More Quick Start with Microsoft Hyper-V Version 8.1 October 21, 2015 Contacting Leostream Leostream Corporation http://www.leostream.com

More information

RSA ACCESS MANAGER. Web Access Management Solution ESSENTIALS SECURE ACCESS TO WEB APPLICATIONS WEB SINGLE SIGN-ON CONTEXTUAL AUTHORIZATION

RSA ACCESS MANAGER. Web Access Management Solution ESSENTIALS SECURE ACCESS TO WEB APPLICATIONS WEB SINGLE SIGN-ON CONTEXTUAL AUTHORIZATION RSA ACCESS MANAGER Web Access Management Solution ESSENTIALS Secure Access Enforces access to Web applications based on risk and context Centralizes security and enforces business policy Web Single Sign-on

More information

BMC Remedy Integration Guide 7.6.04

BMC Remedy Integration Guide 7.6.04 BMC Remedy Integration Guide 7.6.04 2015 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are the property of their

More information

Horizon Debt Collect. User s and Administrator s Guide

Horizon Debt Collect. User s and Administrator s Guide Horizon Debt Collect User s and Administrator s Guide Microsoft, Windows, Windows NT, Windows 2000, Windows XP, and SQL Server are registered trademarks of Microsoft Corporation. Sybase is a registered

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

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

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

More information

iway iway Business Activity Monitor User's Guide Version 6.0.2 Service Manager (SM) DN3501982.1209

iway iway Business Activity Monitor User's Guide Version 6.0.2 Service Manager (SM) DN3501982.1209 iway iway Business Activity Monitor User's Guide Version 6.0.2 Service Manager (SM) DN3501982.1209 Cactus, EDA, EDA/SQL, FIDEL, FOCUS, Information Builders, the Information Builders logo, iway, iway Software,

More information

Coveo Platform 7.0. Microsoft Active Directory Connector Guide

Coveo Platform 7.0. Microsoft Active Directory Connector Guide Coveo Platform 7.0 Microsoft Active Directory Connector Guide Notice The content in this document represents the current view of Coveo as of the date of publication. Because Coveo continually responds

More information

Customer Tips. Configuring Color Access on the WorkCentre 7328/7335/7345 using Windows Active Directory. for the user. Overview

Customer Tips. Configuring Color Access on the WorkCentre 7328/7335/7345 using Windows Active Directory. for the user. Overview Xerox Multifunction Devices Customer Tips February 13, 2008 This document applies to the stated Xerox products. It is assumed that your device is equipped with the appropriate option(s) to support the

More information

Cloud Administration Guide for Service Cloud. August 2015 E65820-01

Cloud Administration Guide for Service Cloud. August 2015 E65820-01 Cloud Administration Guide for Service Cloud August 2015 E65820-01 Table of Contents Introduction 4 How does Policy Automation work with Oracle Service Cloud? 4 For Customers 4 For Employees 4 Prerequisites

More information

AIMS Installation and Licensing Guide

AIMS Installation and Licensing Guide AIMS Installation and Licensing Guide Version 9 2603 Camino Ramon Suite 110 San Ramon, CA 94583 Toll Free: 800-609-8610 Direct: 925-217-5170 FAX: 925-217-0853 Email: support@avatier.com Limited Warranty

More information

IBM Tivoli Directory Integrator

IBM Tivoli Directory Integrator IBM Tivoli Directory Integrator Synchronize data across multiple repositories Highlights Transforms, moves and synchronizes generic as well as identity data residing in heterogeneous directories, databases,

More information

Configuring IIS 6 to Load Balance a JBoss 4.2 Adobe LiveCycle Enterprise Suite 2 (ES2) Cluster

Configuring IIS 6 to Load Balance a JBoss 4.2 Adobe LiveCycle Enterprise Suite 2 (ES2) Cluster Adobe LiveCycle ES2 Technical Guide John C. Cummins, Technical Architect, Adobe Professional Services Public Sector Configuring IIS 6 to Load Balance a JBoss 4.2 Adobe LiveCycle Enterprise Suite 2 (ES2)

More information

Reading and Writing Files Using the File Utilities service

Reading and Writing Files Using the File Utilities service Adobe Enterprise Technical Enablement Reading and Writing Files Using the File Utilities service In this topic, you will learn about the File Utilities services which enable processes to interact with

More information

Acrobat X Pro Accessible Forms and Interactive Documents

Acrobat X Pro Accessible Forms and Interactive Documents Contents 2 PDF Form Fields 2 Acrobat Form Wizard 5 Enter Forms Editing Mode Directly 5 Create Form Fields Manually 6 Forms Editing Mode 8 Form Field Properties 11 Editing or Modifying an Existing Form

More information

Active Directory Management. Agent Deployment Guide

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

More information

Using Microsoft Windows Authentication for Microsoft SQL Server Connections in Data Archive

Using Microsoft Windows Authentication for Microsoft SQL Server Connections in Data Archive Using Microsoft Windows Authentication for Microsoft SQL Server Connections in Data Archive 2014 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means

More information

Windows Azure Pack Installation and Initial Configuration

Windows Azure Pack Installation and Initial Configuration Windows Azure Pack Installation and Initial Configuration Windows Server 2012 R2 Hands-on lab In this lab, you will learn how to install and configure the components of the Windows Azure Pack. To complete

More information

E-mail Listeners. E-mail Formats. Free Form. Formatted

E-mail Listeners. E-mail Formats. Free Form. Formatted E-mail Listeners 6 E-mail Formats You use the E-mail Listeners application to receive and process Service Requests and other types of tickets through e-mail in the form of e-mail messages. Using E- mail

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

ENABLING SINGLE SIGN-ON FOR EMC DOCUMENTUM WDK-BASED APPLICATIONS USING IBM WEBSEAL ON AIX

ENABLING SINGLE SIGN-ON FOR EMC DOCUMENTUM WDK-BASED APPLICATIONS USING IBM WEBSEAL ON AIX White Paper ENABLING SINGLE SIGN-ON FOR EMC DOCUMENTUM WDK-BASED APPLICATIONS USING IBM WEBSEAL ON AIX Abstract This white paper explains how you can use the IBM Tivoli Access Manager for e-business WebSEAL

More information

White Paper DEPLOYING WDK APPLICATIONS ON WEBLOGIC AND APACHE WEBSERVER CLUSTER CONFIGURED FOR HIGH AVAILABILITY AND LOAD BALANCE

White Paper DEPLOYING WDK APPLICATIONS ON WEBLOGIC AND APACHE WEBSERVER CLUSTER CONFIGURED FOR HIGH AVAILABILITY AND LOAD BALANCE White Paper DEPLOYING WDK APPLICATIONS ON WEBLOGIC AND APACHE WEBSERVER CLUSTER CONFIGURED FOR HIGH AVAILABILITY AND LOAD BALANCE Abstract This White Paper provides information to deploy WDK based applications

More information

i2b2 Installation Guide

i2b2 Installation Guide Informatics for Integrating Biology and the Bedside i2b2 Installation Guide i2b2 Server and Clients Document Version: 1.7.00-003 Document Management Revision Number Date Author Comment 1.7.00-001 03/06/2014

More information

Business Process Management IBM Business Process Manager V7.5

Business Process Management IBM Business Process Manager V7.5 Business Process Management IBM Business Process Manager V7.5 Federated task management for BPEL processes and human tasks This presentation introduces the federated task management feature for BPEL processes

More information

iway iway Application System Adapter for Amdocs ClarifyCRM User s Guide Version 5 Release 6 Service Manager (SM) DN3501933.0109

iway iway Application System Adapter for Amdocs ClarifyCRM User s Guide Version 5 Release 6 Service Manager (SM) DN3501933.0109 iway iway Application System Adapter for Amdocs ClarifyCRM User s Guide Version 5 Release 6 Service Manager (SM) DN3501933.0109 EDA, EDA/SQL, FIDEL, FOCCALC, FOCUS, FOCUS Fusion, FOCUS Vision, Hospital-Trac,

More information

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

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

More information

Installation Guide ARGUS Symphony 1.6 and Business App Toolkit. 6/13/2014 2014 ARGUS Software, Inc.

Installation Guide ARGUS Symphony 1.6 and Business App Toolkit. 6/13/2014 2014 ARGUS Software, Inc. ARGUS Symphony 1.6 and Business App Toolkit 6/13/2014 2014 ARGUS Software, Inc. Installation Guide for ARGUS Symphony 1.600.0 6/13/2014 Published by: ARGUS Software, Inc. 3050 Post Oak Boulevard Suite

More information

Department of Veterans Affairs VistA Integration Adapter Release 1.0.5.0 Enhancement Manual

Department of Veterans Affairs VistA Integration Adapter Release 1.0.5.0 Enhancement Manual Department of Veterans Affairs VistA Integration Adapter Release 1.0.5.0 Enhancement Manual Version 1.1 September 2014 Revision History Date Version Description Author 09/28/2014 1.0 Updates associated

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

2012 LABVANTAGE Solutions, Inc. All Rights Reserved.

2012 LABVANTAGE Solutions, Inc. All Rights Reserved. LABVANTAGE Architecture 2012 LABVANTAGE Solutions, Inc. All Rights Reserved. DOCUMENT PURPOSE AND SCOPE This document provides an overview of the LABVANTAGE hardware and software architecture. It is written

More information

Coveo Platform 7.0. Oracle Knowledge Connector Guide

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

More information

EMC XDS Repository Connector for ViPR

EMC XDS Repository Connector for ViPR EMC XDS Repository Connector for ViPR Version 1.8 Installation Guide EMC Corporation Corporate Headquarters Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Legal Notice Copyright 2014-2015 EMC Corporation.

More information

Data Sheet VISUAL COBOL 2.2.1 WHAT S NEW? COBOL JVM. Java Application Servers. Web Tools Platform PERFORMANCE. Web Services and JSP Tutorials

Data Sheet VISUAL COBOL 2.2.1 WHAT S NEW? COBOL JVM. Java Application Servers. Web Tools Platform PERFORMANCE. Web Services and JSP Tutorials Visual COBOL is the industry leading solution for COBOL application development and deployment on Windows, Unix and Linux systems. It combines best in class development tooling within Eclipse and Visual

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

RealPresence Platform Director

RealPresence Platform Director RealPresence CloudAXIS Suite Administrators Guide Software 1.3.1 GETTING STARTED GUIDE Software 2.0 June 2015 3725-66012-001B RealPresence Platform Director Polycom, Inc. 1 RealPresence Platform Director

More information

How To Install Powerpoint 6 On A Windows Server With A Powerpoint 2.5 (Powerpoint) And Powerpoint 3.5.5 On A Microsoft Powerpoint 4.5 Powerpoint (Powerpoints) And A Powerpoints 2

How To Install Powerpoint 6 On A Windows Server With A Powerpoint 2.5 (Powerpoint) And Powerpoint 3.5.5 On A Microsoft Powerpoint 4.5 Powerpoint (Powerpoints) And A Powerpoints 2 DocAve 6 Service Pack 1 Installation Guide Revision C Issued September 2012 1 Table of Contents About the Installation Guide... 4 Submitting Documentation Feedback to AvePoint... 4 Before You Begin...

More information

Application Notes for Microsoft Office Communicator R2 Client integration with Avaya one-x Portal and Intelligent Presence Server - Issue 1.

Application Notes for Microsoft Office Communicator R2 Client integration with Avaya one-x Portal and Intelligent Presence Server - Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for Microsoft Office Communicator R2 Client integration with Avaya one-x Portal and Intelligent Presence Server - Issue 1.0 Abstract These Application

More information

Collaboration Technology Support Center Microsoft Collaboration Brief

Collaboration Technology Support Center Microsoft Collaboration Brief Collaboration Technology Support Center Microsoft Collaboration Brief September 2005 HOW TO INTEGRATE MICROSOFT EXCHANGE SERVER INTO SAP ENTERPRISE PORTAL Authors Robert Draken, Solution Architect, Comma

More information

Release 6.2.1 System Administrator s Guide

Release 6.2.1 System Administrator s Guide IBM Maximo Release 6.2.1 System Administrator s Guide Note Before using this information and the product it supports, read the information in Notices on page Notices-1. First Edition (January 2007) This

More information

Sage HRMS 2014 Sage Employee Self Service Tech Installation Guide for Windows 2003, 2008, and 2012. October 2013

Sage HRMS 2014 Sage Employee Self Service Tech Installation Guide for Windows 2003, 2008, and 2012. October 2013 Sage HRMS 2014 Sage Employee Self Service Tech Installation Guide for Windows 2003, 2008, and 2012 October 2013 This is a publication of Sage Software, Inc. Document version: October 17, 2013 Copyright

More information

A Step-By-Step Guide to Configuring a WebSphere Portal v8.0 Cluster

A Step-By-Step Guide to Configuring a WebSphere Portal v8.0 Cluster A Step-By-Step Guide to Configuring a WebSphere Portal v8.0 Cluster Hunter Tweed WebSphere Portal Level 2 support Team Lead IBM Raleigh Lab May, 2012 Copyright International Business Machines Corporation

More information