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…

How to run DB2 store procedure from a shell script via root user?

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

If you have used default settings while installing DB2 on AIX. You have created db2inst1 user to use and access DB2. This post is related to the scenario, when a…

IBM InfoSphere Client v8.7: Failed to authenticate the current user against the selected Services Tier

The installation of IBM InfoSphere Client v8.7 on Windows 7 went very smooth without any warning and error. But while I gave credentials of my host to attach a project…

How to set JAVA_HOME environment variable for root user on AIX?

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

If you are following my previous post about installing Java 6 64bit on AIX 6.1 platform, next you have to set JAVA_HOME and PATH variables. If you want to set environment variables…

How to install Java 6 (Java6_64.sdk) on AIX 6.1?

This tutorial is about installation of Java6 64bit on AIX 6.1 platform. 1. Obtain the installer archive for Java6 64bit (Java6_64.sdk.6.0.0.385.tar). 2. Extract the tar file in the same directory…

How to configure Oracle’s data source in Unica for User Tables?

To import Oracle’s table into Unica Marketing Platform, you have to create Oralce data source. Following steps are required to successfully establish connection with Oracle database. Step 1: Adding Data…

How to insert and update records in external tables from Unica?

While working with external systems there are requirements when you have to insert and update records in a database table. To do it you must know the relevant process to…