Application integration & Middleware, Enterprise content management Documentum – Rename of Lockbox on RCS/CFS 24.03.2020 by Morgan Patou As you probably know, Documentum introduced the optional use of a Lockbox since version 7. It was done initially to contribute to the security of the AEK key which is one of the central components of a Content Server. Time(…)
Application integration & Middleware, Enterprise content management Documentum – dm_DMFilescan fails with invalid method_verb? 23.03.2020 by Morgan Patou Recently in a project, one of the Documentum environments we were working on started showing failure on the execution of the dm_DMFilescan job and only this one. After a couple minutes of investigation, I quickly found the root cause of(…)
Application integration & Middleware, Enterprise content management Documentum – LSS registerOracleVersionView script with wrong content 22.03.2020 by Morgan Patou As discussed in a previous blog, working with LSS might prove a little bit challenging from time to time. In this blog, I wanted to share an error I saw while installing LSS 16.6.1 on an(…)
Application integration & Middleware, Enterprise content management Documentum – D2-Smartview class cast exception 21.03.2020 by Morgan Patou D2-Smartview is a new UI that OpenText now provides starting with the version 16 of D2. It’s a lightweight UI that can perform some of the actions that D2 does. The list of features will probably increase with time but(…)
Application integration & Middleware, Enterprise content management Documentum – A first experience with the Life Sciences Suite 16.6.1 silent installation 14.03.2020 by Morgan Patou A few months ago, I was working on automating an LSS installation for a customer so I thought about sharing my experience around that topic… LSS is the Life Sciences product from OpenText (formerly EMC->Dell->OpenText). It can be split into(…)
Enterprise content management Tracking Logs Inside a Documentum Container (part II) 30.01.2020 by Oracle Team Testing the log watcher This is part II of the article. Part I is here. All the above code has to be included in the entrypoint script(…)
Enterprise content management Tracking Logs Inside a Documentum Container (part I) 30.01.2020 by Oracle Team Containers running under docker can have their stdout observed from the outside through the “docker logs”command; here is an excerpt of its usage: docker logs --help Usage: docker logs [OPTIONS] CONTAINER Fetch the logs of a container Options: --details Show(…)
Application integration & Middleware, Enterprise content management Documentum – Java exception stack on iAPI/iDQL login 05.01.2020 by Morgan Patou Recently, I was doing some sanity checks on a Documentum Server and I saw a Java exception stack while logging in using iAPI/iDQL to a Repository. It was reproducible for all Repositories. I’ve never seen something like that before (or(…)
Application integration & Middleware, Enterprise content management, Kubernetes Documentum – Connection to docbrokers and Repositories inside K8s from an external DFC Client 04.01.2020 by Morgan Patou How can you connect an external DFC Client to docbrokers and Repositories hosted on Kubernetes Pods? That seems to be a very simple question yet it might prove difficult… Let’s talk about this challenge in this blog and possible solutions/workarounds.
Enterprise content management A Ruthless Repository Shutdown Utility, Part II 18.12.2019 by Oracle Team Stopping the unreachable repositories Suppose that the docbroker has been stopped prematurely and that we want to shut down the repositories but the out-of-the-box dm_shutdown_repository is not effective. Why is it so by the way ? If we look closely(…)