Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics NAV (Archived)

Deleting user on Navision 2017

(0) ShareShare
ReportReport
Posted on by 3,065

Hi everyone,

Can anyone assist on how users can be deleted on Microsoft dynamics Navision 2017.

Your quick response will be appreciated.

Thank you

Disu Ridwan

*This post is locked for comments

  • Ridwan Profile Picture
    Ridwan 3,065 on at
    RE: Deleting user on Navision 2017

    @Rockwith NAv I appreciate your kind comment.

    Thanks for the suitable NB.

  • Suggested answer
    RockwithNav Profile Picture
    RockwithNav 6,562 on at
    RE: Deleting user on Navision 2017

    In a Nutshell Normally I dont ever recommend to even open SQL in your live NAV DB. A wrong query will take you to disaster.

    I too keep firing SQL Queries as anyhow it makes developers life easier but still it's never recommended.

  • Verified answer
    Ridwan Profile Picture
    Ridwan 3,065 on at
    RE: Deleting user on Navision 2017

    Hi Everyone, I appreciate your contributions. It really help to decide what i wanted to do and how i was able to sort my self out with the provided answers above.

    What prompted the above question asked by me was that, We upgraded our client Microsoft Dynamics NAV 2009 to Microsoft Dynamics NAV 2017.  The upgrade was done on our own test server with the client data. After we succeeded in upgrade, We decided to take the database to the client server and restored. We had lot of challenges at the point of restoring the database but we were able to sort that out. The 2017 NAV was lunched successfully on the client server. We pushed all client installation of Microsoft dynamics  NAV 2017 on client system, but the client were not able to work on some modules with error messages pooping up.

    We discover that some users on Microsoft dynamics  NAV 2017 names where not showing, it was only showing the SID number.

    That is the main reason why i decided to delete some users fron SQL and create them back on Microsoft dynamics  NAV 2017.  With the following procedure of deleting from SQL and creating them and also assigning the permission on Microsoft dynamics  NAV 2017 makes the users able to work perfectly on the different modules they wanted to work on.

    I appreciate all your support and quick responses.

    Thank you all

    Disu Ridwan Ayodeji

  • Ridwan Profile Picture
    Ridwan 3,065 on at
    RE: Deleting user on Navision 2017

    Thank you all, I appreciate all your responses. I will try and work on all suggested answer and get back to you all.

  • Verified answer
    keoma Profile Picture
    keoma 32,675 on at
    RE: Deleting user on Navision 2017

    hi,

    if the user has created documents, did some posting or what ever, then it's no good idea to remove it, because the user is saved in many tables and records. in that case it's not possible to remove the user from within dynamics nav. you could only remove it directly in the database using ssms or sql.

    better set the user to disabled in nav and/or disable the AD-user.

    Bildschirmfoto_5F00_2017_2D00_07_2D00_01_5F00_21_2D00_52_2D00_04.png

  • Verified answer
    ManishS Profile Picture
    ManishS 78 on at
    RE: Deleting user on Navision 2017

    You should not delete user, you should disable them.

  • Verified answer
    Binesh Profile Picture
    Binesh 7,885 on at
    RE: Deleting user on Navision 2017

    Hello,

    Agree with #Alexander But still you want to delete the users then use SQL Server queries.

    Ex:

    USE [NAV2016]
    GO

    DELETE FROM [dbo].[User]
    WHERE [User Name] = 'CHALLANGER\BINESH'
    GO

    Or you can also use powershell, something like:

    This example deletes a Microsoft Dynamics NAV user from the database that is connected to the Microsoft Dynamics NAV Server server instance that has the name MicrosoftDynamicsNavServer. The user is identified by the security identifier.
    -------------------------- EXAMPLE 1 --------------------------
    C:\PS>Remove-NAVServerUser MicrosoftDynamicsNavServer –WindowsAccount cronus\chris

  • Verified answer
    Alexander Ermakov Profile Picture
    Alexander Ermakov 28,094 on at
    RE: Deleting user on Navision 2017

    I strongly advice not to delete users, but rather block them in Active Directory. User logins are stored and used in posted history documents that those users had created, which might be useful to refer to some day.

  • Verified answer
    Mohana Yadav Profile Picture
    Mohana Yadav 60,155 Super User 2025 Season 1 on at
    RE: Deleting user on Navision 2017

    you can delete from SQL Server.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Vahid Ghafarpour – Community Spotlight

We are excited to recognize Vahid Ghafarpour as our February 2025 Community…

Tip: Become a User Group leader!

Join the ranks of valued community UG leaders

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 292,489 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,305 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans