Ironic... Here I am trying to resolve a problem with DB2 which I don't have with MySQL, i.e. MySQL installs itself calmly and successfully and DB2 can't even create it's own users correctly during setup.
I'm trying to evaluate viability of DB2 as a replacement to MySQL when our apps are in the enterprise space.
I'm installing DB2 Express C (or whatever IBM is calling it today) on CentOS 4.3 (100% RHEL4 binary compatible) and getting the following error:
Quote:
Creating DB2 instances:.......Success
Building list of databases to create:.......Success
Creating DB2 databases:.......Success
Configuring the DB2 Administration Server:.......Success
Updating global profile registry:.......Success
The contact "contact1" was successfully added.
Configuring health alert notifications:.......Success
ERROR: SQL4400N "db2inst1" does not have the authority to perform the administration
task at the DB2 Administration Server.
ERROR:An error occurred while running the command
"/home/db2inst1/sqllib/bin/db2 CREATE TOOLS CATALOG SYSTOOLS USE EXISTING
DATABASE TOOLSDB FORCE" to initialize and/or migrate the DB2 tools catalog
database. The return value is "4".
Creating DB2 tools catalog:.......Failure
WARNING:A minor error occurred while installing "IBM DB2 Universal Database
Express Edition" on this computer. Some features may not function correctly.
|
Can you shed any light on what may be causing this?
Thanks,
Jeremy