The trust relationship between this workstation and the primary domain failed(断网可以登进来)(正确的解决方式用管理员登进去 :退域再加域

一、总结

1、拔掉网线,然后登就登进来了,因为这样不用验证域,域账号本地计算机上面肯定是有备份的啊,优先用域的方式验证

2、英语啊肯定官方文档说明和解决方法是最好的解决途径,英语啊,工具啊

3、说明问题是由window更新引起的,而我在出行问题之前windows的确自动更新了

4、可以用老毛桃等方式或者工具强制进入

5、正确的解决方式用管理员登进去 :退域再加域

在这里改的

二、"The trust relationship between this workstation and the primary domain failed" error when you log in to Windows 7

Applies to: Windows 7

 

Symptom


When you log on to a computer that is running Windows 7 in a domain environment, you receive the following error message:

The trust relationship between this workstation and the primary domain failed.

Resolution


To resolve this issue, remove the computer from the domain, and then connect the computer to the domain.

  1. Use a local administrator account to log on to the computer.
  2. Select Start, press and hold (or right-click) Computer > Properties.
  3. Select Change settings next to the computer name.
  4. On the Computer Name tab, select Change.
  5. Under the Member of heading, select Workgroup, type a workgroup name, and then select OK.
  6. When you are prompted to restart the computer, select OK.
  7. On the Computer Name tab, select Change again.
  8. Under the Member of heading, select Domain, and then type the domain name.
  9. Select OK, and then type the credentials of the user who has permissions in the domain.
  10. When you are prompted to restart the computer, select OK.
  11. Restart the computer.
 

Last Updated: Mar 31, 2017

肯定官方文档说明和解决方法是最好的解决途径,英语啊,工具啊

三、"The trust relationship between this workstation and the primary domain failed

今天在我自己的环境上遇到了这样的奇怪的症状.

1. 我可以使用域账号登录SharePoint 2010的机器.

2. 我可以打开SharePoint 2010管理中心和普通站点.

3. 当我试图新建一个web application的时候, 管理中心弹出对话框, 报出如标题的错误:

"The trust relationship between this workstation and the primary domain failed"

4. 我尝试运行配置向导, 弹出相同的错误信息.

好在我使用的是hyper-V, 我还原到了之前的一个snapshot上, 那个节点跟当前的区别是, 安装了好多windows的更新. 还原之后, 发现没有这样的问题.

由此, 确定是打windows update补丁导致了这个问题的发生.

上网查了一下这个错误信息, 发现同样错误信息, 但是症状各不相同. 最终我还是决定使用KB162797的方法, 退域, 再重新加入域. 问题解决.

原因KB解释如下:

The computer's machine account has the incorrect role or its password has become mismatched with that of the domain database.

SharePoint 2010的问题还真不少. MOSS的环境跟SPS 2010一同打补丁, MOSS就没有任何问题.

不过这样也可能是windows 2008 R2的问题. Anyway, 遇到这样的问题, 简单地退域在重新加入域就可以解决了.

说明问题是由window更新引起的,而我在出行问题之前windows的确自动更新了

四、提示The trust relationship between this workstation and the primary domain failed

问题

公司有20多台电脑连这一台windows2008的服务器,今天早上有台win 7 提示“The trust relationship between this workstation and the primary domain failed” 然后所有账号都登不上,包括管理员账号。
之前有类似的问题重新添加一次domain就解决问题了
这次是登不上任何账号
本地管理员账号被禁用

解决

  1. 可以用类似的老毛桃PE软件(找个光盘启动也行),把本机管理员的帐号打开,改为空密码;

  2. 本地管理员进入,退域再加域

    提供相关解释如下

    Cause:The computer's machine account has the incorrect role or its password has become mismatched with that of the domain database.Fix:Log on locally as a local administrator (If you can). In the Network tool of Control Panel, select Change and enter a Workgroup name, leaving the domain. Restart the computer and log on locally as a local administrator. OrYou can delete the existing computer account in Server Manager, recreate the computer account, synchronize the domain, and then on the client rejoin the domain.

 可以用老毛桃等方式或者工具强制进入

The trust relationship between this workstation and the primary domain failed(断网可以登进来)(正确的解决方式用管理员登进去 :退域再加域)的更多相关文章

  1. [域|Domain] The trust relationship between this workstation and the primary domain failed 此工作站和主域间的信任关系失败

    PS> $cred = Get-Credential domain.sample.com;Reset-ComputerMachinePassword -Credential $cred -Ser ...

  2. Windows ->> FIX: “The security database on the server does not have a computer account for this workstation trust relationship”

    前几天在做AlwaysOn实验时遇到搭建活动目录域时某台已经加入AD的机器无法以域管理员账户登录的情况. 报错信息是:The security database on the server does ...

  3. EX:The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel.

    EX:The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secu ...

  4. Web Server 使用WebClient 发送https请求 The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel

    使用WebClient 发送https请求 使用WebClient发送请求时,并且是以https协议: WebClient webClient = new WebClient(); string re ...

  5. https请求时出错:Could not establish trust relationship for the SSL/TLS secure channel

    当我在用NET命名空间下获取URL的时候,提示如下错误: The underlying connection was closed: Could not establish trust relatio ...

  6. Could not establish trust relationship for the SSL/TLS secure channel 问题解决方法

    最近在写一个跟第三方对接的数据同步服务,在本地都没有问题,今天放到生产环境测试报错: System.Net.WebException: The underlying connection was cl ...

  7. [bug]The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel.

    写在前面 在模拟请求的时候,如果url为https的,会报这个错误.大概错误就是:基础连接已关闭:无法建立信任关系的SSL / TLS的安全通道. The underlying connection ...

  8. WebException: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel

    关于这个异常的问题网上有很多的解决方案. 最为靠谱的有: http://www.cnblogs.com/hjf1223/archive/2007/03/14/674502.html(若因为链接而导致不 ...

  9. VMware workstation 网络选择 NAT模式 访问外网

    多年不用本地做测试  尽然被 nat 模式給卡着了  :动手的还是所以要记录一下: 1.根据自己需求创建 虚拟机 之后: 配置[网络适配器] -- 选择 nat 模式 ( 选择网卡 )   虚拟机   ...

随机推荐

  1. 【原创】k8s源代码分析-----EndpointController

    转自本人空间 http://user.qzone.qq.com/29185807/blog/1459325937 一.controller manager创建endpointController 代码 ...

  2. 使用TCP协议的NAT穿透技术 (转载)

    其实很早我就已经实现了使用TCP协议穿透NAT了,但是苦于一直没有时间,所以没有写出来,现在终于放假有一点空闲,于是写出来共享之. 一直以来,说起NAT穿透,很多人都会被告知使用UDP打孔这个技术,基 ...

  3. 一个令人蛋疼的NDK链接错误

    背景 我们APP的引擎包engine.so.包括了A.B.C三个project.但每次都是源代码形式编译,导致svn上存在多份同样代码拷贝. 很不科学. ..核心的Bproject由我维护.整个SO编 ...

  4. ubuntu-smb共享文件创建

    如何在计算机上实现资源共享                         --在本地用户目录下,创建一个smb文件夹                         --右击,选择share opt ...

  5. go pointer

    go pointer package main import "fmt" type Mutatable struct { a int b int } func (m Mutatab ...

  6. qt多线程

    为什么要用多线程? 传统的图形用户界面应用程序都只有一个执行线程,并且一次只执行一个操作.如果用户从用户界面中调用一个比较耗时的操作,当该操作正在执行时,用户界面通常会冻结而不再响应.这个问题可以用事 ...

  7. Mac 终端操作数据库

    名词解释: 事务:一个事务(transaction)中的所有操作,要么全部完成,要么全部不完成,不会结束在中间某个环节.事务在执行过程中发生错误,会被回滚(Rollback)到事务开始前的状态,就像这 ...

  8. Objc执行时读取和写入plist文件遇到的问题

    以下是本猫保持游戏NPC和物件交互的plist文件: 随着游戏和玩家逐步发生互动,玩家会改动人物和物件的交互的状态.这也是RPG游戏最主要的功能. 在切换每一个地图时须要将上一个地图发生的改变存储到p ...

  9. PHP版本 D-Link 动态域名客户端

    <?php /* * D-Link 动态域名客户端.主域名www.dlinkddns.com 和 www.dlinkddns.com.cn * 首先获取外网IP,若IP没有变化,则结束运行:否则 ...

  10. 84.setlocale

    用法示例 #include <Windows.h> #include <stdio.h> #include<locale.h> void main() { //se ...