Issue
When trying to start the DSP service on the Windows coexistence server, the service times out and does not start.
Solution
This can be occur when the Binary Tree Windows coexistence server does not have internet access. This is the result of the .Net common language runtime (CLR) trying to verify the authenticode signature at load time to create the publisher evidence for the assembly.
To prevent the service from trying to connect to the internet during startup please complete the following steps:
1. From the Windows coexistence server navigate to the C:\Program Files\Binarytree\CMT for coexistence 3.0 Exchange\DirSync\ directory
2. Using Notepad edit the Binarytree.Coexistence.DirSync.Exchange.Exe.Config file
3. Scroll to the bottom of the configuration file and add the following lines after the last entry
<runtime>
<generatePublisherEvidence enabled="false"/>
</runtime>
4. Save and close the file and start the DSP service
For more information regarding the .Net common language run time publisher evidence please see the following link: http://msdn.microsoft.com/en-us/library/bb629393.aspx
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center