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

时间: 2024-10-05 18:27:47

Exception when searching pbo at initiating workflow manually: The operation: "search" failed.的相关文章

Ehcache(2.9.x) - API Developer Guide, Cache Exception Handlers

About Exception Handlers By default, most cache operations will propagate a runtime CacheException on failure. An interceptor, using a dynamic proxy, may be configured so that a CacheExceptionHandler can be configured to intercept Exceptions. Errors

MySQL高可用方案MHA自动Failover与手动Failover的实践及原理

集群信息 角色                             IP地址                 ServerID      类型 Master                         192.168.244.10   1                 写入 Candicate master          192.168.244.20   2                 读 Slave                           192.168.244.

Apache Syncope 2.0.0.M5 发布,数字身份管理

Apache Syncope 2.0.0.M5 发布了,Apache Syncope 是用在企业环境的数字身份管理(腾云科技ty300.com),在JEE技术的实施和Apache 2.0许可下发布的开源系统(基础教程qkxue.net). 本次发布改进如下: Sub-task[SYNCOPE-809] - Eclipse pluginBug[SYNCOPE-872] - Type extensions not considered for user form[SYNCOPE-878] - Fai

Cryptographic method and system

The present invention relates to the field of security of electronic data and/or communications. In one form, the invention relates to data security and/or privacy in a distributed and/or decentralised network environment. In another form, the invent

Centos   NIS+Autofs

The network user information service (NIS) enables you to create accounts on your network and share in all systems. This account can only be created on the NIS server. NIS need to download the client username and password data from the NIS server to

关于UI Automation框架

微软提供的UI Automation框架给开发windows平台的自动化测试带来了很大的便利,这里就总结一下相关的代码. 首先,直接使用UI Automation框架,完成一个NotePad的about窗口中的 “OK” button的点击: 1 AutomationElement root = AutomationElement.RootElement; 2 AutomationElement about_notepad_windows = root.FindFirst( 3 TreeScop

Circuit Breaker Pattern(断路器模式)

Handle faults that may take a variable amount of time to rectify when connecting to a remote service or resource. This pattern can improve the stability and resiliency of an application.在连接到一个远程服务或资源时,处理故障可能需要一个变量的时间来纠正.这种模式可以提高应用程序的稳定性和弹性. Context a

httpcomponents-client-4.4.x

Chapter 1. Fundamentals Prev     Next Chapter 1. Fundamentals 1.1. Request execution The most essential function of HttpClient is to execute HTTP methods. Execution of an HTTP method involves one or several HTTP request / HTTP response exchanges, usu

httpcomponents-client-ga(4.5)

Chapter 1. Fundamentals Prev     Next Chapter 1. Fundamentals 1.1. Request execution The most essential function of HttpClient is to execute HTTP methods. Execution of an HTTP method involves one or several HTTP request / HTTP response exchanges, usu