Thursday, 11th March 2010.

Posted on Monday, 28th September 2009 by Balazs

Synopsis
After changing the name of the host on which DB2 9.7 is running, the following error message is received when trying to start the database:
09/28/2009 02:32:50 0 0 SQL6048N A communication error occurred during START or STOP DATABASE MANAGER processing.
SQL1032N No start database manager command [...]

Tags: , ,
Posted in AIX, DB2 | Comments (Comments)

Posted on Monday, 7th September 2009 by Balazs

Intro
Snow Leopard comes with a native 64 bit Java 1.6 environment. The Open MQ binaries are made for the JDK 1.5 in 32 bit. This article shows how to make Open MQ work on OS X 1.6 by compiling from source.
Steps

Set environment
export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Home
export ANT_HOME=$HOME/apache-ant-1.7.1
export ANT_OPTS=-Xmx512m
export IMQ_HOME=$HOME/mq/dist/mq
export CLASSPATH=$CLASSPATH:$IMQ_HOME/lib/jms.jar:$IMQ_HOME/lib/imq.jar

Download and unpack ant in your home [...]

Tags:
Posted in Java, Technology | Comments (Comments)