1967

REQUEST: without procedure version information: RequestData

Description 

A WIS process has received a REQUEST instruction for a new work item. The instruction cannot be processed because it does not contain all the information required by a Version 10 WIS process.

Appears In 

SWDIR\logs\sw_warn

Severity 

2 (Severe)

Action 

To resolve the problem:

1. If you have recently upgraded the iProcess Engine, check that all the processes have been upgraded successfully.
Draft comments: How do you do this? Simply check that the appropriate number of processes are running?
2. Use the following command to set debugging for the BG processes:

swadm set_attribute 0 bg 0 debug T=255,c=255,m=41,TIME=ABS,FLAGS=U

3. Use the following command to set debugging for the WIS processes:

swadm set_attribute o wis 0 debug T=255,R=255,m=41,
TIME=ABS,FLAGS=U

Warning 

Turning on debugging can have a significant impact on system performance. Please see Debugging before using it.

4. Reproduce the problem.
5. Send the log files to TIBCO Support for further assistance.
6. Turn debugging off as soon as you no longer need it, using the following commands:

swadm delete_attribute 0 bg 0 debug
swadm delete_attribute 0 wis 0 debug

See Also 

“Set a Process Attribute”, in the TIBCO iProcess Engine: Administrator's Guide, for more information about the SWDIR\util\swadm command.