{"id":12380,"date":"2019-05-26T11:41:52","date_gmt":"2019-05-26T09:41:52","guid":{"rendered":"https:\/\/www.dbi-services.com\/blog\/documentum-remote-content-server-decommission\/"},"modified":"2019-05-26T11:41:52","modified_gmt":"2019-05-26T09:41:52","slug":"documentum-remote-content-server-decommission","status":"publish","type":"post","link":"https:\/\/www.dbi-services.com\/blog\/documentum-remote-content-server-decommission\/","title":{"rendered":"Documentum &#8211; Remote Content Server Decommission"},"content":{"rendered":"<p>I already experienced the installation of a remote Content Server but it was my first decommissioning, and as usual the decommission is faster than the installation \ud83d\ude09 by the way, read this <a href=\"https:\/\/www.dbi-services.com\/blog\/documentum-silent-install-remote-docbasesrepositories-ha\/\" target=\"_blank\" rel=\"noopener noreferrer\">blog<\/a> if you missed how to install a remote Docbase \ud83d\ude42<\/p>\n<p>First step is to delete all remote Docbases, then delete DocBroker, and at the end uninstall the Content Server. In my case, I have 4 Content Servers (ser, ser-0, ser-01, ser-1) and I would like to decommission the ser-1.<br \/>\n<!--more--><br \/>\nNow, let&#8217;s start.<\/p>\n<h1>1. Preparation<\/h1>\n<p><strong>A. Stop Docbase(s) and DocBroker on ser-1<\/strong><\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1\">\n$DOCUMENTUM\/dba\/dm_shutdown_repo\n$DOCUMENTUM\/dba\/dm_shutdown_repo1\n$DOCUMENTUM\/dba\/dm_stop_DocBroker\n<\/pre>\n<p><em>Not mandatory because anyway the installer will stop it before deletion.<\/em><\/p>\n<p><strong>B. Review Projections on Client Applications<\/strong><br \/>\nReview the projections of every client applications (e.g. DA, D2, D2-Config), to remove the reference to the uninstalled DocBroker. Keeping the old references will not cause any major issue, but the performance can be affected until the DocBroker is discarded. <\/p>\n<p><strong>C. Review Projections of the remaining CS nodes<\/strong><br \/>\nReview the projections of the remaining CS nodes, to remove projections to the uninstalled DocBroker. Keeping the old projections will not cause any major issue, but CS will take longer to start, and some errors will appear in the logs. Don\u2019t forget to review both server.ini and dm_server_config configuration object of each remaining node:<\/p>\n<p>Projections in the server.ini file should be updated manually, the installer don&#8217;t remove a deleted target server.<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1 \">\ncat $DOCUMENTUM\/dba\/config\/repo\/server.ini\n...\n[DOCBROKER_PROJECTION_TARGET]\nhost = ser\nport = 1489\nproximity=1\n...\n<\/pre>\n<p>Projections in dm_server_config should be checked\/updated manually for each docbase.<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1 highlight: [16] \">\nAPI&gt; ?,c,select r_object_id, object_name from dm_server_config;\nr_object_id\t\t\tobject_name\n----------------\t-----------\n3d01e24080000102  \trepo       \n3d01e2408000b7b4  \tser-0_repo \n3d01e2408000c523  \tser-01_repo \n3d01e2408000c575  \tser-1_repo\n(4 rows affected)\n\nAPI&gt; dump,c,3d01e2408000c523\n...\nUSER ATTRIBUTES\n\n  object_name                     : ser-01_repo\n  ...\n  projection_targets           [0]: ser-1\n  projection_ports             [0]: 1489\n  projection_proxval           [0]: 2\n  projection_notes             [0]: Projecting to the fourth CS\n  projection_enable            [0]: T\n  ...\n<\/pre>\n<p>For all Docbases and all remaining nodes check if any is projected to the server to decommission, change the projection to another remaining node:<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1 highlight: [28] \">\nAPI&gt; fetch,c,3d01e2408000c523\nAPI&gt; set,c,l,projection_targets[0]\nSET&gt; ser-0\n...\nOK\nAPI&gt; set,c,l,projection_ports[0]\nSET&gt; 1489\n...\nOK\nAPI&gt; set,c,l,projection_proxval[0]\nSET&gt; 2\n...\nOK\nAPI&gt; set,c,l,projection_notes[0]\nSET&gt; Projecting to the second CS\n...\nOK\nAPI&gt; set,c,l,projection_enable[0]\nSET&gt; T\n...\nOK\nAPI&gt; dump,c,l\n...\nUSER ATTRIBUTES\n\n  object_name                     : ser-01_repo\n  ...\n  projection_targets           [0]: ser-0\n  projection_ports             [0]: 1489\n  projection_proxval           [0]: 2\n  projection_notes             [0]: Projecting to the second CS\n  projection_enable            [0]: T\n  ...\nAPI&gt; save,c,l\n...\nOK\nAPI&gt; reinit,c\n...\nOK\nAPI&gt; exit\nBye\n<\/pre>\n<p>Repeate the steps for other Docbases, if any.<\/p>\n<h1> 2. Delete Docbase(s) and DocBroker<\/h1>\n<p><strong>To delete a Docbase launch the installer by executing below script:<\/strong><\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1 \">\n$DOCUMENTUM\/product\/7.3\/install\/dm_launch_cfs_server_config_program.sh\n<\/pre>\n<p>Then check &#8220;Delete content-file server&#8221; and click &#8220;Next&#8221;<br \/>\n<img decoding=\"async\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/Content-file-1.png\" alt=\"\" \/><\/p>\n<p>Select the repository from the list <em>(delete the global repository at the end)<\/em> then click &#8220;Next&#8221;<br \/>\n<img decoding=\"async\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/Content-file-2.jpg\" alt=\"\" \/><br \/>\n<em>If a docbase is shown twice (or more), see this <a href=\"https:\/\/www.dbi-services.com\/blog\/documentum-delete-remote-docbase-strange-behavior\" rel=\"noopener noreferrer\" target=\"_blank\">blog<\/a> to know the root cause and the solution.<\/em> <\/p>\n<p>Put the password of dmadmin and click &#8220;Next&#8221;<br \/>\n<img decoding=\"async\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/Content-file-3.jpg\" alt=\"\" \/><\/p>\n<p>Wait&#8230; As said before the installer will stop the docbase if it is started.<br \/>\n<img decoding=\"async\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/Content-file-4.jpg\" alt=\"\" \/><\/p>\n<p>CFS deleted, click &#8220;Done&#8221;<br \/>\n<img decoding=\"async\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/Content-file-5.png\" alt=\"\" \/><\/p>\n<p>Repeat the operation for other docbases if any.<\/p>\n<p>To create the configuration file which can be used for silent deletion, execute below script with parameter:<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1 \">\n$DOCUMENTUM\/product\/7.3\/install\/dm_launch_cfs_server_config_program.sh -r cfs_server_config.properties\n<\/pre>\n<p><strong>To delete a DocBroker launch the installer by executing below script:<\/strong><\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1 \">\n$DOCUMENTUM\/product\/7.3\/install\/dm_launch_server_config_program.sh\n<\/pre>\n<p>Check &#8220;Connection broker&#8221; and click &#8220;Next&#8221;<br \/>\n<img decoding=\"async\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/Connection-Broker-1.png\" alt=\"\" \/><\/p>\n<p>Check &#8220;Delete a connection broker&#8221; and click &#8220;Next&#8221;<br \/>\n<img decoding=\"async\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/Connection-Broker-2.png\" alt=\"\" \/><\/p>\n<p>Click on &#8220;Yes&#8221; to confirm<br \/>\n<img decoding=\"async\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/Connection-Broker-3.png\" alt=\"\" \/><\/p>\n<p>Check &#8220;Finish configuration&#8221; and click &#8220;Next&#8221;<br \/>\n<img decoding=\"async\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/Connection-Broker-4.png\" alt=\"\" \/><\/p>\n<p>Repeate the steps for other DocBrokers, if any.<\/p>\n<h1> 3. Uninstall the Content Server<\/h1>\n<p><strong>To uninstall the CS, execute the following:<\/strong><\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1 \">\n$DOCUMENTUM\/uninstall\/server\/Uninstall\n<\/pre>\n<p>Click &#8220;Next&#8221;<br \/>\n<img decoding=\"async\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/Uninstall-CS-1.png\" alt=\"\" \/><br \/>\nAs mentioned in the screenshot the files and folders create after the installation will not be removed, you have to do it manually if needed.<\/p>\n<p>Wait..<br \/>\n<img decoding=\"async\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/Uninstall-CS-2.png\" alt=\"\" \/><\/p>\n<p>Click &#8220;Finish&#8221; when the Finish button appear.<\/p>\n<h1> 4. POST Uninstall <\/h1>\n<p><strong>A. Disable and delete jobs <\/strong><br \/>\nDisable and delete all jobs built specifically to act over the uninstalled CS node (like dm_logPurge). To make it easy delete all jobs contain the SERVER_NAME.<\/p>\n<p>Select impacted jobs:<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1 \">\nAPI&gt; ?,c,select object_name from dm_job where object_name like '%ser-1%';\nobject_name                                                                                                                                                                      \n---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\ndm_ContentWarningSER-1_repo                                                                                                                                         \ndm_LogPurgeSER-1_repo                                                                                                                                            \ndm_ContentReplicationSER-1_repo                                                                                                                                      \ndm_DMCleanSER-1_repo                                                                                                                                                 \ndm_DMFilescanSER-1_repo                                                                                                                                              \n(5 rows affected)\n<\/pre>\n<p>Disable and delete them:<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1 highlight: [1,8]\">\nAPI&gt; ?,c,update dm_job object set is_inactive=1 where object_name like '%SER-1%';\nobjects_updated\n---------------\n              5\n(1 row affected)\n[DM_QUERY_I_NUM_UPDATE]info:  \"5 objects were affected by your UPDATE statement.\"\n\nAPI&gt; ?,c,delete dm_job object where object_name like '%SER-1%';\nobjects_deleted\n---------------\n              5\n(1 row affected)\n[DM_QUERY_I_NUM_UPDATE]info:  \"5 objects were affected by your DELETE statement.\"\n<\/pre>\n<p><strong>B. Review target of each job<\/strong><br \/>\nChange the target server of jobs configured to run on the uninstalled CS node (if any). You can point them to one of the remaining nodes, or choose the \u201cAny Running Server\u201d option:<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1 \">\nAPI&gt; ?,c,select object_name from dm_job where target_server like '%SER-1%';\nobject_name                                                                                                                                                                      \n----------------\n(0 rows affected)\n<\/pre>\n<p>By the way, as you can see from the query above, no action needed if you configured your jobs correctly as explained in this <a href=\"https:\/\/www.dbi-services.com\/blog\/documentum-story-jobs-in-a-high-availability-installation\/\" target=\"_blank\" rel=\"noopener noreferrer\">blog<\/a>.<\/p>\n<p><strong>C. Restart all the environment<\/strong><br \/>\nIf possible, restart all remaining Content Server and Client Applications also, in this way you are sure to start from a good basis.<\/p>\n<p>Please don&#8217;t hesitate to ask or share your experience \ud83d\ude09<\/p>\n","protected":false},"excerpt":{"rendered":"<p>I already experienced the installation of a remote Content Server but it was my first decommissioning, and as usual the decommission is faster than the installation \ud83d\ude09 by the way, read this blog if you missed how to install a remote Docbase \ud83d\ude42 First step is to delete all remote Docbases, then delete DocBroker, and [&hellip;]<\/p>\n","protected":false},"author":46,"featured_media":12381,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[197,525],"tags":[1602,1612,1213,1176],"type_dbi":[],"class_list":["post-12380","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-application-integration-middleware","category-enterprise-content-management","tag-content-server","tag-decommission","tag-docbase","tag-docbroker"],"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 - Remote Content Server Decommission - 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-remote-content-server-decommission\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Documentum - Remote Content Server Decommission\" \/>\n<meta property=\"og:description\" content=\"I already experienced the installation of a remote Content Server but it was my first decommissioning, and as usual the decommission is faster than the installation \ud83d\ude09 by the way, read this blog if you missed how to install a remote Docbase \ud83d\ude42 First step is to delete all remote Docbases, then delete DocBroker, and [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dbi-services.com\/blog\/documentum-remote-content-server-decommission\/\" \/>\n<meta property=\"og:site_name\" content=\"dbi Blog\" \/>\n<meta property=\"article:published_time\" content=\"2019-05-26T09:41:52+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/Content-file-1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"704\" \/>\n\t<meta property=\"og:image:height\" content=\"497\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"David Diab\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"David Diab\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 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-remote-content-server-decommission\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/documentum-remote-content-server-decommission\/\"},\"author\":{\"name\":\"David Diab\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/deb907c3360cacdc6c7df54b4bac3c86\"},\"headline\":\"Documentum &#8211; Remote Content Server Decommission\",\"datePublished\":\"2019-05-26T09:41:52+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/documentum-remote-content-server-decommission\/\"},\"wordCount\":631,\"commentCount\":0,\"image\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/documentum-remote-content-server-decommission\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/Content-file-1.png\",\"keywords\":[\"Content Server\",\"decommission\",\"docbase\",\"docbroker\"],\"articleSection\":[\"Application integration &amp; Middleware\",\"Enterprise content management\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/documentum-remote-content-server-decommission\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/documentum-remote-content-server-decommission\/\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/documentum-remote-content-server-decommission\/\",\"name\":\"Documentum - Remote Content Server Decommission - dbi Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/documentum-remote-content-server-decommission\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/documentum-remote-content-server-decommission\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/Content-file-1.png\",\"datePublished\":\"2019-05-26T09:41:52+00:00\",\"author\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/deb907c3360cacdc6c7df54b4bac3c86\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/documentum-remote-content-server-decommission\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/documentum-remote-content-server-decommission\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/documentum-remote-content-server-decommission\/#primaryimage\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/Content-file-1.png\",\"contentUrl\":\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/Content-file-1.png\",\"width\":704,\"height\":497},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/documentum-remote-content-server-decommission\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/www.dbi-services.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Documentum &#8211; Remote Content Server Decommission\"}]},{\"@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\/deb907c3360cacdc6c7df54b4bac3c86\",\"name\":\"David Diab\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/212b1b2e4650bad3116f644ab4fb4663786d94195d7685d0704c8426da088e60?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/212b1b2e4650bad3116f644ab4fb4663786d94195d7685d0704c8426da088e60?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/212b1b2e4650bad3116f644ab4fb4663786d94195d7685d0704c8426da088e60?s=96&d=mm&r=g\",\"caption\":\"David Diab\"},\"url\":\"https:\/\/www.dbi-services.com\/blog\/author\/david-diab\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Documentum - Remote Content Server Decommission - 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-remote-content-server-decommission\/","og_locale":"en_US","og_type":"article","og_title":"Documentum - Remote Content Server Decommission","og_description":"I already experienced the installation of a remote Content Server but it was my first decommissioning, and as usual the decommission is faster than the installation \ud83d\ude09 by the way, read this blog if you missed how to install a remote Docbase \ud83d\ude42 First step is to delete all remote Docbases, then delete DocBroker, and [&hellip;]","og_url":"https:\/\/www.dbi-services.com\/blog\/documentum-remote-content-server-decommission\/","og_site_name":"dbi Blog","article_published_time":"2019-05-26T09:41:52+00:00","og_image":[{"width":704,"height":497,"url":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/Content-file-1.png","type":"image\/png"}],"author":"David Diab","twitter_card":"summary_large_image","twitter_misc":{"Written by":"David Diab","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dbi-services.com\/blog\/documentum-remote-content-server-decommission\/#article","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/documentum-remote-content-server-decommission\/"},"author":{"name":"David Diab","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/deb907c3360cacdc6c7df54b4bac3c86"},"headline":"Documentum &#8211; Remote Content Server Decommission","datePublished":"2019-05-26T09:41:52+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/documentum-remote-content-server-decommission\/"},"wordCount":631,"commentCount":0,"image":{"@id":"https:\/\/www.dbi-services.com\/blog\/documentum-remote-content-server-decommission\/#primaryimage"},"thumbnailUrl":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/Content-file-1.png","keywords":["Content Server","decommission","docbase","docbroker"],"articleSection":["Application integration &amp; Middleware","Enterprise content management"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dbi-services.com\/blog\/documentum-remote-content-server-decommission\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dbi-services.com\/blog\/documentum-remote-content-server-decommission\/","url":"https:\/\/www.dbi-services.com\/blog\/documentum-remote-content-server-decommission\/","name":"Documentum - Remote Content Server Decommission - dbi Blog","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/documentum-remote-content-server-decommission\/#primaryimage"},"image":{"@id":"https:\/\/www.dbi-services.com\/blog\/documentum-remote-content-server-decommission\/#primaryimage"},"thumbnailUrl":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/Content-file-1.png","datePublished":"2019-05-26T09:41:52+00:00","author":{"@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/deb907c3360cacdc6c7df54b4bac3c86"},"breadcrumb":{"@id":"https:\/\/www.dbi-services.com\/blog\/documentum-remote-content-server-decommission\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dbi-services.com\/blog\/documentum-remote-content-server-decommission\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.dbi-services.com\/blog\/documentum-remote-content-server-decommission\/#primaryimage","url":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/Content-file-1.png","contentUrl":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/Content-file-1.png","width":704,"height":497},{"@type":"BreadcrumbList","@id":"https:\/\/www.dbi-services.com\/blog\/documentum-remote-content-server-decommission\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.dbi-services.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Documentum &#8211; Remote Content Server Decommission"}]},{"@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\/deb907c3360cacdc6c7df54b4bac3c86","name":"David Diab","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/212b1b2e4650bad3116f644ab4fb4663786d94195d7685d0704c8426da088e60?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/212b1b2e4650bad3116f644ab4fb4663786d94195d7685d0704c8426da088e60?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/212b1b2e4650bad3116f644ab4fb4663786d94195d7685d0704c8426da088e60?s=96&d=mm&r=g","caption":"David Diab"},"url":"https:\/\/www.dbi-services.com\/blog\/author\/david-diab\/"}]}},"_links":{"self":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/12380","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\/46"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/comments?post=12380"}],"version-history":[{"count":0,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/12380\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/media\/12381"}],"wp:attachment":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/media?parent=12380"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/categories?post=12380"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/tags?post=12380"},{"taxonomy":"type","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/type_dbi?post=12380"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}