Multiple DB2 DBI1087E errors are reported in smit.log during the Blueworx Voice Response 6.1 (6.1.0.0) base installation. The installp may have reported SUCCESS on all the filesets, but the following database setup (DTdatabase) may fail.
DBI1087E An attempt to create the link /usr/include/asn.h failed. ... DBI1087E An attempt to create the link /usr/lib/libdb2.a failed.
The cause of the problem is that previously Blueworx Voice Response 4.2 was installed, and the installation program for Blueworx Voice Response Version 6.1 failed to create links for DB2 V9.5.
cd /usr/include ls -l asn.h lrwxrwxrwx 1 root system <date> asn.h -> /usr/opt/db2_08_01/include64/asn.h
To resolve the problem:
/usr/opt/db2_08_01/cfg/db2rmln
/opt/IBM/db2/V9.5/cfg/db2ln
# ls -l /usr/lib/libdb2.a
It should now link to /opt/IBM/db2/V9.5/lib64/libdb2.a
# ls -l /usr/include/asn.hIt should now link to /opt/IBM/V9.5/include/asn.h.