If you use the Universal Extractor to extract event metadata to XML output files, be aware that the schema has changed for the job definition documents. Specifically, the 'source' attribute of the <events> element now defaults to "CA DLP". In previous releases, it defaulted to "Orchestria".
Old XML
<?xml version="1.0" encoding="UTF-8" ?> <events source="Orchestria" exportTimestamp="2010-03-29T11:09:00.000" fileno="1"> <event eventUID="1" ... /> ... </events>
New XML
<?xml version="1.0" encoding="UTF-8" ?> <events source="CA DLP" exportTimestamp="2010-03-29T11:09:00.000" fileno="1"> <event eventUID="1" ... /> ... </events>
|
Copyright © 2012 CA.
All rights reserved.
|
|