ODRF — which records are logged to an external DFdiscover Retrieval File (DRF) and when
Example 6.45. Write all records that have had messages generated to the
DRF named /opt/studies/254/batch/outputs/sample1.drf
and enable file sharing
<ODRF
when="all"
which="msg"
file="/opt/studies/254/batch/outputs/sample1.drf"
share="yes"
mode="write"
/>
Example 6.46. Write records which have had data value changed or messages generated to the DRF in a sub-folder
<ODRF
when="all"
which="data msg"
file="test/sample1.drf"
/>or
<ODRF
when="all"
which="data msg"
file="/STUDY_DIR/drf/test/sample1.drf"
/>
The output file should be found in
/STUDY_DIR/drf/test/sample1.drf