Management console unable to find the 2nd Pool Manager Server it says PoolB is not available.
"500 Server Error The call failed on the server; see server log for details".
SolutionIn the second server manager, we updated the ldap.config file to connect to the management console host where the embedded ldap server is running.
MgmtLdapConfig {
com.sun.security.auth.module.LdapLoginModule REQUIRED
userProvider="ldap://(workingmachine hostname):15389/ou=Users,ou=Management,ou=JETI,dc=Teamcenter,dc=PLM,o=Siemens"
authIdentity="uid={USERNAME},ou=Users,ou=Management,ou=JETI,dc=Teamcenter,dc=PLM,o=Siemens"
authzIdentity=controlRole
useSSL=false
debug=false;
};
Restart Server Manager after making changes to this ldap.config file.
After login to Management Console now able to see the 2nd Pool.