Enterprise content management Documentum story – HA configuration best practice 30.09.2016 by Middleware Team We went to a performance issue and some failed failover regarding the content server and the JMS. Thus we asked EMC for recommendations and it seems that the configuration can be slightly different than the official documentation. Here are the(…)
Database Administration & Monitoring Initiate a local GIT repository in command line 02.09.2016 by Middleware Team Objective of the document is to describe how to start manually with command lines a development project, from an existing GIT repository. Usage of GIT protocol for software development empowers projects team management. It is intended to ease(…)
Application integration & Middleware Documentum Administrator UCF Troubleshooting 19.08.2016 by Middleware Team Maybe you had some issues with UCF in DA as me. I had this for no reason since few days at a customer. The problem was that we use SSL with DA and the Unified Content Facilities (UCF) wasn’t happy(…)
Development & Performance Java reflection: Get classes and packages names from a root package within a custom URLClassloader 18.08.2016 by Middleware Team I have got a case for which I needed to use a custom Classloader, in order to find the list of classes and packages available across several software plugins materialized by a set of jar files. These jar files(…)
Application integration & Middleware Documentum Multiple ADTS: Switching rendition queue 29.06.2016 by Middleware Team As part of my previous posts about having 2 rendition servers for one docbase (see below), I’ll show you how to simply switch a rendition queue item to the other server – http://dbi-services.com/blog/documentum-multiple-adts-ratio-of-rendition-creations-between-instances-part-1/ –(…)
Application integration & Middleware Upgrading to 7.2 created a new ACS. How to remove it and test it? 24.06.2016 by Middleware Team I had this strange behavior that once upgraded from 6.7 to 7.2 a new ACS was created. I think it’s because the current ACS name didn’t fit the new ACS name pattern. Well it’s not a big issue to have(…)
Application integration & Middleware, Development & Performance PKI – SSL certificates management with Java keytool and OpenSSL 27.05.2016 by Middleware Team In this blog, we will cover all steps to enable SSL encryption for a particular server. The procedure described here applies mostly for Java based servers and applications, with usage of a keystore. In the case the organization(…)
Application integration & Middleware xPlore list all ids from xhive 04.05.2016 by Middleware Team I went into a case that I found a kid of ‘Ghost’ index which I may present in another blog. But to summarize I had to get the full list of indexes from the xPlore server. The problem is(…)
Application integration & Middleware, Development & Performance Java: Cannot delete file? 14.04.2016 by Middleware Team You may once went into the struggle to delete a file in java? So do I… I went so mad when I figured out that my files were still present even after a file.delete() or file.deleteOnExit(). It always(…)
Application integration & Middleware ADTS missing profiles 31.03.2016 by Middleware Team He he, long time no see, ADTS… It has been a long time I didn’t go into trouble with ADTS. As the new 7.2 ADTS is pretty well constituted this time the issue came from me, I admit. Once upon(…)