After PST Migration Completed End User Can't Open Outlook
Enterprise Vault 11.0.1 CHF1,On Windows 2008 R2,Exhange 2013 CU8,End user uses outlook 2013. AfterPST migration completed when end user trys to open his outlook he faces with error which PST Outlook data filecan not be found. By manuellyI can remove PST file which is migrated and solve this issue. But this is "Server driven pst migration" method and more than thousandend users. Arethere any settings, policy or parameters on Enterprise Vault side to solve this issue automatically.Solved668Views2likes2CommentsProvisioning API Failing
Hi, I have been using a vbscript for a number of years that uses the evpm to prevent archiving the "DoNotArchive" folder in a users mailbox. I think that this stopped working around the time we moved to Windows 2008 R2 and EV10SP4 but I can't be sure. When the script runs now I get the error: An error occurred replacing the script parameters I have now used the example in the EV utilities guide (About using the Provisioning API to run Policy Manager Scripts, p253) as per below: option explicit Dim ArrayOfParameters(0) ArrayOfParameters(0) = "true" Dim Enabler Set Enabler = CreateObject("EnterpriseVault.ExchangeArchivePoint") Enabler.Directory = "MACHINE1" Enabler.Site = "site1" '(Entry Id or Site Name) Enabler.ExchangeServer = "DITTO" '(Entry Id or Exchange Name) Enabler.SystemMailbox = "EnterpriseVault-DITTO" Enabler.MailboxDN = "/o=Eng2000/ou=First Administrative Group/cn=Recipients/cn=Bruiser" Enabler.SetScriptFile "C:\MyScripts\Script1.ini", ArrayOfParameters Enabler.ExecuteScript ' runs the EVPM script against the script1.ini file after making the substitutions in the strings. and I get the same error. I did amend the values relevant to my site but that was it. I raised a call with Symantec and they said I had missed the brackets on the line: Enabler.SetScriptFile "C:\Program Files (x86)\Enterprise Vault\Scripts\EVPM\EnableScript_DONOTARCHIVETest2.ini", ArrayOfParameters So I added them in: Enabler.SetScriptFile ("C:\Program Files (x86)\Enterprise Vault\Scripts\EVPM\EnableScript_DONOTARCHIVETest2.ini", ArrayOfParameters) But then got the error: Cannot use parentheses when calling a Sub Symantec support said that they get the same errors (with their own script out of the the utilities guide) but cannot help me any further as they don't support scripts. Does anyone else use vbscript for EVPM on Windows 2008 R2 EV10SP4 and if so have you had the same issues and overcome them. Symantec support couldn't offer an alternative for me other than I would have to manually use evpm for each of our mailboxes. We have thousands. Any help would be greatly appreciated. MattSolved726Views2likes3CommentsMAC clients will not open archive mail items from the Internet (WAN) using RPC over HTTP
Dear All, I installed Evault 11 on windows 2012 R2 failover cluster. We configure imap clients as well. Internally Outlook for WIndows , OWA and outlook anywhere works fine. Internally Mac outlook 2011 and Mac mail using imap client work fine. When we try to access archive email or search archivein outlook 2011 mac from INternet it open new window and failed. We notice in the url it tries alias/enterprisevault but when we change it alias.domain.com/enterprise it work. Please let me know how we can change this from netbios name to fqdn I logged the call with Symantec support and they shared the article http://www.symantec.com/business/support/index?page=content&id=TECH176390&profileURL=https%3A%2F%2Fsymaccount-profile.symantec.com%2FSSO%2Findex.jsp%3FssoID%3D140800075169766r55xNS1qUJx1uD1WB06PZK537aN7fWmI6gu Please let me know if we can change this ? Thanks Mazhar Khan1.1KViews0likes3CommentsRestore archived mail / api
Hi there, I have a similar problem as mentioned in this thread:https://www-secure.symantec.com/connect/forums/fetch-mail-andor-mail-entryid-ev-sdk I want to unarchive an email from outside the enterprise vault http-only addin - in my custom outlook addin. I know there is no support for what I am doing, but for the convenience of the users I would risk it. As far as I understand it should be two steps to replace the archived mail with the original: Set the mail MessageClass to “IPM.Note.EnterpriseVault.Shortcut.RestoreMe”; Do a http call to the enterprise vault webservice (got it from fiddler). I can easilydo step 1 - in step 2. I get an http 200 so I assume I did everything correctly. But now the mail is not replaced - is there something I am missing? Thanks a lot! MaxSolved1.9KViews1like9CommentsFSAUtility not restoring all files
Hi All Please i need your assistance on this one, one of our clients need to do a full restore of two folders, when running the FSAUtility with the following (FSAUtility.exe - t -s UNC path -d UNC path -f -l 0) its restores +/- 4500 items out of +/-38000 there are no errors reported in the logs etc. we are able to open these archived items We have now come to a dead end please help thank you664Views1like2CommentsEVPM - Exclude Folder and Remove customized archiving setting
Hi, I know it's possible to exclude a folder from the normal mailbox policy so it's not archived and I think the following should do it but I just wanted to check. [Directory] DirectoryComputerName = kvsarchive Sitename = MySite [Mailbox] LDAPQuery = cn=oconnor_ke [Folder] Name = \Test Exclude Filtername = DoNotArchive OverrideArchiveLocks = True If this is correct then perfect but I also need to know how to remove this customized archiving setting if at a later date it needs to be. I'm hoping this can be done without zapping the mailbox and re-enabling it again or is it just a case of creating an .ini file containing all of the current mailbox policy settings and specifying the specific folder again as you would do to enable the "Enterprise Vaults" folder. Finally, if the last option is the only way then how do I specify archiving based on age and quota? Thanks In advance. Regards KevinSolved776Views0likes5CommentsArchivePoints.exe via Powershell
Hi all, I’m in the process of creating a powershell script to check OU users against users already configured for file share archiving but I’ve hit a stumbling block. I can query AD to get a list of users per OU and their home directories, dumping all of the details out to text files for logs and basing subsequent queries on. When I try to query the Archive Points using archivepoints.exe I keep getting an error. The simple form of the script would be : $app="D:\Enterprise Vault\ArchivePoints.exe" $EVArg = "find" $VolLine = "\\fopserver045v\ouone_users_r$" Invoke-Item "$app $EVArg $VolLine" But it errors with the following. Invoke-Item : Cannot find path 'D:\Enterprise Vault\ArchivePoints.exe find \fopserver045v\ouone_users_r$' because it does not exist. It looks like it’s cutting the first backslash off the UNC path, not sure if that’s the problem or just a side effect but either way I haven’t been able to successfully run it. Has anyone tried to use Powershell to find archive points successfully ? I can upload the script (it ain’t pretty but it does the job so far) if it might help. Thanks KevinSolved1.5KViews0likes7Comments