EMC Documentum Connector for Microsoft SharePoint

Size: px
Start display at page:

Download "EMC Documentum Connector for Microsoft SharePoint"

Transcription

1 EMC Documentum Connector for Microsoft SharePoint Version 7.3 Configuration Guide EMC Corporation Corporate Headquarters Hopkinton, MA

2 Legal Notice Copyright EMC Corporation. All Rights Reserved. EMC believes the information in this publication is accurate as of its publication date. The information is subject to change without notice. THE INFORMATION IN THIS PUBLICATION IS PROVIDED AS IS. EMC CORPORATION MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND WITH RESPECT TO THE INFORMATION IN THIS PUBLICATION, AND SPECIFICALLY DISCLAIMS IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Use, copying, and distribution of any EMC software described in this publication requires an applicable software license. For the most up-to-date listing of EMC product names, see EMC Corporation Trademarks on EMC.com. Adobe and Adobe PDF Library are trademarks or registered trademarks of Adobe Systems Inc. in the U.S. and other countries. All other trademarks used herein are the property of their respective owners. Documentation Feedback Your opinion matters. We want to hear from you regarding our product documentation. If you have feedback about how we can make our documentation better or easier to use, please send us your feedback directly at ECD.Documentation.Feedback@emc.com

3 Table of Contents Preface... 5 Chapter 1 Configuring the dctm.config File... 7 Configuring Content Transfer Modes of Connector for SharePoint... 7 Configuring Connector for SharePoint to Support the ClickOnce UCF Client... 7 Configuring Connector for SharePoint to Support the WebDirect Client... 8 Configuring Connector for SharePoint to Support the Mtom Client... 8 Enabling Ajax... 8 Configuring Display of Custom Attributes... 8 Limiting the List of Folder Types on the New Folder Page... 9 Limiting the List of Document Types on the New Document Page... 9 Limiting the List of Object Types on the Advanced Search Page Hiding Cabinets Setting Object Types for Simple Search Configuring the Search App Part Faceted Search Enabling Multiple Files Upload Uploading Large File Configuring Version Options for Document Checkin Setting ACS for Content Transfer Limiting the List of Object Types Based on User Group Membership Controlling Actions Available on the Move/Copy/Link Page Configuring the Properties Page Caching Data Clearing Cache Configuring the Federated Search App Part Encrypting Passwords for the Configuration File Chapter 2 Setting Site-based Configuration Files Upgrading to Site-based Configurations Chapter 3 Configuring Data Services Data Services Settings Configuring the Version Settings for New Files for Check in to Documentum Configuring the Version Settings for Checked Out Files for Check in to Documentum Configuring Multi CheckIn to Documentum through D Limiting Folders and Cabinets for Uploading Documents

4 Table of Contents Configuring Automatic Data Services Configuring Automated Move/Copy/Link with Attribute Configuring Automated Move/Copy/Link with Time Configuring Data Services for Localized Context Menus Using the Configuration App Part to Configure Data Services Chapter 4 Enabling SAML Authentication Prerequisite Configuring ADFS Configuring Content Server Updating the dctm.config File

5 Preface Intended Audience This document is intended for system administrators who are responsible for configuring EMC Documentum Connector for Microsoft SharePoint. You must have the working knowledge of EMC Documentum Content Server and Microsoft SharePoint to use this document. Revision History Revision Date January 2017 December 2016 Description Added the section, Configuring Data Services for Localized Context Menus, page 25. Initial publication. 5

6 Preface 6

7 Chapter 1 Configuring the dctm.config File To configure the general settings of Connector for SharePoint, edit the dctm.config file located at: C:\inetpub\wwwroot\<yoursite>\_layouts\Documentum. Configuring Content Transfer Modes of Connector for SharePoint There are three content transfer modes that can be configured to the connectors of Sharepoint. Configuring Connector for SharePoint to Support the ClickOnce UCF Client To configure the content transfer mode to ClickOnce UCF Client, follow the below steps: For ClickOnce UCF Client 7.0: <content_transfer_mode value="clickonce" statussynctimespan="1" maxretrycount="60" /> If you deployed the ClickOnce UCF Client to a standalone website, configure the content transfer mode as the following: <content_transfer_mode value="clickonce" clickoncehost="<clickonce package access uri>" statussynctimespan="1" maxretrycount="60"/> The following are the details about the attributes: clickoncehost: The full URI string to access the ClickOnce UCF Client package. For DFS 7.0 or later, use Check the physical path setting in IIS Manager if you are not sure about the URI string. statussynctimespan: The time span interval, in seconds, to synchronize the document checkout status between the ClickOnce UCF Client and the Connector for SharePoint application. maxretrycount: Indicates the maximum times that Connector for SharePoint synchronizes the document checkout status. 7

8 Configuring the dctm.config File Configuring Connector for SharePoint to Support the WebDirect Client To configure the content transfer mode to WebDirect Client, follow the below steps: For WebDirect Client: <content_transfer_mode value=" WebDirect" statussynctimespan="1" maxretrycount="60"/> Configuring Connector for SharePoint to Support the Mtom Client To configure the content transfer mode to Mtom Client, follow the below steps: For Mtom Client: <content_transfer_mode value="mtom"/> Enabling Ajax Ajax is a web development technique for creating asynchronous web applications. Ajax allows a web page to exchange data with a server asynchronously, that is, parts of the web page are updated without reloading the whole page. Enabling Ajax enhances the user experience of the Connector for SharePoint App Parts, especially, when you add multiple App Parts to a page. When Ajax is enabled, most operations use a partial page reload, hence, the operations update only those parts of a page that require updates. When Ajax is disabled, most operations use a full page reload. The properties page also uses Ajax to display the properties in tabs. If Ajax is disabled, the properties page lists all the properties in a table format. To enable or disable Ajax, modify the value of the <enableajax> element. <enableajax value="true"/> Configuring Display of Custom Attributes The DmGridViewColumns tag contains properties that allows you to add to the display columns of the grid view. The following are the default values of the DmGridViewColumns tag: <DmGridViewColumns> <column columntext="name" attributename="object_name" width="" datatype="string" isrepeating="false" isreadonly="true" /> <column columntext="created" attributename="r_creation_date" width="" datatype="date" isrepeating="false" isreadonly="false" /> <column columntext="locked By" attributename="r_lock_owner" width="" datatype="string" isrepeating="false" isreadonly="false" /> <column columntext="version" attributename="r_version_label" width="" 8

9 Configuring the dctm.config File datatype="string" isrepeating="true" isreadonly="false" /> <column columntext="title" attributename="title" width="" datatype="string" isrepeating="false" isreadonly="false" /> <column columntext="type" attributename="r_object_type" width="" datatype="string" isrepeating="false" isreadonly="false" /> </DmGridViewColumns> After you add a new property to the DmGridViewColumns tag, the App Part configuration displays the new column in the list of available columns. The columns to be displayed can be selected by modifying the App Part after deployment, without updating the configuration file. To add a new column, in the App Part configuration, select the document type and attribute, and click Add. Limiting the List of Folder Types on the New Folder Page To specify the list of folder types available for the user to select, use the <NewFolderFilter> tag on the New Folder page. For example, the following <NewFolderFilter> tag specifies that you can provide only the dm_folder folder type on the New Folder page: <NewFolderFilter> <FolderType value='dm_folder' /> </NewFolderFilter> To display all the folder types, leave the <NewFolderFilter> tag empty. Limiting the List of Document Types on the New Document Page To specify the list of document types available for the user to select, use the <NewDocumentFilter> tag on the New Document page. For example, the following <NewDocumentFilter> tag specifies that you provide only the dm_document document type on the New Document page: <NewDocumentFilter> <DocumentType value='dm_document' /> </NewDocumentFilter> To display all the document types, leave the <NewDocumentFilter> tag empty. 9

10 Configuring the dctm.config File Limiting the List of Object Types on the Advanced Search Page You can use the <AdvancedSearchTypeFilter> tag to specify the list of object types for users to select on the Advanced Search page. For example, the following <AdvancedSearchTypeFilter> tag specifies to list only the dm_document object type on the Advanced Search page. <AdvancedSearchTypeFilter> <SearchType value="dm_document" label="document" /> </AdvancedSearchTypeFilter> Hiding Cabinets To hide a list of cabinets when users browse a Documentum repository, perform the following : <HiddenCabinets> <!-- <cabinet name="hideme" /> --> </HiddenCabinets> Setting Object Types for Simple Search You can use the <SimpleSearchTypeFilter> tag to specify object types to list in the simple search page. <SimpleSearchTypeFilter> <SearchType value="dm_document" label="dm_document" /> </SimpleSearchTypeFilter> The <SearchType> tag specifies the value and label of an object type. By default, the simple search returns results for the object type and all its subtypes. You can use the excludesubtypes attribute to exclude certain subtypes from an object type. List the subtypes you want to exclude separated by commas. For example, to exclude subtype1 and subtype2, use excludesubtypes= subtype1,subtype2. You can also use negative exclusion by adding a - before the name of a subtype. For example, the value excludesubtypes="-subtype1, -subtype2" excludes everything that is not subtype1 or subtype2. If you leave the <SimpleSearchTypeFilter> tag empty, the simple search page lists dm_sysobject as the object type. Configuring the Search App Part In the <SearchWebPart> tag, you can set whether the options for full-text search, searching all versions, and searching hidden objects are visible for users to select. 10

