cancel
Showing results for 
Search instead for 
Did you mean: 

Error on EVDominoretentionPlan.exe

GrégoryRabillon
Level 4
Partner Accredited

Hello,

 

I have a problem when i tried to apply an retention plan on EV 10.0.4 HF1 MSCS Cluster. I've tested the xml File on the EV test environnement and the file is correct, becaus the plan is applied correctly. The only difference is the test environment is not a mscs cluster. I execute the CMD command on Administrator mode.

I Have this error :

Error : Value cannot be null.

Parameter name : path1

Can The retention plan applied on mscs environement ?

 

Thanks a lot.

 

Grégory

 

1 ACCEPTED SOLUTION

Accepted Solutions

Paul_Honey
Level 5
Employee Accredited

Gregory,

 

Ok, this first paragraph will not help you much but I can see from the error stack in DTrace that the code is falling over at a point when it tries to get a handle to the EVDominoRetentionPlans XML Schema file (...\Enterprise Vault\EVDominoRetentionPlans.xsd). The code builds the 'path' to this file by combining the filename with a string representing the path of the EV installation directory and I suspect the code getting that string is failing in your MSCS combination, probably due to a mismatch between what the code is getting returned as the 'ComputerName' and what we store for that 'computer' in the ComputerEntry table.

 

I think it needs a support case opened to determine exactly why the disconnect and probably improve this area of code in the tool to be more robust and cove rthe MSCS test scenario.

 

But as a workaround, you could certainly run the tool from a non-clustered Ev server in the same site as ultimately it is just trying to get the retention plan loaded into the Directory Database, from where I believe all servers will be able to successfully use it

 

Regards

Paul

View solution in original post

10 REPLIES 10

TonySterling
Moderator
Moderator
Partner    VIP    Accredited Certified

What does your path to the file look like?  Can you post the actual command you are using?

What happens if you try to save the retention plan by running this command?

EVDominoRetentionPlans.exe -save pathToDownloadXmlFile

 

GrégoryRabillon
Level 4
Partner Accredited

The command with save works. i obtain an xml file but this file contain just "<RETENTIONPLANCONFIG/>

The command with clear works again.

I execute this command "EVDominoRetentionPlans.exe -set pathToDownloadXmlFile" directly on enterprise vault directory.

 

TonySterling
Moderator
Moderator
Partner    VIP    Accredited Certified

What is the path?  is it something like c:\temp\myfilters.xml or is it \\uncpath\temp\myfilters.xml?

Did you modify the Example RetentionPlans.xml provided by EV or try to create one from scratch?

Paul_Honey
Level 5
Employee Accredited

Gregory,

 

The tool would not have been written to specifically not work on MSCS servers but it may well not have been tested on one and I suspect you have possibly unearthed a compatibility issue

 

Looking at the error, my immediate suspicion would be the code possibly uses a regkey setting somewhere to establish connectivity to the notes client / api on the EV server and this regkey is not available / not where we expect it to be on an MSCS server

 

That is just a suspicoion though, post DTrace of the EVDominoRetentionPlans.exe here and that will hopefully reveal if this is a compatibility issue or not and whether you need to open a case and get it escalated

 

Regards

Paul

GrégoryRabillon
Level 4
Partner Accredited

The is like d:\temp\myfilters.xml.

 

I've modified an example of retentionplans.xml.

 

The retentionplansplan.xml files works on my test environement. The difference is the production environement is on MSCS cluster and the test environement is on single server.

 

regards.

 

 

TonySterling
Moderator
Moderator
Partner    VIP    Accredited Certified

Gotcha, sounds like you haven't missed any of the obvious stuff.  I would recommend following Paul's plan, he is the expert for all things Domino.  :)

GrégoryRabillon
Level 4
Partner Accredited

Hello Paul,

 

An another possibility, Can i add a single ev server on my ev site and execute the retentionplan on this server ?

 

DTrace trace log for server: NOEINTPAEV1N1MB
[Opened: 2014/03/20 15:14:22]

Windows version: 6.1.7601 (Windows Server 2008 R2, Service Pack 1)

Time zone: Romance Standard Time
Time difference to UTC: +1:00

-----

Enabled Trace options

Id    Name                                     Detail     Include Events
21  - EVDominoRetentionPlans                   Verbose    Yes         

-----


Display Filter:
  Include strings:
    EV-
    EV:
    EV~

  Exclude strings:
    DBFramework
    DirectoryConnection
-----

Current File Rollover Settings: 100Mb

-----


Running in Terminal Services session...
  Monitoring debug output from processes running in the console session
  Monitoring debug output from processes running in the current Terminal Services session

