Problem(Abstract)
Starting application server receives "BMXAA6473E - Maximo failed to start" error.
Cause
Incomplete or pending database configuration
Diagnosing the problem
Run the following query
select varname, varvalue from maxvars where varname='CONFIGURING'
Resolving the problem
If this query returns varvalue 1 then run update query
update maxvars set varvalue= 0 where where varname='CONFIGURING'