Mongo DB & Liferay Integration

If you spend any time in blogs or in online I.T. press you hear Big Data, scalable solutions, and NoSQL databases all the time.  One popular NoSQL database solution is Mongo DB. Mongo is “document-based”, not “table-based”.  It...

Compile mod_jk

This post briefly explains how to compile mod_jk on the Centos6.3 OS. Mod_jk is an Apache module that is used to connect Tomcat to Apache Http server or other web servers. System Setup OS: Centos 6.3 Webserver: Apache Http Server 2.2.15 Application Server: ...

Informix error -136: “no more extents”

Informix software has a hard limit of 16,777,134 for the number of data pages that can be used in a single table partition.  This is true for all versions of Informix software from 7.31 to 11.70.  Unfortunately, if you hit this limit, the message that is...

SQL Server History Cleanup Task

This feature in the maintenance plans in SQL Server seems to be either ignored or over used. Either people do not put this step into any maintenance plan causing MSDB database to grow large over time. Or they have this step placed in every maintenance plan not fully...