In the Forms 12 Spring 2025 Release (Version 2025H1) there is a line in the change log that says "Multi-Server Configuration Utility now handles UserSyncClient.exe.config settings (525214)".
What settings is this handling?
In the Forms 12 Spring 2025 Release (Version 2025H1) there is a line in the change log that says "Multi-Server Configuration Utility now handles UserSyncClient.exe.config settings (525214)".
What settings is this handling?
The Forms UserSyncClient handles sync'ing users/groups from Directory Server to Forms. It communicates with the Forms Routing Service and has a connection security mode (WinAuth/Transport; client certificate, etc.) just like other Forms components.
Previously, when you used the Forms Multi-Server Configuration Utility to update the security mode and endpoints of Forms components on the server, it didn't update the UserSyncClient.exe.config like it did the two web.config and RoutingEngineServiceHost.exe.config files (as applicable). If the UserSyncClient and Forms Routing Service security modes were mismatched, they failed to communicate.
The version of the utility released with 2025H1 now updates UserSyncClient.exe.config. It not handling that component before was an omission we corrected.