{"id":10813,"date":"2018-02-10T08:30:52","date_gmt":"2018-02-10T07:30:52","guid":{"rendered":"https:\/\/www.dbi-services.com\/blog\/windows-server-service-not-starting-with-error-1067-the-process-terminated-unexpectedly\/"},"modified":"2018-02-10T08:30:52","modified_gmt":"2018-02-10T07:30:52","slug":"windows-server-service-not-starting-with-error-1067-the-process-terminated-unexpectedly","status":"publish","type":"post","link":"https:\/\/www.dbi-services.com\/blog\/windows-server-service-not-starting-with-error-1067-the-process-terminated-unexpectedly\/","title":{"rendered":"Windows Server &#8211; Service not starting with &#8216;Error 1067: The process terminated unexpectedly&#8217;"},"content":{"rendered":"<p>Some time ago, we were installing a Migration Center (from fmeAG) on a Windows Server and at the end of the installation, the service named Migration Center Job Server is configured and finally started. Unfortunately this didn&#8217;t go well and the start command wasn&#8217;t working at all. We were using a dedicated technical account (AD account) to do the installation and to run this service. This is the error we got:<\/p>\n<p><a href=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/fmeAG_MC_Service_Start_Fail_Error.png\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-21037\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/fmeAG_MC_Service_Start_Fail_Error.png\" alt=\"fmeAG_MC_Service_Start_Fail_Error\" width=\"476\" height=\"200\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<p>The error code 1067 means &#8216;ERROR_PROCESS_ABORTED&#8217;. This was the first time I saw this error, ever, so I wanted to know more about it. I performed a lot of tests on this environment to try to narrow down the issue and the following tests in particular were quite relevant:<\/p>\n<ul>\n<li>Changing the Log On As user to something else\n<ul>\n<li>The service is able to start<\/li>\n<li>It means that the issue is somehow linked to this particular technical user<\/li>\n<\/ul>\n<\/li>\n<li>Checking the &#8216;Log On As a service&#8217; Local Policies\n<ul>\n<li>The technical user is listed and allowed to start the service so there is no issue there<\/li>\n<\/ul>\n<\/li>\n<li>Using the technical user to start a service on another Windows Server\n<ul>\n<li>The service is able to start<\/li>\n<li>It means that the issue is not linked to the technical user globally<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<p>So with all these information, it appeared that the issue was linked to this particular technical user but only locally to this Windows Server&#8230; When working with AD accounts, it is always possible to face some issues with local profile VS domain profile (thanks <a href=\"https:\/\/www.dbi-services.com\/blog\/author\/stephane-haby\/\" target=\"_blank\">St\u00e9phane Haby<\/a>\u00a0for pointing that out to me, I&#8217;m not a Windows expert ;)) so I tried to work on that and after some time, I found a workaround to this issue. The workaround is simply to delete the local profile&#8230;<\/p>\n<p>Since this is an AD account (that I will call &lt;SYS_AD_ACCOUNT&gt; below), it is possible to remove the local profile, it will just be recreated automatically when needed, you just need to remove it properly and for that, there are particular steps:<\/p>\n<ol>\n<li>Login to the Windows Server with another administrator account<\/li>\n<li>Log out all &lt;SYS_AD_ACCOUNT&gt; sessions: stop all services running with this account, all processes (from the task manager, there should be nothing on the \u201cusers\u201d tab), aso&#8230; Alternatively, you can also disable the services (or manual mode) and then reboot the Windows Server<\/li>\n<li>Delete the complete folder C:\\Users\\&lt;SYS_AD_ACCOUNT&gt;. If you already tried this but did not remove the registry properly, you might end up with a C:\\Users\\TEMP folder&#8230; If this is the case, remove it now too.<\/li>\n<li>Delete the registry key matching &lt;SYS_AD_ACCOUNT&gt; (check the &#8220;ProfileImagePath&#8221; parameter) under &#8220;HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\ProfileList&#8221;<\/li>\n<li>Reboot the Windows Server<\/li>\n<li>Login to the Windows Server with the administrator account used for the step 1.<\/li>\n<li>Set &lt;SYS_AD_ACCOUNT&gt; for the &#8220;Log On As&#8221; of the target Service<\/li>\n<li>Start the target Service =&gt; It should now be working<\/li>\n<li>Login to the Windows Server with the &lt;SYS_AD_ACCOUNT&gt; account<\/li>\n<li>Open a cmd prompt =&gt; The current folder should be C:\\Users\\&lt;SYS_AD_ACCOUNT&gt; and not C:\\Users\\TEMP<\/li>\n<\/ol>\n<p>&nbsp;<\/p>\n<p>I am not saying that this workaround will fix each and every issues linked to an error code 1067&#8230; Sometimes, this error will be linked to the fact that the service cannot find the executable for example. But in my case, it fixed the issue so if you are running out of options, maybe you can just give it a try ;).<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Some time ago, we were installing a Migration Center (from fmeAG) on a Windows Server and at the end of the installation, the service named Migration Center Job Server is configured and finally started. Unfortunately this didn&#8217;t go well and the start command wasn&#8217;t working at all. We were using a dedicated technical account (AD [&hellip;]<\/p>\n","protected":false},"author":20,"featured_media":10814,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[197,525],"tags":[1278,1279,1280,1281,872,549],"type_dbi":[],"class_list":["post-10813","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-application-integration-middleware","category-enterprise-content-management","tag-1278","tag-active-directory","tag-fme","tag-migration-center","tag-server","tag-windows"],"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>Windows Server - Service not starting with &#039;Error 1067: The process terminated unexpectedly&#039; - 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\/windows-server-service-not-starting-with-error-1067-the-process-terminated-unexpectedly\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Windows Server - Service not starting with &#039;Error 1067: The process terminated unexpectedly&#039;\" \/>\n<meta property=\"og:description\" content=\"Some time ago, we were installing a Migration Center (from fmeAG) on a Windows Server and at the end of the installation, the service named Migration Center Job Server is configured and finally started. Unfortunately this didn&#8217;t go well and the start command wasn&#8217;t working at all. We were using a dedicated technical account (AD [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dbi-services.com\/blog\/windows-server-service-not-starting-with-error-1067-the-process-terminated-unexpectedly\/\" \/>\n<meta property=\"og:site_name\" content=\"dbi Blog\" \/>\n<meta property=\"article:published_time\" content=\"2018-02-10T07:30:52+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/fmeAG_MC_Service_Start_Fail_Error.png\" \/>\n\t<meta property=\"og:image:width\" content=\"476\" \/>\n\t<meta property=\"og:image:height\" content=\"200\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\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=\"3 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\/windows-server-service-not-starting-with-error-1067-the-process-terminated-unexpectedly\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/windows-server-service-not-starting-with-error-1067-the-process-terminated-unexpectedly\/\"},\"author\":{\"name\":\"Morgan Patou\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/c4d05b25843a9bc2ab20415dae6bd2d8\"},\"headline\":\"Windows Server &#8211; Service not starting with &#8216;Error 1067: The process terminated unexpectedly&#8217;\",\"datePublished\":\"2018-02-10T07:30:52+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/windows-server-service-not-starting-with-error-1067-the-process-terminated-unexpectedly\/\"},\"wordCount\":615,\"commentCount\":0,\"image\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/windows-server-service-not-starting-with-error-1067-the-process-terminated-unexpectedly\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/fmeAG_MC_Service_Start_Fail_Error.png\",\"keywords\":[\"1067\",\"Active Directory\",\"FME\",\"Migration Center\",\"server\",\"Windows\"],\"articleSection\":[\"Application integration &amp; Middleware\",\"Enterprise content management\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/windows-server-service-not-starting-with-error-1067-the-process-terminated-unexpectedly\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/windows-server-service-not-starting-with-error-1067-the-process-terminated-unexpectedly\/\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/windows-server-service-not-starting-with-error-1067-the-process-terminated-unexpectedly\/\",\"name\":\"Windows Server - Service not starting with 'Error 1067: The process terminated unexpectedly' - dbi Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/windows-server-service-not-starting-with-error-1067-the-process-terminated-unexpectedly\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/windows-server-service-not-starting-with-error-1067-the-process-terminated-unexpectedly\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/fmeAG_MC_Service_Start_Fail_Error.png\",\"datePublished\":\"2018-02-10T07:30:52+00:00\",\"author\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/c4d05b25843a9bc2ab20415dae6bd2d8\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/windows-server-service-not-starting-with-error-1067-the-process-terminated-unexpectedly\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/windows-server-service-not-starting-with-error-1067-the-process-terminated-unexpectedly\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/windows-server-service-not-starting-with-error-1067-the-process-terminated-unexpectedly\/#primaryimage\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/fmeAG_MC_Service_Start_Fail_Error.png\",\"contentUrl\":\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/fmeAG_MC_Service_Start_Fail_Error.png\",\"width\":476,\"height\":200},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/windows-server-service-not-starting-with-error-1067-the-process-terminated-unexpectedly\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/www.dbi-services.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Windows Server &#8211; Service not starting with &#8216;Error 1067: The process terminated unexpectedly&#8217;\"}]},{\"@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":"Windows Server - Service not starting with 'Error 1067: The process terminated unexpectedly' - 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\/windows-server-service-not-starting-with-error-1067-the-process-terminated-unexpectedly\/","og_locale":"en_US","og_type":"article","og_title":"Windows Server - Service not starting with 'Error 1067: The process terminated unexpectedly'","og_description":"Some time ago, we were installing a Migration Center (from fmeAG) on a Windows Server and at the end of the installation, the service named Migration Center Job Server is configured and finally started. Unfortunately this didn&#8217;t go well and the start command wasn&#8217;t working at all. We were using a dedicated technical account (AD [&hellip;]","og_url":"https:\/\/www.dbi-services.com\/blog\/windows-server-service-not-starting-with-error-1067-the-process-terminated-unexpectedly\/","og_site_name":"dbi Blog","article_published_time":"2018-02-10T07:30:52+00:00","og_image":[{"width":476,"height":200,"url":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/fmeAG_MC_Service_Start_Fail_Error.png","type":"image\/png"}],"author":"Morgan Patou","twitter_card":"summary_large_image","twitter_creator":"@MorganPatou","twitter_misc":{"Written by":"Morgan Patou","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dbi-services.com\/blog\/windows-server-service-not-starting-with-error-1067-the-process-terminated-unexpectedly\/#article","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/windows-server-service-not-starting-with-error-1067-the-process-terminated-unexpectedly\/"},"author":{"name":"Morgan Patou","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/c4d05b25843a9bc2ab20415dae6bd2d8"},"headline":"Windows Server &#8211; Service not starting with &#8216;Error 1067: The process terminated unexpectedly&#8217;","datePublished":"2018-02-10T07:30:52+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/windows-server-service-not-starting-with-error-1067-the-process-terminated-unexpectedly\/"},"wordCount":615,"commentCount":0,"image":{"@id":"https:\/\/www.dbi-services.com\/blog\/windows-server-service-not-starting-with-error-1067-the-process-terminated-unexpectedly\/#primaryimage"},"thumbnailUrl":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/fmeAG_MC_Service_Start_Fail_Error.png","keywords":["1067","Active Directory","FME","Migration Center","server","Windows"],"articleSection":["Application integration &amp; Middleware","Enterprise content management"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dbi-services.com\/blog\/windows-server-service-not-starting-with-error-1067-the-process-terminated-unexpectedly\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dbi-services.com\/blog\/windows-server-service-not-starting-with-error-1067-the-process-terminated-unexpectedly\/","url":"https:\/\/www.dbi-services.com\/blog\/windows-server-service-not-starting-with-error-1067-the-process-terminated-unexpectedly\/","name":"Windows Server - Service not starting with 'Error 1067: The process terminated unexpectedly' - dbi Blog","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/windows-server-service-not-starting-with-error-1067-the-process-terminated-unexpectedly\/#primaryimage"},"image":{"@id":"https:\/\/www.dbi-services.com\/blog\/windows-server-service-not-starting-with-error-1067-the-process-terminated-unexpectedly\/#primaryimage"},"thumbnailUrl":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/fmeAG_MC_Service_Start_Fail_Error.png","datePublished":"2018-02-10T07:30:52+00:00","author":{"@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/c4d05b25843a9bc2ab20415dae6bd2d8"},"breadcrumb":{"@id":"https:\/\/www.dbi-services.com\/blog\/windows-server-service-not-starting-with-error-1067-the-process-terminated-unexpectedly\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dbi-services.com\/blog\/windows-server-service-not-starting-with-error-1067-the-process-terminated-unexpectedly\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.dbi-services.com\/blog\/windows-server-service-not-starting-with-error-1067-the-process-terminated-unexpectedly\/#primaryimage","url":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/fmeAG_MC_Service_Start_Fail_Error.png","contentUrl":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/fmeAG_MC_Service_Start_Fail_Error.png","width":476,"height":200},{"@type":"BreadcrumbList","@id":"https:\/\/www.dbi-services.com\/blog\/windows-server-service-not-starting-with-error-1067-the-process-terminated-unexpectedly\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.dbi-services.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Windows Server &#8211; Service not starting with &#8216;Error 1067: The process terminated unexpectedly&#8217;"}]},{"@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\/10813","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=10813"}],"version-history":[{"count":0,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/10813\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/media\/10814"}],"wp:attachment":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/media?parent=10813"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/categories?post=10813"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/tags?post=10813"},{"taxonomy":"type","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/type_dbi?post=10813"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}