GP 2013 Web Client – Cross Domain Error


This probably would be a common error faced by many of us across the GP world, while trying to access GP 2013 Web Client.

Upon launching GP web client on my browser, it asked me to enter my domain credentials and once I did that, I was greeted with following error:

Snip20131209_5

 

Complete error message is as follows:

Severity: Critical
Summary: An error occurred while initializing communication with the server.
Details: [CrossDomainError]
Arguments: https://<machine name>.<domain name>:48652/RuntimeService/5652
Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.20913.00&File=System.ServiceModel.dll&Key=CrossDomainError

Reason is quite trivial; I had entered the url on my browser as follows:

https://<machine name>/GP

Instead, I should have entered the url on my browser as follows:

https://<machine name>.<domain name>/GP

For instance, if my GP web client server name is GPDEV and my domain name is GPDOMAIN.COM, then I should enter my url as follows:

https://gpdev.gpdomain.com/GP

There could be several other reasons for this CrossDomainError issue, but above solution fixed mine.

VAIDY

Advertisement

3 thoughts on “GP 2013 Web Client – Cross Domain Error

  1. Pingback: GP 2013 Web Client – Cross Domain Error : Interesting Findings & Knowledge Sharing

  2. This was exactly my error but I am not sure I am creating the revised URL correctly. I am testing on a Azure VM which maybe clouds (ha, ha) the issue a bit but the URL which leads to the cross domain error when accessing from a browser not on the VM is https://xxxx.cloudapp.net/GP and I had named the domain DynAA.net (I am with DynAA — the Microsoft Dynamics Academic Alliance). The new URL https://xxxx.cloudapp.net.Dynaa.net/GP didn’t feel right and does not work (page cannot be displayed). Nor do a number of variations xxxx.DynAA.net etc (all lead to page cannot be displayed). If you have a quick thought it would be appreciated.

    Like

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s