11 Configuring the dctm.config File <show_fulltext value="true" /> <show_versions value="true" /> <show_hidden value ="true" /> Use the <show_checkboxes> tag to set wether to display a checkbox next to each search result item in basic search. If you set to show checkboxes, users can select multiple items to run actions. <show_checkboxes value="true" /> Use the <max_export_count> tag to set the maximum number of search result items a user can export to a Microsoft Excel file. <max_export_count value="1000" /> The valid range of the value is from 1 to 4,294,967,295. If you enter an invalid value, the default value 1000 is used. Faceted Search If you have EMC Documentum xplore installed on the Content Server, you can set whether to use xplore to search and show xplore search facets in the results of the simple search and advanced search. <show_facetedsearch value="false" /> <facets> <facet attribute="dmftmetadata//r_full_content_size" displayname="file Size" type="number" sortorder="frequency" dategrouping="" initialsize="1" > <ranges> <range label="0~999" min="0" max="999" /> <range label="1000~10000" min="1000" max="10000" /> </ranges> </facet > <facet attribute="dmftmetadata//r_modify_date" displayname="modify Date" type="date" sortorder="frequency" dategrouping="month" initialsize="1" /> <facet attribute="dmftmetadata//r_modifier " displayname="modifier " type="string" sortorder="" dategrouping="" initialsize="1" /> </facets> The following table provides description about the tags and attributes you can use to configure the search facets: Tags/Attributes Values Description show_facetedsearch true false Specifies whether to use xplore to search and show the xplore search facets in the results of the simple search and advanced search. attribute attribute xpath Specifies the xpath to the facet. displayname string Sets the facet name to display in search results. 11

12 Configuring the dctm.config File Tags/Attributes Values Description type number string date Specifies the facet type, which must be the same with the setting in Documentum xplore. sortorder FREQUENCY (default) VALUE_ASCENDING VALUE_DESCENDING NONE dategrouping day, week, month, quarter, year, relative date in Microsoft Outlook style Sets the sorting order in the facet. Sets the facet type date. initialsize string Specifies the number of facet values to display. ranges/range number Specifies the facet type number. Enable indexing for an object type in xplore before you enable full-text search or faceted search for the object type in Connector for SharePoint. The EMC Documentum xplore Administration and Development Guide provides information about enabling index for an object type. Enabling Multiple Files Upload The Browse App Part and Home Cabinet App Part provide the Multiple Files Upload control that enables uploading multiple documents to a Documentum repository at the same time. The Multiple Files Upload control appears as a link after users click Upload in the Browse App Part or Home Cabinet App Part. The <ShowMultiUpload> element under <UploadProfile> determines if you can enable the Multiple Files Upload control: <UploadProfile> <ShowMultiUpload value="true"/> </UploadProfile> Uploading Large File For uploading large files, ensure that you configure the following: In the web.config file locate the node <httpruntime targetframework = 4.5 maxrequestlength = In the command prompt run: %windir%\system32\inetsrv\appcmd set config "SDFOnline" -section:requestfiltering 12

13 Configuring the dctm.config File -requestlimits.maxallowedcontentlength: To verify the changes, in IIS Manager > navigate to Sites > click on your Provider Host site > select Request Filtering > click the Rules tab > click Edit Feature settings and verify the Maximum allowed content length (Bytes) is set as per the configuration done previously. Configuring Version Options for Document Checkin When you check in a document to a Documentum repository, Connector for SharePoint provides the following options for saving the document: Same version Next minor version Next major version You can also convert the new version to the current version. Use the <CheckIn> tag to configure version options for document checkin: <CheckIn> <EnableNonCurrentCheckIn value="true"/> <EnableSameVersion value="true" /> </CheckIn> The <EnableNonCurrentCheckIn> tag specifies if you can enable a new document version as a non-current version. If you set the value to false, the Make this the current version option is disabled and Connector for SharePoint always makes the new version as the current version. The <EnableSameVersion> tag specifies if you can enable checking in a document as the same version of the existing document. If you set the value to false, the same version checkbox is disabled and documents must be checked in as the next version. Setting ACS for Content Transfer You can choose to configure Connector for SharePoint to use the Accelerated Content Services (ACS) server to transfer content between Documentum Content Server and the SharePoint server. An ACS server is a lightweight server that is automatically created during a Content Server installation. The ACS server reads and writes content for web-based client applications using HTTP and HTTPS protocols. Use the <ContentProfileUrlReturnPolicy> element to configure settings for ACS content transfer. <ContentProfileUrlReturnPolicy value="prefer" /> 13

14 Configuring the dctm.config File The <ContentProfileUrlReturnPolicy> element accepts the following values: NEVER: Never use ACS. Connector for SharePoint always transfers content in a SOAP message. ALWAYS: Always transfer content using ACS. If the content cannot transfer using ACS, Connector for SharePoint returns an exception. ONLY: Only transfer content using ACS. If the content cannot be transferred using ACS, Connector for SharePoint returns no content in the web services call. PREFER: Use ACS if ACS is available. If ACS is not available, Connector for SharePoint transfers content in a SOAP message. If the Documentum Content Server is configured to use ACS, Connector for SharePoint always uses ACS unless you set the value to NEVER. To use ACS, Documentum Content Server and the SharePoint server must be able to communicate over the ACS port. If you see corrupted files when you download documents, it is possible that Connector for SharePoint is unable to transfer content using the current setting. For example, some default installations of SharePoint 2010 have issues with content transfer in SOAP messages. You can try values other than NEVER. If you see corrupted files when using ACS content transfer, ensure that the ports ACS that uses are open between the SharePoint server and ACS servers, which is typically 9080 in a default installation. Limiting the List of Object Types Based on User Group Membership Use the <SelectionLists> tag to set the object type lists based on the user group membership. <SelectionLists> <Folders> <list user_group="admingroup2" folder_path="/administrator/pbkwf1"> <item label_text="folder" type_name="dm_folder"/> <item label_text="test Folder" type_name="dm_testfolder" /> </list> <list user_group="admingroup2" folder_path="/administrator"> <folder label_text="folder1a" type_name="dm_folder" /> <folder label_text="test Folder1B" type_name="dm_testfolder" /> </list> <list user_group="admingroup2" folder_path="/administrator"> <folder label_text="folder2a" type_name="dm_folder" /> <folder label_text="test Folder2B" type_name="dm_testfolder" /> </list> <list user_group="admingroup3" folder_path="/administrator"> <folder label_text="folder3a" type_name="dm_folder" /> <folder label_text="test Folder3B" type_name="dm_testfolder" /> </list> </Folders> <Documents> <list user_group="admingroup2" folder_path="/administrator/pbkwf1"> <item label_text="documenta" type_name="dm_document"/> <item label_text="test DocA" type_name="dm_testdoc" /> </list> <list user_group="admingroup2" folder_path="/administrator"> <item label_text="documentb" type_name="dm_document" /> <item label_text="test DocB" type_name="dm_testdoc" /> 14

