Google I/O 2015 Registration Opens Until March 19 at 5:00PM PDT

The most awaited tech event of Google is here. The registration is closing on March 19 at 5PM Pacific Time. Google is going to demonstrate what they prepared for the…

Twitter app idea: Urdu poetry meme

red blue and yellow textile

Just hit an idea to write a Twitter bot or a meme that will collect Urdu poetry tweets specified by a hashtag stores it in it’s database. And people who…

Fixing “The transaction log for the database is full” problem in DB2

person sticking a post it on a white board with the words how to written on it

[IBM][CLI Driver][DB2/AIX64] SQL0964C The transaction log for the database is full. SQLSTATE=57011 The above mentioned error occured when database log file is not large enough for the application to create…

When you should not use an ORM?

data codes through eyeglasses

In design circles the importance of ORM is too much discussed. And different ORM implementations are compared with respect to their robustness. Last place where I worked, there was no…

How to remove campaign Custom Attributes in Unica Campaign?

That’s pretty simple. But you have to do it in UA_SYSTEM_TABLES database. There is no graphical way to remove campaign Custom Attributes. Put your attribute ID on above placeholders and…

How to connect Cognos 10.2 with DB2 v9.7 data source on AIX?

person sticking a post it on a white board with the words how to written on it

To access DB2 remote database data source in Cognos you have to do following things on Cognos machine. Install DB2 client Set DB2 envoirnment variables Catalog remote host and database…

How to access remote database from DB2 client?

person sticking a post it on a white board with the words how to written on it

If you want to access a remote DB2 (v9.7) database from another host that’s running DB2 client. You have to do following things on client machine: Adding remote host in…

Fixing “Class has two properties of the same name” exception

I started to learn JAXB from Vogella tutorial site. I changed the package and project name, and running the example generated following exception. Solution: After some googling I figured out,…

Could not start the IBM Unica Campaign Listener service on Local Computer error

I was running a successful installation of IBM Unica Campaign on Windows 2003 VM. By some how I have to give a restart to the machine because it was halt….

How to add Netezza ODBC datasource in IBM Unica Campaign?

This tutorial is about adding Netezza (a data warehouse appliance) ODBC based data source in IBM Unica Campaign. So that you can import tables from data warehouse to Unica and…