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(…)
Application integration & Middleware Documentum upgrade project: D2-Client and missing icons 29.09.2014 by Gérard Wisson The new D2-Client does not correctly display the icon for some formats. This usually happens when the icon.css is not up to date based on the content format in the repository. The solution is to find these formats and update the(…)
Application integration & Middleware SQL Server 2014: classic commit vs commit with delayed durability & I/Os 23.09.2014 by Microsoft Team When you learn about SQL Server, you will often hear that a commit transaction is a synchronous operation and that you can trust it. In this blog post, I will provide some details about what we mean by synchronous(…)
Application integration & Middleware Documentum upgrade project: D2-Client, facets and xPlore 22.09.2014 by Gérard Wisson To enhance the search capability we had to configure xPlore to use the new customer attributes as facets and configure D2 to use the default and new facets. Configuring xPlore to use facets with the customer attributes Stop the Index(…)
Application integration & Middleware OAM 11gR2PS2 series – Introduction 17.09.2014 by Arnaud Berbier In this blog post, I will share my experience acquired on a customer interesting challenge which was a critical mission. The mission was not as easy as expected. On my side, all troubles that could happen to migrate an entire(…)
Application integration & Middleware Documentum upgrade project – ActiveX and D2-Client 3.1Sp1 15.09.2014 by Gérard Wisson This is another blog posting an our Documentum upgrade project. This time, the following issue occured: the ActiveX could not be installed using the D2-Client. We had to access the D2-Config url to have it installed. For a normal user,(…)
Application integration & Middleware Kerberos SSO with Liferay 6.1 14.09.2014 by Morgan Patou In my previous blog, I described the process to install a Kerberos Client and how to Kerberized Alfresco. In this blog, I will continue in the same way and present another application that could be configured to use(…)
Application integration & Middleware Documentum upgrade project – Documentum Administrator and ACS 12.09.2014 by Gérard Wisson After having installed the Documentum Administrator, one of our test was to open a document. When I opened one for the first time the content was empty although I knew it contained text. But the correct content was well displayed when I(…)