Enterprise content management HowTo – Detect and analyze long/stuck threads in Tomcat 18.12.2023 by Morgan Patou Most Application Servers allow for long and/or stuck threads detection, to let you know that something is currently very slow, waiting on something or just simply stuck. On tomcat, this isn’t enabled by default, and you need to manually configure(…)
Azure, Enterprise content management HowTo – Generate a custom AzureAD SSO Certificate 15.12.2023 by Morgan Patou As you know, Azure Active Directory offers quite a big range of solution for Single Sign-On (SSO) with out-of-the-box capabilities and features that are quite good. But once the initial setup has been done, you will then need to manage(…)
Application integration & Middleware, Enterprise content management HowTo – Create a quick Documentum rendition report 15.12.2023 by Morgan Patou When working with any ECM solution, you will have to manage a rendition software. This is used to transform the native documents from most formats (docx, pptx, xlsx, txt, jpeg, png, svg, etc.) into another format (pdf, png, etc.). The(…)
Enterprise content management Documentum – xPlore CPS temporary folder not being cleaned properly 14.12.2023 by Morgan Patou At a customer using Documentum inside Kubernetes, unusually frequent restarts of xPlore containers were noted a couple weeks after the introduction of CPS Only pods on the different Production environments. The customer had a very simple Standalone xPlore setup, with(…)
Enterprise content management Alfresco – Use Alfresco for a Trivia Game – Play the game 07.11.2023 by Morgan Patou In previous blogs (here & here), I talked about the Repository skeleton necessary and then about how to use REST-API to add questions and answers into Alfresco for the Trivia Game. In(…)
Enterprise content management Alfresco – Use Alfresco for a Trivia Game – Add questions 06.11.2023 by Morgan Patou In a previous blog, I talked about using Alfresco to setup a simple Trivia Game and more specifically the Repository part of it, i.e., the meta-model and the structure I will use. In this second part,(…)
Enterprise content management Alfresco – Use Alfresco for a Trivia Game – Repository skeleton 06.11.2023 by Morgan Patou Have you ever wondered how you could use Alfresco to run a Trivia Game? No? Strange, I believe that should be a very important question to ask yourself when you are looking for an ECM for your company! If you(…)
Enterprise content management Documentum – xPlore CPS unreachable and not starting 04.11.2023 by Morgan Patou During an upgrade project of xPlore from 16.4 to 20.2 at a customer, I faced a quite interesting issue with the xPlore CPS (Content Processing Services) that couldn’t start properly and were, therefore, shown as “UNREACHABLE“. The funny thing is(…)
Enterprise content management Documentum – Unable to install an IndexAgent due to RSA/FIPS libraries 03.11.2023 by Morgan Patou A couple year ago at a new customer, I was asked to install a new xPlore IndexAgent on an existing Documentum 16.4 environment. Unfortunately, that installation didn’t succeed, and I ended up with the following install logs: [xplore@ds-0 ~]$ cd(…)
Application integration & Middleware, Enterprise content management Documentum – xPlore PrimaryDsearch not responding to curl/wget/browser requests anymore 03.12.2022 by Morgan Patou A few weeks ago, I faced an issue at a customer where xPlore PrimaryDsearch would stop responding to curl/wget/browser requests from time to time. The impacted environments were containers (pods) hosted on Kubernetes. At this customer, we were in progress(…)