No Endpoint Listening
- Last UpdatedMay 16, 2023
- 1 minute read
Error description:
When trying to PING another location the following error is displayed:

Solution:
Check products, that means, Admin, Global, PDMS or E3D, file GlobalWCFClient.config. for consistent port and protocol:
<appSettings>
<addkey="baseaddress"
value="http://localhost:8000/Design_Time_Addresses/GlobalWcfServiceLib/GlobalWcfService_11_1_201011/"
/>
<add key="GLOBAL_PROTOCOL" value="RPC" />
</appSettings>
Also refer to Enable RPC Security and WCF Endpoint for further information.