NavUserPassword authentication issue

Developer101Developer101 Member Posts: 535
Version: NAV 2017
Error when using Windows Client: server was not found at "Net.tcp://Server:9046/DynamicsNAV110/Service". Either the URL is incorrect or the server is currently not available
Service is running perfectly fine and NAVserviceCert is set and authentication is set to NavUserPassword

User is setup in NAV (non windows user) with NAV password authentication is set and password is given.
User permissions : SUPER

Any ideas why I get the error still.

Thanks
United Kingdom

Answers

  • mohana_cse06mohana_cse06 Member Posts: 5,504
  • Developer101Developer101 Member Posts: 535
    Thanks Mohana

    I get this on event viewer

    An account failed to log on.

    Subject:
    Security ID: NULL SID
    Account Name: -
    Account Domain: -
    Logon ID: 0x0

    Logon Type: 3

    Account For Which Logon Failed:
    Security ID: NULL SID
    Account Name: REMOTE
    Account Domain:

    Failure Information:
    Failure Reason: Unknown user name or bad password.
    Status: 0xc000006d
    Sub Status: 0xc0000064

    Process Information:
    Caller Process ID: 0x0
    Caller Process Name: -

    Network Information:
    Workstation Name:
    Source Network Address: -
    Source Port: -

    Detailed Authentication Information:
    Logon Process: NtLmSsp
    Authentication Package: NTLM
    Transited Services: -
    Package Name (NTLM only): -
    Key Length: 0

    This event is generated when a logon request fails. It is generated on the computer where access was attempted.

    The Subject fields indicate the account on the local system which requested the logon. This is most commonly a service such as the Server service, or a local process such as Winlogon.exe or Services.exe.

    The Logon Type field indicates the kind of logon that was requested. The most common types are 2 (interactive) and 3 (network).

    The Process Information fields indicate which account and process on the system requested the logon.

    The Network Information fields indicate where a remote logon request originated. Workstation name is not always available and may be left blank in some cases.

    The authentication information fields provide detailed information about this specific logon request.
    - Transited services indicate which intermediate services have participated in this logon request.
    - Package name indicates which sub-protocol was used among the NTLM protocols.
    - Key length indicates the length of the generated session key. This will be 0 if no session key was requested.


    Any thing to with this? Its security related event and not Application related event.
    United Kingdom
  • Developer101Developer101 Member Posts: 535
    Not sure about has anything to do with it.
    United Kingdom
Sign In or Register to comment.