*If you change the Application Name, then the address of the WebApp_JobEventHandler endpoint in the WCF client configuration of Pipeline Manager must be changed as well.
In "C:\Program Files\Actify\Centro\PipelineManagerService\Configuration\WCF" edit,
local_client.config
remote_client.config
Example,
If I install Centro with the name "Centro-install", then I need to change the endpoint address to "net.pipe://localhost/Centro-install/JobEventHandler_svc/JobEventHandler.svc" in Pipeline Manager.
<endpoint address="net.pipe://localhost/Centro-install/JobEventHandler_svc/JobEventHandler.svc" binding="netNamedPipeBinding" bindingConfiguration="named_pipe_binding" contract="KitKat.ServiceContracts.ManagerContracts.IJobEventHandler" name="WebApp_JobEventHandler" />