Enterprise Vault DataBase Migration SQL 2014 (EV 9.0.1.1073)
Dear community, We are planning to move the DATABASES of Enterprise Vault to another SQL server. Can you tell me, if the following setup is working/supported? Current architecture: SQL setup: SQL instance: SQL 2005 (9.00.4060) SQL instance collation: Latin1_General_CI_AS OS SQL Host: W2k8R2 EV setup: OS EV Host: W2k3 R2 Enterprise, SP2 SW Version: Symantec Enterprise Vault 9.0.1.1073 Destination setup: (already exists, sql cluster) OS Setup: W2k12R2 Enterprise SQL instance: SQL 2014 Enterprise SP1 CU1 (12.04416.0) SQL instance collation: Latin1_General_CI_AS Migration procecure: Looks stright forward and should not be a problem regarding database migration. All steps clear. Instructions: https://support.symantec.com/en_US/article.TECH35744.html Question: - Is the database supported within the new configuration setup? - Based on the compatibility chart, only default compatibility levels of the sql instance will be supported. What that mean in the case of EV - use the 2005 compatibiltiy mode or upgrade to naive 2014 db support. Ressources: - SQL Versions: http://sqlserverbuilds.blogspot.ch/#sql2005 - Instruction DB Move Symantec EV: https://support.symantec.com/en_US/article.TECH35744.html - Compatibilty Chart (older versions): https://symwisedownload.symantec.com/resources/sites/SYMWISE/content/live/SOLUTIONS/38000/TECH38537/en_US/compatibility_charts.pdf?__gda__=1442440249_6e76e8bedb1b71a2f0e2db07b93fc00 Many thanks, best regards, A.F.Solved1.4KViews0likes4CommentsEnterprise Vault 10.0.4 Outlook add-in not displaying - Outlook 2013
Good afternoon, My co-worker recently installed Office 2013 64-bit on his Windows 7 (x64-bit) laptop. He installed the Outlook 10.0.4 CHF3 add-in and it is not showing up. Here is a list of troubleshooting steps that we've tried. -ResetEVClient.exe -Uninstalling/Reinstalling (running as Admin) -Checked to make sure Valkyrie.dll was in the EVClient folder and it was. -log off/log on and a reboot. I know that last year I had this issue, but I was working on so many other projects that I put it on the backburner and I remember it just showing up one day.2.1KViews1like4CommentsIn VBA/Outlook, how to list attachments to EV-archived item
I'm trying to write a utility in VBA/Outlook which will list DIR-style the names of files attached to messages. But we have Enterprise Vault, andI don't know what to do with messages in the vault. I can detect vaulted messages by checking whether MessageClass= "IPM.Note.EnterpriseVault.Shortcut", and I find they all have one attachment named "@". If a message isn't vaulted, I can enumerate any attachments and spit out their names along with the message's folder path, subject line and received date to help the user find the message. How can I open a vaulted message, preferably without restoring it, just to get a list of its attachments? Please don't forget to point me to the library I should add to Tools / References -- all I can find on Google is CreateObject("EnterpriseVault.ContentManagementAPI"), but it fails. Here's my code so far: Option Explicit Sub SearchForAttachments() Dim WildCard$, FH%, Fld As Folder, MI As MailItem, NA&, NF&, NI& On Error GoTo 0 'ABEND Set Fld = Outlook.ActiveExplorer.CurrentFolder WildCard$ = InputBox$("Gimme a filename wildcard like '*.*'") If Len(WildCard$) Then Close FH% = FreeFile() 'Open Environ$("TEMP") & "\Attachments.txt" For Random As #FH% Call DirAttachments(Fld, WildCard$, FH%, NA&, NF&, NI&) Debug.Print NA& & " attachments in " & NI& & " items (with attachments) in " & NF& & " folders under " & Fld.Name 'Close End If ABEND: If Err.Number Then MsgBox "Error " & Err.Number & ": " & Err.Description, vbCritical, , Err.HelpContext, Err.HelpContext Close End Sub Sub DirAttachments(Fld As Folder, WildCard$, FH%, NA&, NF&, NI&, Optional Prefix$ = "") Dim I As Object, MI As MailItem, F As Folder Prefix$ = Prefix$ & "\" & Fld.Name NF& = NF& + 1 For Each I In Fld.Items: DoEvents ': Debug.Print "."; Select Case TypeName$(I) Case "MailItem" If I.Attachments.Count > 0 Then 'And I.MessageClass <> "IPM.Note.EnterpriseVault.Shortcut" Call ListAttachments(I, WildCard$, FH%, NA&, NF&, NI&, Prefix$) End If End Select Next For Each F In Fld.Folders Call DirAttachments(F, WildCard$, FH, NA&, NF&, NI&, Prefix$ & "\" & Fld.Name) Next End Sub Sub ListAttachments(I As Object, WildCard$, FH%, NA&, NF&, NI&, Prefix$) Dim A As Attachment, MI As MailItem ', First As Boolean 'First = True NI& = NI& + 1 For Each A In I.Attachments: DoEvents If A.Type = olByValue Then 'And A.FileName Like WildCard$ 'If First Then Debug.Print: Debug.Print Prefix$ & "\" & I.Subject & " (" & I.ReceivedTime & ")": First = False Debug.Print Prefix$ & vbTab & I.Subject & vbTab & I.ReceivedTime & vbTab & A.FileName NA& = NA& + 1 End If Next End SubSolved1.4KViews1like2CommentsHuge amount on Items awaiting backup & Centera (replicated and non-replicated)
Hi, I detected a huge amount of items awaiting backup in an installation with a stand-alone Centera (9,000,000+ items) and have been working on the VS databases to get rid of the savesets waiting for replication, but the items awaiting backup start growing again as expected (as new emails are bieng archived to Centera). I checked in other two EV installations with Centera (one of them is being replicated indeed) and found the same thing. Every technote I´ve found about this behavior except one points to the fact that the replication queue at Centera is not being emptied (items are not being replicated successfully) but in one of the stand-alone Centera scenarios the EMC administrator claims there´s no such thing as a a replication queue in a Centera that is not being replicated. I found this technote about permissions on the default Centera pool when using a PEA file to access a dedicates pool which is our case and I´ll try to apply it and see what happens:http://www.symantec.com/docs/TECH65247 Obviously I´m not a Centera expert. Any idea? Thanks! Jose LuisSolved1.8KViews0likes8CommentsEV for Domino DR with Building block method !!!
Is anyone try this!!! We have EV domino archiving in place and we are looking for EV-DR with Building Block Method.. Current Scenario: EV Domino Server version = 8.5.1 EV Version = 9.0.1 SQL = 2005 Ent edition we have 2 seperate EV servers in single site. one (EV1)for mailbox archiving and one (EV2) for Journaling purpose. SQL server is common for both servers. EVDG is running on EV1 mailbox archiving. we are looking for DR site with Building Block method. I have following queries...... DR SITE WE HAVE SECONDARY DOMINO SERVER IN PLACE 1. do we need same setup in DR site? 2. Do we need to setup EVDG in DR site as well? if yes then we have to replicate EVDG also?Solved983Views0likes6CommentsHelp required for moving Enterprise vault server from one domain to another
Dear all, I am having one domain i.e. abc.com & I had Enterpirse vault configuredfor Exchange journaling as well as mailbox archiving. Existing exchange version is 2003 SP2. Enterprise Vault server configuredon VCS cluster (N+1). Now we are moving to Exchange 2010 and also moving from abc.com domain toxyz.com domain. Kindly suggest which process need to follow for the same. Thanks in advance.Solved680Views0likes4CommentsEnterprise Vault Migration Single server to Cluster
Currently we have Single Enterprise Vault 9.0 running on Windows Server 2003 32-bit with Shared Storage, Indexing , Vault Store all located on SAN. Note Exchange and SQL is already running with microsoft cluster. Now we want to migrate Enterprise Vault 9 to 10.0 with Microsoft Cluster and Server 2008R2. So how can we do that, Can any one please give any solution for this. Regards SaqibSolved967Views0likes5Comments