SYMPTOMS
In an eDiscovery 3.9 with Best Practice installation, the value in the "Family" field of the CSV load file created by Legal Production is the same as the Document ID which is incorrect.
CAUSE
The production_template.xml that comes with 3.9 BP contains an error.
RESOLUTION
The production template that comes with the 3.9 BP install contains an error.
Change the <Name> setting from 'id' to 'Family' in the 'production_Template.xml' in 'C:\Program Files (x86)\ZyLAB\EDiscovery\LegalReview\Review_web\App_data\Production\' as shown below:
<MappedToName>FAMILY</MappedToName>
<Multiline>true</Multiline>
<OriginalField>
<DispayName>FAMILY</DispayName>
<FieldSource>ProductionMetaData</FieldSource>
<FieldType>String</FieldType>
<Name>id</Name>
Into:
<MappedToName>FAMILY</MappedToName>
<Multiline>true</Multiline>
<OriginalField>
<DispayName>FAMILY</DispayName>
<FieldSource>ProductionMetaData</FieldSource>
<FieldType>String</FieldType>
<Name>Family</Name>
APPLIES TO
3.9
Comments
0 comments
Article is closed for comments.