15 Configuring the dctm.config File </list> </Documents> <Search> <list user_group="admingroup2"> <item label_text="searchdocumenta" type_name="dm_document"/> <item label_text="searchfoldera" type_name="dm_folder" /> </list> </Search> </SelectionLists> The Folders tag affects the New Folder page. The Documents tag affects the File Upload, Multi File Upload, and New Document pages. The Search tag affects the Advanced Search page. The user_group attribute is required for each list. The user must be a member of the group for the list to be activated. You can set an optional folder_path attribute for the Folders and Documents tags, which adds an additional check so the list can be set according to user group memberships, but limited to certain folders only. For folder_path, use the full text path of the folder in the following format: /cabinet/folder. If the folder_path attribute is set, you can set multiple lists with the same user_group. If no folder_path attribute is set and multiple user_group attributes exist with the same group name, Connector for SharePoint uses the first user_group attribute. The Search tag only requires the user_group attribute. Connector for SharePoint evaluates the <SelectionLists> filtering before evaluating any other filtering. If you also set <NewDocumentFilter>, <NewFolderFilter>, or <AdvancedSearchTypeFilter>, Connector for SharePoint evaluates these lists after <SelectionLists> and the results affect the configuration of <SelectionLists>. Controlling Actions Available on the Move/Copy/Link Page When you right-click a document and select Add To Clipboard, the Move/Copy/Link page appears and you can select to move, copy, or link the document. Use the MoveCopyLinkPage tag to show or hide each action and set the default action. <MoveCopyLinkPage> <ShowCopy value="true"/> <ShowMove value="true"/> <ShowLink value="true"/> <DefaultSelection value="copy"/> </MoveCopyLinkPage> Configuring the Properties Page In the PropertiesPage tag, you can determine whether to display the permissions on the Properties page and whether to display all the properties as read-only. <PropertiesPage> <ShowPerms value="true"/> <ReadOnlyProperties value="false" /> 15

16 Configuring the dctm.config File </PropertiesPage> Caching Data Connector for SharePoint caches the following data: Authentication information Object type information Menus and actions configuration Browsing data The <Cache> element defines the cache configuration and cache timeout. <Cache> <UseAuthenticationCache value="true" timeout="30"/> <UseTypeCache value="true" timeout="30"/> <UseLookupQueryCache value="true" timeout="30"/> <UseContentCache value="true" timeout="30"/> </Cache> The following table lists the details about the elements you can use for caching data: Tag <UseAuthenticationCache> <UseTypeCache> <UseLookupQueryCache> <UseContentCache> Description Caches the authentication information. If you use ticketed login, Connector for SharePoint caches the ticket and the username from Documentum for the current SharePoint user. Caches the object types and their hierarchy from the repository. Caches DQL query results. Not every DQL query is cached. Caches the browsing data for cabinets, folders, documents, and subscriptions. If you enable <UseContentCache>, some of the configuration changes you make might not take effect until the cache reaches the timeout value. The timeout attribute determines the amount of time before the expiration of the cached data. The timeout value must be in minutes. Setting the timeout value to zero disables the cache. 16

17 Configuring the dctm.config File Clearing Cache Use one of the following methods to manually clear the cached data: Executing the cache clear page by entering /ClearCache.aspx in a web browser Running the Cache_Cleanup_Tool.exe command located in C:\inetpub\wwwroot \<yoursite>\_layouts\documentum. Use the <username> <password> <url> arguments to call the cache clean page. You can schedule a task to run this command on a regular basis using various methods, for example, the Windows Task Scheduler. Running iisreset on SharePoint servers Configuring the Federated Search App Part The Federated Search App Part uses the Federated Search Services (FS2) of Documentum to search information sources inside and outside an organization. Complete the following steps to use the Federated Search App Part with the FS2 configuration in Documentum: 1. Add the following lines to the dfc.properties files of DFS and DFSX: dfc.search.external_sources.host =<FS2 server IP address> dfc.search.external_sources.port =<FS2 communication port> dfc.search.external_sources.enable=true The dfc.properties file is located in %WebAppRoot%\emc-dfs\WEB-INF\classes for DFS and in %WebAppRoot%\dfsx\WEB-INF\classes for DFSX. 2. Update the <ECIS> element in the dctm.config file. <ECIS> <Sources> <source value="general/google" type="external" /> <source value="docbase" type="docbase" /> <source value="backends/sharepoint" type="external" /> </Sources> </ECIS> The source value must match the name of the source in the FS2 configuration. The source type must be external for an external source like Google, and docbase for a Documentum repository. Encrypting Passwords for the Configuration File Use the sdf_encrypt_password.exe utility to encrypt passwords for use by Connector for SharePoint. You can find this utility in C:\inetpub\wwwroot\<yoursite>\_layouts \Documentum. After you run this utility, enter your password to encrypt and copy the entire result 17

18 Configuring the dctm.config File into the dctm.config file. You must include the SDF_ENCR_PASS= portion of the encrypted string, which tells Connector for SharePoint to decrypt the password. 18

19 Chapter 2 Setting Site-based Configuration Files You can configure Connector for SharePoint to use site-based dctm.config files, hence, each SharePoint site can have its own dctm.config file. When you open a SharePoint site, Connector for SharePoint first searches for a site-based dctm.config file. If there is no site-based dctm.config file specified, Connector for SharePoint uses the default dctm.config file, located at: C:\inetpub\wwwroot\<yoursite>\_layouts\Documentum. Adding Site-based Configuration Files from SharePoint You can add and configure the configuration files (DCTMConfig, MossDctmConfig, and D2Config) from SharePoint: 1. Open the Config App Part. 2. Click Add Site. 3. Select the Search Type as SiteTitle or SiteURL. If you select SiteTitle and the Path for example is TestTitle1, then the configuration files are created in the DCTM/Siteconfig/testtitle1/ folder for the new site. If you select SiteURL and the Path for example is then the configuration files are created in the DCTM/Siteconfig/ECD/ folder for the new site. 4. Provide the title in the Path/URL column. 5. Click Save. The default configuration files are added for the new site. 6. Click the relevant Configuration file link in the Config App Part to edit the configuration file. For configuring site specific logs, configuration file DC4SP.LogConfig.xml should be placed at the same location as the location of site specific dctm.config. Use the sdf_config_site_mapping.config file to configure site-based dctm.config files. The sdf_config_site_mapping.config file is available at: The C:\inetpub\wwwroot\<yoursite>\_layouts\Documentum directory after you install Connector for SharePoint The following example shows the default settings in the sdf_config_site_mapping.config file: <configuration> <SiteConfigurations> <site searchtype="sitetitle" path="/mysite" configfile="siteconfigs/mysite/dctm.config"/> <site searchtype="sitetitle" path="/sitea/subsitea/subsiteab" configfile="siteconfigs/subsiteab/dctm.config"/> 19

20 Setting Site-based Configuration Files <site searchtype="sitetitle" path="/sitea/subsitea" configfile="siteconfigs/subsitea/dctm.config"/> <site searchtype="sitetitle" path="/sitea" configfile="siteconfigs/sitea/dctm.config"/> </SiteConfigurations> </configuration> Each <site> tag defines a SharePoint site and the location of the site-based dctm.config file. The following table lists the attributes you can use with the <site> tag: Attribute searchtype Description Specifies the attribute that Connector for SharePoint uses to search for the SharePoint site. You can use one of the following values: path configfile sitetitle Use the title of the site. siteurl Use the URL of the site. Specifies the search path that corresponds to the search type you define. Specifies the location of the site-based dctm.config file. When you open a SharePoint site, Connector for SharePoint searches for an exact match of site title, name, or URL that you define in the sdf_config_site_mapping.config file. If there is no exact match available, Connector for SharePoint searches for a hierarchy that matches the parent site. If you define a site-based dctm.config file for the parent site, all the subsites use the same file. You can also use site-based menu, action, and property overriding configuration files. Connector for SharePoint searches for these configuration files in the same folder where the site-based dctm.config file is saved. Upgrading to Site-based Configurations You can use the site-based configuration feature with an existing deployment of Connector for SharePoint. However, some settings that are affected by the configuration file for the Connector for SharePoint site are cached and therefore, you might not see the behavior of Connector for SharePoint change in your deployment. This behavior primarily impacts saved settings for App Parts in the App Part configuration in SharePoint. For non-ticketed login settings, Connector for SharePoint creates a cache file in the cache directory of the installation folder for each user. You can delete these files to remove the cached data. If you delete the files, you are required to enter the authentication data again. Other settings like the repository selection, when using the ticketed login are cached by SharePoint. If the new configuration offers new options, you will still need to modify the App Part to select those options and then take the advantage of the site-based settings. 20

21 Configuring Data Services Chapter 3 Connector for SharePoint provides data services for you to perform automatic or manual document operations between SharePoint libraries and Documentum. You must activate the following Connector for SharePoint features in a SharePoint site to enable data services: Check In to Documentum Allows you to check in documents manually from a SharePoint library to Documentum. Note: Check In to Documentum checks in the latest version and leaves the older checked-out versions of the document in checked-out state Transfer to Documentum by property update Automatically transfers documents to Documentum from a SharePoint library when users update a property. You can configure data services in the following ways: Configuring the dctm.config file for general settings: Setting the DFS connection parameters Setting document type filters for content transfer Configuring migration using the mossdctmmap.xml file To perform Checkout to SharePoint operation with Overwrite existing document selected, Cancel checkout operation will be applied to the document object which already has been checked out automatically when current file to be checked out has the same file name as the checked out file. Data Services Settings Use the <CheckinToDocumentum> tag to configure the data services setting in the dctm.config file. <CheckinToDocumentum> <NewDocumentFilter> <visible value="dm_document"/> </NewDocumentFilter> <show_move value="true" /> <show_copy value="true" /> <show_link value="true" /> <allowforcollaborationcheckin value="false" /> </CheckinToDocumentum> 21

