Hii All..
i am facing "BMXAA0025E AppServerSecurity error"... but as i am logging in maximo
Then i have checked Systemout log file in this it is showing error:
"ERROR: Failed to perform LdapSynkCronTask"
To solve this error
I have done following changes :
1. changes useappServerSecurity value as 0 in all 3"web.xml" file...
in maximouiweb , in meaweb ,and in mboweb folder.
<env-entry
<description>Indicates whether to use Application Server security or not</description>
<env-entry-name>useAppServerSecurity</env-entry-name>
<env-entry-type>java.lang.String</env-entry-type>
<env-entry-value>0</env-entry-value>
</env-entry>
2. changes value in database table as followings:
..Value of MAXPROPVALUE.PROPVALUE=0 for mxe.useappServerSecurity
..Value of CRONTASKINSTANCE.ACTIVE=0 for LDAPSYNK
..Value of CRONTASKINSTANCE.ACTIVE=0 for VMMSYNK
But Even though i m facing Same
"BMXAA0025E AppServerSecurity error"...
What should i try..
