On premise deployment: "Could not ping any of the provided service fabric gateway endpoints"

Hi Guys,

I am getting an error message “Could not ping any of the provided service fabric gateway endpoints” while running the below script for D365 FO on premise deployment.

LocalAgentCLI.exe Install

I am currently on the step 19

19. Configure a connector and install an on-premises local agent

I checked the Service fabric connection end point and it is connecting perfectly while running the script Connect-ServiceFabricCluster -ConnectionEndPoint “<IP address of cluster node”

Please help me if someone knows the resolution of this issue.

Thanks,

Uzair

Hi Muhammad

I hope you are well.

Did you find any solution for this … I have the same issue.

Any help with this is really appreciated :slight_smile:

Thanks

Ahmad Mohsen

This is FabricTransientException with error code GatewayNotReachable.
Figure out the point where you are connecting to Service Fabric and getting this exception and add retries over the same to avoid this.
This might be happening due to port exhaustion on your machine.