Friday, July 11, 2014

Slow GP login

We had a client running GP from a Citrix server.  For some reason GP decided to take its sweet time to log users in one day.  I clocked over 10 minutes to be able to login.

I found this blog that gave the answer: add the following section to the Dynamics.exe.config file on the Citrix server.

  <runtime>
              <generatePublisherEvidence enabled="false"/>
      </runtime>

Add that to the end of the config file just before the </configuration> line and users were logging in inside of 30 seconds.

No comments:

Post a Comment