21    15:15:00.719     [4136]    (EVDominoRetentionPlans)    <6492>    EV-M    {RetentionPlanTool.Run} setXmlFilePath = [d:\sources\EDFAUTO.xml], saveXmlFilePath = [], clear = [False]
22    15:15:00.906     [4136]    (EVDominoRetentionPlans)    <6492>    EV-M    {RetentionPlanTool.SetConfig} Loading xml [d:\sources\EDFAUTO.xml]
23    15:15:00.906     [4136]    (EVDominoRetentionPlans)    <6492>    EV-M    {RetentionPlanTool.SetConfig} Validating XML
24    15:15:00.906     [4136]    (EVDominoRetentionPlans)    <6492>    EV-M    {RetentionPlanConfig.ValidateXml} Validating XML:|<?xml version="1.0"?>|<RETENTIONPLANCONFIG>|<!-- Start of defining retention plans -->|<RETENTIONPLANS>|<!-- Start of 'EDF' retention plan -->|<RETENTIONPLAN NAME="EDF">|<FOLDER NAME="Archivage centralisé" RETCAT="EDF Retention 10 ans" ARCHIVENOW="true">|</FOLDER>|</RETENTIONPLAN>|<!-- End of 'EDF' retention plan -->|</RETENTIONPLANS>|<!-- End of defining retention plans -->|<!-- Assign retention plans to provisioning groups -->|<PROVISIONINGGROUPS>|<DOMAIN NAME="EDF">|<DEFAULT RETENTIONPLAN="EDF"/>|</DOMAIN>|</PROVISIONINGGROUPS>|<!-- End of assigning retention plans to provisioning groups -->|</RETENTIONPLANCONFIG>
25    15:15:00.906     [4136]    (EVDominoRetentionPlans)    <6492>    EV-M    {RetentionPlanConfig.LoadFromXml} Loading
31    15:15:00.938     [4136]    (EVDominoRetentionPlans)    <6492>    EV:L    CBaseDirectoryServiceWrapper::CreateDirectoryService() - Entry [m_nNumTries = 40]
32    15:15:00.938     [4136]    (EVDominoRetentionPlans)    <6492>    EV:L    CBaseDirectoryServiceWrapper::CreateDirectoryService() - Successfully communicated with an EV Directory Service on the local machine
33    15:15:00.969     [4136]    (EVDominoRetentionPlans)    <6492>    EV:M    DirectoryVault: Initialization: DLL_PROCESS_ATTACH received by the DirectoryVault DLL. |
34    15:15:00.969     [4136]    (EVDominoRetentionPlans)    <6492>    EV:H    DirectoryVault: Initialization: DirectoryVault DLL version is: v1.2.| |
35    15:15:00.969     [4136]    (EVDominoRetentionPlans)    <6492>    EV:L    {VaultCoCreateInstanceEx} CLSID [{4EC6FF76-C97A-11D1-90E0-0000F879BE6A}] Server Name [(null)] Used Server Name [(null)] Num of attempts [1] Total elapsed [0.001s] Result [Success  (0)]
36    15:15:01.016     [4136]    (EVDominoRetentionPlans)    <6492>    EV-M    {RetentionPlanConfig.LoadFromXml} Exception: Value cannot be null.|Parameter name: path1 Info: Diag: Type:System.ArgumentNullException ST:   at System.IO.Path.Combine(String path1, String path2)|   at KVS.EnterpriseVault.LotusDomino.Common.RetentionPlanConfig.LoadValidatedXml(String retentionPlanXml)|   at KVS.EnterpriseVault.LotusDomino.Common.RetentionPlanConfig.LoadFromXml(String retentionPlanXml) Inner:None
37    15:15:01.016     [4136]    (EVDominoRetentionPlans)    <6492>    EV-M    {RetentionPlanTool.Run} Exception: Value cannot be null.|Parameter name: path1 Info: Diag: Type:System.ArgumentNullException ST:   at System.IO.Path.Combine(String path1, String path2)|   at KVS.EnterpriseVault.LotusDomino.Common.RetentionPlanConfig.LoadValidatedXml(String retentionPlanXml)|   at KVS.EnterpriseVault.LotusDomino.Common.RetentionPlanConfig.LoadFromXml(String retentionPlanXml)|   at KVS.EnterpriseVault.LotusDomino.Common.RetentionPlanConfig.ValidateXml(String xml)|   at KVS.EnterpriseVault.LotusDomino.RetentionPlanTool.SetConfig()|   at KVS.EnterpriseVault.LotusDomino.RetentionPlanTool.Run(String[] args) Inner:None
38    15:15:01.031     [4136]    (EVDominoRetentionPlans)    <6492>    EV:H    DirectoryVault: Termination: DLL_PROCESS_DETACH received by the DirectoryVault DLL. |

**** DTrace exit - log terminated


Registry info

