Install Dynamics NAV 2013 R2 3-tiers architecture

kamelkamel Member Posts: 5
edited 2015-01-20 in NAV Three Tier
Hi,

this error message during a connection attempt with a web client Dynamics NAV 2013 R2 !!
If anyone can help me !!

"
thank you

Comments

  • dipakpatel2505dipakpatel2505 Member Posts: 169
    Hi Kamel,

    Can you please provide more detail about error ?

    Your post does not explain anything about error.
  • kamelkamel Member Posts: 5
    Hi,
    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 !!!
  • Wisa123Wisa123 Member Posts: 308
    Hi,

    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
    Austrian NAV/BC Dev
  • kamelkamel Member Posts: 5
    Hi,

    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
  • dipakpatel2505dipakpatel2505 Member Posts: 169
    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.

    Please let me know if it helps you.
  • kamelkamel Member Posts: 5
    hi,

    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.
Sign In or Register to comment.