IBM UDB DB2 Database restore and SQL1035N

SQL1035N  The database is currently in use.  SQLSTATE=57019 IBM UDB DB2 V9.7/10.1/10.5 on Windows/UNIX/Linux I have been trying to create a script that will refresh the test database using QA data on a regular schedule. As part of the script I force all...

Liferay integration with Solr cloud – Part 2

As a follow up to my last blog post on Integration Liferay with Solr Cloud, I felt that this post will help enhance Liferay’s integration with Solr cloud further by reducing the number of indexing requests that are fired off to Solr instances thus reducing the...

What’s new with Informix Update Statistics

Anyone who has worked with an Informix database knows that the moment you run into a query performance issue, you start with update statistics on that table.  This was always what we were taught in support and talking with big names at IIUG, it’s still the...

Azure SQL Databases

Managing Logins If you have worked with SQL Server a while you may recognize there is a difference between logins and users.  When it comes to managing security with SQL Server it is important to know the difference, and the differences that have come about over...

Interaction of Liferay with Amazon S3

Overview Liferay is at the forefront of providing integration with many popular platforms for Documents and Media. One of the options provided by Liferay out-of-the-box is integration with S3. S3 is a service provided by Amazon. Amazon S3 (Simple Storage Service) is...

Better Liferay Sharing with Facebook and Twitter Tags

Sharing links on Facebook and Twitter is a huge traffic driver for websites. We’ve all pasted a link into that little box and watched that preview magically appear, but how does it know what to put in there? The answer is ‘Well, it does kind of, but not...

Easy Xuggler install on Liferay 6.2

In a previous blog I had posted what can only be described as a rather complicated process for enabling Xuggler in Liferay 6.1. The primary problem was Xuggler itself. Since then, Xuggler, had a couple of releases that greatly improved it’s deployability,...
Make your dynamic data list more powerful

Make your dynamic data list more powerful

Liferay Dynamic Data List is a powerful tool to create simple CRUD applications without writing any code. But it is not powerful enough to create a real dynamic application, because simple CRUD actions do not contain business logic. For example, if we want to...

Alerting on elevation of privileges in SQL Server

Many of our Virtual-DBA clients need to complete audits for compliance with regulations. SOX (Sarbanes Oxley) is a common audit that our customers need to successfully complete. A common question the auditors ask is, “How do you know a user has been granted elevated...

LPX-00106: DataGuard Observer is Version Picky

If you’re like me, you tend to brush off concerns of compatibility between Oracle Client and Server versions.  After all, SQL*Plus hasn’t changed much in the last 15-20 years, and I’ve gotten used to being able to connect to pretty much any...

Mega Menu Portlet

Tasked to think of an easy way for users to create a mega menu, I came up with a 2 portlet display/config portlet combo. At the same time, I also wanted to try JSF after hearing so many good things about it. Here we go! Menu Config Portet Let’s first see how the UI...