Enterprise Vault 9.0.2 not archiving journal mailbox
We have two journal mailboxes that we have two journal tasks setup to archive the journal mailboxes 24/7. I've been watching our 2nd journal mailbox for a few weeks now and watching it get larger and larger. Today, I figure I need to do something about it. We used to have support with Symantec and I've called in this issue in the past. (We do not have support anymore.) I was looking through my previous notes. I deleted the journal task and target (made screenshots of all tabs before doing this...). Well after doing this, I ran the sql command...
select * from ExchangeMailboxEntry where MbxDisplayName = 'exchjournal2'
I receive this result...
1C8B92CAF3664E14BBA3E05BCADA168001n10000EVSARCHIVE01 185242 /O=CHS EXCHANGE/OU=EXCHANGE ADMINISTRATIVE GROUP (FYDIBOHF23SPDLT)/CN=RECIPIENTS/CN=EXCHJOURNAL2 ExchJournal2 ExchJournal2 ExchJournal2 US 1 0 1 0 0 0 337720 575 1D7397124520822429D760027574831871110000EVSARCHIVE01 0 2016-05-01 05:00:00.000 0 NULL NULL NULL NULL NULL NULL 172 NULL NULL 0 NULL
If I do this command for our other mailbox, I receive this...
109E02485FAC2FB4DB73703265552CCE81n10000EVSARCHIVE01 185241 /O=CHS EXCHANGE/OU=EXCHANGE ADMINISTRATIVE GROUP (FYDIBOHF23SPDLT)/CN=RECIPIENTS/CN=EXCHJOURNAL1 ExchJournal1 ExchJournal1 ExchJournal1 US 1 0 2 0 0 0 2402525 1492 1D7397124520822429D760027574831871110000EVSARCHIVE01 0 2016-06-14 17:00:03.000 0 NULL NULL NULL NULL NULL NULL 205 NULL NULL 0 NULL
--------------------
ExchJournal1 US 1 0 2 (The 2 here means it a journal mailbox.)
exchjournal2, the value here is 1 which means it's a user mailbox. I need to somehow change this to a two. Does anyone know how I go about resolving this? We have DBAs. I don't know if it's as simple as running an sql command to change this value to a 2 or if there's more to it than just changing the value to a 2.
Also, if there's anything more beyond changing to a 2 and recreating the target and task, I am not sure. If others can give me advice here also, that would be great.