How OWA works with Enterprise vault 10.0
Hi I'm new to EV and i need to know How OWA works to retrive the archive E-mail in Exchange 2010 step by step please. Why i'm asking these information because in my environment when users trying to retrieve the Archive E-mails through OWA they are getting below error symantec enterprise vault - error You do not have access to this vaultSolved2.5KViews5likes12CommentsPowershell: Monitoring Exchange Journal Mailboxes
Hello EV Admins Attached is a custom powershell script written by myself to monitor health of journal mailboxes in our environment like Number of items, size of database, oldest/newest items etc. The script generages HTML report using various parameters and sends over email to configured recipients via any SMTP server which has Anonymous authentication supported using any from address liked. The powershell script is tied to a bat file which is configured in task scheduler to run every x number of hours accordingly. We use journaling closely along with DA so the email reports on timely manner help us stay ahead of the game. Hence sharing. Hope it helps your environment too.3.1KViews5likes4CommentsSQL Query for Index bit-type?
Hi, I'm looking for a way to identify the 32-bit indexes from SQL. The purpose is to identify 'older' archives and update them to 64-bit indexes outside of the active user updgrade schedule. I have the below to identify 'older' archives but can't seem to find an obvious index bit-type in any of the tables. Any help greatly appreciated. Thanks SELECT A.ArchiveName "Archive Name", AP.ModifiedDate "Archive Last Modified", COUNT(s.ArchivePointIdentity) "Item Count" FROM EnterpriseVaultDirectory.dbo.Archive A, EnterpriseVaultDirectory.dbo.Root R, EVVSEVARCAPSTR01_1.dbo.ArchivePoint AP, EVVSEVARCAPSTR01_1.dbo.Saveset S WHERE A.RootIdentity = R.RootIdentity AND R.VaultEntryId = AP.ArchivePointId AND AP.ArchivePointIdentity = S.ArchivePointIdentity AND AP.ModifiedDate < '2014-01-01' GROUP BY A.ArchiveName, AP.ModifiedDate ORDER BY "Archive Name"Solved849Views4likes5CommentsHow do you find what objects have been retrieved from the Archive in the last 48 hours?
I'm new to EV (inherited it last month) and we just had an issue where an FSA protected volume suddenly lost 250GB of spaceover the weekend. We show that no one added that much data to the volume so the only explination we can come up with is someone or something triggered a restore from archive for the 250 GB. Being new to EV, however, I can't figure out how to prove this or find what person or process casued it assuming it was EV. I've looked at the reports and they seem weak on this type of need and I found out we do not have auditing turned on. Can anyone help? Thanks, SheltonSolved497Views4likes4CommentsHow to know how much data that is older than 3 years archived by Enterprise Vault ?
Hi Everyone, I need the SQL script to query my Enterprise Vault v8.0 SP4 that is older than 3 years. Can anyone share your SQL script to know how much disk in the vault it consumes that'd be great. Thanks,Solved1.4KViews4likes7CommentsWhat is the best practice after the Exchange Mailbox user is leaving the company ?
Hi, Can anyone share what is the best pratice to do after you archive the Exchange Server mailboxes with EV according to this article (http://www.symantec.com/business/support/index?page=content&id=TECH67757) ? Do you still keep it or can you safely delete it from the Exchange Server which will means it deletes the AD account as well. I've never delete all of my Exchange Server mailboxes in the company before because i do not know what or how to access the archived email from the EV console. Any kind of help would be greatly appreciated. ThanksSolved1.4KViews4likes5CommentsMonitoring Vault Cache synchronization failures
We have few users in our environment who are having vault cache synchronization failures. There are various scenarios for these failures. In one such scenario, we have seen the failures were temporary (i.e) the next synchronization run completes successfully. For example, Whenever there is a failure, we see below event in the log: 09/09/2014 01:12:48 AM LogName=Application SourceName=Enterprise Vault EventCode=9999 EventType=3 Type=Warning ComputerName=[machine name] TaskCategory=None OpCode=Info RecordNumber=88657 Keywords=Classic Failed to synchronize Virtual Vault for [username] on [machine name] : (sync initiated: 2014-04-07 16:15:37; sync succeeded: 2013-11-07 23:23:45) But later when the synchronization completes successfully, we do not have any success event in the log. Few questions: - Is there any way to monitor failures only if there are 'Items to be archived' or 'Items to be downloaded'? - Do we have any method to query these pending items ourselves? (any registry key or in any file).I was looking at the options for querying the same but couldn't find any. Seems Symantec is able to query this information and display it in the Vault Cache Synchronization window, which means that there should be a way for us too. - Any method to eliminate the false positives (as mentioned above)? We already tried the client diagnostics (as described inhttp://www.symantec.com/business/support/index?page=content&id=HOWTO77190) but it is of little help as it as duplicate information. For example, same machine with the same user has been reported twice, one as a failure and other as a success. We are planning to setup a monitoring which will report only the genuine failures and eliminate these false positives. Any help in this regard will be much appreciated. Thanks in advance :).Solved1.2KViews3likes5CommentsReport to show archiving policies per folder for mailboxes
Hi Guys, Customer has EV 9.02 for Exchange mailbox archiving with an age-basedpolicy set to archive items older than x months. However they let users customize this per folder via EV properties tab\change button. So some folders may have a different age-based policy than the overall mailbox. They want to find out what kinds of policies are being used in general by users. Does anyone know if there is a way to find out, using reporting or maybe looking in sql? Thanks,Solved449Views3likes2CommentsEnterprise Vault Reports
I've been asked if the following reports could be created for EV - The amount of emails captured via journaling for a specific journal target mailbox during a specific time-frame. I know there is a canned report that will show emails captured over a specific month but they are looking for something more granular. A report that shows how many times a specific hotword comes up in a scheduled search. Any help in pointing me in the right direction would be appreciated.493Views3likes5Comments