- 浏览: 120528 次
- 性别:
- 来自: 武汉
最新评论
If you have your Windchill server instance setup to authenticate users against your Active Directory (AD) you will need to keep an eye on your disconnected principals (Site – Utilities – Principal Administrator – Maintenance). Disconnected principals are AD accounts that have been deleted or disabled, and Windchill is letting you know that it is unable to associate records in the WTUser table to an active AD account.
If this que is left untouched it can cause your system to behave abnormally. So it’s a good thing to check this que at least once a week. If you are seeing accounts showing up here that means that their AD accounts have been either deleted or disabled. In the past I have seen Windchill mark an active account as being a disconnected principal. The following steps will help you resolve this issue.
-
First, you will need to get the idA2A2 number of the account in
questions. The idA2A2 is the unique identifier for each record in the
WTUser table. The following script will get you the idA2A2 for the
records in question:
select idA2A2,name, repairNeeded from wtuser.WTUser where repairNeeded = 1
The results from the script should match what is showing from the principal pal administrator screen.
-
Now to update the record so that it’s not longer a disconnected
principal.This script will update record in the WTUser table to no
longer be a disconnected principal:
update wtuser.WTUser set repairNeeded = 0 where idA2A2 = idA2A2_from_previous_script
After the script is executed refresh the disconnected principals page in Windchill. The account in question should disappear. repeat the update script for each disconnected principal that you wish to correct.
发表评论
-
How to deactivate a user in Windchill?
2012-10-17 22:09 1012Introduction Procedure base ... -
How to shorten display time for the inline message in Windchill 10.0
2012-09-03 00:24 1220标题 How to shorten display ... -
How to perform SaveAs on WTPart using API in Windchill PDMLink 10.0
2012-04-05 18:38 1555标题 How to perform SaveAs ... -
Manual Installation Steps For Archive Client Installation on Red Hat Linux 4.0
2012-03-31 19:18 1002On Red hat Linus 4.0 (64-Bit), ... -
Windchill单点登录方案
2012-03-31 00:20 3162Windchill SSO 单点登录 可下载附件查看。 ... -
如何在Windchill PDMLink 9.1设定多个Background Method Server去执行特定的工作流
2012-03-31 00:17 2687标题 如何在Windchill PDMLink 9.1 ... -
通过IE8访问Windchill PDMLink 10.0,出现警告提示"Windchill 只支持标准模式下的浏览器".
2012-03-31 00:15 3071标题 通过IE8访问Windchill PDMLink ... -
JSP Authentication with the Method Server
2012-02-07 20:31 3092During development for a cus ... -
Solution for searching the latest revision object
2012-02-01 11:44 1038// Implement your query ... -
Solution for search object with IBA Attribute
2012-02-01 11:39 1498QuerySpec qs = new Quer ... -
Required Ports for Windchill
2011-10-29 18:53 1076Windchill utilizes multiple por ... -
[WIP] How to see the document creator full name instead of the login name in DTI
2011-09-07 14:23 872标题 [WIP] How to see the doc ... -
Windchill Project Daily Build
2011-08-26 22:54 706下载软件: ant svnant sliksvn htt ... -
How to set schedule for Synchronization from Replica to Master?
2011-08-23 10:17 1106To do this, please follow these ... -
copy user from team administrator to workflow team.
2011-07-16 12:14 1666The code can be used directly i ... -
How to Disallow Anonymous Access to Aphelion LDAP?
2011-06-12 17:34 1668Description This TPI add ... -
MethodServer Exits Prematurely With the Error *com.ptc.windchill.upgrade.history
2011-06-11 23:39 2922Description ---------------- ... -
从Aphelion迁移至WindchillDS
2011-06-11 23:00 947假设: 1. Aphelion ... -
How to Configure Windchill with Active Directory
2011-06-09 22:28 3798说明 This article describe ... -
Taking the Windchill System Offline
2011-06-09 22:20 1215Description This documen ...
相关推荐
只要把var ws = new WebSocket('ws://....');替换成var ws = new ReconnectingWebSocket('ws://....');
`reconnecting-websocket`是一个JavaScript库,专为处理WebSocket连接的断开和重新连接问题而设计,确保在网络不稳定或服务器故障时仍能保持通信的可靠性。 WebSocket API本身并不包含自动重连功能。当WebSocket...
说明缺少包资源,需引入reconnecting-websocket.js和reconnecting-websocket.minjs 创建WebSocket对象使用ReconnectingWebSocket 如下: var ws = new ReconnectingWebSocket(' ws:// .... ');
将在打开时发送累积的消息可用的多个版本(请参阅dist文件夹) 调试模式安装npm install --save reconnecting-websocket用法与WebSocket浏览器API兼容因此,此文档应该有效: 。 如果发现任何问题,请ping我。 或者...
iscsi错误discovery session to ip failed to recv a PDU response, reconnecting
React-Native-Reconnecting-WebSocket React Native自动重新连接websocket扩展了WebSocketModule。 API设计参考了 。 :China: 它与API兼容,因此在具有以下条件时: var ws = new WebSocket ( 'ws://....' ) ; ...
websocket断线重连机制 在使用websocket的过程中,有时候会遇到网络断开的情况,但是在网络断开的时候服务器端并没有触发onclose的事件,这时候就需要由前端自行处理了,ReconnectionWebSocket恒昊的帮我们解决了这个...
### Modbus® RTU Serial Communications User Manual - 关键知识点概览 #### 一、Modbus RTU协议概述 - **定义与应用**:Modbus RTU(Remote Terminal Unit)是一种广泛应用于工业自动化领域的串行通信协议,用于...
Fixes authentication via ADB_VENDOR_KEYS when reconnecting devices. Fixes authentication—when the private key used for authentication does not match the public key—by calculating the public key from...
Fixes authentication via ADB_VENDOR_KEYS when reconnecting devices. Fixes authentication—when the private key used for authentication does not match the public key—by calculating the public key from...
Analog Devices ADUCM355: Reset could not be overwritten using a J-Link script file. Fixed. CCS plugin: Added a new option which allows configuring a J-Link script file (project dependent). ...
ngrok-stable-windows-386.zipngrok-stable-windows-386.zip
内网穿透工具,可以实现代理本地端口生成域名,可以通过此域名访问本地服务,在公众号等需要提供外网回调地址的场景下,本地开发人员可以使用此工具生成域名配置简单使用,支持linux、mac、win64
Ngrok windows10版本64位操作系统,解压安装后即可进行内网穿透,可以快速开发对接微信、微盟等Oauth2平台。
Store chat messages to be displayed after reconnecting to the server later Nick/channel/command autocomplete Ignore list mIRC color formatting support SSL certificate exception list Com
6. **Reconnecting after a failed binlog dump request**:重连主库。 7. **Waiting for master to send event**:等待主库发送事件。 8. **Queueing master event to the relay log**:将事件复制到中继日志。 9. ...
Pithos 是一个原生的 Pandora Radio 在 Linux ... Reconnecting when pandora session times out Editing QuickMix Creating stations Media Key support Proxy support Last.fm scrobbling 标签:Pithos
- 设计一个连接状态变量,用于记录当前的连接状态(如 Connected、Disconnected、Connecting、Reconnecting)。 - 当应用程序关闭或重启时,可以根据这个状态决定是否需要立即尝试重新连接。 5. **用户界面反馈**...
<script src="path/to/mqtt.min.js"></script> ``` 然后,在JavaScript中创建一个客户端实例,并连接到MQTT服务器: ```javascript var client = mqtt.connect('ws://your-mqtt-broker-url'); ``` 这里的`your-...