CAG Protocol Driver Error
Found this issue on the datacrash.net forum..thanks EkilErif:
Here is what I did to resolve the problem:
- Log on to my AAC Server with Administrative rights.
- Increase the ticket timeout value in the web.config file on the Advanced Access Control server. The path to the file is:
C:IntepubwwwrootCitrixAuthServiceWeb.config
- Find lines 104-106 in the web.config file. The default setting for the CGP ticket time is 15 seconds:
<add key=”TicketProfile_SGC_HTTP” value=”MULTIUSE,15,1200,true,true” />
<add key=”TicketProfile_ICA_CGP” value=”REVOLVING,15,600,true,true” />
<add key=”TicketProfile_ICA_CGP” value=”REVOLVING,15,600,true,true” />
- Increase the expiration time from 15 to 85 or to something a bit more suitable for your particular environment. For example:
<add key=”TicketProfile_SGC_HTTP” value=”MULTIUSE,85,1200,true,true” />
<add key=”TicketProfile_ICA_CGP” value=”REVOLVING,85,600,true,true” />
<add key=”TicketProfile_ICA_CGP” value=”REVOLVING,85,600,true,true” />
- Save the web.config file and restart the Advanced Access Control services using the service configuration. It may be simpler to just reboot the server if possible!
If this post helped you out, help me out and visit some of my sponsers on the left or right..
Thanks..!
Tags: User, Login, Protocol Driver Error, Citrix Access Gateway
