摘要:windchill 10.0软属性一旦创建之后数据类型不能更改,只能删除后重建在软类型中添加了自己创建的软属性,之后发现该软属性数据类型错误,更改时需注意如下事项:1. 在重建属性前,需要先删除属性,注意该属性被哪些地方引用,一一删除2. 从类型中删除属性时需要删除约束等,同时从包含了该属性的布局中删除该属性。
阅读全文
摘要:今天在实施的时候,在windchill shell 下使用xconfmanager 做了一些配置,重启Windchill 后发现以前启动的工作流和队列都无法启动,队列状态栏显示为空白解决方案:工作流和队列无法启动,很有可能是BackgroudMethodServer未正常启动,首先查看MethodServer.log, 显示如下:星期三 5/16/12 16:04:13: main: FATAL : wt.intersvrcom - initializing default master site星期三 5/16/12 16:04:13: main: wt.util.WTException:
阅读全文
摘要:看帖不回帖,小心流鼻血前提:假设Windchill,Tomcat,Apache,WindchillDS安装在同一台服务器上(AIX or UNIX),安装目录为/plm/Windchill_9.1,目录结构如下:plm |--Windchill_9.1 |--Windchill |--Apache |--Tomcat |--WindchillDS$ 为命令提示符,你懂的Windchill 启动/停止:$ cd /plm/Windchill_9.1/Windchill$ windchill shell$ windchill start/stopTomcat 启动/停止: $ cd /plm/Wi
阅读全文
摘要:启动Windchill的MethodServer 时 ,窗口自动关闭,查看日志和窗口上的错误如下:MethodServer.log :com.infoengine.exception.adapter.IEAdapterException; nested exception is:星期二 3/6/12 21:40:05: main: javax.naming.CommunicationException: windchill.plm.com:389 [Root exception is java.net.ConnectException: Connection refused: connect]
阅读全文