Copied to clipboard

Flag this post as spam?

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


  • Kevon K. Hayes 255 posts 280 karma points
    Sep 01, 2010 @ 22:48
    Kevon K. Hayes
    0

    UMB 4.5.2 Can't Save User Check User Log

    UMB Experts,

    Today I migrated my Dev Environment from SVR A to SVR B. All worked fine until I tried to update a user from Administrator to Editor I got:

    ERROR SAVING USER (Check Log)

    In a failed attempt to solve this problem, I removed the existing dbo user from the my Umbraco database and created another user as dbo.  Still nothing. So I ran SQL Profiler to see what was happening and it looks like this particular statement being executed to update the user record, but the update is obvioulsy not working:

    exec sp_executesql N'UPDATE umbracoUserLogins SET timeout = @timeout WHERE contextId = @contextId',N'@timeout bigint,@contextId nvarchar(36)',@timeout=634189529343796340,@contextId=N'd62a65fb-0c64-4671-866c-7d944d6580ed'

    Please Help I'm so close...

  • 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.

Please Sign in or register to post replies