Video Screencast Help
Search Video Help Close Back
to help
Not able to make it to Vision this year? Get a sampling in the Best of Vision on Demand group.

How to create a new archive for a user?

Updated: 11 Jul 2011 | 13 comments
BruGuy's picture
0 0 Votes
Login to vote
This issue has been solved. See solution.

Hello,

I have two users whose archive gives indexing errors. We've tried running evsvr to fix it, plus upgraded to the latest service packs, still no go.

They have small mailboxes/archives so I want to take the most simple, low-tech way of solving the problem (I think), i.e., export their EV archive to a PST, delete (only!) their archive, create a new archive for them and import the messages into the mailbox or directly into the new archive. The only minor inconvenience for the users would be some invalid shortcuts.

Is this do-able? How do I force EV to create a new archive and not re-use the old one?

EV80 SP5.

Thanks,

- Alan.

Comments

GertjanA's picture
01
Jul
2011
0 Votes 0
Login to vote

uhm.

small archive?

Waht you could do is see if you can find their index location, stop indexing, move all index files to a temporary location (so their index folder is empty), start indexing. That should rebuild the index from scratch.

Or, disable users for archiving, export their archive to a PST, delete the archive. Make sure that the retention period allows for 'deletion'. stop//start storage service to start deleting archive. (setting store in/out backup mode also helps)

When archive deleted, enable users for archiving again, create new archive

Or, create a new mbx vault store, move the archives to the new store. When ok, move the archives back to the original store, delete the new one.

Thank you, Gertjan
MCSE, MCITP (2x), MCTS, SCS7.5/8.0/9.0, STS9/10
Company: www.t2.nl
The EV-Dashboard. Get it here: http://evdashboard.so

BruGuy's picture
01
Jul
2011
0 Votes 0
Login to vote

Thanks ...

We've spent soooo much time playing with the indexes I just want to go for the low-tech solution now.

To delete an archive, we right-click on it under evsite - Archives - Exchange Mailbox - A users --> L users, then right-click on the user's name and select Delete? That doesn't delete anyone else's archives, right?

Our retention period in EV is 14 days. Do you mean I can't create a new archive for the user until that time has passed?!

Sorry if this sounds simplistic. Bit fed-up with the errors and stress to be honest.

JesusWept2's picture
01
Jul
2011
0 Votes 0
Login to vote

14 days retention? thats

14 days retention? thats bizarro!
Anywho, if you want to post some of the indexing errors, can take a look for you, when an index fails repeatedly, its usually due to Opportunistic Locking or Anti Virus or something such as disk corruption or network connectivity that causes all these issues.

If you can move them to a loca drive and see if that helps some and make sure its excluded from AV, things may tend to stabailize after a final rebuild.

But really Gertjan is right, Disable the mailboxes for archiving, export to a PST file, delete the archive, then re-enable the user which will created a new archive then import the PST file....however if its an actual item thats messing the index up, this won't solve your problem

BruGuy's picture
04
Jul
2011
0 Votes 0
Login to vote

After the user's archive is

After the user's archive is deleted, they will be left with a lot of orphaned shortcuts. Is there an easy way/util for the user themselves to delete them? Is there any way to recreate shortcuts in this case?

We've been trying to fix these indexing errors for a long time. With and without support help. Started with a disk error on our Centera. Deleting and attempting rebuilding didn't work, or changing from structured to unstructured, or running Evsvr, etc etc. It's only two users out of a few thousand so we need this sorted the quickest, easiest and lowest risk way. We're using Centeras so running a backup to tape before experimenting isn't exactly an option.

These popup every few hours. The user has no Archive Explorer contents, only the shortcuts work.

Event Type: Error
Event Source: Enterprise Vault
Event Category: Index Server
Event ID: 7292
Date:  04/07/2011
Time:  13:13:33
User:  N/A
Computer: EV1

