Exception when searching pbo at initiating workflow manually: The operation: "search" failed.

Background:在用“addColumn wt.doc.WTDocument String=10 Boolean=5 Long=5 ”扩展了WTDocument的栏位后,在Initiate Workflow界面search document报错:

Analysis:从log看是因为applet所调用jar中的Class-WTDocumentTypeInfo与local即codebase下的不匹配,所以就能联想到“addColumn”有更改OOTB文件-WTDocumentTypeInfo,但并未MakeJar。

 
Solution:先stop methodserver,然后在windchill shell下执行ant -f codebase/MakeJar.xml,执行完毕后start MS
posted @ 2015-01-23 09:58  Windchill_Fan  阅读(143)  评论(0编辑  收藏  举报