IBM Support

While turning off admin mode "BMXAA3994W - Some of the servers on this cluster are in Admin mode and some are not..." message is displayed.

Troubleshooting


Problem

While turning off admin mode "BMXAA3994W - Some of the servers on this cluster are in Admin mode and some are not. Wait several minutes until all instances are in the same mode and then try again." message is displayed. If you check Admin mode link even after 20/30 minutes, the same message appears and the issue doesn't get resolved even after waiting for a very long time.

Diagnosing The Problem

This article is applicable when following SQL query returns a record.
select * from maxlicappaccess where expressuse not in (select value  from synonymdomain where domainid='APPACCESS')

Resolving The Problem

On the Manage database, execute following 4 SQL statements.
update maxlicappaccess set expressuse = (select value
 from synonymdomain where domainid='APPACCESS' and maxvalue='NOACCESS' and defaults=1) where expressuse = 'NOACCESS' ;
update maxlicappaccess set expressuse = (select value
  from synonymdomain where domainid='APPACCESS' and maxvalue='READONLY' and defaults=1) where expressuse = 'READONLY' ;
update maxlicappaccess set expressuse = (select value
  from synonymdomain where domainid='APPACCESS' and maxvalue='READSAVE' and defaults=1) where expressuse = 'READSAVE' ; 
update maxlicappaccess set expressuse = (select value
  from synonymdomain where domainid='APPACCESS' and maxvalue='FULLACCESS' and defaults=1) where expressuse = 'FULLACCESS' ;

 

Document Location

Worldwide

[{"Type":"MASTER","Line of Business":{"code":"LOB59","label":"Sustainability Software"},"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SSRHPA","label":"IBM Maximo Application Suite"},"ARM Category":[{"code":"a8m3p000000hAeaAAE","label":"Maximo Application Suite->Manage"}],"ARM Case Number":"","Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"8.1.0"}]

Document Information

Modified date:
28 July 2021

UID

ibm16474539