NAV webclient Error

ara3nara3n Member Posts: 9,256
edited 2012-11-29 in NAV Three Tier
Hello Trying to install and play with webclient. The installation went fine.

Sql server is on BoxA
IIS, NAVServiceTier, Browser, RTC is on BoxB

NAVServiceTier and SQL Server is running as network service account.

Do you I need to setup delegation?

This is the error I'm getting. NAV RTC connects fine
A fatal error occurred. The connection to SQL server cannot be established or is no longer usable. This can be caused by one of the following reasons:

* The server has been shut down manually or because of an error.
* The SQL server connection settings are not correct
* A network failure has occurred.
* A hardware failure has occurred on the server or on your computer.

Try again later or contact your system administrator.

Also during installation got the following error. I had to run the msi directly to install. The installer was running as admin. Windows 7 enterprise.
Microsoft Dynamics NAV Build 33451
Error Report
Client
Microsoft Dynamics NAV Client Components
Fatal error during installation.

The installer has insufficient privileges to access this directory: C:\Windows\Installer\{00000000-0000-7000-0000-0CE90DA3512B}. The installation cannot continue. Log on as administrator or contact your system administrator.
Ahmed Rashed Amini
Independent Consultant/Developer


blog: https://dynamicsuser.net/nav/b/ara3n

Comments

  • ara3nara3n Member Posts: 9,256
    EventLog Error
    Type: System.ArgumentNullException
    Message:
    Value cannot be null.
    Parameter name: key
    ParamName: key
    StackTrace:
    at System.Collections.Generic.Dictionary`2.FindEntry(TKey key)
    at System.Collections.Generic.Dictionary`2.TryGetValue(TKey key, TValue& value)
    at Microsoft.Dynamics.Framework.UI.WebBase.WebSessionStateProvider.Unregister(ClientSessionBase clientSession)
    at Microsoft.Dynamics.Framework.UI.WebBase.ClientSessionManagerBase.OnClientSessionRemoved(ClientSessionCore removedSession)
    at Microsoft.Dynamics.Framework.UI.ClientSessionManagerCore.RemoveClientSession(ClientSessionCore clientSession)
    at Microsoft.Dynamics.Framework.UI.ClientSessionCore.Dispose(Boolean disposing)
    at Microsoft.Dynamics.Framework.UI.WebBase.ClientSessionBase.Close()
    at Microsoft.Dynamics.Framework.UI.Web.ClientSession.OnExitProcessing()
    at Microsoft.Dynamics.Framework.UI.WebBase.ClientSessionBase.ExitProcessingCore()
    at Microsoft.Dynamics.Framework.UI.WebBase.ClientSessionBase.ExitProcessing()
    at Microsoft.Dynamics.Framework.UI.Web.FormControl.UnloadCleanup()
    at Microsoft.Dynamics.Framework.UI.Web.FormControl.<OnUnload>b__17()
    at Microsoft.Dynamics.Framework.UI.Web.WebEventExecutor.<>c__DisplayClass3.<Execute>b__2()
    at Microsoft.Dynamics.Framework.UI.Web.WebEventExecutor.ExecuteCore[T](Func`1 webEvent, Func`1 condition)
    Source: mscorlib
    HResult: -2147467261

    The URL http://localhost:8080/Card.aspx?page=9006
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • kinekine Member Posts: 12,562
    I am not sure... check if the SPNs aren't already created, because the service tier is registering them automatically (you can see it in event log). SOmetime it is problem when you run the service tier and the doman controller is not accessible, start will fail because unable to create the spns.
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • koubekkoubek Member Posts: 84
    Or try to check if there are no SPNs duplicities. Use Setspn -x and Setspn -x -f to search across the entire forest all duplicities.
  • strannostranno Member Posts: 1
    SQL Studio
    Sequrity
    Network services
    permission to database
Sign In or Register to comment.