22 Configuring Data Services The <NewDocumentFilter> tag controls the document types that are available on the Check In to Documentum page when you select Check In to Documentum from a document library. The <show_move>, <show_copy>, and <show_link> tags define whether to show the move, copy, link options on the Check In to Documentum page. The <allowforcollaborationcheckin> tag determines whether a user can check in a document that is not checked out by this user. If the value is true, a user can check in a document that is not checked out by this user as long as the user has the permission. Configuring the Version Settings for New Files for Check in to Documentum The <sameobjectnamecheckin overrideexisting="false" versionnumber="2" versionlabel="new Version" makecurrent="true /> tag can be used to control the version of new files being checked into Documentum. Ensure that the new file exists before checking in the file into Documentum. In case of manual check in, set the overrideexisting attribute to true to display the overrideexisting check box, else set it to false. By default, it is set to false. In case of auto check in, if override existing attribute is set to true it will allow to Version the existing object in Documentum if an object with the same name already exists. Set the versionnumber attribute to 1, 2 or 3. Both auto and manual check in use these three attributes to set the default value: 1 indicates same version, 2 indicates next minor, and 3 indicates next major. Configuring the Version Settings for Checked Out Files for Check in to Documentum You can use the < checkedoutfiles versionnumber="3" versionlabel="check" makecurrent="true"/ > tag to control the versioning of files being checked out and to be checked in back to Documentum. The version value can be configured before performing CheckIn to Documentum. When using the Manual CheckIn option, you can override the default set value in the CheckIn UI page. In the case of Auto CheckIn, you can check in the file by specifying the required the version in the configuration element. Set the versionnumber attribute to 1, 2 or 3. 1 indicates same version, 2 indicates next minor, and 3 indicates next major. Configuring Multi CheckIn to Documentum through D2 To checkin multiple files to Documentum through D2, you must configure the following options in the doctypemap node in the mossdctmmap.xml file: <d2multicheckedoutfiles versionnumber="2" versionlabel="" makecurrent="true" 22

23 Configuring Data Services retainlock="false"/> Limiting Folders and Cabinets for Uploading Documents By default, you can upload documents to all the folders and cabinets in a Documentum repository. You can use the <CabinetQuery> element to define a list of folders and cabinets to which users are allowed to upload documents. <CabinetQuery value="" /> The value must be a DQL query. For example, the following setting specifies that you can upload documents to only cabinets with sdf in the name. <CabinetQuery value="select object_name, r_version_label, r_lock_owner, r_creation_date, r_object_id, r_object_type, i_chronicle_id, a_content_type, r_is_virtual_doc from dm_cabinet where (UPPER(object_name) LIKE '%SDF%') order by object_name" /> Configuring Automatic Data Services The data services use a mapping file to control the configuration and how data is handled when moving from SharePoint to Documentum. The mapping file is available at: C:\inetpub\wwwroot \<yoursite>\_layouts\documentum\dataservices\docmaps\mossdctmmap.xml. The following are the minimal settings in the mossdctmmap.xml file to enable the data services Check In to Documentum page: <repository name="enter DOCBASE NAME HERE"> <doctypemap mosstype="enter MOSS CONTENT TYPE HERE (ex Document)"> <dctmtype>enter DOCUMENTUM DOCUMENT TYPE HERE (ex dm_document)</dctmtype> <variabledelimiter>$$</variabledelimiter> <targetpathexpr canoverride="false" createfolder-if-notexists="true" createfolder-type="dm_folder">enter LOCATION HERE</targetpathexpr> </doctypemap> </repository> If canoverride is set to false, the tree to select a folder is hidden and the path provided is used to check in the document. If canoverride is set to true, the tree is visible and you must choose a location to check in the document. Configuring Automated Move/Copy/Link with Attribute The mossdctmmap.xml file determines what happens when a file is migrated to Documentum through the event pages or property-based automated migration site features. 23

24 Configuring Data Services Use the following tags and attributes to configure the data services behavior of Connector for SharePoint: repository: Sets the repository to use. doctypemap: Maps SharePoint object types to Documentum types. mosstype: Specifies the SharePoint object type. dctmtype: Specifies the Documentum object type. acl: Sets a specific ACL. If there is no <acl> tag specified, the data services use the default ACL. variabledelimiter: Specifies the delimiter used to indicate the use of a variable in the mapping file, for example, the target path. eventaction: Specifies the type of action to execute, such as move, copy, and link. condition: Specifies when to use the property change site feature. mossattribute: Specifies the attribute to check. value: Specifies the condition value. If the values match, then the action is taken. attributemap: Specifies a mapping of attribute data to migrate. attribute: Specifies the attribute data. If the value has variable delimiter at the beginning, then it is a SharePoint attribute. Otherwise, it is a constant value. documentumattribute: Specifies the Documentum attribute to migrate. mossattribute: Specifies the SharePoint attribute to migrate. targetpathexpr: Specifies the path of the target folder. The value can be a constant, a variable, or a mix. The following are the rules for setting the <targetpathexpr> tag: Separate parts using /. Do not start or end an expression with /. Four constant variables sitetitle, sourcefolder, documentsetname, libraryname must have the same delimiter as variabledelimiter at the beginning. Attribute names must have variabledelimiter at the beginning. Non-existing attributes is rejected in the path evaluation. The error message is logged. canoverride allows the manual checkin page to let the user pick the target location and override this setting. Note: For Data Services auto check in operation, the logged in client machine user should have access to share point and the Documentum repositories. 24

25 Configuring Data Services Configuring Automated Move/Copy/Link with Time You can configure the files to automatically move/copy/link from the SharePoint libraries to Documentum using the following procedure based on the created and modified date: 1. Register the SDF scheduler service on the provider host machine. Navigate to C:\Windows\Microsoft.NET\Framework64\v from command prompt and run the following command: InstallUtil.exe C:\inetpub\wwwroot\SDFOnline\bin\SDFScheduler.exe 2. On the provider host machine, configure SDFScheduler.exe.config located at C:\inetpub\wwwroot\SDFOnline\_layouts\Documentum with the following details: Appbase SharePoint URL ScheduledTime CheckinPeriod CheckinDataType 3. Ensure that the service is running on the provider host machine. Configuring Data Services for Localized Context Menus To localize the context menu items, you must update the English strings in mossdctmmap.xml file with the equivalent localized strings. Ensure that you do not replace the system values such as true, false, and so on with the localized string. For example for an Italian locale, replace <doctypemap mosstype="document"> <attribute documentumattribute="title">$$title</attribute> with <doctypemap mosstype="documento"> <attribute documentumattribute="title">$$titolo</attribute> Using the Configuration App Part to Configure Data Services You can also use the Configuration App Part to modify the data services mapping file. Because the Configuration App Part provides access to the Connector for SharePoint configuration file, it is recommended that you deploy this App Part to a page in SharePoint accessible to only the users that are allowed to modify the configuration. Use the security features in SharePoint to limit the page with the App Part to that user group. The following is an example of the Configuration App Part with settings filled in: 25

26 Configuring Data Services The DataServicesConfig_config.xml file, which is located in the C:\inetpub\wwwroot \<yoursite>\_layouts\documentum\dataservicesconfig directory, defines the user interface of the Configuration App Part. You can edit this file to change the labels, help text, and layout. Each UI element contains a <Label> and a <HelpText> tag. The UI element layout in the Configuration App Part is directly related to the elements layout 26

27 Configuring Data Services in the DataServicesConfig_config.xml file. Moving UI elements in the DataServicesConfig_config.xml file causes the same rearrangement of UI elements in the Configuration App Part. Do not change the <Name> tag for each element. The DataServicesConfig_config.xml file supports site-based mapping. The Configuration App Part can find the correct mossdctmmap.xml file based on the site that the App Part is located in. The following table describes each setting options in the Configuration App Part: Setting Select a Documentum Repository Select a SharePoint Type SharePoint Type Name Documentum Type SharePoint Property Condition Documentum ACL Event Action Variable Delimiter Description Provides a list of repositories listed in the mossdctmmap.xml file. Provides a list of mappings that exist for the selected repository. When you select a mapping, Connector for SharePoint automatically fills in the values for the mapping. Specifies the name of the SharePoint document type that is to be mapped. Specifies the Documentum type to map the SharePoint document. Specifies the conditions to trigger a Documentum import via a property update on a SharePoint document. Set the Property Name field with the name of the SharePoint document property to be examined. Set the Value field with the value of the property that initiates the import. For example, if the Property Name value is title, and Value is publish, Connector for SharePoint attempts to import the document from the SharePoint library when the title of a document is set to publish. Specifies the domain and name of an existing Documentum ACL that you want to apply to the document upon importing into Documentum. Specifies the type of import operation to perform during an event-based import. An event-based import is triggered silently by altering a property of a SharePoint document. The options are Move, Copy, and Link. Many of the settings contain dynamic properties whose values are retrieved from the SharePoint document or site. This delimiter value is used to determine if a property is dynamic and must be retrieved directly from SharePoint. The value of the delimiter can be a single character or a unique string. 27

