{"id":10052,"date":"2017-05-14T07:41:19","date_gmt":"2017-05-14T05:41:19","guid":{"rendered":"https:\/\/www.dbi-services.com\/blog\/documentum-not-able-to-install-indexagent-with-xplore-1-6\/"},"modified":"2017-05-14T07:41:19","modified_gmt":"2017-05-14T05:41:19","slug":"documentum-not-able-to-install-indexagent-with-xplore-1-6","status":"publish","type":"post","link":"https:\/\/www.dbi-services.com\/blog\/documentum-not-able-to-install-indexagent-with-xplore-1-6\/","title":{"rendered":"Documentum &#8211; Not able to install IndexAgent with xPlore 1.6"},"content":{"rendered":"<p>In the last few months, we already did some tests with the Content Server 7.3, D2 4.7 and xPlore 1.6. As often, we found some funny\/interesting behaviors and we faced some issues. In this blog I will talk about one issue I faced when I tried to install a new IndexAgent with xPlore 1.6. The Content Server used was a CS 7.3 (no patch available when I did this installation). This issue was present in both Silent and non-Silent installations.<\/p>\n<p>&nbsp;<\/p>\n<p>So what was the issue? While trying to install a first IndexAgent, it looked like the installer wasn&#8217;t able to contact the Content Server. The GUI installer was stuck on the &#8220;Connection Broker Information&#8221;. After filling the information and clicking on &#8220;Next&#8221;, the Full Text Installer was stuck and nothing happened anymore.<\/p>\n<p>&nbsp;<\/p>\n<p>Basically on this step of the installer, it is trying to connect to the docbroker using the information provided (docbroker hostname and port). Of course the docbroker and the docbase were running and responding properly.<\/p>\n<p>&nbsp;<\/p>\n<p>To verify what was happening, I just checked the xPlore processes:<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1\">[xplore@full_text_server_01 ~]$ ps -ef | grep xplore\nxplore    2423     1  0 08:04 ?        00:00:00 \/bin\/sh .\/startPrimaryDsearch.sh\nxplore    2425  2423  0 08:04 ?        00:00:00 \/bin\/sh $XPLORE_HOME\/wildfly9.0.1\/bin\/standalone.sh\nxplore    2572  2425  5 08:04 ?        00:03:01 $XPLORE_HOME\/java64\/1.8.0_77\/bin\/java -D[Standalone] -server -XX:+UseCompressedOops -server -XX:+UseCompressedOops -XX:+UseCodeCacheFlushing -XX:ReservedCodeCacheSize=196m -Xms4096m -Xmx4096m -XX:MaxMetaspaceSize=512m -Xss1024k -XX:+UseCompressedOops -XX:+DisableExplicitGC -XX:-ReduceInitialCardMarks -Djava.awt.headless=true -Djboss.server.base.dir=$XPLORE_HOME\/wildfly9.0.1\/server\/DctmServer_PrimaryDsearch -Djava.net.preferIPv4Stack=true -Dorg.jboss.boot.log.file=$XPLORE_HOME\/wildfly9.0.1\/server\/DctmServer_PrimaryDsearch\/log\/server.log -Dlogging.configuration=file:$XPLORE_HOME\/wildfly9.0.1\/server\/DctmServer_PrimaryDsearch\/configuration\/logging.properties -jar $XPLORE_HOME\/wildfly9.0.1\/jboss-modules.jar -mp $XPLORE_HOME\/wildfly9.0.1\/modules org.jboss.as.standalone -Djboss.home.dir=$XPLORE_HOME\/wildfly9.0.1 -Djboss.server.base.dir=$XPLORE_HOME\/wildfly9.0.1\/server\/DctmServer_PrimaryDsearch\nxplore    3977  2572  0 08:06 ?        00:00:00 $XPLORE_HOME\/dsearch\/cps\/cps_daemon\/bin\/CPSDaemon $XPLORE_HOME\/dsearch\/cps\/cps_daemon\/PrimaryDsearch_local_configuration.xml Daemon0 9322 NORMAL\nxplore    4069  2572  0 08:06 ?        00:00:00 $XPLORE_HOME\/dsearch\/cps\/cps_daemon\/bin\/CPSDaemon $XPLORE_HOME\/dsearch\/cps\/cps_daemon\/PrimaryDsearch_local_configuration.xml QDaemon0 9323 QUERY\nxplore    9591  9568  0 08:45 pts\/3    00:00:00 \/bin\/sh .\/configIndexagent.sh\nxplore    9592  9591  0 08:45 pts\/3    00:00:08 $XPLORE_HOME\/java64\/1.8.0_77\/jre\/bin\/java -Xmx262114000 -Xms262114000 com.zerog.lax.LAX \/tmp\/install.dir.9592\/temp.lax \/tmp\/env.properties.9592 \"-f\" \"config.properties\"\nxplore   11099  9592  0 08:51 pts\/3    00:00:02 $XPLORE_HOME\/java64\/1.8.0_77\/jre\/bin\/java -cp \/tmp\/342186.tmp\/testDocbrokerUtil.jar:$XPLORE_HOME\/dfc\/dfc.jar -Ddfc.properties.file=\/tmp\/install.dir.9592\/dfc.properties com.documentum.install.shared.util.TestDocbrokerUtil content_server_01 1489\nxplore   11928  9515  0 08:59 pts\/1    00:00:00 ps -ef\nxplore   11929  9515  0 08:59 pts\/1    00:00:00 grep xplore<\/pre>\n<p>&nbsp;<\/p>\n<p>As you can see above, the PrimaryDsearch is up &amp; running so that&#8217;s good but there are two additional interesting processes:<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1\">xplore    9592  9591  0 08:45 pts\/3    00:00:08 $XPLORE_HOME\/java64\/1.8.0_77\/jre\/bin\/java -Xmx262114000 -Xms262114000 com.zerog.lax.LAX \/tmp\/install.dir.9592\/temp.lax \/tmp\/env.properties.9592 \"-f\" \"config.properties\"\nxplore   11099  9592  0 08:51 pts\/3    00:00:02 $XPLORE_HOME\/java64\/1.8.0_77\/jre\/bin\/java -cp \/tmp\/342186.tmp\/testDocbrokerUtil.jar:$XPLORE_HOME\/dfc\/dfc.jar -Ddfc.properties.file=\/tmp\/install.dir.9592\/dfc.properties com.documentum.install.shared.util.TestDocbrokerUtil content_server_01 1489<\/pre>\n<p>&nbsp;<\/p>\n<p>The most interesting one is the second line: this is the command that the installer is starting to check that the docbroker is responding properly and this process is stuck. To do some testing, I just put the utilities and the needed elements to a test folder so I would be able to execute this command myself whenever I wanted. Then I killed the installer since it was stuck and I tried myself to contact the docbroker:<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1\">[xplore@full_text_server_01 ~]$ time $XPLORE_HOME\/java64\/1.8.0_77\/jre\/bin\/java -cp \/tmp\/my.tmp\/testDocbrokerUtil.jar:$XPLORE_HOME\/dfc\/dfc.jar -Ddfc.properties.file=\/tmp\/my.tmp\/dfc.properties com.documentum.install.shared.util.TestDocbrokerUtil content_server_01 1489\n^C\nreal    7m43.669s\nuser    0m1.618s\nsys     0m0.153s<\/pre>\n<p>&nbsp;<\/p>\n<p>As you can see above, after 7min and 43 seconds, I just killed the process (^C) because it still didn&#8217;t return anything. Just to be sure, I checked our monitoring tool and it was able to connect to the docbase, remotely, without issue so the issue here was link somehow to the Full Text Server.<\/p>\n<p>&nbsp;<\/p>\n<p>To go deeper, the only thing I could do was to perform some thread dumps of the java process to try to see where the bottleneck was. After doing that,\u00a0it actually became quite clear that the server had an issue with the entropy generation because the threads were holding and waiting for the rsa libraries to get a random seed from the system. If you are running Documentum (or any other thing) on a Virtual Machine you will most probably want to change the default random generation because the entropy isn&#8217;t sufficient usually on VMs. We are always doing that for all our customer&#8217;s environments but since this was just a sandbox server to play with the newly released xPlore 1.6, this wasn&#8217;t setup at that time. With xPlore 1.5, this wouldn&#8217;t have caused any issue but it looks like xPlore 1.6 is much more demanding on the random seed generations. This has most probably something to do with some security improvements done in xPlore 1.6.<\/p>\n<p>&nbsp;<\/p>\n<p>So to solve this issue, you just need to increase the entropy of your server. This can be done as follow (as root):<\/p>\n<ol>\n<li>Install the rng tools package<\/li>\n<li>Update the options in the \/etc\/sysconfig\/rngd file<\/li>\n<li>Setup the service to start automatically at OS boot<\/li>\n<\/ol>\n<p>&nbsp;<\/p>\n<p>You can basically use the following commands for that (I&#8217;m using a RHEL so it&#8217;s yum based):<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1\">[root@full_text_server_01 ~]# yum -y install rng-tools.x86_64\nLoaded plugins: product-id, search-disabled-repos, security, subscription-manager\nSetting up Install Process\nResolving Dependencies\n--&gt; Running transaction check\n...\nTransaction Test Succeeded\nRunning Transaction\n  Installing : rng-tools-5-2.el6_7.x86_64                                                                                                                                                                                     1\/1\n  Verifying  : rng-tools-5-2.el6_7.x86_64                                                                                                                                                                                     1\/1\n\nInstalled:\n  rng-tools.x86_64 0:5-2.el6_7\n\nComplete!\n[root@full_text_server_01 ~]# rpm -qf \/etc\/sysconfig\/rngd\nrng-tools-5-2.el6_7.x86_64\n[root@full_text_server_01 ~]#\n[root@full_text_server_01 ~]# sed -i 's,EXTRAOPTIONS=.*,EXTRAOPTIONS=\"-r \/dev\/urandom -o \/dev\/random -t 0.1\",' \/etc\/sysconfig\/rngd\n[root@full_text_server_01 ~]# cat \/etc\/sysconfig\/rngd\n# Add extra options here\nEXTRAOPTIONS=\"-r \/dev\/urandom -o \/dev\/random -t 0.1\"\n[root@full_text_server_01 ~]#\n[root@full_text_server_01 ~]# chkconfig --level 345 rngd on\n[root@full_text_server_01 ~]# chkconfig --list | grep rngd\nrngd            0:off   1:off   2:off   3:on    4:on    5:on    6:off\n[root@full_text_server_01 ~]#\n[root@full_text_server_01 ~]# service rngd start\nStarting rngd:                                             [  OK  ]\n[root@full_text_server_01 ~]#<\/pre>\n<p>&nbsp;<\/p>\n<p>When this is done, you need to force xPlore to use this new random generation mechanism. For that, just put in the profile of the xplore user one environment variable (as xplore):<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1\">[xplore@full_text_server_01 ~]$ echo 'export DEVRANDOM=\/dev\/urandom' &gt;&gt; ~\/.bash_profile<\/pre>\n<p>&nbsp;<\/p>\n<p>When this has been done, you can just re-execute the java command and in something like 1 second the command should return a result like that:<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1\">[xplore@full_text_server_01 ~]$ $XPLORE_HOME\/java64\/1.8.0_77\/jre\/bin\/java -cp \/tmp\/my.tmp\/testDocbrokerUtil.jar:$XPLORE_HOME\/dfc\/dfc.jar -Ddfc.properties.file=\/tmp\/my.tmp\/dfc.properties com.documentum.install.shared.util.TestDocbrokerUtil content_server_01 1489\n0 [main] ERROR com.documentum.fc.common.impl.logging.LoggingConfigurator  - Problem locating log4j configuration\n1 [main] WARN com.documentum.fc.common.impl.logging.LoggingConfigurator  - Using default log4j configuration\n[xplore@full_text_server_01 ~]$<\/pre>\n<p>&nbsp;<\/p>\n<p>These two messages aren&#8217;t important, they are just printed because there is no log4j properties file in the command line so it is using the default one. The only important thing here is that the command returns something so it is working! To confirm that, you can just run the installer once more and this time the screen shouldn&#8217;t be stuck on the Connection Broker Information.<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In the last few months, we already did some tests with the Content Server 7.3, D2 4.7 and xPlore 1.6. As often, we found some funny\/interesting behaviors and we faced some issues. In this blog I will talk about one issue I faced when I tried to install a new IndexAgent with xPlore 1.6. 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":[525],"tags":[129,392,1098,1099],"type_dbi":[],"class_list":["post-10052","post","type-post","status-publish","format-standard","hentry","category-enterprise-content-management","tag-documentum","tag-index-agent","tag-rngd","tag-xplore-1-6"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.2 (Yoast SEO v27.2) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Documentum - Not able to install IndexAgent with xPlore 1.6 - 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-not-able-to-install-indexagent-with-xplore-1-6\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Documentum - Not able to install IndexAgent with xPlore 1.6\" \/>\n<meta property=\"og:description\" content=\"In the last few months, we already did some tests with the Content Server 7.3, D2 4.7 and xPlore 1.6. As often, we found some funny\/interesting behaviors and we faced some issues. In this blog I will talk about one issue I faced when I tried to install a new IndexAgent with xPlore 1.6. The [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dbi-services.com\/blog\/documentum-not-able-to-install-indexagent-with-xplore-1-6\/\" \/>\n<meta property=\"og:site_name\" content=\"dbi Blog\" \/>\n<meta property=\"article:published_time\" content=\"2017-05-14T05:41:19+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=\"6 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-not-able-to-install-indexagent-with-xplore-1-6\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/documentum-not-able-to-install-indexagent-with-xplore-1-6\/\"},\"author\":{\"name\":\"Morgan Patou\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/c4d05b25843a9bc2ab20415dae6bd2d8\"},\"headline\":\"Documentum &#8211; Not able to install IndexAgent with xPlore 1.6\",\"datePublished\":\"2017-05-14T05:41:19+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/documentum-not-able-to-install-indexagent-with-xplore-1-6\/\"},\"wordCount\":709,\"commentCount\":0,\"keywords\":[\"Documentum\",\"Index Agent\",\"rngd\",\"xPlore 1.6\"],\"articleSection\":[\"Enterprise content management\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/documentum-not-able-to-install-indexagent-with-xplore-1-6\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/documentum-not-able-to-install-indexagent-with-xplore-1-6\/\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/documentum-not-able-to-install-indexagent-with-xplore-1-6\/\",\"name\":\"Documentum - Not able to install IndexAgent with xPlore 1.6 - dbi Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#website\"},\"datePublished\":\"2017-05-14T05:41:19+00:00\",\"author\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/c4d05b25843a9bc2ab20415dae6bd2d8\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/documentum-not-able-to-install-indexagent-with-xplore-1-6\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/documentum-not-able-to-install-indexagent-with-xplore-1-6\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/documentum-not-able-to-install-indexagent-with-xplore-1-6\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/www.dbi-services.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Documentum &#8211; Not able to install IndexAgent with xPlore 1.6\"}]},{\"@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 - Not able to install IndexAgent with xPlore 1.6 - 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-not-able-to-install-indexagent-with-xplore-1-6\/","og_locale":"en_US","og_type":"article","og_title":"Documentum - Not able to install IndexAgent with xPlore 1.6","og_description":"In the last few months, we already did some tests with the Content Server 7.3, D2 4.7 and xPlore 1.6. As often, we found some funny\/interesting behaviors and we faced some issues. In this blog I will talk about one issue I faced when I tried to install a new IndexAgent with xPlore 1.6. The [&hellip;]","og_url":"https:\/\/www.dbi-services.com\/blog\/documentum-not-able-to-install-indexagent-with-xplore-1-6\/","og_site_name":"dbi Blog","article_published_time":"2017-05-14T05:41:19+00:00","author":"Morgan Patou","twitter_card":"summary_large_image","twitter_creator":"@MorganPatou","twitter_misc":{"Written by":"Morgan Patou","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dbi-services.com\/blog\/documentum-not-able-to-install-indexagent-with-xplore-1-6\/#article","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/documentum-not-able-to-install-indexagent-with-xplore-1-6\/"},"author":{"name":"Morgan Patou","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/c4d05b25843a9bc2ab20415dae6bd2d8"},"headline":"Documentum &#8211; Not able to install IndexAgent with xPlore 1.6","datePublished":"2017-05-14T05:41:19+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/documentum-not-able-to-install-indexagent-with-xplore-1-6\/"},"wordCount":709,"commentCount":0,"keywords":["Documentum","Index Agent","rngd","xPlore 1.6"],"articleSection":["Enterprise content management"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dbi-services.com\/blog\/documentum-not-able-to-install-indexagent-with-xplore-1-6\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dbi-services.com\/blog\/documentum-not-able-to-install-indexagent-with-xplore-1-6\/","url":"https:\/\/www.dbi-services.com\/blog\/documentum-not-able-to-install-indexagent-with-xplore-1-6\/","name":"Documentum - Not able to install IndexAgent with xPlore 1.6 - dbi Blog","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/#website"},"datePublished":"2017-05-14T05:41:19+00:00","author":{"@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/c4d05b25843a9bc2ab20415dae6bd2d8"},"breadcrumb":{"@id":"https:\/\/www.dbi-services.com\/blog\/documentum-not-able-to-install-indexagent-with-xplore-1-6\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dbi-services.com\/blog\/documentum-not-able-to-install-indexagent-with-xplore-1-6\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.dbi-services.com\/blog\/documentum-not-able-to-install-indexagent-with-xplore-1-6\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.dbi-services.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Documentum &#8211; Not able to install IndexAgent with xPlore 1.6"}]},{"@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\/10052","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=10052"}],"version-history":[{"count":0,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/10052\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/media?parent=10052"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/categories?post=10052"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/tags?post=10052"},{"taxonomy":"type","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/type_dbi?post=10052"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}