{"id":10619,"date":"2017-11-10T19:30:14","date_gmt":"2017-11-10T18:30:14","guid":{"rendered":"https:\/\/www.dbi-services.com\/blog\/documentum-unable-to-configure-ids-7-3-for-a-docbase\/"},"modified":"2017-11-10T19:30:14","modified_gmt":"2017-11-10T18:30:14","slug":"documentum-unable-to-configure-ids-7-3-for-a-docbase","status":"publish","type":"post","link":"https:\/\/www.dbi-services.com\/blog\/documentum-unable-to-configure-ids-7-3-for-a-docbase\/","title":{"rendered":"Documentum &#8211; Unable to configure IDS 7.3 for a docbase"},"content":{"rendered":"<p>In this blog, I will talk about an issue with the IDS 7.3 which is installed on a Content Server 7.3. The IDS is the Interactive Delivery Services. It is a product provided by OpenText that needs to be installed on a Content Server (for the &#8220;Source&#8221; part) and on a Target Server (for the &#8220;Target&#8221; part). The IDS can be used to publish content from a Documentum repository to a target machine for use in another application or something like that.<\/p>\n<p>&nbsp;<\/p>\n<p>When installing\/configuring an IDS, there are several things to do:<\/p>\n<ol>\n<li>Install the Source + patch if needed<\/li>\n<li>Configure a docbase on the Source (basically install DARs)<\/li>\n<li>Install the Target + patch if needed<\/li>\n<li>Configure a docbase on the Target (basically setup of an agent which will use a DB + file system for the exported documents)<\/li>\n<\/ol>\n<p>&nbsp;<\/p>\n<p>In this blog, I will only talk about an issue which will occur if you try to execute the step 2 with an IDS 7.3 on a Content Server 7.3. Once the IDS is installed and patched (if needed), you can configure a docbase using the config.bin file:<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1\">[dmadmin@content_server_01 ~]$ cd $DM_HOME\/webcache\/install\/\n[dmadmin@content_server_01 install]$ \n[dmadmin@content_server_01 install]$ .\/config.bin<\/pre>\n<p>&nbsp;<\/p>\n<p>On the IDS Source Configurator, you just have to select the docbase you want to configure and it will start the configuration of the docbase. As mentioned above, the main thing it is doing is to install the DARs that are placed under &#8220;$DM_HOME\/webcache\/install\/SCSDar\/&#8221;. For that purpose, it will use the Headless Composer. When you do that, an error message will be printed saying the following:<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1\">DiWAWebcsConfigureDocbase failed! - Could not deploy $DM_HOME\/webcache\/install\/SCSDar\/SCSDocApp.dar.\n Please check dar installation log file $DM_HOME\/webcache\/install\/SCSDar\/DocBase1_SCSDocApp_dar.log for the installation exceptions.\nErrors occured while invoking Headless Composer.; Runtime execution failed with child process \"$DOCUMENTUM_SHARED\/java\/1.7.0_72\/jre\/bin\/java\" exit code of 13; For more detailed information, see the error log: $DM_HOME\/webcache\/install\/setupError.log<\/pre>\n<p>&nbsp;<\/p>\n<p>So what&#8217;s the issue? To understand how twisted\/evil the IDS is, let&#8217;s first talk about the CS 7.3. When you install a Content Server 7.3, it will install the binaries, the JMS, the Headless Composer and a single Java which is: $DOCUMENTUM_SHARED\/java64\/JAVA_LINK. Well this is actually a symbolic link to the real Java version installed by a basic CS 7.3: $DOCUMENTUM_SHARED\/java64\/1.8.0_77. So for a Content Server 7.3, it&#8217;s simple, everything is using\u00a0Java 8u77.<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1\">[dmadmin@content_server_01 install]$ echo $JAVA_HOME\n$DOCUMENTUM_SHARED\/java64\/JAVA_LINK\n[dmadmin@content_server_01 install]$\n[dmadmin@content_server_01 install]$ ls -l $JAVA_HOME\nlrwxrwxrwx. 1 dmadmin dmadmin 39 Oct  5 08:07 $DOCUMENTUM_SHARED\/java64\/JAVA_LINK -&gt; $DOCUMENTUM_SHARED\/java64\/1.8.0_77\n[dmadmin@content_server_01 install]$\n[dmadmin@content_server_01 install]$ $JAVA_HOME\/bin\/java -version\njava version \"1.8.0_77\"\nJava(TM) SE Runtime Environment (build 1.8.0_77-b03)\nJava HotSpot(TM) 64-Bit Server VM (build 25.77-b03, mixed mode)\n[dmadmin@content_server_01 install]$<\/pre>\n<p>&nbsp;<\/p>\n<p>Now why am I saying that the IDS is twisted? Well as you can see in the error message above, the path to the Java mentioned is &#8220;$DOCUMENTUM_SHARED\/java\/1.7.0_72&#8221;. Where is this coming from? One might think at first look that this is the java from a CS 7.2&#8230; And indeed it is the same version since a CS 7.2 was using Java 7u72 but it&#8217;s not even the same path&#8230; A CS 7.2 was using &#8220;$DOCUMENTUM_SHARED\/java64\/1.7.0_72&#8221; (notice the &#8220;java64&#8221; for 64 bits OS).<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1\">[dmadmin@content_server_01 install]$ $DOCUMENTUM_SHARED\/java\/1.7.0_72\/bin\/java -version\njava version \"1.7.0_72\"\nJava(TM) SE Runtime Environment (build 1.7.0_72-b14)\nJava HotSpot(TM) 64-Bit Server VM (build 24.72-b04, mixed mode)<\/pre>\n<p>&nbsp;<\/p>\n<p>But it&#8217;s not all! If you take a look at the start script of the IDS 7.3 (below $IDS_HOME = $DOCUMENTUM_SHARED\/wildfly9.0.1) you will see another Java!<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1\">[dmadmin@content_server_01 install]$ grep JAVA_HOME $IDS_HOME\/server\/startWEBCACHE.sh\nJAVA_HOME=\"$DM_HOME\/webcache\/jre\/linux\"\nexport JAVA_HOME\n[dmadmin@content_server_01 install]$\n[dmadmin@content_server_01 install]$\n[dmadmin@content_server_01 install]$ $DM_HOME\/webcache\/jre\/linux\/bin\/java -version\njava version \"1.8.0_91\"\nJava(TM) SE Runtime Environment (build 1.8.0_91-b14)\nJava HotSpot(TM) 64-Bit Server VM (build 25.91-b14, mixed mode)\n[dmadmin@content_server_01 install]$<\/pre>\n<p>&nbsp;<\/p>\n<p>So when you install an IDS 7.3 on a CS 7.3 (that is already using Java 8u77), it will run using a Java 8u91 and it will also install a Java 7u72&#8230; Why would you make it easy when you can make it complicated! Since the IDS will only run using the Java 8u91, what&#8217;s the purpose of the Java 7u72 then? Well the only purpose I could find is precisely linked to this issue: to install DARs.<\/p>\n<p>&nbsp;<\/p>\n<p>By default the Headless Composer &#8211; since installed with the CS 7.3 &#8211; will use the Java 8u77 ($DOCUMENTUM_SHARED\/java64\/JAVA_LINK) but the IDS isn&#8217;t able to install the DARs with Java 8. I don&#8217;t know where the Java version to be used by the IDS during the installation\u00a0is defined but it might very well be hardcoded because the Installer is using the file \/tmp\/dctm_dmadmin\/install_xxxxx\/istempxxxxxyyyyyyyy\/bundledLinux.jvm to know which Java to use and it&#8217;s always the Java 7u72 (the bundled one). You can try to update the file &#8220;$DM_HOME\/webcache\/install\/install_info.ini&#8221; with a different &#8220;BUNDLED_JAVA_HOME&#8221; but it won&#8217;t change anything.<\/p>\n<p>&nbsp;<\/p>\n<p>So then how can you control which Java should be used by the Headless Composer? That&#8217;s done in the java.ini file!<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1\">[dmadmin@content_server_01 install]$ grep -E \"^java_library_path|^java_classpath\" $DM_HOME\/install\/composer\/ComposerHeadless\/plugins\/com.emc.ide.external.dfc_1.0.0\/dmbasic\/linux\/java.ini\njava_library_path = $DOCUMENTUM_SHARED\/java64\/JAVA_LINK\/jre\/lib\/amd64\/libjava.so\njava_classpath = $DM_HOME\/dctm-server.jar:$DOCUMENTUM_SHARED\/dctm.jar:$DOCUMENTUM_SHARED\/config:$DOCUMENTUM_SHARED\/java64\/JAVA_LINK\/jre\/lib\n[dmadmin@content_server_01 install]$<\/pre>\n<p>&nbsp;<\/p>\n<p>As you can see above (and I already said that above), the Headless Composer is using the Java that comes with the CS 7.3, so it is by default\u00a0Java 8u77 ($DOCUMENTUM_SHARED\/java64\/JAVA_LINK). If you try to change the Java used in the java.ini file from Java 8u77 (CS 7.3) to Java 8u91 (IDS 7.3), it will still not work. What you need to do is changing the Java used to the value that the IDS expect and you can do it like that:<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1\">[dmadmin@content_server_01 install]$ grep -E \"^java_library_path|^java_classpath\" $DM_HOME\/install\/composer\/ComposerHeadless\/plugins\/com.emc.ide.external.dfc_1.0.0\/dmbasic\/linux\/java.ini\njava_library_path = $DOCUMENTUM_SHARED\/java64\/JAVA_LINK\/jre\/lib\/amd64\/libjava.so\njava_classpath = $DM_HOME\/dctm-server.jar:$DOCUMENTUM_SHARED\/dctm.jar:$DOCUMENTUM_SHARED\/config:$DOCUMENTUM_SHARED\/java64\/JAVA_LINK\/jre\/lib\n[dmadmin@content_server_01 install]$\n[dmadmin@content_server_01 install]$ cp $DM_HOME\/install\/composer\/ComposerHeadless\/plugins\/com.emc.ide.external.dfc_1.0.0\/dmbasic\/linux\/java.ini $DM_HOME\/install\/composer\/ComposerHeadless\/plugins\/com.emc.ide.external.dfc_1.0.0\/dmbasic\/linux\/java.ini_orig_before_IDS\n[dmadmin@content_server_01 install]$\n[dmadmin@content_server_01 install]$\n[dmadmin@content_server_01 install]$ export IDS_JAVA=\"$DOCUMENTUM_SHARED\/java\/1.7.0_72\"\n[dmadmin@content_server_01 install]$\n[dmadmin@content_server_01 install]$ sed -i \"s,$JAVA_HOME,$IDS_JAVA,\" $DM_HOME\/install\/composer\/ComposerHeadless\/plugins\/com.emc.ide.external.dfc_1.0.0\/dmbasic\/linux\/java.ini\n[dmadmin@content_server_01 install]$\n[dmadmin@content_server_01 install]$ grep -E \"^java_library_path|^java_classpath\" $DM_HOME\/install\/composer\/ComposerHeadless\/plugins\/com.emc.ide.external.dfc_1.0.0\/dmbasic\/linux\/java.ini\njava_library_path = $DOCUMENTUM_SHARED\/java\/1.7.0_72\/jre\/lib\/amd64\/libjava.so\njava_classpath = $DM_HOME\/dctm-server.jar:$DOCUMENTUM_SHARED\/dctm.jar:$DOCUMENTUM_SHARED\/config:$DOCUMENTUM_SHARED\/java\/1.7.0_72\/jre\/lib\n[dmadmin@content_server_01 install]$<\/pre>\n<p>&nbsp;<\/p>\n<p>After doing that, you can try to execute the IDS Source Configurator again and this time, it will be able to install the IDS DARs into the target docbase. Don&#8217;t forget to restore the java.ini to its initial value afterwards&#8230;<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this blog, I will talk about an issue with the IDS 7.3 which is installed on a Content Server 7.3. The IDS is the Interactive Delivery Services. It is a product provided by OpenText that needs to be installed on a Content Server (for the &#8220;Source&#8221; part) and on a Target Server (for the [&hellip;]<\/p>\n","protected":false},"author":20,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[197,525],"tags":[971,1213,129,830,214],"type_dbi":[],"class_list":["post-10619","post","type-post","status-publish","format-standard","hentry","category-application-integration-middleware","category-enterprise-content-management","tag-7-3","tag-docbase","tag-documentum","tag-ids","tag-java"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.2 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Documentum - Unable to configure IDS 7.3 for a docbase - dbi Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.dbi-services.com\/blog\/documentum-unable-to-configure-ids-7-3-for-a-docbase\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Documentum - Unable to configure IDS 7.3 for a docbase\" \/>\n<meta property=\"og:description\" content=\"In this blog, I will talk about an issue with the IDS 7.3 which is installed on a Content Server 7.3. The IDS is the Interactive Delivery Services. It is a product provided by OpenText that needs to be installed on a Content Server (for the &#8220;Source&#8221; part) and on a Target Server (for the [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dbi-services.com\/blog\/documentum-unable-to-configure-ids-7-3-for-a-docbase\/\" \/>\n<meta property=\"og:site_name\" content=\"dbi Blog\" \/>\n<meta property=\"article:published_time\" content=\"2017-11-10T18:30:14+00:00\" \/>\n<meta name=\"author\" content=\"Morgan Patou\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@MorganPatou\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Morgan Patou\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/documentum-unable-to-configure-ids-7-3-for-a-docbase\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/documentum-unable-to-configure-ids-7-3-for-a-docbase\\\/\"},\"author\":{\"name\":\"Morgan Patou\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#\\\/schema\\\/person\\\/c4d05b25843a9bc2ab20415dae6bd2d8\"},\"headline\":\"Documentum &#8211; Unable to configure IDS 7.3 for a docbase\",\"datePublished\":\"2017-11-10T18:30:14+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/documentum-unable-to-configure-ids-7-3-for-a-docbase\\\/\"},\"wordCount\":807,\"commentCount\":0,\"keywords\":[\"7.3\",\"docbase\",\"Documentum\",\"ids\",\"Java\"],\"articleSection\":[\"Application integration &amp; Middleware\",\"Enterprise content management\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/documentum-unable-to-configure-ids-7-3-for-a-docbase\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/documentum-unable-to-configure-ids-7-3-for-a-docbase\\\/\",\"url\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/documentum-unable-to-configure-ids-7-3-for-a-docbase\\\/\",\"name\":\"Documentum - Unable to configure IDS 7.3 for a docbase - dbi Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#website\"},\"datePublished\":\"2017-11-10T18:30:14+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#\\\/schema\\\/person\\\/c4d05b25843a9bc2ab20415dae6bd2d8\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/documentum-unable-to-configure-ids-7-3-for-a-docbase\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/documentum-unable-to-configure-ids-7-3-for-a-docbase\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/documentum-unable-to-configure-ids-7-3-for-a-docbase\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Documentum &#8211; Unable to configure IDS 7.3 for a docbase\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/\",\"name\":\"dbi Blog\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#\\\/schema\\\/person\\\/c4d05b25843a9bc2ab20415dae6bd2d8\",\"name\":\"Morgan Patou\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5d7f5bec8b597db68a09107a6f5309e3870d6296ef94fb10ead4b09454ca67e5?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5d7f5bec8b597db68a09107a6f5309e3870d6296ef94fb10ead4b09454ca67e5?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5d7f5bec8b597db68a09107a6f5309e3870d6296ef94fb10ead4b09454ca67e5?s=96&d=mm&r=g\",\"caption\":\"Morgan Patou\"},\"description\":\"Morgan Patou has over 12 years of experience in Enterprise Content Management (ECM) systems, with a strong focus in recent years on platforms such as Alfresco, Documentum, and M-Files. He specializes in the architecture, setup, customization, and maintenance of ECM infrastructures in complex &amp; critical environments. Morgan is well-versed in both engineering and operations aspects, including high availability design, system integration, and lifecycle management. He also has a solid foundation in open-source and proprietary technologies - ranging from Apache, OpenLDAP or Kerberos to enterprise-grade systems like WebLogic. Morgan Patou holds an Engineering Degree in Computer Science from ENSISA (\u00c9cole Nationale Sup\u00e9rieure d'Ing\u00e9nieurs Sud Alsace) in Mulhouse, France. He is Alfresco Content Services Certified Administrator (ACSCA), Alfresco Content Services Certified Engineer (ACSCE) as well as OpenText Documentum Certified Administrator. His industry experience spans the Public Sector, IT Services, Financial Services\\\/Banking, and the Pharmaceutical industry.\",\"sameAs\":[\"https:\\\/\\\/blog.dbi-services.com\\\/author\\\/morgan-patou\\\/\",\"https:\\\/\\\/x.com\\\/MorganPatou\"],\"url\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/author\\\/morgan-patou\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Documentum - Unable to configure IDS 7.3 for a docbase - dbi Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.dbi-services.com\/blog\/documentum-unable-to-configure-ids-7-3-for-a-docbase\/","og_locale":"en_US","og_type":"article","og_title":"Documentum - Unable to configure IDS 7.3 for a docbase","og_description":"In this blog, I will talk about an issue with the IDS 7.3 which is installed on a Content Server 7.3. The IDS is the Interactive Delivery Services. It is a product provided by OpenText that needs to be installed on a Content Server (for the &#8220;Source&#8221; part) and on a Target Server (for the [&hellip;]","og_url":"https:\/\/www.dbi-services.com\/blog\/documentum-unable-to-configure-ids-7-3-for-a-docbase\/","og_site_name":"dbi Blog","article_published_time":"2017-11-10T18:30:14+00:00","author":"Morgan Patou","twitter_card":"summary_large_image","twitter_creator":"@MorganPatou","twitter_misc":{"Written by":"Morgan Patou","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dbi-services.com\/blog\/documentum-unable-to-configure-ids-7-3-for-a-docbase\/#article","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/documentum-unable-to-configure-ids-7-3-for-a-docbase\/"},"author":{"name":"Morgan Patou","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/c4d05b25843a9bc2ab20415dae6bd2d8"},"headline":"Documentum &#8211; Unable to configure IDS 7.3 for a docbase","datePublished":"2017-11-10T18:30:14+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/documentum-unable-to-configure-ids-7-3-for-a-docbase\/"},"wordCount":807,"commentCount":0,"keywords":["7.3","docbase","Documentum","ids","Java"],"articleSection":["Application integration &amp; Middleware","Enterprise content management"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dbi-services.com\/blog\/documentum-unable-to-configure-ids-7-3-for-a-docbase\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dbi-services.com\/blog\/documentum-unable-to-configure-ids-7-3-for-a-docbase\/","url":"https:\/\/www.dbi-services.com\/blog\/documentum-unable-to-configure-ids-7-3-for-a-docbase\/","name":"Documentum - Unable to configure IDS 7.3 for a docbase - dbi Blog","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/#website"},"datePublished":"2017-11-10T18:30:14+00:00","author":{"@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/c4d05b25843a9bc2ab20415dae6bd2d8"},"breadcrumb":{"@id":"https:\/\/www.dbi-services.com\/blog\/documentum-unable-to-configure-ids-7-3-for-a-docbase\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dbi-services.com\/blog\/documentum-unable-to-configure-ids-7-3-for-a-docbase\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.dbi-services.com\/blog\/documentum-unable-to-configure-ids-7-3-for-a-docbase\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.dbi-services.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Documentum &#8211; Unable to configure IDS 7.3 for a docbase"}]},{"@type":"WebSite","@id":"https:\/\/www.dbi-services.com\/blog\/#website","url":"https:\/\/www.dbi-services.com\/blog\/","name":"dbi Blog","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.dbi-services.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/c4d05b25843a9bc2ab20415dae6bd2d8","name":"Morgan Patou","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/5d7f5bec8b597db68a09107a6f5309e3870d6296ef94fb10ead4b09454ca67e5?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/5d7f5bec8b597db68a09107a6f5309e3870d6296ef94fb10ead4b09454ca67e5?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/5d7f5bec8b597db68a09107a6f5309e3870d6296ef94fb10ead4b09454ca67e5?s=96&d=mm&r=g","caption":"Morgan Patou"},"description":"Morgan Patou has over 12 years of experience in Enterprise Content Management (ECM) systems, with a strong focus in recent years on platforms such as Alfresco, Documentum, and M-Files. He specializes in the architecture, setup, customization, and maintenance of ECM infrastructures in complex &amp; critical environments. Morgan is well-versed in both engineering and operations aspects, including high availability design, system integration, and lifecycle management. He also has a solid foundation in open-source and proprietary technologies - ranging from Apache, OpenLDAP or Kerberos to enterprise-grade systems like WebLogic. Morgan Patou holds an Engineering Degree in Computer Science from ENSISA (\u00c9cole Nationale Sup\u00e9rieure d'Ing\u00e9nieurs Sud Alsace) in Mulhouse, France. He is Alfresco Content Services Certified Administrator (ACSCA), Alfresco Content Services Certified Engineer (ACSCE) as well as OpenText Documentum Certified Administrator. His industry experience spans the Public Sector, IT Services, Financial Services\/Banking, and the Pharmaceutical industry.","sameAs":["https:\/\/blog.dbi-services.com\/author\/morgan-patou\/","https:\/\/x.com\/MorganPatou"],"url":"https:\/\/www.dbi-services.com\/blog\/author\/morgan-patou\/"}]}},"_links":{"self":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/10619","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/users\/20"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/comments?post=10619"}],"version-history":[{"count":0,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/10619\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/media?parent=10619"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/categories?post=10619"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/tags?post=10619"},{"taxonomy":"type","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/type_dbi?post=10619"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}