Does the Desktop Client work properly?
Did you install SQL and ServiceTier properly (combined on one Server or splitted?)
Are SQL and NAV Service running?
Also, please dont overuse exclamation marks. Nobody wants to be shouted at.
RTC client working properly,
architecture is as follows (sql Cluster (2 nodes), Nav Cluster (2 node) and the IIS server, I am trying to do the installation in a data center to a customer.
all services are running with an administrator account
I just have this error message when connecting to the web client,
Please check with NTLM Authentication to True in CustomerSetting.Config file and restart the Middle tier although I am not suggesting this solution.
If it works then you should check SPNs for SQL and Navision. It might be the case that your credential is not passed from Navision middel tier server to SQL Server.
SPNs are created automatically at time of Navision installation. So, you should first check for SQL SPN and then Navision server.
<!--
Turns on or off NTLM authentication protocol for SOAPServices and ODataServices
false: Use SPNEGO for SOAPServices or Windows for ODataServices (recommended)
true: Use NTLM only
-->
<add key="ServicesUseNTLMAuthentication" value="true" />
Use "ServicesUseNTLMAuthentication"" = false as per it is recommended by Microsoft.
Comments
Can you please provide more detail about error ?
Your post does not explain anything about error.
this error message during a connection attempt with a web client Dynamics NAV 2013 R2 !!
If anyone can help me !!
"Communication with the server failed and the content can not be displayed.
Refresh the page or open a new browser window "
Note: this message after a authentfication and selection of the company !!!
Does the Desktop Client work properly?
Did you install SQL and ServiceTier properly (combined on one Server or splitted?)
Are SQL and NAV Service running?
Also, please dont overuse exclamation marks. Nobody wants to be shouted at.
Regards, Wisa
RTC client working properly,
RTC client working properly,
architecture is as follows (sql Cluster (2 nodes), Nav Cluster (2 node) and the IIS server, I am trying to do the installation in a data center to a customer.
all services are running with an administrator account
I just have this error message when connecting to the web client,
thank you for your cooperation
If it works then you should check SPNs for SQL and Navision. It might be the case that your credential is not passed from Navision middel tier server to SQL Server.
SPNs are created automatically at time of Navision installation. So, you should first check for SQL SPN and then Navision server.
<!--
Turns on or off NTLM authentication protocol for SOAPServices and ODataServices
false: Use SPNEGO for SOAPServices or Windows for ODataServices (recommended)
true: Use NTLM only
-->
<add key="ServicesUseNTLMAuthentication" value="true" />
Use "ServicesUseNTLMAuthentication"" = false as per it is recommended by Microsoft.
Please let me know if it helps you.
in the attached files the error encountered and SOAP Services ODATA Services Config,
NTLM Authentication in the beginning is not checked by default in the general Fast Tab, I was checked and the error still persists.