Synchronizer Web Admin cannot communicate with the LDAP server
The process of adding users does not proceed as expected
In Synchronizer Web Admin, stop the GroupWise Connector and the Mobility Connector.
In Synchronizer Web Admin, add the LDAP group to the GroupWise Connector.
In a terminal window, access the Synchronizer database (datasync):
Log in as root.
Access the Synchronizer database:
psql -U datasync_user datasync
Enter the Synchronizer database password.
At the datasync=> prompt, verify that all of the users in the LDAP group are successfully added to the GroupWise Connector:
List the number of users who have been added to the GroupWise Connector.
select count(*) from targets;
This number includes the LDAP group.
Repeat the select command until the number of users that have been added to the GroupWise Connector matches the number of users in the LDAP group.
In Synchronizer Web Admin, start the GroupWise Connector.
In Synchronizer Web Admin, add the LDAP group to the Mobility Connector.
At the datasync=> prompt, verify that users have been added to the Mobility Connector:
Repeat the select command until the number of users has doubled (the same set of users added to two connectors).
List all of the users and the connectors to which they have been added:
select dn,"connectorID", disabled from targets order by dn;
All users who have a 0 (zero) in the
column have been successfully added to the connector listed in the column.At the datasync=> prompt, verify the users in the Mobility database (mobility):
Change to the Mobility Connector database:
\c mobility
List the number of users who have been added to the Mobility Connector:
select count(*) from users;
This number includes only the users who have been added to the Mobility Connector.
When you have finished, exit from the database.
\q
In Synchronizer Web Admin, start the Mobility Connector.