28 Configuring Data Services Setting Documentum Import Folder Description Specifies the path of a Documentum folder to use for the import. It can be a static path or one that is built dynamically based on the SharePoint site and/or document settings. For all paths, the value of this setting must always be cabinet/folder/folder. There must not be leading or trailing slash in this string. Use the following reserved words to build the path dynamically: sitetitle The title of the current site sourcefolder The name of the folder that contains the SharePoint document documentsetname If the document being imported is from a SharePoint document set, this value is replaced by the name of the document set. libraryname The name of the SharePoint document library that contains the document being imported You must prefix the reserved words with the Variable Delimiter, which indicates that the value is to be retrieved from SharePoint. For example, if the Variable Delimiter is $$, you must use the above four reserved words in a path like the following: $$sitetitle, $$sourcefolder, $$documentsetname, or $$libraryname An example path is: $$sitetitle/$$libraryname /$$sourcefolder Create folder if it does not exist Folder Type to create Can Override Override existing Upon import, these values are replaced with the real values from SharePoint. You can also add static cabinet or folder names to the path, for example, MyCabinet/MyDocuments/$$sourcefolder/SharedDocs. Specifies whether to create the Documentum import folder, if it does not exist. Specifies the Documentum folder type to use when a folder is created. During a manual checkin of content from SharePoint, this setting indicates whether the user can manually select the target Documentum folder, or if it is determined by the value of Documentum Import Folder. Selecting this box causes the Documentum folder selection tree to show up on the manual checkin page, which means the user can override the Documentum Import Folder setting. Select this option to display the checkbox to overwrite the existing file. By default, it is set to false. 28

29 Configuring Data Services Setting Version number Description Set the version number to 1, 2 or 3 for Same object name checkin, Checked out Files, or for D2 multi checkedout files. 1: Same version Version label Retain lock Property Mappings 2: Next minor 3: Next major Set the version label. Select this option to keep the file in CheckOut State after you perform D2 Check In to Documentum. Specifies a list of SharePoint to Documentum property mappings that are used during an import operation. This setting allows property values to be imported into Documentum along with the content. The Documentum Property Name field is the name of the Documentum property to set the value to. The SharePoint Property Name field is the name of the SharePoint property to retrieve the value from. Every SharePoint Property Name field must be prefixed with the Variable Delimiter. You can set the number of property map rows in the DataServicesConfig_config.xml file, in the <RowCount> tag of the element named attributemap. You can add a new document mapping to a repository by clicking Add Property Map. 29

30 Configuring Data Services 30

31 Enabling SAML Authentication Prerequisite Chapter 4 Content Server 7.3 Identity Provider (IDP): Connector for SharePoint supports Active Directory Federated Services (ADFS) only Documentum Foundation Services 7.3 Ensure all the machines such as Content Server, Provider host machine, SharePoint Server, Application Server, and Identity Provider are in the same time zone. Configuring ADFS Adding Relying Party Rules 1. Open ADFS Management in the ADFS Server. 2. In the left pane, right-click the Relying Party Trusts folder, and then click Add Relying Party Trust. 3. Click Start. 4. Select the Enter data about the relying party manually option. 5. Specify the display name such as <samlserver>. 6. Select AD FS Profile. 7. Retain the default values to configure the certificate. 8. Select the options, Enable the support for the WS-Federation Passive protocol and Enable support for the SAML 2.0 Web SSO Protocol. 9. Specify the URL. For example: Specify a unique identifier. 11. Click Add. 12. Select the I do not want to configure multi-factor authentication settings for this RP option. 13. Select the Permit all users to access this relying party option. 14. Retain the default values for Ready to Add Trust screen. 15. Select Open the Edit Claim Rules dialog. 16. Click Close. 31

32 Enabling SAML Authentication Adding Claim Rules Add claim rules for the relying party rule that you added in Edit Claim Rules 1. Open ADFS Management in the ADFS Server. 2. In the left pane, right-click the Relying Party Trusts folder. 3. Right-click the Relying party rule and select Edit Claim Rules. 4. Click Add Rule in Issuance Transform Rules. 5. Select the Send LDAP Attributes as Claims option as the template. 6. Specify a Claim rule name. 7. Select Active Directory as the Attribute store and add the following mappings: LDAP Attribute: Outgoing Claim Type Display-Name: Windows account name Display-Name: Name ID 8. Click Finish and OK. Post Relying Party Configuration 1. Open ADFS Management in the ADFS Server. 2. In the left pane, right-click the Relying Party Trusts folder. 3. Right-click the relying party rule added in the Adding Relying Party Rules, page 31 section. 4. Select Properties. 5. Select the Advanced tab and select SHA-1 for Secure hash algorithm. 6. Select Endpoints tab. 7. Click Add SAML. 8. Select the Endpoint Type as SAML Assertion Consumer. 9. Select the Binding as POST. 10. Specify a unique index value. 11. Specify the Trusted URL as where <host> is the App domain name. Note: Specify the App Domain name that is provided during the installation of Connector for SharePoint. 12. Restart ADFS services. 32

33 Enabling SAML Authentication Configuring Content Server 1. Copy the *.cer security certificate to the Content Server. 2. On Content Server open C:\Documentum\wildfly9.0.1\server\DctmServer _MethodServer\deployments\ServerApps.ear\SAMLAuthentication.war\WEB-INF \classes\saml.properties. 3. Specify the location of the security certificate for certpath. 4. Increase the value for responseskew, to increase the timeout value. 5. Restart JMS, which is Documentum Java method service in services.msc. SAML Authentication Logs for Content Server is logged in C:\Documentum\wildfly9.0.1 \server\dctmserver_methodserver\logs. Updating the dctm.config File In the dctm.config file, configure single sign on as the follows: <SingleSignOn> <enabled value="true"></enabled> <mode value="saml"></mode> <ignoreuserloginnamecase value="true"></ignoreuserloginnamecase> </SingleSignOn> The following are the details about the attributes: enabled: To enable SAML set this to true. mode: Set this to SAML. In the dctm.config file, configure the SAML properties as the follows: <SAMLProperties> <IDPurl value=" /> <ACSurl value=" <Issuer value= Issuer ID as mentioned in ADFS" /> <cert_path value= <Path>\tokensign.cer " /> </SAMLProperties> The following are the details about the attributes: IDPurl: Specify the URL provided in the Adding Relying Party Rules, page 31 for IDPurl. Issuer: Specify the unique identifies provided in Adding Relying Party Rules, page 31 for Issuer. cert_path: Copy the certificate from the ADFS server to the provider host server. Provide this certificate path for cert_path. 33

EMC Documentum Connector for Microsoft SharePoint Add-in

EMC Documentum Connector for Microsoft SharePoint Add-in EMC Documentum Connector for Microsoft SharePoint Add-in Version 7.2 Configuration Guide EMC Corporation Corporate Headquarters Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Legal Notice Copyright

More information

EMC Documentum Connector for Microsoft SharePoint

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

More information

EMC Documentum Connector for Microsoft SharePoint Farm Solution

EMC Documentum Connector for Microsoft SharePoint Farm Solution EMC Documentum Connector for Microsoft SharePoint Farm Solution Version 7.2 Content Management Guide EMC Corporation Corporate Headquarters Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Legal Notice

More information

EMC Documentum My Documentum Desktop (Windows)

EMC Documentum My Documentum Desktop (Windows) EMC Documentum My Documentum Desktop (Windows) Version 7.2 User Guide EMC Corporation Corporate Headquarters: Hopkinton, MA 017489103 15084351000 www.emc.com Legal Notice Copyright 2003 2015 EMC Corporation.

More information

EMC Documentum Connector for Microsoft SharePoint Farm Solution

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

More information

EMC Documentum Connector for Microsoft SharePoint Add-in

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

More information

EMC Documentum Forms Builder

EMC Documentum Forms Builder EMC Documentum Forms Builder Version 6 User Guide P/N 300-005-243 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 1994-2007 EMC Corporation. All rights