Description:
The index volume has been marked as failed.
Index Volume: 17AF253FFF2A2124DBB1CC1C9BBC7DA1B1110000evsrv01/Volume:4558 (A User)
Index Volume Path: X:\VaultIndexes\index2\17AF253FFF2A2124DBB1CC1C9BBC7DA1B1110000evsrv01
Reference: Too many consecutive failed items
           
 
Due to errors accessing the index volume it has been marked as 'failed' to prevent further errors.  The index volume will remain inaccessible until it has been repaired.

 

 

GertjanA's picture
04
Jul
2011
0 Votes 0
Login to vote

delete shortcuts by user

a lot of orphaned shortcuts..

Hi,

There is 2 ways.

1 - create a new policy, set 'shortcut deletion' period to 1 day, new provisioning group, assign users, provision, sync, wait for EV to handle it.

2 - have users search for message-class: IPM.Note.EnterpriseVault.Shortcut delete those. (tools, find, advanced find, tab advanced, in Field: 'all mail-fields', then 'message class', value as given, make sure that in the top Mailbox - Name is selected. When found, CTRL+A to select all, then Delete!

GJ

Thank you, Gertjan
MCSE, MCITP (2x), MCTS, SCS7.5/8.0/9.0, STS9/10
Company: www.t2.nl
The EV-Dashboard. Get it here: http://evdashboard.so

BruGuy's picture
04
Jul
2011
0 Votes 0
Login to vote

Thanks!

Option (2) is perfect. I can even just move them to a PST file instead of deleting. Thanks very much!

Mohawk Marvin's picture
04
Jul
2011
0 Votes 0
Login to vote

"Too many consecutive failed

"Too many consecutive failed items"

 

Check out his post by Scanner:

https://www-secure.symantec.com/connect/forums/index-volume-has-been-marked-failed

It will solve the issue of a dodgy index, but it is likely that you have a bigger issue, that could be fixed with a EVSVR or pre 8 equivalent.

MarkBarefoot's picture
04
Jul
2011
0 Votes 0
Login to vote

That posting is pretty much

That posting is pretty much spot on, as in the "index volume has been marked as failed", in that it will mark an index failed after 100 items have consecutively failed to index.

You can use a different combination of values to just get the index built,

PoisonPillCount = 1

MaxConsecutivePoisonPillItems = 0

This will just run through the rebuild, and never hit the Max items.

Ideally you'd want to find out why these items are failing to be indexed as that's the crux of the matter. I would have thought a DTRACE of the Indexing elements when doing a rebuild on this faulty index should show what item(s) it's falling over on - it then should be a case of finding them (but this isn't that easy if you are storing your .DVS* files on a Centera partition)......

Thanks,

 

Mark

Supportability Analysis Engineer for Enterprise Vault products.

 

**REMEMBER TO VOTE IF THIS HELPS AND MARK IT AS RESOLVED TOO IF IT IS!!**

BruGuy's picture
04
Jul
2011
0 Votes 0
Login to vote

Poison pill - been there, done that.

Didn't make any difference. Was the first thing suggested. Set it really high. Really, been thru all the normal steps with support.

BruGuy's picture
08
Jul
2011
0 Votes 0
Login to vote

Handle is invalid...

So I exported the user's archive to PST A, disabled the user in EV, deleted their archive (it went within a few hours), did a search in Outlook to find the shortcuts by messageclass and moved them to PST B just in case, then re-enabled the user and imported PST A using the GUI PST import wizard (no shortcuts) into their new archive (checked by archive id that it really was a new one). I waited a day between each step.

Now they get a "the handle is invalid - try again, contact your ev administrator" error in the archive explorer in Oulook 2003 when they try to open any archived item in any folder.

Any ideas? Now I'm really fed up with EV.

Thanks.

JesusWept2's picture
08
Jul
2011
0 Votes 0
Login to vote
BruGuy's picture
11
Jul
2011
0 Votes 0
Login to vote

No.

But luckily it doesn't seem to matter. Today she's not getting that message anymore and her archive is working.

Mohawk Marvin's picture
11
Jul
2011
0 Votes 0
Login to vote

High 5! Mark a solution dude.

High 5!

Mark a solution dude.