Video Screencast Help
Search Video Help Close Back
to help

Archiving and eDiscovery Community Blog

Showing posts in English
Rob.Wilcox | 08 Jul 2010 | 0 comments

One of the useful things that the Vault Information dialog gives you is information on the Operating System that the Enterprise Vault Outlook Add-in is running on.  You can see it in the following dialog :

You also see key things like :-

Operating System + Service Pack information

Version of Outlook

Exact version of Internet Explorer

Exact version of Enterprise Vault Outlook Add-in installed (in my case above, I’m using 8 SP 3)

Whether outlvbs.dll is available (this is needed for the EV forms to function)

Rob.Wilcox | 07 Jul 2010 | 0 comments

The Vault Information dialog provides some useful information in the event of issues in the Enterprise Vault Outlook Add-in.  The quickest way I find to access it is to press control and shift together, then click on one of the icons on the EV Outlook toolbar.

This will bring up the following dialog :

Of course you then click on Vault Information, and you will see :

 

Rob.Wilcox | 07 Jul 2010 | 0 comments

A feature which has been in Enterprise Vault for a while now, but one that I don’t use very often, gave me the idea to write a blog about it since I had to use the other day.  This feature is the ability to start a DTRACE from the VAC itself, rather than having to go to the command line.

To do this the administrator has to click on the server name in the VAC, and then click on Tools –> Advanced Features :

“Traces” then appears under the services and tasks, as show above.

You can create a new trace, and there is a wizard which will guide you.

One of the first good things that you will see is that there a bunch of canned traces already defined.  So for example if you know you’re having issues with Exchange Mailbox Archiving you would start off with that...

Rob.Wilcox | 07 Jul 2010 | 0 comments
 Articles Published this Week
 
Legend:

* Bold Font
= HotFix/Utility TechNote
     

 
 
Enterprise Vault for Microsoft Exchange

Document # Description
350589 About collections and migration
351049 The Enterprise Vault Reporting operation reports...
Rob.Wilcox | 06 Jul 2010 | 0 comments

With the Enterprise Vault Outlook Add-in it is often necessary to see a log file of what it has been doing.  The log file is sometimes used in tandem with the server DTRACE of a particular component (eg ArchiveTask if you are manually archiving an item on the client).

To generate a client log file, see the following technote :

http://seer.entsupport.symantec.com/docs/276094.htm

Usually a level 3 log file is needed, as that contains all the information.

Rob.Wilcox | 01 Jul 2010 | 0 comments

The other day I was asked to help capture a process termination of migrator server (during a PST import) on a Windows 2008 x64 Enterprise Vault Server.  It tripped me up in a couple of places so here are the gotchas.

 

The process is 32 bit, so I found it “best” to install the 32 Bit version of the Debugging Tools for Windows

The latest version of the Debugging Tools for Windows is part of a MUCH larger download (so I went for an older version)

When I ran cscript adplus.vbs –quiet –crash –pn migratorserver.exe –o c:\dumpfiles, and tried to reproduce the problem, the process still crashed, but I didn’t get a dump file.

 

The LAST hiccup I encountered was mostly because of UAC.  I need to run the command prompt that I launch adplus.vbs (or adplus.exe in the latest tools) as an elevated user.  So just right click on the command prompt and do...

Rob.Wilcox | 01 Jul 2010 | 0 comments

Many organisations have additional message classes from other bolt-ons to Exchange (such as Fax software and the like).  It’s fairly easy to get Enterprise Vault to archive these, as outlined below :

Step 1 – Add the message class to the Directory

Right click your directory in the VAC, go to properties, then the Message Class tab, as shown below.

Click on Add, as indicated, and add your class, and a description.  For example add IPM.Voicemail

Step 2 – Update the policy

Now go to the mailbox policy (or policies), and update that:

You need to tick the checkbox.

 

Bonus Step – Preventing archiving of a...

Rob.Wilcox | 30 Jun 2010 | 0 comments

The other day I was asked how to do a query, or report, which shows archives which exist, but where the billing account has gone away – ie the user account in Active Directory has been deleted.

I think you see something like this in the Usage Report from the Vault Admin Console, though other people have said it says “Unknown” :

So in that case I had already deleted the Active Directory account for Rahul.

I wrote the following vbscript to get this information out for usage :

' Declarations

strComputer = "."

' Open connection to SQL

strQuery = "SELECT A.ArchiveName, T.SID FROM Archive A, Trustee T, Root R WHERE A.RootIdentity = R.RootIdentity AND R.OwningTrusteeIdentity = T.TrusteeIdentity"

' Execute Query

wscript.echo strquery

Const adOpenStatic = 3

Const...

Rob.Wilcox | 28 Jun 2010 | 2 comments

Many people have implemented Virtual Vault since Enterprise Vault 8 Service Pack 3, and from time to time the question comes about whether or not it can be renamed.  Here is how it looks on my corporate mailbox :

Several customers have expressed an interest to change the name from “Vault – Users Name”, but at the moment it isn’t configurable.  If it something that you or your organisation wants to do, please let me know.

Rob.Wilcox | 28 Jun 2010 | 0 comments

A long standing “bug” in Enterprise Vault is that the Directory and Audit databases are created with the SQL log files having the “wrong” file extension :

There is no hinderance to the product at all.  It’s just something that has never been addressed.  See :

http://seer.entsupport.symantec.com/docs/320498.htm

http://seer.entsupport.symantec.com/docs/307876.htm