Export not completing
Was their any resolution to this issue? https://www-secure.symantec.com/connect/forums/enterprise-discovery-accelerator-9-exports-stuck-processing
I am having a similar problem and hoped to find the answer.
I am running Discovery Accelerator 9 on a Windows 2008 server. I am trying to export from Outlook data to PST files. Many of my exports work fine with no issue. I am now having a few exports that are "processing..." with the number of exports always 1 less than the number of items. Rebooted the server with no change to problem. Was there a solution posted somewhere that I missed?
Sorry, I was actually more interested in the StatusId, could you run this? Processing can equate to a couple different StatusId's.
SELECT tc.[Name] AS 'Case Name', tp.[Name] AS 'Export Name', tp.StatusID, ts.Name AS 'Status', tp.CreateDate AS 'Create Date'
FROM tblProduction tp
JOIN tblCase tc ON tc.CaseID = tp.CaseID
JOIN tblStatus ts ON ts.StatusID = tp.StatusID