Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • anthony hall 222 posts 536 karma points
    Jan 16, 2017 @ 16:47
    anthony hall
    0

    Cannot save content using Windows Auth

    On the clients UAT environment. We can do the following.

    • We can create umbraco users
    • We can add items to the media library
    • We can add forms.

    However when we try and save content we see the following in umbracolog.

    2017-01-16 17:27:37,845 [P2668/D2/T20] ERROR Umbraco.Web.Strategies.ServerRegistrationEventHandler - Failed to update server record in database. System.Data.SqlClient.SqlException (0x80131904): Cannot open database "MyDB" requested by the login. The login failed. Login failed for user 'domain\hostname1$'.

     <add name="umbracoDbDSN" connectionString="server=localhost;database=MyDB;Integrated Security=SSPI" providerName="System.Data.SqlClient" /> 
    

    and

    <authentication mode="Windows" />
        <identity impersonate="true" userName="corp\Umbraco-Service" password="password" /> 
    

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

    Continue discussion

Please Sign in or register to post replies