Products | Versions |
---|---|
TIBCO Collaborative Information Manager | - |
Not Applicable | - |
Resolution:
Description:
============
Following is the error text that is displayed in the TIBCO Collaborative Information Manager User Interface:
"GEN-7001: Requested Operation failed. Specified XMLC page does not implement IWorkItemDisplayDoc as required. (attached the error log for details)."
Environment:
===========
TIBCO Collaborative Information Manager 8.1.0
Application Server: All
OS: All
Symptoms:
========
This error is generally thrown when a user tries to open/view a match/merge workitem created using the sample workflow indicated above.
Cause:
=====
Configuration issue.
Resolution:
==========
The following parameter in "SelectMatchRecordWorkItem" activity (in the sample workflow - wfin26productaddinternaleditv1.xml) should have a value as CATALOGMERGERECORD instead of CATALOGMESSAGE:
<Parameter name="TaskType" direction="in" eval="constant" type="string">CATALOGMERGERECORD</Parameter>
Once completed, save the workflow file and create a new workitem.