When you try to open the Microsoft Dynamics NAV Web client or Microsoft Dynamics NAV SharePoint client, you get the following error:

A server error occurred, and the content cannot be displayed. Refresh the page or open a new browser window.

In the Event Viewer of the computer that is running Microsoft Dynamics NAV Web Server components, the Windows application log includes the following event:

Message: A server was not found at “net.tcp://navserver:7046/DynamicsNAV70/Service”. Either the URL is incorrect or the server is currently not available.

navserver is the name of the computer that is running Microsoft Dynamics NAV Server.

Resolution

This error occurs when the Microsoft Dynamics NAV Web client or Microsoft Dynamics NAV SharePoint client cannot connect to Microsoft Dynamics NAV Server. There are several conditions that can cause this error. Typical causes are Microsoft Dynamics NAV Server has stopped, or the Microsoft Dynamics NAV Server instance that is configured for the client is incorrect. To resolve this error, verify that the following conditions are met:

  • Microsoft Dynamics NAV Server is running and uses the correct logon account.
    Use the Microsoft Dynamics NAV Server Administration tool to verify the status and configuration. Try to start or restart Microsoft Dynamics NAV Server.
    For more information, see Microsoft Dynamics NAV Server Administration Tool.
  • The logon account of Microsoft Dynamics NAV Server has permission to log on as a service on the computer that is running Microsoft Dynamics NAV Server.
    For more information, see Provisioning the Microsoft Dynamics NAV Server Account.
  • If IIS and the Microsoft Dynamics NAV Server are on separate computers, verify the following conditions:
    • Delegation is configured from the computer that is running IIS to the computer that is running Microsoft Dynamics NAV Server.
    • Kernel mode authentication is either disabled or configured to use the service account of Microsoft Dynamics NAV Server (Microsoft Dynamics NAV Web client only).
    • The following Service Principal Names are registered for the logon account of Microsoft Dynamics NAV Server:
      DynamicsNAV/navserver:port
      DynamicsNAV/navserver.domain:port
      navserver is the name of the computer that is running Microsoft Dynamics NAV Server. port is the port that is used by Microsoft Dynamics NAV Server. domain is the domain that the computer belongs to.
      For more information, see How to: Configure Delegation for Microsoft Dynamics NAV Web Client and How to: Set Up Delegation on the Microsoft Dynamics NAV Portal Framework.
    • If the Microsoft Dynamics NAV Web client is using Windows authentication, then the Negotiate provider must be included at the top of the providers list in the Windows authentication setup in IIS. For more information, see Configuring the Credential Type on the Microsoft Dynamics NAV Web Client Website.
  • If you are using Mozilla Firefox as your browser, then you must enable cookies in the browser. Additionally, for the Microsoft Dynamics NAV Web client, configure the address of the Microsoft Dynamics NAV Web client as a trusted URI in Firefox. For more information, see How to: Configure Mozilla Firefox for the Microsoft Dynamics NAV Clients.

See Also