'Could not obtain information about Windows NT group/user... ' error

  • Hi Igor,

    Can you check and confirm if the Database owners User name still exists in the domain. I have seen this error happen when let us say that the UserA was the owner of the DB and at alter point that UserA was removed from the domain. When that happens these errors usually throw up. I am not at all sure about this but please do check it.

    -Roy

  • Roy,

    I fixed the problem by executing (found somewhere in the posts):

    ALTER AUTHORIZATION ON DATABASE::<DBName> to sa

    Thanks,

    Igor

  • Dear Igor,

    I had the same issue and I solved it using your suggestion to alter db ownership.

    Thanks.

  • I had the same issue with replication and resolved it with the suggested sp

Viewing 4 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic. Login to reply