9/11/2014

Unable to turn Off the Admin mode in Maximo

Problem(Abstract)

Receiving errors on the Database Configuration screen when shutting down Admin Mode:

BMXAA4030I - Starting to set Admin Mode ON.
BMXAA4004I - Admin Mode is pending (turning on) for this server.
BMXAA4013I - Setting maxvar ADMINRESTART to ON.
BMXAA4008I - Notifying users to sign out.
BMXAA4036W - All users will be logged out in 1 minutes!
BMXAA4007I - Administratively logging out all remaining users.
BMXAA4011I - Waiting until all cron tasks are sleeping...
BMXAA4010I - Preventing events from firing.
BMXAA4014I - Setting this server's maxsession active flag to 0.
BMXAA4032I - Successfully set Admin Mode ON.
system#AdminModeIsConfiguring
system#AdminModeIsConfiguring
system#AdminModeIsConfiguring
system#AdminModeIsConfiguring
system#AdminModeIsConfiguring

Cause

Database in a state of configuring.

Diagnosing the problem

Run this statement on the database: select * from maxvars where varname='CONFIGURING';

Resolving the problem

If the value is 1
Run this update statement below to set the value to 0
update MAXVARS set varvalue='0' where varname='CONFIGURING';
This will reset the flag and will allow Admin Mode to be shut down.

No comments:

Post a Comment