Products | Versions |
---|---|
TIBCO Collaborative Information Manager | - |
Not Applicable | - |
Resolution:
Environment:
TIBCO Product name and version: TIBCO Collaborative Information Manager 7.1.0
Operating System(s): All Operating Systems
Symptoms:
The CONTAINS column is empty in the generated export file.
Cause:
This is a result of misconfiguration. Please refer to steps in Resolution section for details about the configuration that needs to be done.
Resolution:
If you are using "SubsetForDBDump" activity from wfin26catsynchdbdumpv2.xml (by setting <Parameter direction="in" name="dbDump" type="string" eval="constant">Y</Parameter> in UpdateEventStartSync" activity of wfin26catsynchv6.xml workflow.), then you will need to pass the relationship names in this activity to get CONTAINS field populated with data. Here's an example of SubsetForDBDump activity with different relationship names:
<Activity Name="SubsetForDBDump">
<Action>EvaluateSubset</Action>
<Description lang="en">Apply subset</Description>
<Parameter direction="in" type="string" eval="constant" name="eventState">SUBSET</Parameter>
<Parameter direction="in" name="InDocument" type="document" eval="variable">inDoc</Parameter>
<Parameter direction="in" name="VersionOption" type="string" eval="constant">LATEST</Parameter>
<Parameter direction="in" name="RelationshipName" type="string" eval="constant">Vendor</Parameter
<Parameter direction="in" name="RelationshipName1" type="string" eval="constant">Address</Parameter>
<Parameter direction="in" name="RelationshipName2" type="string" eval="constant">Customer</Parameter>
<Parameter direction="out" name="OutRecordList" type="recordlist" eval="variable">workRecordList</Parameter>
</Activity>
Here Vendor, Address and Customer are the relationships defined in the master catalog.
Attachments:
None
References:
None