More information

EMC Documentum TaskSpace

EMC Documentum TaskSpace EMC Documentum TaskSpace Version 6.7 User Guide EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com EMC believes the information in this publication is accurate

More information

EMC Documentum Composer

EMC Documentum Composer EMC Documentum Composer Version 7.2 Building a Documentum Application Tutorial EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Legal Notice Copyright 1999-2015

More information

EMC Documentum D2. Administration Guide. User Guide. Version 4.2

EMC Documentum D2. Administration Guide. User Guide. Version 4.2 EMC Documentum D2 EMC Documentum D2 Administration Guide Version 4.2 User Guide EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Legal Notice Copyright 2005 2017

More information

EMC SourceOne for Microsoft SharePoint Version 6.7

EMC SourceOne for Microsoft SharePoint Version 6.7 EMC SourceOne for Microsoft SharePoint Version 6.7 Administration Guide P/N 300-012-746 REV A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2011

More information

EMC Documentum Web Services for Records Manager and Retention Policy Services

EMC Documentum Web Services for Records Manager and Retention Policy Services EMC Documentum Web Services for Records Manager and Retention Policy Services Version 6.5 SP3 Deployment Guide EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com

More information

Nimsoft Service Desk. Single Sign-On Configuration Guide. [assign the version number for your book]

Nimsoft Service Desk. Single Sign-On Configuration Guide. [assign the version number for your book] Nimsoft Service Desk Single Sign-On Configuration Guide [assign the version number for your book] Legal Notices Copyright 2012, CA. All rights reserved. Warranty The material contained in this document

More information

EMC InfoArchive Documentum Connector

EMC InfoArchive Documentum Connector EMC InfoArchive Documentum Connector Version 3.0 User Guide EMC Corporation Corporate Headquarters Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Legal Notice Copyright 2014 EMC Corporation. All Rights

More information

EMC Documentum D2. User Guide. Version 4.5. EMC Corporation Corporate Headquarters: Hopkinton, MA

EMC Documentum D2. User Guide. Version 4.5. EMC Corporation Corporate Headquarters: Hopkinton, MA EMC Documentum D2 Version 4.5 User Guide EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Legal Notice Copyright 2005 2016 EMC Corporation. All Rights Reserved.

More information

Colligo Console. Administrator Guide

Colligo Console. Administrator Guide Colligo Console Administrator Guide Contents About this guide... 6 Audience... 6 Requirements... 6 Colligo Technical Support... 6 Introduction... 7 Colligo Console Overview... 8 Colligo Console Home Page...

More information

EMC Documentum Composer

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

More information

EMC Documentum Composer

EMC Documentum Composer EMC Documentum Composer Version 6 SP1 User Guide P/N 300 005 253 A01 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 SharePoint

EMC Documentum Content Services for SharePoint EMC Documentum Content Services for SharePoint Version 5.3 SP5 Installation and Administration Guide P/N 300-005-756-A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000

More information

EMC Documentum Process Engine

EMC Documentum Process Engine EMC Documentum Process Engine Version 6.5 Installation Guide P/N 300 007 522 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com Copyright 2004 2008 EMC Corporation.

More information

EMC Documentum Composer

EMC Documentum Composer EMC Documentum Composer Version 6.5 SP2 User Guide P/N 300-009-462 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2008 2009 EMC Corporation. All

More information

Cloud Access Manager Configuration Guide

Cloud Access Manager Configuration Guide Cloud Access Manager 8.1.3 Configuration Guide Copyright 2017 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide

More information

EMC Documentum PDF Annotation Services

EMC Documentum PDF Annotation Services EMC Documentum PDF Annotation Services Version 6 Deployment Guide 300 005 267 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com Copyright 1994 2007 EMC Corporation.

More information

EMC Documentum Quality and Manufacturing

EMC Documentum Quality and Manufacturing EMC Documentum Quality and Manufacturing Version 4.1 Installation Guide EMC Corporation Corporate Headquarters Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Legal Notice Copyright 2012-2016 EMC Corporation.

More information

Qualys SAML & Microsoft Active Directory Federation Services Integration

Qualys SAML & Microsoft Active Directory Federation Services Integration Qualys SAML & Microsoft Active Directory Federation Services Integration Microsoft Active Directory Federation Services (ADFS) is currently supported for authentication. The Qualys ADFS integration must

More information

EMC Documentum Archive Services for SharePoint

EMC Documentum Archive Services for SharePoint EMC Documentum Archive Services for SharePoint Version 5.3 SP5 User Guide P/N 300-005-749-A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright

More information

EMC Documentum System

EMC Documentum System EMC Documentum System Version 7.2 Deployment Quick Start Guide EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Legal Notice Copyright 2012-2015 EMC Corporation.

More information

EMC Documentum TaskSpace

EMC Documentum TaskSpace EMC Documentum TaskSpace Version 6 Sample Application Tutorial P/N 300-005-359 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2007 EMC Corporation.

More information

EMC Documentum Quality and Manufacturing

EMC Documentum Quality and Manufacturing EMC Documentum Quality and Manufacturing Version 3.1 User Guide EMC Corporation Corporate Headquarters Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Legal Notice Copyright 2012-2016 EMC Corporation.

More information

Colligo Manager for Outlook User Guide. User Guide

Colligo  Manager for Outlook User Guide. User Guide Colligo Email Manager for Outlook User Guide User Guide Contents About This Guide... 5 Audience... 5 Requirements... 5 Terminology... 5 Colligo Technical Support... 5 Installation... 6 EXE Installation...

More information

ECM Extensions xcp 2.2 xcelerator Abstract

ECM Extensions xcp 2.2 xcelerator Abstract ECM Extensions xcp 2.2 xcelerator Abstract These release notes outline how to install and use the ECM Extensions xcelerator. October 2015 Version 1.0 Copyright 2015 EMC Corporation. All Rights Reserved.

More information

EMC ApplicationXtender Web Access.NET eroom Integration 6.0

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

More information

Configuring Alfresco Cloud with ADFS 3.0

Configuring Alfresco Cloud with ADFS 3.0 Configuring Alfresco Cloud with ADFS 3.0 Prerequisites: You have a working domain on your Windows Server 2012 and successfully installed ADFS. For these instructions, I created: alfresco.me as a domain

More information

DOCUMENTUM D2. User Guide

DOCUMENTUM D2. User Guide DOCUMENTUM D2 User Guide Contents 1. Groups... 6 2. Introduction to D2... 7 Access D2... 7 Recommended browsers... 7 Login... 7 First-time login... 7 Installing the Content Transfer Extension... 8 Logout...

More information

EMC InfoArchive Documentum Connector

EMC InfoArchive Documentum Connector EMC InfoArchive Documentum Connector Version 3.2 User Guide EMC Corporation Corporate Headquarters Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Legal Notice Copyright 2015 EMC Corporation. All Rights

More information

Setting Up the Server

Setting Up the Server Managing Licenses, page 1 Cross-launch from Prime Collaboration Provisioning, page 5 Integrating Prime Collaboration Servers, page 6 Single Sign-On for Prime Collaboration, page 7 Changing the SSL Port,

More information

EMC Documentum Process Builder

EMC Documentum Process Builder EMC Documentum Process Builder Version 6 Installation Guide P/N 300 005 224 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2004-2007 EMC Corporation.

More information

Configuration Guide - Single-Sign On for OneDesk

Configuration Guide - Single-Sign On for OneDesk Configuration Guide - Single-Sign On for OneDesk Introduction Single Sign On (SSO) is a user authentication process that allows a user to access different services and applications across IT systems and

More information

Configuring SAML-based Single Sign-on for Informatica Web Applications

Configuring SAML-based Single Sign-on for Informatica Web Applications Configuring SAML-based Single Sign-on for Informatica Web Applications Copyright Informatica LLC 2017. Informatica LLC. Informatica, the Informatica logo, Informatica Big Data Management, and Informatica

More information

CONTENT TRANSFORMATION SERVICES WITH BRANCH OFFICE CACHING SERVICES SETUP

CONTENT TRANSFORMATION SERVICES WITH BRANCH OFFICE CACHING SERVICES SETUP CONTENT TRANSFORMATION SERVICES WITH BRANCH OFFICE CACHING SERVICES SETUP ABSTRACT This white paper explains how to install and configure CTS with 7.3 BOCS content server setup.this paper is organized

More information

EMC Documentum D2 Advanced Publishing Services. Installation Guide For D2 3.1 SP1

EMC Documentum D2 Advanced Publishing Services. Installation Guide For D2 3.1 SP1 EMC Documentum D2 Advanced Publishing Services Installation Guide For D2 3.1 SP1 Legal Notice Copyright 2005-2014 EMC Corporation. All rights reserved. EMC believes the information in this publication