HKEY_LOCAL_MACHINE\SOFTWARE\KVS\Enterprise Vault
 Driver   (SZ) SQL Server
 DriverVersion   (SZ) 3.50.0305
 EVcloudExporterReady   (DWORD) 1  [0x1]
 ClientAuthenticationWellKnownSids   (MULTI_SZ) S-1-1-0,S-1-5-11
 SynchroniseFSASharePermissions   (DWORD) 1  [0x1]
 SiteID   (SZ) 12C55F22B90D5EA488B8F932AEF9054C71d10000NOEINTPAEVMB01
 ApprovalWizExecution   (DWORD) 1  [0x1]
 ConvertRTFCoverToText   (DWORD) 0  [0x0]
 HebrewText   (DWORD) 0  [0x0]
 HebrewHTML   (DWORD) 0  [0x0]
 BypassConversions   (DWORD) 0  [0x0]
 ConvertExcelToText   (SZ) 1
 ConvertWordToText   (SZ) 0
 ExcludedFileTypesFromConversion   (SZ) .ABS.AIF.AIFC.AIFF.ASC.ASF.ASX.AU.AVI.BIN.BMP.BP.C2D.CBT.CCD.CD.CDI.CHM.CIF.CUR.DAT.DAO.DVS.DWI.ENC.ENT.EVT.FCD.FDM.FP.GCD.GI.GIF.GTS.HLP.ICO.IMG.ISO.JFI.JFIF.JIF.JPE.JPEG.JPG.JTF.JP2.JPX.JPF.MJ2.M1V.M2V.M3U.MDF.MDS.MID.MKV.MMM.MOD.MODV.MOO.MOOV.MOV.MP2.MP3.MP4.MPA.MPE.MPEG.MPEGA.MPEGV.MPG.MPM.MPP.MPV.MSO.NRG.OLE.PAB.PDI.PF.PGP.PJPEG.PLS.PNG.POI.PST.PUB.PXI.QT.QTM.QTW.RA.RAM.RAW.RM.RMI.RMJ.RMX.RP.RV.SND.SNP.SWA.SWF.TAO.TIF.TIFF.VDO.VIV.VSF.WAV.WMA.WMV.Z01.Z02.Z03.Z04.Z05.Z06.Z07.Z08.Z09.Z10.
 ConversionTimeout   (SZ) 10
 ConversionTimeoutArchiveFiles   (SZ) 10
 MemLimitForTextConversionFallback   (DWORD) 30  [0x1e]
 \Admin
  UseLanmanNameForSCM   (SZ) 0
  Language   (SZ) EN
  AutoCreateMailbox   (SZ) 1
  ResetAuthorizationStore   (SZ) 0
  UpgradeSettingsToBauer   (SZ) 0
  MaxDominoMailboxes   (SZ) 250
  DominoProvisioningTaskRunNowReportingMode   (SZ) 0
  PartitionSerial   (SZ) 4
  DominoArchivingTaskRunNowContinuousMode   (SZ) 1
  DominoArchivingTaskRunNowReportingMode   (SZ) 0
  RunNowMailboxesMode   (SZ) 0
  DominoArchivingTaskRunNowNumberItems   (SZ) 200
  DominoArchivingTaskRunNowMailboxesMode   (SZ) 0
  PstComputerDomainFilterCheck   (SZ) 0
  PstComputerDomainFilter   (SZ) 
  PstComputerComputerFilterCheck   (SZ) 0
  PstComputerComputerFilter   (SZ) 
  PstFileMailboxFilterCheck   (SZ) 0
  PstFileMailboxWhereFilter   (SZ) 5
  PstFileMailboxWhereField   (SZ) 
  PstFileMailboxContainsFilter   (SZ) 
  PstFileMigrationStatusCheck   (SZ) 0
  PstFileMigrationStatus   (SZ) 0
  WarningPageMaskVal   (DWORD) 31  [0x1f]
 \AdminService
  Configured   (DWORD) 1  [0x1]
  AnonymousPermissionsChangeWarning   (DWORD) 1  [0x1]
 \Agents
  MaxNumOfRecipients   (DWORD) 5000  [0x1388]
  SkipRecipCheckSize   (DWORD) 750  [0x2ee]
  NSFRptDRNoSuccessNDetail   (DWORD) 1  [0x1]
  DominoMailTemplates   (SZ) StdR8Mail, StdR7Mail, DWA7, StdR6Mail, iNotes6, iNotes60, StdR50Mail, ExtR50Mail, iNotes5, EVR8Mail, EVR7Mail, EVdwa7, EVR6Mail, EViNotes6, ExtR7Mail, ExtR6Mail, StdR85Mail, EVR85Mail
  MaxNSFNoteMigrationThreads   (DWORD) 5  [0x5]
  ProfileExpire   (DWORD) 3  [0x3]
  JournalTaskAccounts   (SZ) 
  DomMbxChk_1D3A6717153671043A0BF83CC5F8D7E7C1012s00NOEINTPAEVMB01   (SZ) 0;0
 \Backtrace
  Enabled   (DWORD) 0  [0x0]
  LogFolderPath   (SZ) 
  MaxEventsOfEachTypePerDay   (DWORD) 5  [0x5]
  LogFileKeepDays   (DWORD) 7  [0x7]
 \CloudStoragePlugins
  \Install
   VERSION   (SZ) 10.0.4.1004
   amazon   (SZ) {29FA0C0F-6CF8-4442-812A-5B55A4CBC8FD}
   att   (SZ) {8B18ABB7-C3AE-4b55-B847-788486FBA3FE}
   InstallPath   (SZ) D:\Program Files\Enterprise Vault\OST\
   nirvanix   (SZ) {9D4E2230-67AC-420c-A21E-5638F2E455DF}
   rackspace   (SZ) {8C66DCDC-6098-43e7-ACEB-FB2943F86C5C}
 \Clustering
  Cluster   (DWORD) 1  [0x1]
  ComputerName   (SZ) NOEINTPAEVCAMB1
  ClusterNetworkFQDN   (SZ) NOEINTPAEVCAMB1.noe-archivage.local
  ClusterNetworkHostName   (SZ) NOEINTPAEVCAMB1
  ClusterNetworkName   (SZ) NOEINTPAEVCAMB1
 \Directory
  \DirectoryService
   Database Type   (DWORD) 0  [0x0]
   Network Type   (DWORD) 1  [0x1]
   Database Name   (SZ) EnterpriseVaultDirectory
   SQLServer Name   (SZ) NOEINTPASQCA1.noe-archivage.local\EV_NOE_PROD
   SQLServer Protocol   (SZ) TCP/IP
   DSN Type   (SZ) SYSTEM
   LogDatabaseInformation   (DWORD) 0  [0x0]
 \DiscoverySearchServiceBroker
  \Install
   InstallPath   (SZ) D:\Program Files\Enterprise Vault\ResultEndpoint\
 \EVIndexing
  \Install
   InstallPath   (SZ) D:\Program Files\Enterprise Vault\EVIndexing\
 \External Filtering
  \Lotus Archiving
   1   (SZ) KVS.EnterpriseVault.LotusDominoCustomFilter!KVS.EnterpriseVault.LotusDomino.CustomFilter
 \FIPS
  LogEventFor   (DWORD) 1  [0x1]
  UnManagedDLLHash   (BINARY)f1 32 05 6b 91 44 9f 82 ad 33 9f d8 d7 a3 f1 80 e8 fb 25 95 56 5b fb c8 3f 3d 43 56 9d fa 91 d1 c8 20 98 01 fb e2 d2 50 e0 fc fd 2e 92 d3 95 70 4f 83 c4 29 18 bb ce 84 33 fa b3 4e 3b 5d f5 e8 a6 4f a8 22 9f 68 53 66 57 11 67 36 64 89 45 b8 06 11 48 b4 a5 ad 38 c1 c3 49 ac e7 05 8b b0 8a 26 f6 f7 f6 be 63 fe ed 07 89 b7 0e b9 8e 1b 5e 22 0c 2c bb 31 b7 2e 87 62 9b 73 85 3d 74 c3 81 4b fa aa 5b a0 86 fb 6d 4f ce c6 8a 4b 33 2f c2
  ManagedDLLHash   (BINARY)3f 1f 46 d0 fc d2 0a a2 db f8 d5 5c 57 9b 0d 43 ce 82 15 96 82 4f 71 2c 56 83 d9 e6 cf 3b 2f 56 2e c9 d7 ba ae 79 d9 cd 90 eb a3 f5 cf cb 6f 0d e4 22 55 a6 b4 0a c6 a8 60 92 a4 77 c3 f2 c5 c8 7c c0 59 75 7c 36 63 b1 e5 97 3c 97 13 61 8e 33 8b d3 54 cf a1 7d e9 7f f3 c3 16 74 bb 58 33 d5 b4 d9 ec ab b8 d5 5c 89 5b 81 4c 3c ef fd a4 80 74 4f 1f 79 29 33 bb ba 2c 2c 7a 34 cb 67 d5 7b a5 cc db e5 78 4d 36 fb 93 81 7a 37 11 79 89 51
  InstallPath   (SZ) D:\Program Files\Enterprise Vault
 \FSA
  LogLevel   (DWORD) 0  [0x0]
  \Reporting
   FilePartSize   (DWORD) 2048  [0x800]
   WebServiceTimeout   (DWORD) 9999  [0x270f]
   RDBufferSize   (DWORD) 48  [0x30]
   RDThreads   (DWORD) 8  [0x8]
   ScanThreads   (DWORD) 5  [0x5]
   TempFilePath   (SZ) D:\Program Files\Enterprise Vault
 \Install
  InstallationLog   (SZ) D:\PROGRA~1\ENTERP~1\INSTAL~2\EVInstall.1-29-2014.18-10-54.log
  InstallPath   (SZ) D:\Program Files\Enterprise Vault
  DominoPartitions   (SZ) 
  Version   (SZ) 10.0.4.1189
  FullVersion   (SZ) 10.0.4.1189
  FileReRegisterPath   (SZ) D:\Program Files\Enterprise Vault\FileReRegister.bat
  Embedded   (DWORD) 0  [0x0]
  UnInstallPath   (SZ) "C:\Program Files (x86)\InstallShield Installation Information\{7042DC99-7779-4C5C-A7F2-B9957BFA04EC}\setup.exe" -runfromtemp -uninst -s -f1"C:\Program Files (x86)\InstallShield Installation Information\{7042DC99-7779-4C5C-A7F2-B9957BFA04EC}\Setup.iss"
  ProgramFolder   (SZ) Enterprise Vault
  InstallationDate   (SZ) 1-29-2014 18:30:05
  RSCoreLog   (SZ) C:\Users\svc_ev\AppData\Local\Temp\RunCore.Log
  RSDetailedLog   (SZ) C:\Users\svc_ev\AppData\Local\Temp\RunDetail.Log
  RSCoreReport   (SZ) C:\Users\svc_ev\AppData\Local\Temp\EVDS_Core.XML
  RSDetailedReport   (SZ) C:\Users\svc_ev\AppData\Local\Temp\EVDS_Details.XML
  Installer   (SZ) NOE-ARCHIVAGE\svc_ev
  VaultServices   (SZ) Installed
  AdminClient   (SZ) Installed
  WebApplication   (SZ) Installed
  SPSWebParts   (SZ) Not Installed
  SMTPMailArchiving   (SZ) Not Installed
  EVOMMonitoringWebApp   (SZ) Installed
  EVOMReporting   (SZ) Not Installed
  Domino   (SZ) Not Installed
  DiscoverySearchService   (SZ) Not Installed
  KitType   (SZ) Server
  WaitToKillServiceTimeout_Original   (SZ) 12000
  Directory   (SZ) Installed
  AppPoolName   (SZ) EnterpriseVaultAppPool
  WebAppAlias   (SZ) EnterpriseVault
  SilentServerInstall   (SZ) No
  Telemetry-EVServer   (MULTI_SZ) InstallType=Install;TimeToExecute=1224;ErrorCode=0;ErrorString=Success;OperatingSystem=6.1 274;InstalledFeatures=Enterprise Vault Services,Administration Console,Operations Manager
  UnicodePSTCompatibleMAPI   (DWORD) 0  [0x0]
  ExtSettingsMigrated   (DWORD) 1  [0x1]
  \Hotfixes
   \10.0.4
    1   (SZ) CHF1
    Cumulative 1   (SZ) CHF1
    ID   (SZ) {93C77467-1507-44BA-A769-D691E2F45074}
    Engine   (SZ) "C:\Program Files (x86)\InstallShield Installation Information\{93C77467-1507-44BA-A769-D691E2F45074}"
    \CHF1
     Installed Date   (SZ) 2-6-2014
     Installed Time   (SZ) 15:26:24
     Installer User Name   (SZ) svc_ev
     Company   (SZ) Symantec Corporation
     Service Management   (SZ) TRUE
     Version   (SZ) 10.0.4.1293
     Title   (SZ) Enterprise Vault
     GUID   (SZ) {93C77467-1507-44BA-A769-D691E2F45074}
     UnInstall   (SZ) TRUE
     Cumulative   (SZ) 1
     Resource Location   (SZ) D:\Program Files\Enterprise Vault\Installed Hotfixes\10.0.4\10.0.4.1293
     SQLHotfix   (SZ) 0
     Hotfix File Info   (SZ) D:\Program Files\Enterprise Vault\Installed Hotfixes\10.0.4\10.0.4.1293\Hotfix Info.txt
     UnInstallPath   (SZ) "C:\Program Files (x86)\InstallShield Installation Information\{93C77467-1507-44BA-A769-D691E2F45074}\Setup.exe" -runfromtemp -uninst
 \Storage
  ConverterSandboxPath   (SZ) D:\Program Files\Enterprise Vault\EVConverterSandbox.exe
  ServiceId   (SZ) 114F6E9523B39E345AC98827E8CC9D3D11e10000NOEINTPAEVMB01
  \Vault Stores
   \140BBA8BFDE472542BB7DFF38BE9BC7CF1210000NOEINTPAEVMB01
    LastGeneratedCollectionIdentity   (DWORD) 1  [0x1]
   \1DF533D5761FB6F4E85EFD9D1F6E249D51210000NOEINTPAEVMB01
    LastGeneratedCollectionIdentity   (DWORD) 1  [0x1]
-----


Installed Version info [D:\Program Files\Enterprise Vault]

Product Version  File Version  Executable

10, 0, 4, 0      10.0.4.1189   AcceleratorFilterMsgHandler.dll
10, 0, 4, 0      10.0.4.1293   AdminService.exe
10, 0, 4, 0      10.0.4.1189   AdminServiceps.dll
10, 0, 4, 0      10.0.4.1189   AdoInterface.dll
10, 0, 4, 0      10.0.4.1293   AgentClientBroker.exe
10, 0, 4, 0      10.0.4.1293   AgentClientBrokerps.dll
10, 0, 4, 0      10.0.4.1293   AgentMSMQProxyDLL.dll
10, 0, 4, 0      10.0.4.1293   AgentsCommon.dll
3.1.3.42154      3.1.3.42154   Antlr3.Runtime.dll
10.0.4.1189      10.0.4.1189   ArchivePoints.exe
10, 0, 4, 0      10.0.4.1293   ArchiveTask.exe
10, 0, 4, 0      10.0.4.1293   ArchServer.dll
10, 0, 4, 0      10.0.4.1189   Auditing.dll
10, 0, 4, 0      10.0.4.1189   AuditViewer.exe
10, 0, 4, 0      10.0.4.1189   AuditWrapper.dll
10, 0, 4, 0      10.0.4.1189   AuthClient.dll
10, 0, 4, 0      10.0.4.1189   AuthServer.exe
10, 0, 4, 0      10.0.4.1189   AutoStorageOnlineOpns.dll
                               avs30_mt.dll
10.0.4.1189      10.0.4.1189   Bootstrapper.exe
1.1.4.0          1.1.4.0       CastorStreamer.dll
                               CenteraPing.exe
14.1.390.0       14.1.390.0    CommonOps.dll
10.0.4.1189      10.0.4.1189   Configuration.exe
10.0.4.1189      10.0.4.1189   ConfigurationHelper.dll
10, 0, 4, 0      10.0.4.1189   ConfigureWebApp.dll
10, 0, 4, 0      10.0.4.1189   CustomRules.dll
10, 0, 4, 0      10.0.4.1189   CustomRulesWrapper.exe
10, 0, 4, 0      10.0.4.1189   CustomXMLFilter.dll
10, 0, 4, 0      10.0.4.1189   DataClassificationFilter.dll
10, 0, 4, 0      10.0.4.1189   DBConfig.dll
10, 0, 4, 0      10.0.4.1189   DBFramework.dll
10, 0, 4, 0      10.0.4.1189   DeDuplicationCache.exe
10, 0, 4, 0      10.0.4.1189   DeDuplicationCacheps.dll
10, 0, 4, 0      10.0.4.1189   Deployment_Scanner.exe
10, 0, 4, 0      10.0.4.1189   DirectoryConnectionU.dll
10, 0, 4, 0      10.0.4.1189   DirectoryService.exe
10, 0, 4, 0      10.0.4.1189   DirectoryServiceps.dll
10, 0, 4, 0      10.0.4.1189   DirectoryVaultU.dll
10.0.4.1189      10.0.4.1189   DSSBroker.exe
10, 0, 4, 0      10.0.4.1189   DTrace.exe
1.0.0.3.20061105.1  1.0.0.3.20061105.1  ETERNUSMigrator.dll
10.0.4.1189      10.0.4.1189   EVArchivingReportGenerator.exe
10.0.4.1189      10.0.4.1189   EvAzUtil.exe
10, 0, 4, 0      10.0.4.1189   EVByteStream.dll
10, 0, 4, 0      10.0.4.1189   EVCabinet.dll
10, 0, 4, 0      10.0.4.1189   EVClusterAPI.dll
10, 0, 4, 0      10.0.4.1189   EVCollector.dll
10, 0, 4, 0      10.0.4.1189   EVCommonCacheLibrary.dll
10, 0, 4, 0      10.0.4.1293   EVContentManagementAPI.dll
10, 0, 4, 0      10.0.4.1189   EVConverter.dll
10, 0, 4, 0      10.0.4.1189   EVConverterSandbox.exe
10, 0, 4, 0      10.0.4.1189   EvConvertNT4Placeholders.exe
10, 0, 4, 0      10.0.4.1293   EVDominoExchangeMigration.exe
10, 0, 4, 0      10.0.4.1189   EVDominoExporter.exe
10, 0, 4, 0      10.0.4.1293   EVDominoLibrary.dll
10.0.4.1189      10.0.4.1189   EVDominoRetentionPlans.exe
10.0.4.1189      10.0.4.1189   EVEARemovalUtility.exe
                               EventFilterController.exe
10, 0, 4, 0      10.0.4.1189   EventFilterControllerps.dll
10.0.4.1189      10.0.4.1189   EvExchangePolicySyncTask.exe
10.0.4.1189      10.0.4.1189   EVExchangeWebServicesProxy.exe
10, 0, 4, 0      10.0.4.1189   EVFileServerArchiveWrapper.dll
10.0.4.1189      10.0.4.1189   EVFileSvrArcMngr.exe
10, 0, 4, 0      10.0.4.1189   EVFilterController.dll
10, 0, 4, 0      10.0.4.1189   EVFingerprintCatalogueAccessor.dll
10.0.4.1189      10.0.4.1189   EvFsaArchivingTask.exe
10, 0, 4, 0      10.0.4.1189   EvFsaBackupMode.exe
10.0.4.1189      10.0.4.1189   EvFsaCelerraDelOnDelTask.exe
10.0.4.1189      10.0.4.1189   EvFsaPruningTask.exe
10.0.4.1189      10.0.4.1189   EVFSASyncLib.dll
10.0.4.1189      10.0.4.1189   EvFsaSyncTask.exe
10.0.4.1189      10.0.4.1189   EVIndexAdminContracts.dll
10.0.4.1189      10.0.4.1189   EVIndexAdminService.exe
10.0.4.1189      10.0.4.1189   EVIndexingCommon.dll
10.0.4.1189      10.0.4.1189   EVIndexingContentSource.dll
10.0.4.1189      10.0.4.1189   EVIndexingContentSourceInterfaces.dll
10.0.4.1189      10.0.4.1189   EVIndexingEngine.dll
10.0.4.1189      10.0.4.1189   EVIndexingEngineInterfaces.dll
10.0.4.1189      10.0.4.1189   EVIndexingEngineServiceStub.dll
10.0.4.1189      10.0.4.1189   EVIndexMoveTask.exe
10.0.4.1293      10.0.4.1293   EVIndexQuery.dll
10.0.4.1293      10.0.4.1293   EVIndexQueryServer.exe
10.0.4.1189      10.0.4.1189   EVIndexVerifyTask.exe
10.0.4.1293      10.0.4.1293   EVIndexVolumesProcessor.exe
10, 0, 4, 0      10.0.4.1189   evjob.dll
10, 0, 4, 0      10.0.4.1189   EVLicenseManagedLibrary.dll
10.0.4.1293      10.0.4.1293   EvLotusDominoArchivingTask.exe
10.0.4.1189      10.0.4.1189   EVLotusDominoJournalTask.exe
10.0.4.1189      10.0.4.1189   EvLotusDominoPolicySyncTask.exe
10.0.4.1189      10.0.4.1189   EvLotusDominoProfileDocTool.exe
10, 0, 4, 0      10.0.4.1189   EVManagedLibrary.dll
10, 0, 4, 0      10.0.4.1189   EVManagedSecurityWrapper.dll
10.0.4.1189      10.0.4.1189   EVMonitoring.exe
10, 0, 4, 0      10.0.4.1189   EVMonitorU.dll
10.0.4.1189      10.0.4.1189   EVMoveArchiveTask.exe
10, 0, 4, 0      10.0.4.1189   EVNetAppHelper.dll
10, 0, 4, 0      10.0.4.1189   EvNetAppPHSvr.exe
10, 0, 4, 0      10.0.4.1293   EVNoteStream.dll
10.0.4.1293      10.0.4.1293   EVNSFHelper.dll
10.0.4.1189      10.0.4.1189   EVNSFHelperInterface.dll
10, 0, 4, 0      10.0.4.1293   EVPM.exe
10, 0, 4, 0      10.0.4.1293   EVPstApi.dll
10, 0, 4, 0      10.0.4.1189   EVRetentionAPI.dll
10, 0, 4, 0      10.0.4.1189   EVRights.exe
10, 0, 4, 0      10.0.4.1189   EVRT.dll
1, 0, 0, 1       1, 0, 0, 1    EVRunDll.exe
10, 0, 4, 0      10.0.4.1189   EVSecurityWrapper.dll
10, 0, 4, 0      10.0.4.1189   EVSelectiveJournal.dll
10, 0, 4, 0      10.0.4.1189   EVServerInstanceRes.dll
10, 0, 4, 0      10.0.4.1189   EVservice.exe
10, 0, 4, 0      10.0.4.1189   EVServiceRes.dll
10, 0, 4, 0      10.0.4.1189   EVServiceResEx.dll
10.0.4.1189      10.0.4.1189   EVSharedManagedInterfaces.dll
10.0.4.1189      10.0.4.1189   EvSharePointArchiveTask.exe
10, 0, 4, 0      10.0.4.1189   EVSimpleAPI.dll
10, 0, 4, 0      10.0.4.1189   EVSPSArcSvc.exe
10, 0, 4, 0      10.0.4.1293   EVStgAPI.dll
10.0.4.1189      10.0.4.1189   EVStgFileMngr.exe
10.0.4.1189      10.0.4.1189   EVStgOfflineOpns.exe
10.0.4.1189      10.0.4.1189   EVStorageQueueBroker.exe
10, 0, 4, 0      10.0.4.1293   EVStoreAccessor.dll
10, 0, 4, 0      10.0.4.1189   evsvr.exe
10, 0, 4, 0      10.0.4.1189   EVSVRDLL.dll
10, 0, 4, 0      10.0.4.1189   EVSystem.dll
10, 0, 4, 0      10.0.4.1189   EVTargetHelper.dll
10.0.4.1189      10.0.4.1189   EVTaskGuardian.exe
10.0.4.1293      10.0.4.1293   EVTelemetry.exe
10.0.4.1293      10.0.4.1293   EVTelemetryLib.dll
10, 0, 4, 0      10.0.4.1189   EVThreading.dll
10, 0, 4, 0      10.0.4.1189   EVUnmanagedWrapper.dll
10, 0, 4, 0      10.0.4.1189   EVUpdatePlaceholderFormat.exe
10, 0, 4, 0      10.0.4.1293   ExchangeItemsU.dll
10.0.4.1189      10.0.4.1189   ExchangePolicySyncAPI.dll
10, 0, 4, 0      10.0.4.1293   ExchangeSynch.dll
10, 0, 4, 0      10.0.4.1293   ExportArchiveWizard.exe
10, 0, 4, 0      10.0.4.1189   ExportArchiveWizardCHS.dll
10, 0, 4, 0      10.0.4.1189   ExportArchiveWizardCHT.dll
10, 0, 4, 0      10.0.4.1189   ExportArchiveWizardJPN.dll
10, 0, 4, 0      10.0.4.1189   ExportRetentionCategories.exe
10, 0, 4, 0      10.0.4.1189   FileScreenServiceClientStub.dll
10, 0, 4, 0      10.0.4.1189   FileScreenServiceps.dll
10, 0, 4, 0      10.0.4.1189   FingerprintEngine.dll
10.0.4.1189      10.0.4.1189   ForceMonitoringUtil.exe
3.3.718          3.3.718       FPCore.dll
3.3.718          3.3.718       FPLibrary.dll
3.3.292          3.3.292       fpos32.dll
3.3.50           3.3.50        FPParser.dll
3.3.718          3.3.718       FPStreams.dll
3.3.718          3.3.718       FPUtils.dll
3.3.718          3.3.718       FPXML.dll
10.0.4.1189      10.0.4.1189   FSACluster.dll
10, 0, 4, 0      10.0.4.1189   FSAReportingAgent.dll
10.0.4.1189      10.0.4.1189   FSAReportingClient.dll
10, 0, 4, 0      10.0.4.1189   FSAReportingClientStub.dll
10.0.4.1189      10.0.4.1189   FSAReportingConfigUtility.exe
10, 0, 4, 0      10.0.4.1189   FSAReportingService.exe
10, 0, 4, 0      10.0.4.1189   FSAReportingUtility.exe
10.0.4.1189      10.0.4.1189   FSAReportingWebServiceConfig.exe
10.0.4.1189      10.0.4.1189   FSARunNow.exe
10.0.4.1189      10.0.4.1189   FSASummaryMigrator.exe
10.0.4.1189      10.0.4.1189   FSAUndelete.exe
10.0.4.1189      10.0.4.1189   FSAUtility.exe
10, 0, 4, 0      10.0.4.1189   IndexBroker.exe
10, 0, 4, 0      10.0.4.1189   IndexBrokerps.dll
10, 0, 4, 0      10.0.4.1189   IndexClient.dll
10, 0, 4, 0      10.0.4.1189   IndexServer.exe
10, 0, 4, 0      10.0.4.1189   IndexServerps.dll
10.0.4.0         10.0.4.0      Interop.AzRoles.dll
10, 0, 4, 0      10.0.4.1293   JournalMailboxManager.exe
10, 0, 4, 0      10.0.4.1293   JournalTask.exe
10, 0, 4, 0      10.0.4.1189   KVS.EnterpriseVault.AgentSyncHelper.dll
10.0.4.1189      10.0.4.1189   KVS.EnterpriseVault.CacheManager.dll
10.0.4.1189      10.0.4.1189   KVS.EnterpriseVault.Common.dll
10.0.4.1189      10.0.4.1189   KVS.EnterpriseVault.ContentCacheRequestManager.dll
10.0.4.1189      10.0.4.1189   KVS.EnterpriseVault.CustomProperties.dll
10.0.4.1189      10.0.4.1189   KVS.EnterpriseVault.DirectoryAccess.dll
10, 0, 4, 0      10.0.4.1189   KVS.EnterpriseVault.EVNoteStreamHelper.dll
10.0.4.1189      10.0.4.1189   KVS.EnterpriseVault.FileServerArchiveCommon.dll
10.0.4.1189      10.0.4.1189   KVS.EnterpriseVault.FileServerManagementStub.dll
10.0.4.0         10.0.4.0      KVS.EnterpriseVault.Interop.AdminService.dll
10.0.4.0         10.0.4.0      KVS.EnterpriseVault.Interop.ArchivingControl.dll
10.0.4.0         10.0.4.0      KVS.EnterpriseVault.Interop.AuditWrapper.dll
10.0.4.0         10.0.4.0      KVS.EnterpriseVault.Interop.AUI.dll
10.0.4.0         10.0.4.0      KVS.EnterpriseVault.Interop.AuthClient.dll
10.0.4.0         10.0.4.0      KVS.EnterpriseVault.Interop.AutoStorageOnlineOpns.dll
10.0.4.0         10.0.4.0      KVS.EnterpriseVault.Interop.CustomRulesWrapper.dll
10.0.4.0         10.0.4.0      KVS.EnterpriseVault.Interop.DeDuplicationCache.dll
10.0.4.0         10.0.4.0      KVS.EnterpriseVault.Interop.DirectoryConnection.dll
10.0.4.0         10.0.4.0      KVS.EnterpriseVault.Interop.DirectoryService.dll
10.0.4.0         10.0.4.0      KVS.EnterpriseVault.Interop.DirectoryVault.dll
10.0.4.0         10.0.4.0      KVS.EnterpriseVault.Interop.EVContentManagementAPI.dll
10.0.4.0         10.0.4.0      KVS.EnterpriseVault.Interop.EVJob.dll
10.0.4.0         10.0.4.0      KVS.EnterpriseVault.Interop.EVPstApi.dll
10.0.4.0         10.0.4.0      KVS.EnterpriseVault.Interop.EVSTGAPI.dll
10.0.4.0         10.0.4.0      KVS.EnterpriseVault.Interop.EVStoreAccessor.dll
10.0.4.0         10.0.4.0      KVS.EnterpriseVault.Interop.EVTargetHelper.dll
10.0.4.0         10.0.4.0      KVS.EnterpriseVault.Interop.FileScreenServiceClientStub.dll
10.0.4.0         10.0.4.0      KVS.EnterpriseVault.Interop.FileServerArchiveWrapper.dll
10.0.4.0         10.0.4.0      KVS.EnterpriseVault.Interop.FSAReportingClientStub.dll
10.0.4.0         10.0.4.0      KVS.EnterpriseVault.Interop.IndexBroker.dll
10.0.4.0         10.0.4.0      KVS.EnterpriseVault.Interop.IndexClient.dll
10.0.4.0         10.0.4.0      KVS.EnterpriseVault.Interop.Interop.dll
10.0.4.0         10.0.4.0      KVS.EnterpriseVault.Interop.JournalMailboxManager.dll
10.0.4.0         10.0.4.0      KVS.EnterpriseVault.Interop.MigratorServer.dll
10.0.4.0         10.0.4.0      KVS.EnterpriseVault.Interop.NetAppHelper.dll
10.0.4.0         10.0.4.0      KVS.EnterpriseVault.Interop.PlaceholderServiceStub.dll
10.0.4.0         10.0.4.0      KVS.EnterpriseVault.Interop.RetentionAPI.dll
10.0.4.0         10.0.4.0      KVS.EnterpriseVault.Interop.StorageArchive.dll
10.0.4.0         10.0.4.0      KVS.EnterpriseVault.Interop.StorageCommon.dll
10.0.4.0         10.0.4.0      KVS.EnterpriseVault.Interop.StorageCrawler.dll
10.0.4.0         10.0.4.0      KVS.EnterpriseVault.Interop.StorageManagement.dll
10.0.4.0         10.0.4.0      KVS.EnterpriseVault.Interop.TaskController.dll
10.0.4.1293      10.0.4.1293   KVS.EnterpriseVault.LotusDominoCommon.dll
10.0.4.1189      10.0.4.1189   KVS.EnterpriseVault.LotusDominoCustomFilter.dll
10.0.4.1189      10.0.4.1189   KVS.EnterpriseVault.LotusDominoInterfaces.dll
10.0.4.1189      10.0.4.1189   KVS.EnterpriseVault.LotusDominoMsgHandler.dll
10.0.4.1189      10.0.4.1189   KVS.EnterpriseVault.MonitoringCommon.dll
10, 0, 4, 0      10.0.4.1189   KVS.EnterpriseVault.NSFManager.dll
10.0.4.1189      10.0.4.1189   KVS.EnterpriseVault.ProcessManagement.dll
10.0.4.1189      10.0.4.1189   KVS.EnterpriseVault.PstServiceCommon.dll
10.0.4.1189      10.0.4.1189   KVS.EnterpriseVault.Runtime.dll
10.0.4.1189      10.0.4.1189   KVS.EnterpriseVault.ServerManager.dll
10.0.4.1293      10.0.4.1293   KVS.EnterpriseVault.SharePointArchiveCommon.dll
10.0.4.1189      10.0.4.1189   KVS.EnterpriseVault.SharePointComponentsCommon.dll
10.0.4.1189      10.0.4.1189   KVS.EnterpriseVault.StorageCommon.dll
10.0.4.1189      10.0.4.1189   KVS.EnterpriseVault.StorageFileManager.dll
10.0.4.1189      10.0.4.1189   KVS.EnterpriseVault.StorageOfflineOpns.dll
10.0.4.1189      10.0.4.1189   KVS.EnterpriseVault.StoreAccess.dll
10.0.4.1189      10.0.4.1189   KVS.EnterpriseVault.TaskCommon.dll
10, 0, 4, 0      10.0.4.1189   MessageType.dll
14.01.0218.002   14.01.0218.002  Microsoft.Exchange.WebServices.dll
4.1.0.0          4.1.0.0       Microsoft.Practices.EnterpriseLibrary.Caching.dll
4.1.0.0          4.1.0.0       Microsoft.Practices.EnterpriseLibrary.Common.dll
2.2.0.0          2.2.0.0       Microsoft.Practices.ObjectBuilder2.dll
1.2.0.0          1.2.0.0       Microsoft.Practices.Unity.Configuration.dll
1.2.0.0          1.2.0.0       Microsoft.Practices.Unity.dll
10, 0, 4, 0      10.0.4.1293   MigratorServer.exe
10, 0, 4, 0      10.0.4.1189   MIMEHandler.dll
10.0.4.1189      10.0.4.1189   MonitoringAccess.dll
10.0.4.1189      10.0.4.1189   MonitoringAgent.exe
10.0.4.1189      10.0.4.1189   MonitoringCollectors.dll
10.0.4.1189      10.0.4.1189   MonitoringConfigUtility.exe
10.0.4.1189      10.0.4.1189   MonitoringConsumers.dll
10.0.4.1189      10.0.4.1189   MonitoringDataSets.dll
10.0.4.1189      10.0.4.1189   MonitoringMiddleTier.exe
10.0.4.1189      10.0.4.1189   MonitoringMiddleTierInterface.dll
10.0.4.1189      10.0.4.1189   MonitoringMiddleTierSink.dll
10.0.4.1189      10.0.4.1189   MonitoringSyncClient.dll
10.0.4.1189      10.0.4.1189   MonitoringWebAppConfig.exe
14.1.390.0       14.1.390.0    NetPush.dll
10, 0, 4, 0      10.0.4.1189   NSFMigrator.exe
10, 0, 4, 0      10.0.4.1189   NSFMigratorCHS.dll
10, 0, 4, 0      10.0.4.1189   NSFMigratorCHT.dll
10, 0, 4, 0      10.0.4.1189   NSFMigratorJPN.dll
10, 0, 4, 0      10.0.4.1189   NSFMigratorServer.exe
10, 0, 4, 0      10.0.4.1189   NSFUIJobStatus.dll
1. 0. 0. 2       1. 0. 0. 2    ntapadmin.dll
10, 0, 4, 0      10.0.4.1189   NTFSCenteraMigrator.exe
3.3.100          3.3.100       PAI_module.dll
10, 0, 4, 0      10.0.4.1189   PerformanceCounters.dll
10, 0, 4, 0      10.0.4.1189   PerformanceCountersRCW.dll
9.00.1109        9.00.1109     PermissionBrowser.exe
10, 0, 4, 0      10.0.4.1189   PlaceholderServiceps.dll
10, 0, 4, 0      10.0.4.1189   PlaceholderServiceStub.dll
10, 0, 4, 0      10.0.4.1189   PreReqScan.dll
10, 0, 4, 0      10.0.4.1189   ProvisioningAPI.dll
10.0.4.1189      10.0.4.1189   PstCollectorTask.exe
10.0.4.1189      10.0.4.1189   PstLocatorTask.exe
10, 0, 4, 0      10.0.4.1189   PSTMigrator.exe
10, 0, 4, 0      10.0.4.1189   PSTMigratorCHS.dll
10, 0, 4, 0      10.0.4.1189   PSTMigratorCHT.dll
10, 0, 4, 0      10.0.4.1189   PSTMigratorJPN.dll
10.0.4.1189      10.0.4.1189   PstMigratorTask.exe
10, 0, 4, 0      10.0.4.1189   PSTUIJobStatus.dll
                               pthread.dll
10, 0, 4, 0      10.0.4.1293   PublicFolderTask.exe
10, 0, 4, 0      10.0.4.1189   RDScan.dll
10, 0, 4, 0      10.0.4.1189   Reporting.dll
10, 0, 4, 0      10.0.4.1293   RestServer.dll
10, 0, 4, 0      10.0.4.1293   RetrievalTask.exe
10, 0, 4, 0      10.0.4.1189   RtnFolder.exe
10, 0, 4, 0      10.0.4.1189   ShoppingMain.dll
10, 0, 4, 0      10.0.4.1293   ShoppingService.exe
10, 0, 4, 0      10.0.4.1189   ShoppingServiceps.dll
10.0.4.1189      10.0.4.1189   SiteMan.exe
10, 0, 4, 0      10.0.4.1293   SnapIn.dll
10, 0, 4, 0      10.0.4.1189   SnapInCHS.DLL
10, 0, 4, 0      10.0.4.1189   SnapInCHT.DLL
10, 0, 4, 0      10.0.4.1189   SnapInJPN.dll
10, 0, 4, 0      10.0.4.1189   SPSArchiveServiceps.dll
10, 0, 4, 0      10.0.4.1293   StorageArchive.exe
10, 0, 4, 0      10.0.4.1189   StorageArchiveps.dll
10, 0, 4, 0      10.0.4.1189   StorageCache.dll
10, 0, 4, 0      10.0.4.1189   StorageClients.dll
10, 0, 4, 0      10.0.4.1293   StorageCommon.dll
10, 0, 4, 0      10.0.4.1189   StorageCommonps.dll
10, 0, 4, 0      10.0.4.1189   StorageCrawler.exe
10, 0, 4, 0      10.0.4.1293   StorageDatabase.dll
10, 0, 4, 0      10.0.4.1189   StorageDBComponent.dll
10, 0, 4, 0      10.0.4.1189   StorageDBContext.dll
10, 0, 4, 0      10.0.4.1293   StorageDelete.exe
10, 0, 4, 0      10.0.4.1189   StorageDeleteps.dll
10, 0, 4, 0      10.0.4.1293   StorageFileWatch.exe
10, 0, 4, 0      10.0.4.1189   StorageFileWatchps.dll
10, 0, 4, 0      10.0.4.1293   StorageManagement.exe
10, 0, 4, 0      10.0.4.1189   StorageManagementps.dll
10, 0, 4, 0      10.0.4.1293   StorageOnlineOpns.exe
10, 0, 4, 0      10.0.4.1189   StorageOnlineOpnsps.dll
10, 0, 4, 0      10.0.4.1293   StorageQueue.dll
10.0.4.1189      10.0.4.1189   StorageQueueBroker.dll
10, 0, 4, 0      10.0.4.1293   StorageRestore.exe
10, 0, 4, 0      10.0.4.1189   StorageRestoreps.dll
10, 0, 4, 0      10.0.4.1293   StorageRuntime.dll
10, 0, 4, 0      10.0.4.1293   StorageServer.exe
10, 0, 4, 0      10.0.4.1189   StorageUtilityLibrary.dll
10.0.4.1189      10.0.4.1189   Symantec.EnterpriseVault.DSS.Common.dll
10.0.4.1189      10.0.4.1189   Symantec.EnterpriseVault.DSS.DataAccessLayer.dll
10.0.4.1189      10.0.4.1189   Symantec.EnterpriseVault.DSS.DataContracts.dll
10.0.4.1189      10.0.4.1189   Symantec.EnterpriseVault.DSS.Resources.dll
10.0.4.1189      10.0.4.1189   Symantec.EnterpriseVault.DSS.SecurityWrapper.dll
10.0.4.1189      10.0.4.1189   Symantec.EnterpriseVault.DSS.ServerCommon.dll
10.0.4.1189      10.0.4.1189   Symantec.EnterpriseVault.DSS.ServiceContracts.SearchBroker.dll
10.0.4.1189      10.0.4.1189   Symantec.EnterpriseVault.EVPushWrapper.dll
10.0.4.1189      10.0.4.1189   Symantec.EnterpriseVault.ExchangeCommon.dll
10.0.4.1189      10.0.4.1189   Symantec.EnterpriseVault.FileSystemArchiveService.dll
10.0.4.1189      10.0.4.1189   Symantec.EnterpriseVault.FileSystemArchivingContracts.dll
10.0.4.1189      10.0.4.1189   Symantec.EnterpriseVault.FileSystemArchivingTaskService.dll
10.0.4.1189      10.0.4.1189   Symantec.EnterpriseVault.FilterInterfaces.dll
10.0.4.1189      10.0.4.1189   Symantec.EnterpriseVault.PowerShell.Core.dll
10.0.4.1189      10.0.4.1189   Symantec.EnterpriseVault.PowerShell.Monitoring.dll
10.0.4.1189      10.0.4.1189   Symantec.EnterpriseVault.PowerShell.Snapin.dll
10.0.4.1189      10.0.4.1189   SystemStatusExtensionSnapIn.dll
10, 0, 4, 0      10.0.4.1189   TaskController.exe
10, 0, 4, 0      10.0.4.1189   TaskControllerps.dll
2012.3.1211.20   2012.3.1211.20  Telerik.WinControls.dll
2012.3.1211.20   2012.3.1211.20  Telerik.WinControls.Themes.Windows7.dll
2012.3.1211.20   2012.3.1211.20  Telerik.WinControls.UI.dll
2012.3.1211.20   2012.3.1211.20  TelerikCommon.dll
1.0.3.3          1.0.3.3       TSMMigrator.dll
10.0.4.1189      10.0.4.1189   UnInstallIIS.dll
10, 0, 4, 0      10.0.4.1189   VaultCommonResource.dll
10, 0, 4, 0      10.0.4.1189   VaultConfiguration.exe
10, 0, 4, 0      10.0.4.1189   VaultMessages.dll
4.71.1015.0      4.71.1015.0   Vbrun60.exe
10, 0, 4, 0      10.0.4.1189   XMLDataStream.dll

-----

[Closed: 2014/03/20 15:15:05]
=====

Paul_Honey
Level 5
Employee Accredited

Gregory,

 

Ok, this first paragraph will not help you much but I can see from the error stack in DTrace that the code is falling over at a point when it tries to get a handle to the EVDominoRetentionPlans XML Schema file (...\Enterprise Vault\EVDominoRetentionPlans.xsd). The code builds the 'path' to this file by combining the filename with a string representing the path of the EV installation directory and I suspect the code getting that string is failing in your MSCS combination, probably due to a mismatch between what the code is getting returned as the 'ComputerName' and what we store for that 'computer' in the ComputerEntry table.

 

I think it needs a support case opened to determine exactly why the disconnect and probably improve this area of code in the tool to be more robust and cove rthe MSCS test scenario.

 

But as a workaround, you could certainly run the tool from a non-clustered Ev server in the same site as ultimately it is just trying to get the retention plan loaded into the Directory Database, from where I believe all servers will be able to successfully use it

 

Regards

Paul

GrégoryRabillon
Level 4
Partner Accredited

Thanks Paul,

 

I'll try with the single Ev server and i feedback the result. if it's doesn't works, i'll open a case to the support.

 

regards

 

grégory

GrégoryRabillon
Level 4
Partner Accredited

Hello Paul,

 

I've added a single ev server and add the retentionplan. It's works on Mscs cluster for archiving task.

 

Thanks 

 

Grégory.