Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Small and medium business | Business Central, N...
Suggested answer

CSIDE Login failed for user NT AUTHORITY\ANONYMOUS LOGON

(0) ShareShare
ReportReport
Posted on by 5

I successfully created a dockercontainer for NAV17 incl. CSIDE.

$containerName = 'nav17'
$securePassword = ConvertTo-SecureString -String $password -AsPlainText -Force
$auth = 'Windows'
$artifactUrl = Get-NavArtifactUrl -nav '2017' -country 'de'
$licenseFile = 'C:\Users\ABCDEF\Downloads\NavisionLicense.flf'
New-BcContainer `
-accept_eula `
-containerName $containerName `
-auth $auth `
-artifactUrl $artifactUrl `
-licenseFile $licenseFile `
-memoryLimit 8G `
-includeCSIDE `
-updateHosts

When I want to start CSIDE I get the following error

pastedimage1645719258300v1.png

Whats going wrong?

  • ENKO Kai Profile Picture
    ENKO Kai 5 on at
    RE: CSIDE Login failed for user NT AUTHORITY\ANONYMOUS LOGON

    Thanks but nothing changed. If I try to add my WinUser in Container- User already exists.

    If I use admin/admin as user I can start CSIDE but its not possible to committ db changes.

    1. Nav Server is runnig - I think so. I can run NavClient

    2. The management services is configured - where can I find this information

    3. The firewall is open forthe management port if remote - its local

    4. Only one tenant - yes

    5. Microsoft Dynamics NAV Development Environment ist runnning as admin - yes

    6. UAC is turned off - tryed, nothing chaned

  • Suggested answer
    YUN ZHU Profile Picture
    YUN ZHU 78,034 Super User 2025 Season 1 on at
    RE: CSIDE Login failed for user NT AUTHORITY\ANONYMOUS LOGON

    Hi, It looks like the user was not created successfully.

    You can try to add new user in Container.

    More details: https://www.youtube.com/watch?v=U1yFvpkWpqM

    Or, add the following command when creating a new Container.

        if ($credential -eq $null -or $credential -eq [System.Management.Automation.PSCredential]::Empty) {     
      $credential = get-credential -UserName $env:USERNAME `
                               -Message "Please enter your Windows credentials." 

    Hope this will help.

    Thanks.

    ZHU

  • Suggested answer
    Inge M. Bruvik Profile Picture
    Inge M. Bruvik 997 Moderator on at
    RE: CSIDE Login failed for user NT AUTHORITY\ANONYMOUS LOGON

    Using anonymous login looks a little suspicious.

    Maybe you can see some help here on the gihub for BCContainerhelper:

    github.com/.../issues

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

Daivat Vartak – Community Spotlight

We are honored to recognize Daivat Vartak as our March 2025 Community…

Announcing Our 2025 Season 1 Super Users!

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

Kudos to the February Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

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

#2
Martin Dráb Profile Picture

Martin Dráb 231,436 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans