Hi,
I'm having an issue when configuring Mirosoft CRM to work on Laptops with a proxy.pac file.
CRM itself, works fine on the Laptops via Web access and also via the Outook plugin. If I enable our Proxy.PAC file in internet explorer options (hosted locally in C:\Proxy\proxy.pac) the weba ccess still works, but it wont connect the Outlook client.
Proxy PAC reference:
Obviously address.com is the direct link where our CRM site is hosted and there is lots more links/info in the proxy.pac file
I have tried Googling this issue, and tried the suggestions in these links:
http://social.microsoft.com/Forums/en-NZ/crm/thread/ceee893e-dcb5-4085-8cec-d0580bc7b6b1
http://support.microsoft.com/kb/2664157
http://community.dynamics.com/product/crm/f/117/p/12198/16569.aspx#16569
...but neither worked, in fact with those ammendmants Outlook launches but doesn't even prompt for a login to CRM.
Any suggestions? Googling the issue seems to find lots of people have issues configuring CRM to work via the Outlook plugin if they have a proxy.pac file.
I'm having an issue when configuring Mirosoft CRM to work on Laptops with a proxy.pac file.
CRM itself, works fine on the Laptops via Web access and also via the Outook plugin. If I enable our Proxy.PAC file in internet explorer options (hosted locally in C:\Proxy\proxy.pac) the weba ccess still works, but it wont connect the Outlook client.
Proxy PAC reference:
Code:
if (shExpMatch(host, "https://address.com")) { return "DIRECT" }
Obviously address.com is the direct link where our CRM site is hosted and there is lots more links/info in the proxy.pac file
I have tried Googling this issue, and tried the suggestions in these links:
http://social.microsoft.com/Forums/en-NZ/crm/thread/ceee893e-dcb5-4085-8cec-d0580bc7b6b1
http://support.microsoft.com/kb/2664157
http://community.dynamics.com/product/crm/f/117/p/12198/16569.aspx#16569
...but neither worked, in fact with those ammendmants Outlook launches but doesn't even prompt for a login to CRM.
Any suggestions? Googling the issue seems to find lots of people have issues configuring CRM to work via the Outlook plugin if they have a proxy.pac file.