Skip to main content

Notifications

Microsoft Dynamics NAV forum
Suggested answer

CSIDE Login failed for user NT AUTHORITY\ANONYMOUS LOGON

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 69,612 Super User 2024 Season 2 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 32,744 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

Anton Venter – Community Spotlight

Kudos to our October Community Star of the month!

Announcing Our 2024 Season 2 Super Users!

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

Dynamics 365 Community Newsletter - September 2024

Check out the latest community news

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 290,524 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 228,469 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,148

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans