cancel
Showing results for 
Search instead for 
Did you mean: 

Not able to "Run Now" archive task on certain users

psuttill
Level 4
I have multiple users that I would like to run the archive task on their mailboxes specifically but when I either filter by available mailboxes or by user names the users are not there. They have vaults and archives that they can access and manually archive. In the provisioning reports their status is enabled. Everything looks totally right to me.  There is no events in the logs that would show otherwise.

I also do not think the scheduled runs are hitting these users either anymore actually.

I am running EV 7.5

Thanks for your help
1 ACCEPTED SOLUTION

Accepted Solutions

TonySterling
Moderator
Moderator
Partner    VIP    Accredited Certified
Have you moved users around from different Exchange Server?

Are those users in a provisioning group? 

I think this has occurred in the past where mailboxes were not provisioned for a couple weeks and they get marked as deleted.

You could update them in sql. 

USE EnterpriseVaultDirectory
UPDATE ExchangeMailboxEntry
SET MbxExchangeState = '0' WHERE MbxExchangeState = '1'

View solution in original post

7 REPLIES 7

TonySterling
Moderator
Moderator
Partner    VIP    Accredited Certified

How many archive tasks do you have, have you checked them all?

Can you choose them in you try to do a synch?  Also, when you do the run now are you doing it normal or report?  If normal, do they show in report?

psuttill
Level 4
I only have onearchive task and I am doing normal not report. I cannot see them in either though.

I checked in sync and I do not see them in there either.


Michael_Bilsbor
Level 6
Accredited
perhaps mailbox has been set as hidden?

psuttill
Level 4

I didnt know you could do that and the only person that works with the system is me , how would i look for this?

psuttill
Level 4

interesting I went in the database and looked up one of the users i know is a problem user and the MbxExchangeState = 1 which means its deleted (if I read about this correctly) and I can see a huge number of users are like this. Would this be the issue? and what would cause the users to show as deleted?

TonySterling
Moderator
Moderator
Partner    VIP    Accredited Certified
Have you moved users around from different Exchange Server?

Are those users in a provisioning group? 

I think this has occurred in the past where mailboxes were not provisioned for a couple weeks and they get marked as deleted.

You could update them in sql. 

USE EnterpriseVaultDirectory
UPDATE ExchangeMailboxEntry
SET MbxExchangeState = '0' WHERE MbxExchangeState = '1'

psuttill
Level 4

Well that was it! Sweet thanks for pointing me in the right direction.

As for the boxes getting moved to a new exchange server the answer is no. About 25% of the boxes had a state of 0, that is nuts. They are all in the proper provisioning group also. I would love to get to the bottom of why it happend , but it might just be one of those unanswered issues......