The Exchange Remote Agent utilizes the CA Message (CAM) and CA File Transfer (CAFT) services for communication.
When a firewall exists between the Provisioning Server and the Exchange Server, specific port configurations are required to ensure reliable delivery. By default, CAM utilizes UDP, which is often blocked or unreliable across enterprise firewalls.
Identity Manager 14.x
CAM defaults to UDP for message transfer. If one node is configured for TCP while the destination node is still using UDP, or if the path is not "fixed," CAM may silently revert to UDP, causing firewall drops and connection failures.
protocol mismatch errors.LDAP error 91-Can't connect to the LDAP server.To ensure stable communication through a firewall, CAM must be forced to use TCP on port 4105 with fixed paths on both the Provisioning Server and the Exchange Server.
On Machine 1 (Provisioning Server):
camconfig paths "Machine2_Hostname protocol=tcp"camconfig config "fixed_paths=yes"On Machine 2 (Exchange Server):
camconfig paths "Machine1_Hostname protocol=tcp"camconfig config "fixed_paths=yes"