If you migrated to Blueworx Voice Response Version 6.1 from Blueworx Voice Response Version 4.2 you
need to copy (migrate) the Blueworx Voice Response data
from the old DB2 Version 8.1 database to the new DB2 Version 9.5 format
as follows:
Start
- Log on to the DB2 server as dtdb23in.
- Type the following command to invoke the editor and press Enter:
vi /home/dtdb23in/sqllib/db2nodes.cfg
To save the db2nodes.cfg file you may have
to use the:w! command instead of simply :w.
- Type the following commands, pressing Enter after each
one:
- chmod 444 /home/dtdb23in/sqllib/db2nodes.cfg
- db2 force applications all
- db2 terminate
- db2stop
Wait until all DB2 processes have stopped (you can check this
using the ps –ef | grep db2 command). The db2fmcd
process will continue to run, but this does not cause any problems.
If DB2 does fail to stop, use the command db2stop force.
- Log on as root.
- Type the following command and press Enter:
/usr/lpp/dirTalk/tools/DTdatabase –m
If an error message is generated, take the following
action:
- Retry the command
/usr/lpp/dirTalk/tools/DTdatabase -m
This
should now complete without any errors.
- Enter the following commands, pressing Enter after each
one:
- su - dtdb23in
- db2set DB2COMM=TCPIP
- db2 "update dbm cfg using DIAGLEVEL 3"
- exit
Next step: Go to Setting ownership of the DTTAs.