Question

Archive Error in Server Logs

  • 13 June 2023
  • 3 replies
  • 60 views

Userlevel 1
Badge +4

Below error we are getting in server log while running archive scheduled processes.and tasks are also not getting archived.

Timestamp: 2023-06-13T14:23:57.8895333+00:00
Message: Exception Message : Exception of type 'Metrix.Global.Exceptions.AbortSaveWithoutErrorException' was thrown.
Source : Not Available
Target Site : Not Available
Help Link : Not Available
Inner exception message : Exception of type 'Metrix.Global.Exceptions.AbortSaveWithoutErrorException' was thrown.
Inner exception source : Metrix.BusinessServer
Inner exception target site : ProcessArchiveRecord
Stack Trace : 
Inner exception stack trace:    at Metrix.BusinessServer.BusinessPolicies.SharedTablesComponent.ArchiveManager.ProcessArchiveRecord(DataRow RowToArchiveIn, BusObject TableMetaDataIn)
   at Metrix.BusinessServer.BusinessPolicies.SharedTablesComponent.ArchiveManager.ArchiveRecords(String TableNameIn, DataRowCollection RowsToArchiveIn, BusObject TableMetaDataIn, DateTime ArchiveDateTimeIn, metrix_run_logRow MetrixRunLogIn, Int32 MRLUpdatePeriodIn)
Machine: pd1sdwk000KJ6
App Domain: /LM/W3SVC/1149079202/ROOT-2-133311211304127459
ProcessId: 4372
Process Name: w3wp
Thread Name: 


3 replies

Userlevel 4
Badge +12

@meenakshim ,

This exception will be generally thrown during the archiving process if no rows are updated with archive action nor if you have got prevent archive actions on metadata relationships. I would suggest to cross check all the metadata relationship types on TASK metadata related to cascade delete, restrict delete, extension relationships with PREVENT and ARCHIVE archive actions. 

Userlevel 1
Badge +4

@SAMLK  I have tried below steps:

  1. Created all the relationship tables cascaded for task with Archive action as Archive.
  2. Changed Archive action for all the relationship tables cascaded for task as Prevent.
  3. Changed Archive action for all the relationship tables cascaded for task as Skip. 

It is giving the same error for all the above actions tried.

Userlevel 4
Badge +12

@SAMLK  I have tried below steps:

  1. Created all the relationship tables cascaded for task with Archive action as Archive.
  2. Changed Archive action for all the relationship tables cascaded for task as Prevent.
  3. Changed Archive action for all the relationship tables cascaded for task as Skip. 

It is giving the same error for all the above actions tried.

Have you checked the archive action for the extension , restrict delete, cascade delete all types of relationships? Also, did you check any major constraints with tables like requests etc. which are mainly associated with TASK metadata?

Reply