No endpoint listening
- Last UpdatedJan 13, 2022
- 1 minute read
Error description
When trying to PING another location the following error is displayed:

Solution
Check products, I.E. 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.