When setting up a database scanning job, you can specify special handling for binary data. For example, if a database table contains MS Word documents, you can specify that any documents found are stored as attachments to the resulting database event.
The following binary data options affect the events created by the FSA:
In this example table, column C contains binary data (in this case, Microsoft Word documents of varying size):
|
Col.A |
Col.B |
Col.C |
Col.D |
Row 1 |
data |
data |
data |
|
Row 2 |
data |
data |
data |
|
Row 3 |
data |
data |
data |
|
Row 4 |
data |
data |
X |
data |
Row 5 |
data |
data |
data |
|
Row 6 |
data |
data |
X |
data |
If you store binary data on the CMS as event attachments, the binary data options affect the events created by the FSA in the example database table as follows:
Only rows with binary data are stored.
Only rows with binary data are stored and they are stored as individual events. The FSA generates four events:
Event1 contains data for row 1; plus attachment
Event2 contains data for row 2; plus attachment
Event3 contains data for row 3; plus attachment
Event4 contains data for row 5; plus attachment
Only rows with binary data are stored, but they are not stored as individual events. The FSA generates one event:
Event1 contains data for rows 1, 2, 3, and 5; plus four attachments
All rows are stored.
All rows are stored, but rows with binary data are stored as individual events. The FSA generates five events:
Event1 contains data for rows 4 and 6
Event2 contains data for row 1; plus attachment
Event3 contains data for row 2; plus attachment
Event4 contains data for row 3; plus attachment
Event5 contains data for row 5; plus attachment
All rows are stored, but rows containing binary data are not stored as individual events. The FSA generates one event:
Event1 contains data for rows 1 through 6; plus four attachments
If you do not store binary data on the CMS as event attachments, the binary data options affect the events created by the FSA in the example database table as follows:
Only rows with binary data are stored.
Only rows with binary data are stored and they are stored as individual events. The FSA generates four events:
Event1 contains data for row 1; no attachment
Event2 contains data for row 2; no attachment
Event3 contains data for row 3; no attachment
Event4 contains data for row 5; no attachment
Only rows with binary data are stored, but they are not stored as individual events. The FSA generates one event:
Event1 contains data for rows 1, 2, 3, and 5; no attachments
All rows are stored.
All rows are stored, but rows containing binary data are stored as individual events. The FSA generates six events:
Event1 contains data for row 1; no attachment
Event2 contains data for row 2; no attachment
Event3 contains data for row 3; no attachment
Event4 contains data for row 4
Event5 contains data for row 5; no attachment
Event6 contains data for row 6
All rows are stored, but rows containing binary data are not stored as individual events. The FSA generates one event:
Event1 contains data for rows 1 through 6; no attachments
Copyright © 2014 CA.
All rights reserved.
|
|