Forum Discussion

dorlow615's avatar
dorlow615
Level 4
7 years ago

EV 9.0.2 Journal task not archiving

It seems like every few months, I check the Journal task and it quit archiving the journal mailbox.  I've tried all my tricks from the past that has fixed it and so far, as much as I can tell, it's still broken and not archiving the journal mailbox.  I just got done deleting the target and task for journal.  In the past I would do this and rebuild it and find out that the service account moved to a different exchange server or something which would cause me to not be able to rebuild it until it was corrected fixing the overall issue of journal task not working.  No such luck this time.  I rebuilt the task and target without problem. 

When I run a dtrace on the journal task, it's full of this...

993387    14:43:04.762     [7296]    (JournalTask)    <9388>    EV:M    :CArchivingAgent::IsEligibleForArchive() |Entering routine  |
993388    14:43:04.762     [7296]    (JournalTask)    <9388>    EV:H    :CArchivingAgent::IsEligibleForArchive() |Exiting routine |
993389    14:43:04.762     [7296]    (JournalTask)    <9388>    EV:M    :CArchivingAgent::IsEligibleForArchive() |Entering routine  |
993390    14:43:04.762     [7296]    (JournalTask)    <9388>    EV:H    :CArchivingAgent::IsEligibleForArchive() |Exiting routine |
993391    14:43:04.762     [7296]    (JournalTask)    <9388>    EV:M    :CArchivingAgent::IsEligibleForArchive() |Entering routine  |
993392    14:43:04.762     [7296]    (JournalTask)    <9388>    EV:H    :CArchivingAgent::IsEligibleForArchive() |Exiting routine |
993393    14:43:04.762     [7296]    (JournalTask)    <9388>    EV:M    :CArchivingAgent::IsEligibleForArchive() |Entering routine  |
993394    14:43:04.762     [7296]    (JournalTask)    <9388>    EV:H    :CArchivingAgent::IsEligibleForArchive() |Exiting routine |
993395    14:43:04.762     [7296]    (JournalTask)    <9388>    EV:M    :CArchivingAgent::IsEligibleForArchive() |Entering routine  |
993396    14:43:04.762     [7296]    (JournalTask)    <9388>    EV:H    :CArchivingAgent::IsEligibleForArchive() |Exiting routine |
993397    14:43:04.762     [7296]    (JournalTask)    <9388>    EV:M    :CArchivingAgent::IsEligibleForArchive() |Entering routine  |
993398    14:43:04.762     [7296]    (JournalTask)    <9388>    EV:H    :CArchivingAgent::IsEligibleForArchive() |Exiting routine |
993399    14:43:04.762     [7296]    (JournalTask)    <9388>    EV:M    :CArchivingAgent::IsEligibleForArchive() |Entering routine  |
993400    14:43:04.762     [7296]    (JournalTask)    <9388>    EV:H    :CArchivingAgent::IsEligibleForArchive() |Exiting routine |
993401    14:43:04.762     [7296]    (JournalTask)    <9388>    EV:M    :CArchivingAgent::IsEligibleForArchive() |Entering routine  |
993402    14:43:04.762     [7296]    (JournalTask)    <9388>    EV:H    :CArchivingAgent::IsEligibleForArchive() |Exiting routine |
993403    14:43:04.762     [7296]    (JournalTask)    <9388>    EV:M    :CArchivingAgent::IsEligibleForArchive() |Entering routine  |
993404    14:43:04.762     [7296]    (JournalTask)    <9388>    EV:H    :CArchivingAgent::IsEligibleForArchive() |Exiting routine |
993405    14:43:04.762     [7296]    (JournalTask)    <9388>    EV:M    :CArchivingAgent::IsEligibleForArchive() |Entering routine  |
993406    14:43:04.762     [7296]    (JournalTask)    <9388>    EV:H    :CArchivingAgent::IsEligibleForArchive() |Exiting routine |
993407    14:43:04.762     [7296]    (JournalTask)    <9388>    EV:M    :CArchivingAgent::IsEligibleForArchive() |Entering routine  |
993408    14:43:04.762     [7296]    (JournalTask)    <9388>    EV:H    :CArchivingAgent::IsEligibleForArchive() |Exiting routine |
993409    14:43:04.762     [7296]    (JournalTask)    <9388>    EV:M    :CArchivingAgent::IsEligibleForArchive() |Entering routine  |
993410    14:43:04.762     [7296]    (JournalTask)    <9388>    EV:H    :CArchivingAgent::IsEligibleForArchive() |Exiting routine |

Not much of anything else when I dtrace the journal task and the storage archive.  These IsEligible entries should be coming back with message headers but it's not scanning the emails it appears.

  • Hello,

    9.0.2 is really old, no chance of upgrading I assume?

    Anyway. after you have created the new task, have you verified the MSMQ's for this task have been created? Are the items in the 'old' MSMQ? Have you examined the Journal Mailbox? If you sort on messageclass, do you see EV related classes (Pending Archiving/Pending Archving part?). Have you ran Deployment Scanner against Exchange, to see if something went amiss? Which Exchange version do you have?

    Can you create a new Journal Mailbox in Exchange, and a corresponding archive in EV, define that new mailbox to be archived by the new task. Then create a 2nd task to archive the old Journal Mailbox.

    See what that does.

    • dorlow615's avatar
      dorlow615
      Level 4

      I'm attaching an image of my msmqs.  The journal mailbox is on our tn001wexmbx008 server so one of those msmqs coorespond to it but how do I know which one is the right one?

      • GertjanA's avatar
        GertjanA
        Moderator

        Wow, 7 journal tasks on 1 server. Below query will show the info you look for.

        Queues which are not in use anymore (because task is deleted) AND it shows 0 items, can be deleted.

         

        Use EnterpriseVaultDirectory
        Select TS.Name "Task Name", JT.MessageQueue "Message Queue Name"
        From Task TS, JournalTask JT
        Where TS.TaskEntryId = JT.TaskEntryID
        Order by JT.MessageQueue