Windchill
愉快的橙子
这个作者很懒,什么都没留下…
展开
-
在 Windchill PDMLink 中将 NGINX 配置为负载平衡器或反向代理时,“信息结构”和“发布结构”页面无法显示
配置反向代理以确保保留CSRF_NONCE标头(在指令上添加下划线)。例如,将以下内容添加到nginx.conf中(确保在行尾添加分号)NGINX反向代理会截断包含_(下划线)字符的HTTP头,特别是CSRF_NONCE头。原创 2023-06-15 15:57:58 · 169 阅读 · 0 评论 -
windchill设置远程Debug
使用其他端口wt.manager.cmd.MethodServer.debug.args属性相应的改变。这个设置需要一个单独的MS和没有BGMS的开发系统。如何设置远程Debug对windchill进行调试。现在可以将Java调试器连接到端口8000。★然后在eclipse中添加debug调试。原创 2023-04-18 10:43:01 · 538 阅读 · 1 评论 -
windchill methodServer无法启动问题排查方案
在启动windchill服务的时候,是不是经常会出现MethodServer 无法启动的情况,在排查时,经常会发现没有日志,什么表面问题都无法定位信息。下面介绍几个常见的排查方法。原创 2023-04-16 08:39:49 · 596 阅读 · 0 评论 -
屏蔽邮箱报错
进入<WC Home>\Windchill\codebase\WEB-INF\log4jMethodServer.properties。在底部添加:log4j.logger.wt.jmx.core.mbeans.Emailer=OFF。原创 2023-04-16 08:21:40 · 136 阅读 · 0 评论 -
根据文件编号在电子仓库中查询实体文件
and master.wtdocumentnumber =< 文档编号 >;原创 2023-04-16 08:20:08 · 179 阅读 · 0 评论 -
在 Windchill PDMLink 中,如何扩展部件名称和编号长度
创建文件\wtCustom\wt\part\partModel.properties,并添加如下内容(例如:扩展成120个字符): WTPartMaster.name.UpperLimit=120 WTPartMaster.number.UpperLimit=120。原创 2023-04-15 09:02:52 · 246 阅读 · 0 评论 -
Linux下Windchill配置
以root身份登录,然后执行如下命令:#SQL>exit#su - root。原创 2023-04-15 08:53:17 · 560 阅读 · 0 评论 -
提取Windchill开发所需jar包
打包codebase.jar原创 2023-04-13 18:37:13 · 365 阅读 · 3 评论 -
使用IP访问Windchill
xconfmanager -s 'wt.server.codebase=$(wt.webserver.protocol)\://192.168.211.130/$(wt.webapp.name)' -t codebase/wt.properties -pxconfmanager -s 'wt.httpgw.mapCodebase=$(wt.webserver.protocol)\://$(wt.rmi.server.hostname)/$(wt.webapp.name)' -t codebase/wt.pr原创 2023-04-13 18:30:14 · 144 阅读 · 1 评论