<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.7.3" -->
<rss version="2.0">
	<channel>
		<title>Blog entries from robwilc</title>
		<description>A short description about your blog</description>
		<link>http://www.evdiscuss.net</link>
		<lastBuildDate>Mon, 06 Sep 2010 07:50:40 +0100</lastBuildDate>
        <generator>FeedCreator 1.7.3</generator>
		<item>
			<title>Rebuilding Multiple Indices</title>
			<link>http://www.evdiscuss.net/blogs/rebuilding-multiple-indices.html</link>
			<description>&lt;p&gt;Sometimes in Enterprise Vault it is necessary to rebuild multiple indices.  This used to be a manual process with the VAC, but a change was added to Enterprise Vault 8 Service Pack 2 where by you can :-&lt;/p&gt;  &lt;p&gt;a) Do it from a command line&lt;/p&gt;  &lt;p&gt;b) Do it for multiple Indices&lt;/p&gt;  &lt;p&gt;The way to do this is to provide a comma separated file to IndexCheck, as follows :&lt;/p&gt;  &lt;p&gt;Run indexcheck –f to generate a CSV file eg indexcheck –f index_folder –c exist –csv &lt;/p&gt;  &lt;p&gt;Check the CSV file&lt;/p&gt;  &lt;Read More...</description>
			<author>Rob Wilcox</author>
			<pubDate>Mon, 06 Sep 2010 13:58:25 +0100</pubDate>
		</item>
		<item>
			<title>Status of Outlook on the Enterprise Vault Server</title>
			<link>http://www.evdiscuss.net/blogs/status-of-outlook-on-the-enterprise-vault-server.html</link>
			<description>&lt;p&gt;On pretty much all of my virtual machines I still stick with Outlook 2003 SP 3, but, the question is .. what are the real options for people (who are a bit more progressive than me!)&lt;/p&gt;  &lt;p&gt;EV 7 &amp; EV 2007 targeting Exchange 2003 / Exchange 2007&lt;/p&gt;  &lt;p&gt;Outlook 2003 SP 3&lt;/p&gt;  &lt;p&gt;EV 8, EV 9 targeting Exchange 2003 / Exchange 2007&lt;/p&gt;  &lt;p&gt;Outlook 2003 SP 3&lt;/p&gt;  &lt;p&gt;Outlook 2007 SP 2 + Microsoft Hotfix 968858&lt;/p&gt;  &lt;p&gt;EV 9 targeting Exchange 2010, and other versions of Exchange&lt;/p&gt;  &lt;p&gt;Outlook 200Read More...</description>
			<author>Rob Wilcox</author>
			<pubDate>Mon, 06 Sep 2010 13:16:20 +0100</pubDate>
		</item>
		<item>
			<title>Retrying Index Volumes</title>
			<link>http://www.evdiscuss.net/blogs/retrying-index-volumes.html</link>
			<description>&lt;p&gt;Index volumes which are marked as failed are retried when the index server is restarted, and periodically.  The periodically part was added sometime ago in EV 2007, so in later versions, and all versions of EV 8 upwards the retry happens.  By default this retry interval is 6 hours.&lt;/p&gt;  &lt;p&gt;You can control it with the server side registry key :&lt;/p&gt;  RetryFailedIndexVolumesIntervalHours  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;Location&lt;/p&gt;  HKEY_LOCAL_MACHINE&lt;br/&gt; \SOFTWARE&lt;br/&gt;  \KVS&lt;br/&gt;   \Enterprise Vault&lt;br/&gt;    \Indexing&lt;br/&gt;&lt;br/&gt;Read More...</description>
			<author>Rob Wilcox</author>
			<pubDate>Fri, 03 Sep 2010 19:34:52 +0100</pubDate>
		</item>
		<item>
			<title>Capturing a Userdump of Outlook</title>
			<link>http://www.evdiscuss.net/blogs/capturing-a-userdump-of-outlook.html</link>
			<description>&lt;p&gt;One of the things that I deal with reasonably often is crashes of Outlook.  There are lots of ways that Windows can generate crash dumps, that would be useful for us to look at when examining and investigating an Outlook crashing issue.  The best way, in my opinion, is to use the Windows Debugging Tools to generate a crash dump (aka userdump) and then have that analysed.  Here is how to do that :&lt;/p&gt;  &lt;p&gt;Firstly you need the Debugging Tools for Windows “installed” on the machine.  There are aRead More...</description>
			<author>Rob Wilcox</author>
			<pubDate>Fri, 03 Sep 2010 19:26:27 +0100</pubDate>
		</item>
		<item>
			<title>EV 9 Late Breaking News</title>
			<link>http://www.evdiscuss.net/blogs/ev-9-late-breaking-news.html</link>
			<description>&lt;p&gt;A page that everyone should keep handy is the EV 9 Late Breaking News page.&lt;/p&gt;&lt;br/&gt;&lt;p&gt;Here is the link :&lt;/p&gt;&lt;br/&gt;&lt;p&gt;http://seer.entsupport.symantec.com/docs/355550.htm&lt;/p&gt;</description>
			<author>Rob Wilcox</author>
			<pubDate>Fri, 03 Sep 2010 00:00:52 +0100</pubDate>
		</item>
		<item>
			<title>Archiving Exchange 2010 Personal Archive</title>
			<link>http://www.evdiscuss.net/blogs/archiving-exchange-2010-personal-archive.html</link>
			<description>&lt;p&gt;&lt;br/&gt;Something worth noting is that it is not possible to archive items using Enterprise Vault from an Exchange 2010 Personal Archive. &amp;nbsp;This was a question which came up recently, and I thought it was worth sharing the comment with all.&lt;br/&gt;&lt;/p&gt;</description>
			<author>Rob Wilcox</author>
			<pubDate>Thu, 02 Sep 2010 02:45:22 +0100</pubDate>
		</item>
		<item>
			<title>Another way to Import PSTs</title>
			<link>http://www.evdiscuss.net/blogs/another-way-to-import-psts.html</link>
			<description>&lt;p&gt;Another way to import PSTs into a system.. this time to a regular mailbox (ready for archiving them at some later time, perhaps) is to use the Import-Mailbox cmdlet in Exchange 2007.  There is a bunch of documentation on Technet which covers it : http://technet.microsoft.com/en-us/library/bb691363(EXCHG.80).aspx, but as well that here is my run through of it in my lab environment.&lt;/p&gt;  &lt;p&gt;First problem that I hit when trying to do it was :&lt;/p&gt;  &lt;p&gt;&lt;img style=&quot;border-bottom: 0px; border-left: Read More...</description>
			<author>Rob Wilcox</author>
			<pubDate>Fri, 27 Aug 2010 18:45:56 +0100</pubDate>
		</item>
		<item>
			<title>OWA 2007 Retrieval Times</title>
			<link>http://www.evdiscuss.net/blogs/owa-2007-retrieval-times.html</link>
			<description>&lt;p&gt;An area I visit regular is OWA 2007 and the Enterprise Vault add-in for it.  One thing that I’ve looked at recently is “delays” in the retrieval process.  Here is the outcome of the testing that I did recently on some quite old VMWare machines :&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;The first thing that we know causes a slow down is when the IIS App pool has to be started.  It simply takes a little time to start these processes up.  This is largely out of our control, and when these do need to be started up we sRead More...</description>
			<author>Rob Wilcox</author>
			<pubDate>Fri, 27 Aug 2010 12:58:10 +0100</pubDate>
		</item>
		<item>
			<title>Just in time ?</title>
			<link>http://www.evdiscuss.net/blogs/just-in-time-.html</link>
			<description>&lt;p&gt;&lt;br/&gt;Just spotted this on an external source .. &amp;nbsp;&lt;br /&gt;&lt;br /&gt;http://bink.nu/news/exchange-server-2010-sp1-is-now-available.aspx&lt;br /&gt;&lt;br /&gt;Just in time for EV 9 :)&lt;br/&gt;&lt;/p&gt;</description>
			<author>Rob Wilcox</author>
			<pubDate>Wed, 25 Aug 2010 23:06:18 +0100</pubDate>
		</item>
		<item>
			<title>Revised Compatibility Guide</title>
			<link>http://www.evdiscuss.net/blogs/revised-compatibility-guide.html</link>
			<description>&lt;p&gt;Hot off the presses :&lt;/p&gt;  &lt;p&gt;http://seer.entsupport.symantec.com/docs/276547.htm&lt;/p&gt;  &lt;p&gt;Direct link :&lt;/p&gt;  &lt;p&gt;http://ftp.support.veritas.com/pub/support/products/Exchange_Mailbox_Archiving_Unit/276547.pdf&lt;/p&gt;  &lt;p&gt;Major changes :&lt;/p&gt;  &lt;p&gt;Addition of EV 9 information&lt;/p&gt;  &lt;p&gt;Addition of Exchange 2007 SP 3 Support&lt;/p&gt;  &lt;p&gt;Addition of Outlook 2010 information&lt;/p&gt;</description>
			<author>Rob Wilcox</author>
			<pubDate>Thu, 19 Aug 2010 01:57:32 +0100</pubDate>
		</item>
		<item>
			<title>PST Migration Rates</title>
			<link>http://www.evdiscuss.net/blogs/pst-migration-rates.html</link>
			<description>&lt;p&gt;&lt;br/&gt;&lt;p&gt;An interesting question that I came across the other day was related to the throughput that can be expected when doing PST Migrations. &amp;nbsp;There is a section in the Performance Guide that helps :&lt;/p&gt;&lt;br/&gt;&lt;p&gt;http://seer.entsupport.symantec.com/docs/312319.htm&lt;/p&gt;&lt;br/&gt;&lt;p&gt;It says :&lt;/p&gt;&lt;br/&gt;&lt;p&gt;&lt;img src=&quot;http://www.evdiscuss.net/images/pstmigrationrates.JPG&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;&lt;br/&gt;&lt;p&gt;And if you look back in the guide to mailbox archiving .. that's pretty much the same as that.&lt;/p&gt;&lt;br/&gt;&lt;/p&gt;</description>
			<author>Rob Wilcox</author>
			<pubDate>Wed, 18 Aug 2010 13:24:12 +0100</pubDate>
		</item>
		<item>
			<title>Which users have failed indices?</title>
			<link>http://www.evdiscuss.net/blogs/which-users-have-failed-indices-.html</link>
			<description>&lt;p&gt;A question which was posed a few weeks ago was how to find out which users/archives have failed indices.  We can find that out from SQL with a simply query as follows :&lt;/p&gt;  SELECT ArchiveName AS 'Archive',CountFailedIndexVolumes AS 'Failed Volumes'&lt;br/&gt;FROM IndexView &lt;br/&gt;WHERE CountFailedIndexVolumes != 0&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Hope that proves useful.&lt;/p&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;(Thanks to Frank Beck for the SQL)&lt;/p&gt;</description>
			<author>Rob Wilcox</author>
			<pubDate>Fri, 13 Aug 2010 19:40:48 +0100</pubDate>
		</item>
		<item>
			<title>Strange icons</title>
			<link>http://www.evdiscuss.net/blogs/strange-icons.html</link>
			<description>&lt;p&gt;File System Archiving can be configured to leave behind a placeholder when a file has been archived.    &lt;br /&gt;Sometimes it looks a little &quot;odd&quot;&lt;/p&gt;  &lt;p&gt;&lt;img style=&quot;border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px&quot; title=&quot;strange-icons&quot; border=&quot;0&quot; alt=&quot;strange-icons&quot; src=&quot;http://www.evdiscuss.net/images/stories/blogs/strangeicons_thumb.jpg&quot; width=&quot;55&quot; height=&quot;156&quot; /&gt; &lt;/p&gt;  &lt;p&gt;Unfortunately this is a little “feature” of Microsoft’Read More...</description>
			<author>Rob Wilcox</author>
			<pubDate>Fri, 13 Aug 2010 19:35:23 +0100</pubDate>
		</item>
		<item>
			<title>Office XP</title>
			<link>http://www.evdiscuss.net/blogs/office-xp.html</link>
			<description>&lt;p&gt;Sometimes people mention on the forums or internally about support for Office XP, particular in relation to Enterprise Vault 8.  This is usually from a client/user perspective.  I know that some enterprises have difficulty in getting all users upgraded to the latest-and-greatest version of Office.  It’s relatively simple to upgrade the version on the EV server(s) but those pesky users – well it can take a long time.&lt;/p&gt;  &lt;p&gt;Enterprise Vault 8 does not support Office XP as a client.  Take a loRead More...</description>
			<author>Rob Wilcox</author>
			<pubDate>Wed, 11 Aug 2010 14:15:01 +0100</pubDate>
		</item>
		<item>
			<title>PST Migration – Who is enabled now?</title>
			<link>http://www.evdiscuss.net/blogs/pst-migration-a-who-is-enabled-now-.html</link>
			<description>&lt;p&gt;Enterprise Vault has several ways available for customers to perform migrations of data from “old” PST files into an archive.  Whilst the ways aren’t necessarily perfect, or 110% complete (at least, I don’t think they are) there are some fantastic features available.. and with a little bit of work it’s possible to get a good picture of what’s happening, where, what has happened, and why.&lt;/p&gt;  &lt;p&gt;The first piece of this that I thought about is that in the Vault Administration Console you can eRead More...</description>
			<author>Rob Wilcox</author>
			<pubDate>Tue, 03 Aug 2010 01:18:58 +0100</pubDate>
		</item>
		<item>
			<title>Handle</title>
			<link>http://www.evdiscuss.net/blogs/handle.html</link>
			<description>&lt;p&gt;One of the other interesting SysInternals tools is called Handle.exe :&lt;/p&gt;  &lt;p&gt;http://technet.microsoft.com/en-us/sysinternals/bb896655.aspx&lt;/p&gt;  &lt;p&gt;With this tool you can find out which processes have a file locked open.  For example :&lt;/p&gt;  &lt;p&gt;C:\Users\robert_wilcox\AppData\Local\Microsoft\Outlook&gt;c:\handle asdasd.docx -u&lt;/p&gt;  &lt;p&gt;Handle v3.42&lt;/p&gt;  &lt;p&gt;Copyright (C) 1997-2008 Mark Russinovich&lt;/p&gt;  &lt;p&gt;Sysinternals - www.sysinternals.com&lt;/p&gt;  &lt;p&gt;WINWORD.EXE        pid: 3212   ENTERPRISE\robert_wRead More...</description>
			<author>Rob Wilcox</author>
			<pubDate>Mon, 02 Aug 2010 18:49:40 +0100</pubDate>
		</item>
		<item>
			<title>Exporting an Archive to PST</title>
			<link>http://www.evdiscuss.net/blogs/exporting-an-archive-to-pst.html</link>
			<description>&lt;p&gt;One of the slightly annoying thing with exporting an Archive to PST is the fact that the PST is always less than 2 Gb, even when you choose the “new” PST file format :&lt;/p&gt;  &lt;p&gt;&lt;img style=&quot;border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px&quot; title=&quot;exporting-pst-size-limits&quot; border=&quot;0&quot; alt=&quot;exporting-pst-size-limits&quot; src=&quot;http://www.evdiscuss.net/images/stories/blogs/exportingpstsizelimits_thumb.jpg&quot; width=&quot;514&quot; height=&quot;472&quot; /&gt; &lt;/p&gt;Read More...</description>
			<author>Rob Wilcox</author>
			<pubDate>Thu, 29 Jul 2010 01:08:07 +0100</pubDate>
		</item>
		<item>
			<title>Move Archive – Frequently Asked Question</title>
			<link>http://www.evdiscuss.net/blogs/move-archive-a-frequently-asked-question.html</link>
			<description>&lt;p&gt;A question that is asked quite often, about Move Archive is :&lt;/p&gt;&lt;br/&gt;&lt;p&gt;&lt;br /&gt;Can the features in Move Archive be used to move an FSA Archive?&lt;/p&gt;&lt;br/&gt;&lt;p&gt;&lt;br /&gt;The answer is no, that's not possible.&lt;/p&gt;&lt;br/&gt;&lt;p&gt;&lt;br /&gt;Another question is :&lt;/p&gt;&lt;br/&gt;&lt;p&gt;Can the features in Move Archive be used to move a public folder archive?&lt;/p&gt;&lt;br/&gt;&lt;p&gt;&lt;br /&gt;The answer is no, that's not possible.&lt;/p&gt;&lt;br/&gt;&lt;p&gt;In fact it is only possible to use Move Archive against mailbox archives, Domino and Exchange, and journal mailbox archives, DominRead More...</description>
			<author>Rob Wilcox</author>
			<pubDate>Tue, 27 Jul 2010 02:56:30 +0100</pubDate>
		</item>
		<item>
			<title>Export by date range, and delete?</title>
			<link>http://www.evdiscuss.net/blogs/export-by-date-range-and-delete-.html</link>
			<description>&lt;p&gt;In Enterprise Vault when you export an archive, you have a number of choices as shown on the screenshot below :&lt;/p&gt;  &lt;p&gt;&lt;img style=&quot;border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px&quot; title=&quot;date-range-export&quot; border=&quot;0&quot; alt=&quot;date-range-export&quot; src=&quot;http://www.evdiscuss.net/images/stories/blogs/daterangeexport_thumb.jpg&quot; width=&quot;427&quot; height=&quot;392&quot; /&gt; &lt;/p&gt;  &lt;p&gt;Many people want to be able to export a particular date range AND “remove Read More...</description>
			<author>Rob Wilcox</author>
			<pubDate>Mon, 26 Jul 2010 16:46:31 +0100</pubDate>
		</item>
		<item>
			<title>Proof of “read” versus “unread”</title>
			<link>http://www.evdiscuss.net/blogs/proof-of-a-reada-versus-a-unreada-.html</link>
			<description>&lt;p&gt;On our internal support forum a week or two ago there was an interesting discussion about whether or not Enterprise Vault can (or should) be used to prove with an email was “read” or “unread”.  In short Enterprise Vault doesn’t record that status of a message.  At first this would seem “bad”, but consider it for a moment?  An end user can mark something as read, and then unread, 20 times … it doesn’t actually mean that they have or haven’t read it.  Many people that I know will glance at an eRead More...</description>
			<author>Rob Wilcox</author>
			<pubDate>Mon, 26 Jul 2010 16:38:09 +0100</pubDate>
		</item>
	</channel>
</rss>
