Application integration & Middleware Taskset: a useful tool to set CPU affinity 10.12.2014 by Grégory Steulet Today at the #ukoug_tech14 I had the chance to attend to the Christo Kutrovky’s session @kutrovsky (Pythian) about “Measuring Performance in Oracle Solaris & Oracle Linux”. This session aimed to present how to measure(…)
Application integration & Middleware Documentum Multiple ADTS: Ratio of rendition creations between instances (Part 1) 24.10.2014 by Middleware Team I recently realized there are very few information about multiple ADTS instances installation and management. And we have a customer which has two ADTS running for one docbase. I therefore decided to write a couple of blog posts on “Multiple(…)
Application integration & Middleware Documentum upgrade project: from D2-Config 3.1 to D2-Config 4.1 21.10.2014 by Middleware Team During a migration from D2-Config 3.0 to D2-Config 4.1, we have encountered 2 issues. In order to have a clean installation and the insurance of being able to backup the configuration, we have decided to perform a(…)
Application integration & Middleware Documentum upgrade project: Configuring NTLM SSO for D2 3.1 SP1 17.10.2014 by Middleware Team The Documentum D2 3.1 SP1 release is kind of a mix between D2 4.1 APIs (using D2FS in backend) and D2 3.1 front-end. It needs SSO to be fully implemented and the configuration has to be applied for 3.1(…)
Application integration & Middleware Documentum upgrade project: Wrong icons in D2 search results with xPlore 16.10.2014 by Middleware Team After migrating from “Fast” to “xPlore” Documentum full-text search engine, our team discovered wrong icons in D2 search results. Documents in checked-out state continued to be displayed with the normal icon, even if xPlore indexed attribute value for “r_lock_owner”.
Application integration & Middleware Documentum upgrade project: ADTS local user or domain user? 10.10.2014 by Middleware Team ADTS local user or domain user: Which user should I choose as the installation owner? This question is important if you are installing a new Advanced Document Transformation Services (ADTS). You can opt for a domain user in order to(…)
Application integration & Middleware Documentum upgrade project – from FAST to xPlore 09.10.2014 by Gérard Wisson We planned to do our full production upgrade in a weekend – and one part was the replacement of FAST by xPlore. As we had to index more than 10 millions objects, we had to find a solution where the(…)
Application integration & Middleware SQL Server 2014 Tips: Create indexes directly via CREATE TABLE 09.10.2014 by Stéphane Haby This week, I discovered a new enhancement which is not hidden but not really visible in SQL Server 2014. Among Hekaton and other new features in SQL Server 2014, a little option appears in table creation.8-O On the(…)
Application integration & Middleware SQL Patch: Another way to change the plan without changing the code 03.10.2014 by Nicolas Jardot Recently, at a customer site, I faced a performance issue. However, as often the statement is embedded in the application so it’s not possible to rewrite the query. In this blog post, we’ll change the execution plan to solve the(…)
Application integration & Middleware Java get Class names from package String in classpath 03.10.2014 by Middleware Team As a Java developer you probably used to know about reflexion. However, in order to keep your software architecture flexible, some functionalities are sometimes not provided out of the box by the JVM. In my particular case, I(…)