More information

Microsoft ADFS Configuration

Microsoft ADFS Configuration Microsoft ADFS Configuration Side 1 af 12 1 Information 1.1 ADFS KMD Secure ISMS supports ADFS for integration with Microsoft Active Directory by implementing WS-Federation and SAML 2. The integration

More information

Release Notes Release (December 4, 2017)... 4 Release (November 27, 2017)... 5 Release

Release Notes Release (December 4, 2017)... 4 Release (November 27, 2017)... 5 Release Release Notes Release 2.1.4. 201712031143 (December 4, 2017)... 4 Release 2.1.4. 201711260843 (November 27, 2017)... 5 Release 2.1.4. 201711190811 (November 20, 2017)... 6 Release 2.1.4. 201711121228 (November

More information

Five9 Plus Adapter for Agent Desktop Toolkit

Five9 Plus Adapter for Agent Desktop Toolkit Cloud Contact Center Software Five9 Plus Adapter for Agent Desktop Toolkit Administrator s Guide September 2017 The Five9 Plus Adapter for Agent Desktop Toolkit integrates the Five9 Cloud Contact Center

More information

Coveo Platform 6.5. Microsoft SharePoint Connector Guide

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

More information

Cloud Secure Integration with ADFS. Deployment Guide

Cloud Secure Integration with ADFS. Deployment Guide Cloud Secure Integration with ADFS Deployment Guide Product Release 8.3R3 Document Revisions 1.0 Published Date October 2017 Pulse Secure, LLC 2700 Zanker Road, Suite 200 San Jose CA 95134 http://www.pulsesecure.net

More information

Policy Manager for IBM WebSphere DataPower 7.2: Configuration Guide

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

More information

EMC SourceOne for Microsoft SharePoint Version 6.7

EMC SourceOne for Microsoft SharePoint Version 6.7 EMC SourceOne for Microsoft SharePoint Version 6.7 Installation Guide 300-012-747 REV A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2011 EMC

More information

EMC InfoArchive SharePoint Connector

EMC InfoArchive SharePoint Connector EMC InfoArchive SharePoint Connector Version 3.2 User Guide EMC Corporation Corporate Headquarters Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Legal Notice Copyright 2015 EMC Corporation. All Rights

More information

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

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

More information

EMC Documentum Content Transformation Services Transformation Suite

EMC Documentum Content Transformation Services Transformation Suite EMC Documentum Content Transformation Services Transformation Suite Version 7.3 Installation Guide EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Legal Notice

More information

EMC White Paper Documentum Client for Outlook (DCO)

EMC White Paper Documentum Client for Outlook (DCO) EMC White Paper Documentum Client for Outlook (DCO) Troubleshooting Guide Copyright 2005 EMC Corporation. All rights reserved. EMC believes the information in this publication is accurate as of its publication

More information

EMC Ionix Network Configuration Manager Version 4.1.1

EMC Ionix Network Configuration Manager Version 4.1.1 EMC Ionix Network Configuration Manager Version 4.1.1 RSA Token Service Installation Guide 300-013-088 REVA01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com

More information

EMC Documentum Site Caching Services

EMC Documentum Site Caching Services EMC Documentum Site Caching Services Version 6.5 User Guide P/N 300-007-187 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 1994-2008 EMC Corporation.

More information

EMC Documentum CenterStage

EMC Documentum CenterStage EMC Documentum CenterStage Version 1.1 Administration Guide EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com EMC believes the information in this publication

More information

ZENworks 2017 Audit Management Reference. December 2016

ZENworks 2017 Audit Management Reference. December 2016 ZENworks 2017 Audit Management Reference December 2016 Legal Notice For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S. Government rights,

More information

EMC Documentum xcelerated Composition Platform Developer Edition Installation Guide

EMC Documentum xcelerated Composition Platform Developer Edition Installation Guide EMC Documentum xcelerated Composition Platform Developer Edition Installation Guide Version 6.5 SP2 Installation Guide P/N 300-009-602 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103

More information

EMC Documentum Quality and Manufacturing

EMC Documentum Quality and Manufacturing EMC Documentum Quality and Manufacturing Version 4.0 User Guide EMC Corporation Corporate Headquarters Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Legal Notice Copyright 2012-2016 EMC Corporation.

More information

myinsight for Documentum User Guide Documentum Administrator, Webtop, Taskspace

myinsight for Documentum User Guide Documentum Administrator, Webtop, Taskspace myinsight for Documentum User Guide Documentum Administrator, Webtop, Taskspace Contents 1. Version History... 4 2. Product Description... 5 3. Introduction...7 3.1. 3.2. 3.3. 3.4. 3.5. Roles...7 Reports...

More information

EMC SourceOne for Microsoft SharePoint Version 7.1

EMC SourceOne for Microsoft SharePoint Version 7.1 EMC SourceOne for Microsoft SharePoint Version 7.1 Installation Guide 302-000-151 REV 01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2009-2013

More information

ImageNow Interact for Microsoft SharePoint Installation, Setup, and User Guide

ImageNow Interact for Microsoft SharePoint Installation, Setup, and User Guide ImageNow Interact for Microsoft SharePoint Installation, Setup, and User Guide Version: 6.6.x Written by: Product Documentation, R&D Date: ImageNow and CaptureNow are registered trademarks of Perceptive

More information

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

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

More information

EMC Documentum External Viewing Services for SAP

EMC Documentum External Viewing Services for SAP EMC Documentum External Viewing Services for SAP Version 6.0 Administration Guide P/N 300 005 459 Rev A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com Copyright

More information

User s Quick Reference. EMC ApplicationXtender Web Access 5.40 P/N REV A01

User s Quick Reference. EMC ApplicationXtender Web Access 5.40 P/N REV A01 EMC ApplicationXtender Web Access 5.40 User s Quick Reference P/N 300-005-669 REV A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 1994 2007 EMC

More information

CMS 504: D2 for Space Contributors and Coordinators Updated: January 29, 2018

CMS 504: D2 for Space Contributors and Coordinators Updated: January 29, 2018 CMS 504: D2 for Space Contributors and s Agenda Part One What is Documentum D2? Groups: Support,, Contributor, Consumer D2 Overview: Login/Logout Main Menu User settings Workspaces Widgets Spaces Folders

More information

EMC Documentum Import Manager

EMC Documentum Import Manager EMC Documentum Import Manager Version 6 Installation and Con guration Guide 300 005 288 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2007 EMC Corporation.

More information

VIEVU Solution AD Sync and ADFS Guide

VIEVU Solution AD Sync and ADFS Guide VIEVU Solution AD Sync and ADFS Guide Introduction This guide describes how to operate the VIEVU Solution AD Sync utility and configure Active Directory Federation Services (ADFS). Additional support material

More information

A. It is a JMX-based monitoring tool that is accessible using Documentum Administrator.

A. It is a JMX-based monitoring tool that is accessible using Documentum Administrator. Volume: 169 Questions Question No: 1 What is a resource agent? A. It is a JMX-based monitoring tool that is accessible using Documentum Administrator. B. It is a feature of Application Builder, used to

More information

D71 THUMBNAIL SERVER SETUP ON DISTRIBUTED CONTENT SERVER ENVIRONMENT

D71 THUMBNAIL SERVER SETUP ON DISTRIBUTED CONTENT SERVER ENVIRONMENT D71 THUMBNAIL SERVER SETUP ON DISTRIBUTED CONTENT SERVER ENVIRONMENT ABSTRACT This white paper explains about how to install and setup the D71 thumbnail server on a distributed content server environment.

More information

ADFS integration with Ibistic Commerce Platform A walkthrough of the feature and basic configuration

ADFS integration with Ibistic Commerce Platform A walkthrough of the feature and basic configuration IBISTIC TECHNOLOGIES ADFS integration with Ibistic Commerce Platform A walkthrough of the feature and basic configuration Magnus Akselvoll 19/02/2014 Change log 26/06/2012 Initial document 19/02/2014 Added

More information

TYPE ADOPTION IN xcp APPLICATIONS

TYPE ADOPTION IN xcp APPLICATIONS White Paper TYPE ADOPTION IN xcp APPLICATIONS Adopting types from repository to xcp applications Abstract This white paper explains adopting types from repository, editing and using them in xcp applications.

More information

Five9 Plus Adapter for NetSuite

Five9 Plus Adapter for NetSuite Cloud Contact Center Software Five9 Plus Adapter for NetSuite Administrator s Guide April 2018 This guide describes how to install and configure the Five9 Plus Adapter for NetSuite, which enhances the

More information

Tzunami Deployer Documentum Exporter Guide

Tzunami Deployer Documentum Exporter Guide Tzunami Deployer Documentum Exporter Guide Supports migration of EMC Documentum content repositories into Microsoft SharePoint using Tzunami Deployer Version 3.2 Table of Contents PREFACE... II INTENDED

More information

Records Manager Installation Guide

Records Manager Installation Guide Records Manager Installation Guide Version 5.3 SP4 December 2006 Copyright 1994-2006 EMC Corporation Table of Contents Preface... 7 Chapter 1 About your download folder... 9 Chapter 2 Overview of the RM

More information

Quick Connection Guide

Quick Connection Guide ServiceNow Connector Version 1.0 Quick Connection Guide 2015 Ping Identity Corporation. All rights reserved. PingFederate ServiceNow Connector Quick Connection Guide Version 1.0 August, 2015 Ping Identity

More information

Novell Access Manager

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

More information

esignlive SAML Administrator's Guide Product Release: 6.5 Date: July 05, 2018 esignlive 8200 Decarie Blvd, Suite 300 Montreal, Quebec H4P 2P5

esignlive SAML Administrator's Guide Product Release: 6.5 Date: July 05, 2018 esignlive 8200 Decarie Blvd, Suite 300 Montreal, Quebec H4P 2P5 esignlive SAML Administrator's Guide Product Release: 6.5 Date: July 05, 2018 esignlive 8200 Decarie Blvd, Suite 300 Montreal, Quebec H4P 2P5 Phone: 1-855-MYESIGN Fax: (514) 337-5258 Web: www.esignlive.com

More information

Integration Guide. SafeNet Authentication Manager. Using SAM as an Identity Provider for PingFederate

Integration Guide. SafeNet Authentication Manager. Using SAM as an Identity Provider for PingFederate SafeNet Authentication Manager Integration Guide Technical Manual Template Release 1.0, PN: 000-000000-000, Rev. A, March 2013, Copyright 2013 SafeNet, Inc. All rights reserved. 1 Document Information

More information

Single Sign-On for PCF. User's Guide

Single Sign-On for PCF. User's Guide Single Sign-On for PCF Version 1.2 User's Guide 2018 Pivotal Software, Inc. Table of Contents Table of Contents Single Sign-On Overview Installation Getting Started with Single Sign-On Manage Service Plans

More information

EMC ApplicationXtender SPI (for SharePoint Integration)

EMC ApplicationXtender SPI (for SharePoint Integration) EMC ApplicationXtender SPI (for SharePoint Integration) 6.0 Deployment Guide P/N 300-009-364 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2009

More information

Integration Guide. PingFederate SAML Integration Guide (SP-Initiated Workflow)

Integration Guide. PingFederate SAML Integration Guide (SP-Initiated Workflow) Integration Guide PingFederate SAML Integration Guide (SP-Initiated Workflow) Copyright Information 2018. SecureAuth is a registered trademark of SecureAuth Corporation. SecureAuth s IdP software, appliances,

More information

Contents Introduction... 5 Configuring Single Sign-On... 7 Configuring Identity Federation Using SAML 2.0 Authentication... 29

Contents Introduction... 5 Configuring Single Sign-On... 7 Configuring Identity Federation Using SAML 2.0 Authentication... 29 Oracle Access Manager Configuration Guide 16 R1 March 2016 Contents Introduction... 5 Configuring Single Sign-On... 7 Prerequisites for Configuring Single Sign-On... 8 Installing Oracle HTTP Server...

More information

User Guide. Version R94. English

User Guide. Version R94. English AuthAnvil User Guide Version R94 English March 8, 2017 Copyright Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept EULATOS as updated

More information

ZENworks Reporting System Reference. January 2017

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

More information

Coveo Platform 7.0. Microsoft SharePoint Legacy Connector Guide

Coveo Platform 7.0. Microsoft SharePoint Legacy Connector Guide Coveo Platform 7.0 Microsoft SharePoint Legacy 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

Kernel Migrator. for SharePoint. Configuration Guide

Kernel Migrator. for SharePoint. Configuration Guide Kernel Migrator for SharePoint Table of Contents 1. System Requirements... 4 1.1 Minimum System Requirements... 4 1.2 Required Operating Systems... 4 1.3 Supported Virtual Environment... 4 1.4 Supported

More information

Oracle Access Manager Configuration Guide

Oracle Access Manager Configuration Guide Oracle Access Manager Configuration Guide 16 R2 September 2016 Contents Introduction... 5 Configuring Single Sign-On... 7 Prerequisites for Configuring Single Sign-On... 7 Installing Oracle HTTP Server...

More information

TIBCO Spotfire Automation Services

TIBCO Spotfire Automation Services TIBCO Spotfire Automation Services Software Release 7.9 May 2017 Two-Second Advantage 2 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED

More information

EMC ApplicationXtender Web Access

EMC ApplicationXtender Web Access EMC ApplicationXtender Web Access Version 8.1 User Guide EMC Corporation Corporate Headquarters Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Legal Notice Copyright 1994 2016 EMC Corporation. All

More information

Integration Guide. SafeNet Authentication Manager. Using SAM as an Identity Provider for Okta

Integration Guide. SafeNet Authentication Manager. Using SAM as an Identity Provider for Okta SafeNet Authentication Manager Integration Guide Technical Manual Template Release 1.0, PN: 000-000000-000, Rev. A, March 2013, Copyright 2013 SafeNet, Inc. All rights reserved. 1 Document Information

More information

AvePoint Permissions Manager

AvePoint Permissions Manager User Guide Issued July 2017 1 Table of Contents What s New in this Guide...4 About...5 Supported Browsers...7 Submit Documentation Feedback to AvePoint...8 Integrate with AvePoint Online Services...9 AvePoint

More information

TIBCO Spotfire Automation Services 7.5. User s Manual

TIBCO Spotfire Automation Services 7.5. User s Manual TIBCO Spotfire Automation Services 7.5 User s Manual Revision date: 15 January 2016 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO

More information

CONFIGURING AD FS AS A THIRD-PARTY IDP IN VMWARE IDENTITY MANAGER: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE

CONFIGURING AD FS AS A THIRD-PARTY IDP IN VMWARE IDENTITY MANAGER: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE GUIDE MARCH 2019 PRINTED 28 MARCH 2019 CONFIGURING AD FS AS A THIRD-PARTY IDP IN VMWARE IDENTITY MANAGER: VMWARE WORKSPACE ONE VMware Workspace ONE Table of Contents Overview Introduction Audience AD FS

More information

Clearspan Hosted Thin Call Center R Release Notes JANUARY 2019 RELEASE NOTES

Clearspan Hosted Thin Call Center R Release Notes JANUARY 2019 RELEASE NOTES Clearspan Hosted Thin Call Center R22.0.39 Release Notes JANUARY 2019 RELEASE NOTES NOTICE The information contained in this document is believed to be accurate in all respects but is not warranted by

More information

EMC Documentum Process Integrator

EMC Documentum Process Integrator EMC Documentum Process Integrator Version 6.5 Development Guide P/N 300-007-254-A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2004-2008 EMC Corporation.

More information

Roxen Content Provider

Roxen Content Provider Roxen Content Provider Generation 3 Templates Purpose This workbook is designed to provide a training and reference tool for placing University of Alaska information on the World Wide Web (WWW) using the

More information

owncloud Android App Manual

owncloud Android App Manual owncloud Android App Manual Release 2.0.0 The owncloud developers December 14, 2017 CONTENTS 1 Using the owncloud Android App 1 1.1 Getting the owncloud Android App...................................

More information

TROUBLESHOOTING DOCUMENTUM ACS READ URL GENERATION FAILURES

TROUBLESHOOTING DOCUMENTUM ACS READ URL GENERATION FAILURES TROUBLESHOOTING DOCUMENTUM ACS READ URL GENERATION FAILURES ABSTRACT This whitepaper provides the necessary steps needed for troubleshooting the ACS read URL generation failures. This whitepaper will be

More information

Quick Connection Guide

Quick Connection Guide WebEx Connector Version 1.0.1 Quick Connection Guide 2014 Ping Identity Corporation. All rights reserved. PingFederate WebEx Connector Quick Connection Guide Version 1.0.1 March, 2014 Ping Identity Corporation

More information

Enabling SAML Authentication in an Informatica 10.2.x Domain

Enabling SAML Authentication in an Informatica 10.2.x Domain Enabling SAML Authentication in an Informatica 10.2.x Domain Copyright Informatica LLC 2017, 2018. Informatica, the Informatica logo, Informatica Big Data Management, and Informatica PowerCenter are trademarks

More information