Compliance Accelerator searches SQL query
Hi
I want to pull details of specific unaccepted searches in CA. Specifcally I want the email address of the From and To recipients.
I have this query which gives me everything except email addresses. Is this data stored in the CA databease? Thanks
/****** Script for SelectTopNRows command from SSMS ******/
SELECT TOP 100000 [SearchItemID]
,[SearchVaultID]
,[SearchID]
,[CaseID]
,[VaultID]
,[KVSVaultEntryID]
,[KVSSaveSetID]
,[MarkingID]
,[Author]
,[Subject]
,[MailDate]
,[NumAttachments]
,[PrincipalID]
,[extension]
,[url]
,[size]
,[Direction]
,[Type]
,[Recipient]
,[CaptureType]
,[CaptureDate]
,[ReviewerID]
,[IncludeInSample]
,[ItemLocationID]
,[RecipientTruncated]
,[ModifiedDate]
,[PolicyAction]
,[PolicyXML]
,[PolicySummary]
,[PolicySummaryTruncated]
,[FullHash]
,[HashPart1]
,[IsDuplicate]
FROM [Evcomplianceaccelerator].[dbo].[tblSearchItems]
where CaseID = 31394 and SearchID = 70
Thanks for looking into it. I managed to get what I wanted by getting the Saveset IDs of all the messages I was interested in, then extracted them in batch using EVSVR as .msg files. Then parsed the .msg files. See here for details of the extraction process: https://www-secure.symantec.com/connect/forums/evsvr-extract-multiple-files-batch-mode