Forum Discussion

Matthew_Kimler's avatar
15 years ago
Solved

Discovery Accelerator Export Fails

In some cases when I am running an export from Discovery Accelerator, the log files that generally come with the export are never written even though the job is finished. So I have a few questions:

1 - Has anyone else seen this?

2 - Is there a way to re-run just the logs without running the whole export job again?

 

I'm currently using 8.0 SP5 but I have seen this issue in SP2 and SP3 as well.

Thanks.


 

  • I have see this before 

     

    try this

     

     

     

     Use the following SQL queries to generate export system logs (e.g. .htm, .txt, .xml):

    1) Obtain the production id for the case export:

    Select *From tblProductionWhere Name = ‘enterthename’

    Prior to running the next query verify that the following is true for tblProduction:

    The the production ID, the StatusID is 55, the ExportPSTStatus is 92, and the ReportProducedStatus is set to 80.  Next, edit the following query to contain the proper path information, casename and run the query. 

    exec sp_ProductionReportUpdate @ProductionID=8,@Status=82,@Info=N'HTML report(s) "F:\caseexports\general\rob1dcx\rob1dcx*.html" produced<BR>TAB report(s) "F:\caseexports\general\rob1dcx\rob1dcx*.txt" produced<BR>'

    If the logs are not created after the above SQL query has been executed then restart the Enterprise Vault Accelerator Manager Service 

6 Replies

Replies have been turned off for this discussion
  • What product are you referring to? I will put this post in the correct forum for you.

  • Thanks, I have moved this to the Enterprise Vault forum.

     

    Best,

    thomas

  • I have never heard of this before, however I can say that you need to rerun the export to get the logs What you may have to end up doing is try running a procmon and see if it's attempting to write but getting a failure I take it there aren't any warnings or errors or informations I. The system logs etc?
  • I have see this before 

     

    try this

     

     

     

     Use the following SQL queries to generate export system logs (e.g. .htm, .txt, .xml):

    1) Obtain the production id for the case export:

    Select *From tblProductionWhere Name = ‘enterthename’

    Prior to running the next query verify that the following is true for tblProduction:

    The the production ID, the StatusID is 55, the ExportPSTStatus is 92, and the ReportProducedStatus is set to 80.  Next, edit the following query to contain the proper path information, casename and run the query. 

    exec sp_ProductionReportUpdate @ProductionID=8,@Status=82,@Info=N'HTML report(s) "F:\caseexports\general\rob1dcx\rob1dcx*.html" produced<BR>TAB report(s) "F:\caseexports\general\rob1dcx\rob1dcx*.txt" produced<BR>'

    If the logs are not created after the above SQL query has been executed then restart the Enterprise Vault Accelerator Manager Service 

  • Mkimler,

     

    Did this solve the issue for you? If yes please mark the solution so the issue can be closed