We have two production servers SAP BO 4.1 SP5 Patch 2 in distributed environment. Between them configured two-way replication job for User groups with normal replication (parameters in attached image). Issue encouraged when in source system adding new user with new password and twice perform replications. Scenario is next:
1. Create new user account in source system and add it to the user group.
2. Run replication job to destination system. Replication performing normally.
3. User in destination system login in system and change initial password to new.
4. Run replication job a second time, replication performing.
5. But instead of syncing of users, replication exchanging passwords between systems, as follows: in origin system user user can login with new password, but in destination user account will be with initial password.
6. If we run replication job a third time, password will be exchanging between systems: in origin system - initial, in destination - changed.
Replication log looks like:
Run | System | Time | Password |
---|---|---|---|
1 | Origin (PUSH) | 2015-03-20T07:19:06.561Z | Initial |
1 | Destination | -- | Initial |
User changed password in destination system | |||
2 | Origin (PUSH) | -- | New password |
2 | Destination (PULL) | 2015-03-20T07:26:13.279Z | Initial |
3 | Origin (PUSH) | 2015-03-20T07:34:44.349Z | Initial |
3 | Destination (PULL) | 2015-03-20T07:34:46.216Z | New password |
Users can login and change passwords in both systems: in source and in destination
Can anybody suggests ways of syncing users through federation service?