我有一个旧的服务器2008年的机器与域old.local 。 我创build了一个新的服务器(2012 R2),升级到dc并创build了域new.local 。
我为用户文件夹Users$设置了一个共享。 我把用户的文件夹(称为jim)从old.local移到了new.local 。 在join到old.local的机器上,这个用户已经使用了,我join了new.local 。 我更新了new.local上的configuration文件夹path,以反映新服务器上的Users$/jim位置。
现在,当我login到刚刚用jim用户join新域的计算机时,出现“使用临时configuration文件login”消息。 事件查看器中唯一提到login状态的任何事情:
DCOM got error "1787" and was unable to logon OLD\jim in order to run the server: {UUID}
我无法弄清楚为什么它logging了关于尝试login到旧域的错误。 我也不知道为什么临时性问题正在发生; 对文件夹的有效权限show jim作为拥有者的完全控制权。 如果这只是一个不能正确login到新域的工件,那么不会感到惊讶。
任何想法,我可以检查来跟踪这个问题,将不胜感激。
如果是我,我会按照稍微不同的顺序来做,以避免这种事情。 我怀疑你复制到新服务器的漫游configuration文件导致了这个问题。 移动到新域名的configuration文件问题是我经历了很多。
如果我是你,我会做以下尝试解决这个问题:
Log off as Jim Log in as Local admin Take a backup of the local and roaming profile Right click Computer\Properties\Advanced System Settings\Advanced Tab\User Profiles - Highlight any reference to Jim in the list and hit delete Go to the server, delete the server copy of Jim's roaming profile and remove the roaming profile setting from the user account object Log off local admin and restart the machine Log in as Jim (you will create a new profile) Set the roaming profile setting for Jim, then log off and on a few times until you can see the profile appear on the server Copy folders you need from the **old roaming profile backup** to the **new local** profile. Do not copy the whole thing as you'll move over things like the NTuser.dat file and other system files that will be either useless or cause you problems. Only copy stuff you need, like favourites and desktop for example. Log off as Jim (new profile will be saved to the server is the location specified in AD) Log on as Jim (the profile will be downloaded from the server and will hopefully now work)
这应该解决它。 让我知道你是怎么办的。