The EV environment is 9.0.2
Here is the output of a DTrace for the DirectoryService which was the source for the 13360 event.
Both the event and the dtrace are complaining about the VaultStoreEntry and StorageServiceEntry tables and there being a conflict when the delete is attempted?
Is this because the legacy VaultStore never finished deleting? And is preventing the deletion of the Storage Service? My initial thought is to manually remove the entry for the Vault Store in the VaultStoreEntry table and then try to remove the service from the Admin Console again?
1 12:02:48.389 [2332] (DirectoryService) <3100> EV:L {CDirectoryServiceObject::RunConfig} (Entry)
2 12:02:48.389 [2332] (DirectoryService) <3100> EV:H DirectoryService: STARTUP: IsSettingSynchNeededInternal: QVGQ |
3 12:02:48.389 [2332] (DirectoryService) <3100> EV:H DirectoryService: STARTUP: IsSettingSynchNeededInternal: IUXE |
4 12:02:48.389 [2332] (DirectoryService) <3100> EV:L CADOContext::CreateConnection entry
5 12:02:48.405 [2332] (DirectoryService) <3100> EV:L CADOContext::CreateConnection exit. source:Provider=SQLOLEDB;Server=DSIPVW12;Database=EnterpriseVaultDirectory;Trusted_Connection=Yes hr=Success (0)
6 12:02:48.405 [2332] (DirectoryService) <3100> EV:L CADODataAccess::CreateCommand entry
7 12:02:48.405 [2332] (DirectoryService) <3100> EV:L CADODataAccess::CreateCommand exit. hr=Success (0)
8 12:02:48.405 [2332] (DirectoryService) <3100> EV:H DirectoryService: STARTUP: TableExists: if exists(SELECT * FROM ExtendedSetting) and not exists(SELECT * FROM ExtendedSetting WHERE settingTypeId = '8001') select 1 as [NotExists] else select 0 as [NotExists] |
9 12:02:48.405 [2332] (DirectoryService) <3100> EV:H DirectoryService: CDirectoryServiceObject::RunConfig: Settings Upgrade Required = 0, Run Config = 0 |
10 12:02:48.405 [2332] (DirectoryService) <3100> EV:L {CDirectoryServiceObject::RunConfig} (Exit) Status: [Success]
11 12:02:54.363 [2332] (DirectoryService) <3052> EV:M CMonitorAzStore::DownloadAuthorizationStoreIfNecessary
12 12:02:54.363 [2332] (DirectoryService) <3052> EV:L CADOContext::CreateConnection entry
13 12:02:54.363 [2332] (DirectoryService) <3052> EV:L CADOContext::CreateConnection exit. source:Provider=SQLOLEDB;Server=DSIPVW12;Database=EnterpriseVaultDirectory;Trusted_Connection=Yes hr=Success (0)
14 12:02:54.363 [2332] (DirectoryService) <3052> EV:L CADODataAccess::CreateCommand entry
15 12:02:54.363 [2332] (DirectoryService) <3052> EV:L CADODataAccess::CreateCommand exit. hr=Success (0)
16 12:02:54.363 [2332] (DirectoryService) <3052> EV:M DirectoryService: ADO: SELECT AzStoreIndex,AzStoreVersion FROM DirectoryEntry |
17 12:02:54.363 [2332] (DirectoryService) <3052> EV:M CMonitorAzStore::DownloadAuthorizationStoreIfNecessary : Current store version: 19, Required version: 19, Current store index: 15, Last downloaded index: 15
18 12:02:54.363 [2332] (DirectoryService) <3052> EV:M CMonitorAzStore::ThreadRoutine - Waiting for 60 seconds or until service exits.
19 12:02:58.132 [2332] (DirectoryService) <3096> EV:L CADOContext::CreateConnection entry
20 12:02:58.147 [2332] (DirectoryService) <3096> EV:L CADOContext::CreateConnection exit. source:Provider=SQLOLEDB;Server=DSIPVW12;Database=EnterpriseVaultDirectory;Trusted_Connection=Yes hr=Success (0)
21 12:02:58.147 [2332] (DirectoryService) <3096> EV:L CADODataAccess::CreateCommand entry
22 12:02:58.147 [2332] (DirectoryService) <3096> EV:L CADODataAccess::CreateCommand exit. hr=Success (0)
23 12:02:58.147 [2332] (DirectoryService) <3096> EV:M DirectoryService: ADO: SELECT ComputerEntryId,ComputerName,ComputerRootPath,ComputerSiteEntryId,ComputerAdminNote,VaultSoftwareVersion,ComputerNameAlternate,FileServerManagementUrn,SvcNamesUpgradeState,CacheLocation,CacheSize,DefVaultStoreEntryId,DefIndexingServiceEntryId,ManualAdminSecurityDesc,MaxVaultCacheUpdates FROM ComputerEntry ce WHERE ce.ComputerSiteEntryId = ? ORDER BY ce.ComputerName |
24 12:02:58.163 [2332] (DirectoryService) <2448> EV:L CADOContext::CreateConnection entry
25 12:02:58.163 [2332] (DirectoryService) <2448> EV:L CADOContext::CreateConnection exit. source:Provider=SQLOLEDB;Server=DSIPVW12;Database=EnterpriseVaultDirectory;Trusted_Connection=Yes hr=Success (0)
26 12:02:58.163 [2332] (DirectoryService) <2448> EV:L CADODataAccess::CreateCommand entry
27 12:02:58.163 [2332] (DirectoryService) <2448> EV:L CADODataAccess::CreateCommand exit. hr=Success (0)
28 12:02:58.163 [2332] (DirectoryService) <2448> EV:M DirectoryService: ADO: SELECT fs.FileServerEntryId,fs.SiteEntryId,fs.ComputerEntryId,fs.DnsName,fs.UncName,fs.Archive,fs.BackupMode,fs.PhSvrNumberOfThreads,fs.PhSvrRecallLimitTimeInterval,fs.PhSvrRecallLimitMaxRecalls,fs.PhSvrBypassRecallLimitsForAdmins,fs.FileServerType,fs.FileServerVersion,fs.EnablePlaceHolders,fs.EMCCelDMUser,fs.EMCCelDMPasswd,fs.EMCCelDHSMPortNum,fs.ManualAdminSecurityDesc,fs.DeleteArchivedFile,fs.FBLocalQuarantineLocation,fs.FBExcludeUsersAndGroups,fs.LastUpdatedTime,fs.IsUsePassThroughRead,fs.PassThroughDiskCacheLocation FROM FileServerEntry fs INNER JOIN NetAppPlaceholderComputerEntry naphsco ON fs.FileServerEntryId = naphsco.FileServerEntryId WHERE naphsco.ComputerEntryId = ? |
29 12:02:58.429 [2332] (DirectoryService) <3096> EV:L {CDirectoryServiceObject::RunConfig} (Entry)
30 12:02:58.429 [2332] (DirectoryService) <3096> EV:H DirectoryService: STARTUP: IsSettingSynchNeededInternal: QVGQ |
31 12:02:58.429 [2332] (DirectoryService) <3096> EV:H DirectoryService: STARTUP: IsSettingSynchNeededInternal: IUXE |
32 12:02:58.429 [2332] (DirectoryService) <3096> EV:L CADOContext::CreateConnection entry
33 12:02:58.444 [2332] (DirectoryService) <3096> EV:L CADOContext::CreateConnection exit. source:Provider=SQLOLEDB;Server=DSIPVW12;Database=EnterpriseVaultDirectory;Trusted_Connection=Yes hr=Success (0)
34 12:02:58.444 [2332] (DirectoryService) <3096> EV:L CADODataAccess::CreateCommand entry
35 12:02:58.444 [2332] (DirectoryService) <3096> EV:L CADODataAccess::CreateCommand exit. hr=Success (0)
36 12:02:58.444 [2332] (DirectoryService) <3096> EV:H DirectoryService: STARTUP: TableExists: if exists(SELECT * FROM ExtendedSetting) and not exists(SELECT * FROM ExtendedSetting WHERE settingTypeId = '8001') select 1 as [NotExists] else select 0 as [NotExists] |
37 12:02:58.444 [2332] (DirectoryService) <3096> EV:H DirectoryService: CDirectoryServiceObject::RunConfig: Settings Upgrade Required = 0, Run Config = 0 |
38 12:02:58.444 [2332] (DirectoryService) <3096> EV:L {CDirectoryServiceObject::RunConfig} (Exit) Status: [Success]
39 12:03:08.468 [2332] (DirectoryService) <3100> EV:L {CDirectoryServiceObject::RunConfig} (Entry)
40 12:03:08.468 [2332] (DirectoryService) <3100> EV:H DirectoryService: STARTUP: IsSettingSynchNeededInternal: QVGQ |
41 12:03:08.468 [2332] (DirectoryService) <3100> EV:H DirectoryService: STARTUP: IsSettingSynchNeededInternal: IUXE |
42 12:03:08.468 [2332] (DirectoryService) <3100> EV:L CADOContext::CreateConnection entry
43 12:03:08.484 [2332] (DirectoryService) <3100> EV:L CADOContext::CreateConnection exit. source:Provider=SQLOLEDB;Server=DSIPVW12;Database=EnterpriseVaultDirectory;Trusted_Connection=Yes hr=Success (0)
44 12:03:08.484 [2332] (DirectoryService) <3100> EV:L CADODataAccess::CreateCommand entry
45 12:03:08.484 [2332] (DirectoryService) <3100> EV:L CADODataAccess::CreateCommand exit. hr=Success (0)
46 12:03:08.484 [2332] (DirectoryService) <3100> EV:H DirectoryService: STARTUP: TableExists: if exists(SELECT * FROM ExtendedSetting) and not exists(SELECT * FROM ExtendedSetting WHERE settingTypeId = '8001') select 1 as [NotExists] else select 0 as [NotExists] |
47 12:03:08.484 [2332] (DirectoryService) <3100> EV:H DirectoryService: CDirectoryServiceObject::RunConfig: Settings Upgrade Required = 0, Run Config = 0 |
48 12:03:08.484 [2332] (DirectoryService) <3100> EV:L {CDirectoryServiceObject::RunConfig} (Exit) Status: [Success]
49 12:03:18.508 [2332] (DirectoryService) <2448> EV:L {CDirectoryServiceObject::RunConfig} (Entry)
50 12:03:18.508 [2332] (DirectoryService) <2448> EV:H DirectoryService: STARTUP: IsSettingSynchNeededInternal: QVGQ |
51 12:03:18.508 [2332] (DirectoryService) <2448> EV:H DirectoryService: STARTUP: IsSettingSynchNeededInternal: IUXE |
52 12:03:18.508 [2332] (DirectoryService) <2448> EV:L CADOContext::CreateConnection entry
53 12:03:18.524 [2332] (DirectoryService) <2448> EV:L CADOContext::CreateConnection exit. source:Provider=SQLOLEDB;Server=DSIPVW12;Database=EnterpriseVaultDirectory;Trusted_Connection=Yes hr=Success (0)
54 12:03:18.524 [2332] (DirectoryService) <2448> EV:L CADODataAccess::CreateCommand entry
55 12:03:18.524 [2332] (DirectoryService) <2448> EV:L CADODataAccess::CreateCommand exit. hr=Success (0)
56 12:03:18.524 [2332] (DirectoryService) <2448> EV:H DirectoryService: STARTUP: TableExists: if exists(SELECT * FROM ExtendedSetting) and not exists(SELECT * FROM ExtendedSetting WHERE settingTypeId = '8001') select 1 as [NotExists] else select 0 as [NotExists] |
57 12:03:18.524 [2332] (DirectoryService) <2448> EV:H DirectoryService: CDirectoryServiceObject::RunConfig: Settings Upgrade Required = 0, Run Config = 0 |
58 12:03:18.524 [2332] (DirectoryService) <2448> EV:L {CDirectoryServiceObject::RunConfig} (Exit) Status: [Success]
59 12:03:20.400 [2332] (DirectoryService) <3096> EV:M DirectoryService: Method call: CDirectoryServiceObject::ReadDirectoryEntry, param (1F5FDED5B106B2A4495404708BCF4F74B1410000DSIVault) |
60 12:03:20.400 [2332] (DirectoryService) <3096> EV:L CADOContext::CreateConnection entry
61 12:03:20.416 [2332] (DirectoryService) <3096> EV:L CADOContext::CreateConnection exit. source:Provider=SQLOLEDB;Server=DSIPVW12;Database=EnterpriseVaultDirectory;Trusted_Connection=Yes hr=Success (0)
62 12:03:20.416 [2332] (DirectoryService) <3096> EV:L CADODataAccess::CreateCommand entry
63 12:03:20.416 [2332] (DirectoryService) <3096> EV:L CADODataAccess::CreateCommand exit. hr=Success (0)
64 12:03:20.416 [2332] (DirectoryService) <3096> EV:M DirectoryService: ADO: SELECT ce.ComputerEntryId,ce.ComputerName,ce.ComputerRootPath,ce.ComputerSiteEntryId,ce.ComputerAdminNote,ce.VaultSoftwareVersion,ce.ComputerNameAlternate,ce.FileServerManagementUrn,ce.SvcNamesUpgradeState,ce.CacheLocation,ce.CacheSize,ce.DefVaultStoreEntryId,ce.DefIndexingServiceEntryId,ce.ManualAdminSecurityDesc,ce.MaxVaultCacheUpdates FROM ComputerEntry ce WHERE ce.ComputerEntryId = ? |
65 12:03:20.431 [2332] (DirectoryService) <2448> EV:M DirectoryService: Method call: CDirectoryServiceObject::ReadDirectoryEntry, param (1F5FDED5B106B2A4495404708BCF4F74B1410000DSIVault) |
66 12:03:20.431 [2332] (DirectoryService) <2448> EV:L CADOContext::CreateConnection entry
67 12:03:20.447 [2332] (DirectoryService) <2448> EV:L CADOContext::CreateConnection exit. source:Provider=SQLOLEDB;Server=DSIPVW12;Database=EnterpriseVaultDirectory;Trusted_Connection=Yes hr=Success (0)
68 12:03:20.447 [2332] (DirectoryService) <2448> EV:L CADODataAccess::CreateCommand entry
69 12:03:20.447 [2332] (DirectoryService) <2448> EV:L CADODataAccess::CreateCommand exit. hr=Success (0)
70 12:03:20.447 [2332] (DirectoryService) <2448> EV:M DirectoryService: ADO: SELECT ce.ComputerEntryId,ce.ComputerName,ce.ComputerRootPath,ce.ComputerSiteEntryId,ce.ComputerAdminNote,ce.VaultSoftwareVersion,ce.ComputerNameAlternate,ce.FileServerManagementUrn,ce.SvcNamesUpgradeState,ce.CacheLocation,ce.CacheSize,ce.DefVaultStoreEntryId,ce.DefIndexingServiceEntryId,ce.ManualAdminSecurityDesc,ce.MaxVaultCacheUpdates FROM ComputerEntry ce WHERE ce.ComputerEntryId = ? |
71 12:03:22.261 [2332] (DirectoryService) <2448> EV:M DirectoryService: Method call: CDirectoryServiceObject::DeleteDirectoryEntry, param (StorageServiceEntry, 1C4B67395DA25914FB323B1644632A1221e10000DSIVault) |
72 12:03:22.261 [2332] (DirectoryService) <2448> EV:M DIR_ADMIN_FN: CDirectoryServiceObject::DeleteDirectoryEntry : params: ( StorageServiceEntry, 1C4B67395DA25914FB323B1644632A1221e10000DSIVault )
73 12:03:22.261 [2332] (DirectoryService) <2448> EV:H DirectoryService: Method call: CheckPermissions() |
74 12:03:22.261 [2332] (DirectoryService) <2448> EV:L {CSecurityWrapper::HasServerClientGotPermission:#458} Checking role access for admin operation [1514]...
75 12:03:22.261 [2332] (DirectoryService) <2448> EV:L {CSecurityWrapper::IsServerClientTheVSA:#674} Checking if server client is VSA...
76 12:03:22.261 [2332] (DirectoryService) <2448> EV:L {CSecurityWrapper::IsServerClientTheVSA:#704} Client server is running as VSA: [True] (in a client COM call: [True]).
77 12:03:22.261 [2332] (DirectoryService) <2448> EV:L {CSecurityWrapper::HasServerClientGotPermission:#476} Client is VSA. Access granted.
78 12:03:22.261 [2332] (DirectoryService) <2448> EV:L DirectoryService: Delete Operation:: Build SQL command |
79 12:03:22.261 [2332] (DirectoryService) <2448> EV:M DirectoryService: ADO: DELETE FROM StorageServiceEntry WHERE ServiceEntryId = ? |
80 12:03:22.261 [2332] (DirectoryService) <2448> EV:L CADOContext::CreateConnection entry
81 12:03:22.277 [2332] (DirectoryService) <2448> EV:L CADOContext::CreateConnection exit. source:Provider=SQLOLEDB;Server=DSIPVW12;Database=EnterpriseVaultDirectory;Trusted_Connection=Yes hr=Success (0)
82 12:03:22.277 [2332] (DirectoryService) <2448> EV:L CADODataAccess::CreateCommand entry
83 12:03:22.277 [2332] (DirectoryService) <2448> EV:L CADODataAccess::CreateCommand exit. hr=Success (0)
84 12:03:22.277 [2332] (DirectoryService) <2448> EV:H CADODataAccess::ExecuteSQLCommand - HRXEX fn trace : Error 0x80040e2f ref[1]: ESC14, .\ADODataAccess.cpp [lines {1407,1409,1424,1461}], built Mar 14 10:54:54 2011.
85 12:03:22.277 [2332] (DirectoryService) <2448> EV~E Event ID: 13360 An error was detected while accessing the Vault Database 'EnterpriseVaultDirectory' (Internal reference: CADODataAccess::ExecuteSQLCommand .\ADODataAccess.cpp [lines {1407,1409,1424,1461}], built Mar 14 10:54:54 2011): |Description: |The DELETE statement conflicted with the REFERENCE constraint "CONS_FK_STORAGESERVICEENTRY_VAULTSTOREENTRY". The conflict occurred in database "EnterpriseVaultDirectory", table "dbo.VaultStoreEntry", column 'StorageServiceEntryId'.| | |SQL Command: | DELETE FROM StorageServiceEntry WHERE ServiceEntryId = ?| | |Additional Microsoft supplied information:| |Source: Microsoft OLE DB Provider for SQL Server |Number: 0x80040e2f |SQL State: 23000 |Native Error: 00000547 |HRESULT|0x80040e2f| |
86 12:03:22.277 [2332] (DirectoryService) <2448> EV~E Event ID: 13360 An error was detected while accessing the Vault Database 'EnterpriseVaultDirectory' (Internal reference: CADODataAccess::ExecuteSQLCommand .\ADODataAccess.cpp [lines {1407,1409,1424,1461}], built Mar 14 10:54:54 2011): |Description: |The statement has been terminated.| | |SQL Command: | DELETE FROM StorageServiceEntry WHERE ServiceEntryId = ?| | |Additional Microsoft supplied information:| |Source: Microsoft OLE DB Provider for SQL Server |Number: 0x80040e2f |SQL State: 01000 |Native Error: 00003621 |HRESULT|0x80040e2f| |
87 12:03:22.277 [2332] (DirectoryService) <2448> EV:H CDirectoryServiceObject::DeleteDirectoryEntry - HRXEX fn trace : Error 0x80040e2f, .\DirectoryServiceObject.cpp [lines {902,913,915,926,927,928}], built Mar 14 10:55:02 2011.
89 12:03:23.981 [2332] (DirectoryService) <3100> EV:M DirectoryService: Method call: CDirectoryServiceObject::DeleteDirectoryEntry, param (StorageServiceEntry, 1C4B67395DA25914FB323B1644632A1221e10000DSIVault) |
90 12:03:23.981 [2332] (DirectoryService) <3100> EV:M DIR_ADMIN_FN: CDirectoryServiceObject::DeleteDirectoryEntry : params: ( StorageServiceEntry, 1C4B67395DA25914FB323B1644632A1221e10000DSIVault )
91 12:03:23.981 [2332] (DirectoryService) <3100> EV:H DirectoryService: Method call: CheckPermissions() |
92 12:03:23.981 [2332] (DirectoryService) <3100> EV:L {CSecurityWrapper::HasServerClientGotPermission:#458} Checking role access for admin operation [1514]...
93 12:03:23.981 [2332] (DirectoryService) <3100> EV:L {CSecurityWrapper::IsServerClientTheVSA:#674} Checking if server client is VSA...
94 12:03:23.981 [2332] (DirectoryService) <3100> EV:L {CSecurityWrapper::IsServerClientTheVSA:#704} Client server is running as VSA: [True] (in a client COM call: [True]).
95 12:03:23.981 [2332] (DirectoryService) <3100> EV:L {CSecurityWrapper::HasServerClientGotPermission:#476} Client is VSA. Access granted.
96 12:03:23.981 [2332] (DirectoryService) <3100> EV:L DirectoryService: Delete Operation:: Build SQL command |
97 12:03:23.981 [2332] (DirectoryService) <3100> EV:M DirectoryService: ADO: DELETE FROM StorageServiceEntry WHERE ServiceEntryId = ? |
98 12:03:23.981 [2332] (DirectoryService) <3100> EV:L CADOContext::CreateConnection entry
99 12:03:23.997 [2332] (DirectoryService) <3100> EV:L CADOContext::CreateConnection exit. source:Provider=SQLOLEDB;Server=DSIPVW12;Database=EnterpriseVaultDirectory;Trusted_Connection=Yes hr=Success (0)
100 12:03:23.997 [2332] (DirectoryService) <3100> EV:L CADODataAccess::CreateCommand entry
101 12:03:23.997 [2332] (DirectoryService) <3100> EV:L CADODataAccess::CreateCommand exit. hr=Success (0)
102 12:03:23.997 [2332] (DirectoryService) <3100> EV:H CADODataAccess::ExecuteSQLCommand - HRXEX fn trace : Error 0x80040e2f ref[1]: ESC14, .\ADODataAccess.cpp [lines {1407,1409,1424,1461}], built Mar 14 10:54:54 2011.
103 12:03:23.997 [2332] (DirectoryService) <3100> EV~E Event ID: 13360 An error was detected while accessing the Vault Database 'EnterpriseVaultDirectory' (Internal reference: CADODataAccess::ExecuteSQLCommand .\ADODataAccess.cpp [lines {1407,1409,1424,1461}], built Mar 14 10:54:54 2011): |Description: |The DELETE statement conflicted with the REFERENCE constraint "CONS_FK_STORAGESERVICEENTRY_VAULTSTOREENTRY". The conflict occurred in database "EnterpriseVaultDirectory", table "dbo.VaultStoreEntry", column 'StorageServiceEntryId'.| | |SQL Command: | DELETE FROM StorageServiceEntry WHERE ServiceEntryId = ?| | |Additional Microsoft supplied information:| |Source: Microsoft OLE DB Provider for SQL Server |Number: 0x80040e2f |SQL State: 23000 |Native Error: 00000547 |HRESULT|0x80040e2f| |
104 12:03:23.997 [2332] (DirectoryService) <3100> EV~E Event ID: 13360 An error was detected while accessing the Vault Database 'EnterpriseVaultDirectory' (Internal reference: CADODataAccess::ExecuteSQLCommand .\ADODataAccess.cpp [lines {1407,1409,1424,1461}], built Mar 14 10:54:54 2011): |Description: |The statement has been terminated.| | |SQL Command: | DELETE FROM StorageServiceEntry WHERE ServiceEntryId = ?| | |Additional Microsoft supplied information:| |Source: Microsoft OLE DB Provider for SQL Server |Number: 0x80040e2f |SQL State: 01000 |Native Error: 00003621 |HRESULT|0x80040e2f| |
105 12:03:23.997 [2332] (DirectoryService) <3100> EV:H CDirectoryServiceObject::DeleteDirectoryEntry - HRXEX fn trace : Error 0x80040e2f, .\DirectoryServiceObject.cpp [lines {902,913,915,926,927,928}], built Mar 14 10:55:02 2011.
107 12:03:28.188 [2332] (DirectoryService) <3096> EV:L CADOContext::CreateConnection entry
108 12:03:28.204 [2332] (DirectoryService) <3096> EV:L CADOContext::CreateConnection exit. source:Provider=SQLOLEDB;Server=DSIPVW12;Database=EnterpriseVaultDirectory;Trusted_Connection=Yes hr=Success (0)
109 12:03:28.204 [2332] (DirectoryService) <3096> EV:L CADODataAccess::CreateCommand entry
110 12:03:28.204 [2332] (DirectoryService) <3096> EV:L CADODataAccess::CreateCommand exit. hr=Success (0)
111 12:03:28.204 [2332] (DirectoryService) <3096> EV:M DirectoryService: ADO: SELECT ComputerEntryId,ComputerName,ComputerRootPath,ComputerSiteEntryId,ComputerAdminNote,VaultSoftwareVersion,ComputerNameAlternate,FileServerManagementUrn,SvcNamesUpgradeState,CacheLocation,CacheSize,DefVaultStoreEntryId,DefIndexingServiceEntryId,ManualAdminSecurityDesc,MaxVaultCacheUpdates FROM ComputerEntry ce WHERE ce.ComputerSiteEntryId = ? ORDER BY ce.ComputerName |
112 12:03:28.204 [2332] (DirectoryService) <2448> EV:L CADOContext::CreateConnection entry
113 12:03:28.219 [2332] (DirectoryService) <2448> EV:L CADOContext::CreateConnection exit. source:Provider=SQLOLEDB;Server=DSIPVW12;Database=EnterpriseVaultDirectory;Trusted_Connection=Yes hr=Success (0)
114 12:03:28.219 [2332] (DirectoryService) <2448> EV:L CADODataAccess::CreateCommand entry
115 12:03:28.219 [2332] (DirectoryService) <2448> EV:L CADODataAccess::CreateCommand exit. hr=Success (0)
116 12:03:28.219 [2332] (DirectoryService) <2448> EV:M DirectoryService: ADO: SELECT fs.FileServerEntryId,fs.SiteEntryId,fs.ComputerEntryId,fs.DnsName,fs.UncName,fs.Archive,fs.BackupMode,fs.PhSvrNumberOfThreads,fs.PhSvrRecallLimitTimeInterval,fs.PhSvrRecallLimitMaxRecalls,fs.PhSvrBypassRecallLimitsForAdmins,fs.FileServerType,fs.FileServerVersion,fs.EnablePlaceHolders,fs.EMCCelDMUser,fs.EMCCelDMPasswd,fs.EMCCelDHSMPortNum,fs.ManualAdminSecurityDesc,fs.DeleteArchivedFile,fs.FBLocalQuarantineLocation,fs.FBExcludeUsersAndGroups,fs.LastUpdatedTime,fs.IsUsePassThroughRead,fs.PassThroughDiskCacheLocation FROM FileServerEntry fs INNER JOIN NetAppPlaceholderComputerEntry naphsco ON fs.FileServerEntryId = naphsco.FileServerEntryId WHERE naphsco.ComputerEntryId = ? |
117 12:03:28.532 [2332] (DirectoryService) <3096> EV:L {CDirectoryServiceObject::RunConfig} (Entry)
118 12:03:28.532 [2332] (DirectoryService) <3096> EV:H DirectoryService: STARTUP: IsSettingSynchNeededInternal: QVGQ |
119 12:03:28.532 [2332] (DirectoryService) <3096> EV:H DirectoryService: STARTUP: IsSettingSynchNeededInternal: IUXE |
120 12:03:28.532 [2332] (DirectoryService) <3096> EV:L CADOContext::CreateConnection entry
121 12:03:28.548 [2332] (DirectoryService) <3096> EV:L CADOContext::CreateConnection exit. source:Provider=SQLOLEDB;Server=DSIPVW12;Database=EnterpriseVaultDirectory;Trusted_Connection=Yes hr=Success (0)
122 12:03:28.548 [2332] (DirectoryService) <3096> EV:L CADODataAccess::CreateCommand entry
123 12:03:28.548 [2332] (DirectoryService) <3096> EV:L CADODataAccess::CreateCommand exit. hr=Success (0)
124 12:03:28.548 [2332] (DirectoryService) <3096> EV:H DirectoryService: STARTUP: TableExists: if exists(SELECT * FROM ExtendedSetting) and not exists(SELECT * FROM ExtendedSetting WHERE settingTypeId = '8001') select 1 as [NotExists] else select 0 as [NotExists] |
125 12:03:28.548 [2332] (DirectoryService) <3096> EV:H DirectoryService: CDirectoryServiceObject::RunConfig: Settings Upgrade Required = 0, Run Config = 0 |
126 12:03:28.548 [2332] (DirectoryService) <3096> EV:L {CDirectoryServiceObject::RunConfig} (Exit) Status: [Success]
127 12:03:38.572 [2332] (DirectoryService) <3100> EV:L {CDirectoryServiceObject::RunConfig} (Entry)
128 12:03:38.572 [2332] (DirectoryService) <3100> EV:H DirectoryService: STARTUP: IsSettingSynchNeededInternal: QVGQ |
129 12:03:38.572 [2332] (DirectoryService) <3100> EV:H DirectoryService: STARTUP: IsSettingSynchNeededInternal: IUXE |
130 12:03:38.572 [2332] (DirectoryService) <3100> EV:L CADOContext::CreateConnection entry
131 12:03:38.587 [2332] (DirectoryService) <3100> EV:L CADOContext::CreateConnection exit. source:Provider=SQLOLEDB;Server=DSIPVW12;Database=EnterpriseVaultDirectory;Trusted_Connection=Yes hr=Success (0)
132 12:03:38.587 [2332] (DirectoryService) <3100> EV:L CADODataAccess::CreateCommand entry
133 12:03:38.587 [2332] (DirectoryService) <3100> EV:L CADODataAccess::CreateCommand exit. hr=Success (0)
134 12:03:38.587 [2332] (DirectoryService) <3100> EV:H DirectoryService: STARTUP: TableExists: if exists(SELECT * FROM ExtendedSetting) and not exists(SELECT * FROM ExtendedSetting WHERE settingTypeId = '8001') select 1 as [NotExists] else select 0 as [NotExists] |
135 12:03:38.587 [2332] (DirectoryService) <3100> EV:H DirectoryService: CDirectoryServiceObject::RunConfig: Settings Upgrade Required = 0, Run Config = 0 |
136 12:03:38.587 [2332] (DirectoryService) <3100> EV:L {CDirectoryServiceObject::RunConfig} (Exit) Status: [Success]
137 12:03:48.611 [2332] (DirectoryService) <2448> EV:L {CDirectoryServiceObject::RunConfig} (Entry)
138 12:03:48.611 [2332] (DirectoryService) <2448> EV:H DirectoryService: STARTUP: IsSettingSynchNeededInternal: QVGQ |
139 12:03:48.611 [2332] (DirectoryService) <2448> EV:H DirectoryService: STARTUP: IsSettingSynchNeededInternal: IUXE |
140 12:03:48.611 [2332] (DirectoryService) <2448> EV:L CADOContext::CreateConnection entry
141 12:03:48.627 [2332] (DirectoryService) <2448> EV:L CADOContext::CreateConnection exit. source:Provider=SQLOLEDB;Server=DSIPVW12;Database=EnterpriseVaultDirectory;Trusted_Connection=Yes hr=Success (0)
142 12:03:48.627 [2332] (DirectoryService) <2448> EV:L CADODataAccess::CreateCommand entry
143 12:03:48.627 [2332] (DirectoryService) <2448> EV:L CADODataAccess::CreateCommand exit. hr=Success (0)
144 12:03:48.627 [2332] (DirectoryService) <2448> EV:H DirectoryService: STARTUP: TableExists: if exists(SELECT * FROM ExtendedSetting) and not exists(SELECT * FROM ExtendedSetting WHERE settingTypeId = '8001') select 1 as [NotExists] else select 0 as [NotExists] |
145 12:03:48.627 [2332] (DirectoryService) <2448> EV:H DirectoryService: CDirectoryServiceObject::RunConfig: Settings Upgrade Required = 0, Run Config = 0 |
146 12:03:48.627 [2332] (DirectoryService) <2448> EV:L {CDirectoryServiceObject::RunConfig} (Exit) Status: [Success]
147 12:03:54.413 [2332] (DirectoryService) <3052> EV:M CMonitorAzStore::DownloadAuthorizationStoreIfNecessary
148 12:03:54.413 [2332] (DirectoryService) <3052> EV:L CADOContext::CreateConnection entry
149 12:03:54.413 [2332] (DirectoryService) <3052> EV:L CADOContext::CreateConnection exit. source:Provider=SQLOLEDB;Server=DSIPVW12;Database=EnterpriseVaultDirectory;Trusted_Connection=Yes hr=Success (0)
150 12:03:54.413 [2332] (DirectoryService) <3052> EV:L CADODataAccess::CreateCommand entry
151 12:03:54.413 [2332] (DirectoryService) <3052> EV:L CADODataAccess::CreateCommand exit. hr=Success (0)
152 12:03:54.413 [2332] (DirectoryService) <3052> EV:M DirectoryService: ADO: SELECT AzStoreIndex,AzStoreVersion FROM DirectoryEntry |
153 12:03:54.413 [2332] (DirectoryService) <3052> EV:M CMonitorAzStore::DownloadAuthorizationStoreIfNecessary : Current store version: 19, Required version: 19, Current store index: 15, Last downloaded index: 15
154 12:03:54.413 [2332] (DirectoryService) <3052> EV:M CMonitorAzStore::ThreadRoutine - Waiting for 60 seconds or until service exits.
155 12:03:58.244 [2332] (DirectoryService) <3100> EV:L CADOContext::CreateConnection entry
156 12:03:58.260 [2332] (DirectoryService) <3100> EV:L CADOContext::CreateConnection exit. source:Provider=SQLOLEDB;Server=DSIPVW12;Database=EnterpriseVaultDirectory;Trusted_Connection=Yes hr=Success (0)
157 12:03:58.260 [2332] (DirectoryService) <3100> EV:L CADODataAccess::CreateCommand entry
158 12:03:58.260 [2332] (DirectoryService) <3100> EV:L CADODataAccess::CreateCommand exit. hr=Success (0)
159 12:03:58.260 [2332] (DirectoryService) <3100> EV:M DirectoryService: ADO: SELECT ComputerEntryId,ComputerName,ComputerRootPath,ComputerSiteEntryId,ComputerAdminNote,VaultSoftwareVersion,ComputerNameAlternate,FileServerManagementUrn,SvcNamesUpgradeState,CacheLocation,CacheSize,DefVaultStoreEntryId,DefIndexingServiceEntryId,ManualAdminSecurityDesc,MaxVaultCacheUpdates FROM ComputerEntry ce WHERE ce.ComputerSiteEntryId = ? ORDER BY ce.ComputerName |
160 12:03:58.260 [2332] (DirectoryService) <3096> EV:L CADOContext::CreateConnection entry
161 12:03:58.276 [2332] (DirectoryService) <3096> EV:L CADOContext::CreateConnection exit. source:Provider=SQLOLEDB;Server=DSIPVW12;Database=EnterpriseVaultDirectory;Trusted_Connection=Yes hr=Success (0)
162 12:03:58.276 [2332] (DirectoryService) <3096> EV:L CADODataAccess::CreateCommand entry
163 12:03:58.276 [2332] (DirectoryService) <3096> EV:L CADODataAccess::CreateCommand exit. hr=Success (0)
164 12:03:58.276 [2332] (DirectoryService) <3096> EV:M DirectoryService: ADO: SELECT fs.FileServerEntryId,fs.SiteEntryId,fs.ComputerEntryId,fs.DnsName,fs.UncName,fs.Archive,fs.BackupMode,fs.PhSvrNumberOfThreads,fs.PhSvrRecallLimitTimeInterval,fs.PhSvrRecallLimitMaxRecalls,fs.PhSvrBypassRecallLimitsForAdmins,fs.FileServerType,fs.FileServerVersion,fs.EnablePlaceHolders,fs.EMCCelDMUser,fs.EMCCelDMPasswd,fs.EMCCelDHSMPortNum,fs.ManualAdminSecurityDesc,fs.DeleteArchivedFile,fs.FBLocalQuarantineLocation,fs.FBExcludeUsersAndGroups,fs.LastUpdatedTime,fs.IsUsePassThroughRead,fs.PassThroughDiskCacheLocation FROM FileServerEntry fs INNER JOIN NetAppPlaceholderComputerEntry naphsco ON fs.FileServerEntryId = naphsco.FileServerEntryId WHERE naphsco.ComputerEntryId = ? |
165 12:03:58.651 [2332] (DirectoryService) <3100> EV:L {CDirectoryServiceObject::RunConfig} (Entry)
166 12:03:58.651 [2332] (DirectoryService) <3100> EV:H DirectoryService: STARTUP: IsSettingSynchNeededInternal: QVGQ |
167 12:03:58.651 [2332] (DirectoryService) <3100> EV:H DirectoryService: STARTUP: IsSettingSynchNeededInternal: IUXE |
168 12:03:58.651 [2332] (DirectoryService) <3100> EV:L CADOContext::CreateConnection entry
169 12:03:58.667 [2332] (DirectoryService) <3100> EV:L CADOContext::CreateConnection exit. source:Provider=SQLOLEDB;Server=DSIPVW12;Database=EnterpriseVaultDirectory;Trusted_Connection=Yes hr=Success (0)
170 12:03:58.667 [2332] (DirectoryService) <3100> EV:L CADODataAccess::CreateCommand entry
171 12:03:58.667 [2332] (DirectoryService) <3100> EV:L CADODataAccess::CreateCommand exit. hr=Success (0)
172 12:03:58.667 [2332] (DirectoryService) <3100> EV:H DirectoryService: STARTUP: TableExists: if exists(SELECT * FROM ExtendedSetting) and not exists(SELECT * FROM ExtendedSetting WHERE settingTypeId = '8001') select 1 as [NotExists] else select 0 as [NotExists] |
173 12:03:58.667 [2332] (DirectoryService) <3100> EV:H DirectoryService: CDirectoryServiceObject::RunConfig: Settings Upgrade Required = 0, Run Config = 0 |
174 12:03:58.667 [2332] (DirectoryService) <3100> EV:L {CDirectoryServiceObject::RunConfig} (Exit) Status: [Success]
175 12:04:08.691 [2332] (DirectoryService) <2448> EV:L {CDirectoryServiceObject::RunConfig} (Entry)
176 12:04:08.691 [2332] (DirectoryService) <2448> EV:H DirectoryService: STARTUP: IsSettingSynchNeededInternal: QVGQ |
177 12:04:08.691 [2332] (DirectoryService) <2448> EV:H DirectoryService: STARTUP: IsSettingSynchNeededInternal: IUXE |
178 12:04:08.691 [2332] (DirectoryService) <2448> EV:L CADOContext::CreateConnection entry
179 12:04:08.706 [2332] (DirectoryService) <2448> EV:L CADOContext::CreateConnection exit. source:Provider=SQLOLEDB;Server=DSIPVW12;Database=EnterpriseVaultDirectory;Trusted_Connection=Yes hr=Success (0)
180 12:04:08.706 [2332] (DirectoryService) <2448> EV:L CADODataAccess::CreateCommand entry
181 12:04:08.706 [2332] (DirectoryService) <2448> EV:L CADODataAccess::CreateCommand exit. hr=Success (0)
182 12:04:08.706 [2332] (DirectoryService) <2448> EV:H DirectoryService: STARTUP: TableExists: if exists(SELECT * FROM ExtendedSetting) and not exists(SELECT * FROM ExtendedSetting WHERE settingTypeId = '8001') select 1 as [NotExists] else select 0 as [NotExists] |
183 12:04:08.706 [2332] (DirectoryService) <2448> EV:H DirectoryService: CDirectoryServiceObject::RunConfig: Settings Upgrade Required = 0, Run Config = 0 |
184 12:04:08.706 [2332] (DirectoryService) <2448> EV:L {CDirectoryServiceObject::RunConfig} (Exit) Status: [Success]
185 12:04:18.730 [2332] (DirectoryService) <3100> EV:L {CDirectoryServiceObject::RunConfig} (Entry)
186 12:04:18.730 [2332] (DirectoryService) <3100> EV:H DirectoryService: STARTUP: IsSettingSynchNeededInternal: QVGQ |
187 12:04:18.730 [2332] (DirectoryService) <3100> EV:H DirectoryService: STARTUP: IsSettingSynchNeededInternal: IUXE |
188 12:04:18.730 [2332] (DirectoryService) <3100> EV:L CADOContext::CreateConnection entry
189 12:04:18.746 [2332] (DirectoryService) <3100> EV:L CADOContext::CreateConnection exit. source:Provider=SQLOLEDB;Server=DSIPVW12;Database=EnterpriseVaultDirectory;Trusted_Connection=Yes hr=Success (0)
190 12:04:18.746 [2332] (DirectoryService) <3100> EV:L CADODataAccess::CreateCommand entry
191 12:04:18.746 [2332] (DirectoryService) <3100> EV:L CADODataAccess::CreateCommand exit. hr=Success (0)
192 12:04:18.746 [2332] (DirectoryService) <3100> EV:H DirectoryService: STARTUP: TableExists: if exists(SELECT * FROM ExtendedSetting) and not exists(SELECT * FROM ExtendedSetting WHERE settingTypeId = '8001') select 1 as [NotExists] else select 0 as [NotExists] |
193 12:04:18.746 [2332] (DirectoryService) <3100> EV:H DirectoryService: CDirectoryServiceObject::RunConfig: Settings Upgrade Required = 0, Run Config = 0 |
194 12:04:18.746 [2332] (DirectoryService) <3100> EV:L {CDirectoryServiceObject::RunConfig} (Exit) Status: [Success]
195 12:04:28.301 [2332] (DirectoryService) <3096> EV:L CADOContext::CreateConnection entry
196 12:04:28.316 [2332] (DirectoryService) <3096> EV:L CADOContext::CreateConnection exit. source:Provider=SQLOLEDB;Server=DSIPVW12;Database=EnterpriseVaultDirectory;Trusted_Connection=Yes hr=Success (0)
197 12:04:28.316 [2332] (DirectoryService) <3096> EV:L CADODataAccess::CreateCommand entry
198 12:04:28.316 [2332] (DirectoryService) <3096> EV:L CADODataAccess::CreateCommand exit. hr=Success (0)
199 12:04:28.316 [2332] (DirectoryService) <3096> EV:M DirectoryService: ADO: SELECT ComputerEntryId,ComputerName,ComputerRootPath,ComputerSiteEntryId,ComputerAdminNote,VaultSoftwareVersion,ComputerNameAlternate,FileServerManagementUrn,SvcNamesUpgradeState,CacheLocation,CacheSize,DefVaultStoreEntryId,DefIndexingServiceEntryId,ManualAdminSecurityDesc,MaxVaultCacheUpdates FROM ComputerEntry ce WHERE ce.ComputerSiteEntryId = ? ORDER BY ce.ComputerName |
200 12:04:28.332 [2332] (DirectoryService) <2448> EV:L CADOContext::CreateConnection entry
201 12:04:28.348 [2332] (DirectoryService) <2448> EV:L CADOContext::CreateConnection exit. source:Provider=SQLOLEDB;Server=DSIPVW12;Database=EnterpriseVaultDirectory;Trusted_Connection=Yes hr=Success (0)
202 12:04:28.348 [2332] (DirectoryService) <2448> EV:L CADODataAccess::CreateCommand entry
203 12:04:28.348 [2332] (DirectoryService) <2448> EV:L CADODataAccess::CreateCommand exit. hr=Success (0)
204 12:04:28.348 [2332] (DirectoryService) <2448> EV:M DirectoryService: ADO: SELECT fs.FileServerEntryId,fs.SiteEntryId,fs.ComputerEntryId,fs.DnsName,fs.UncName,fs.Archive,fs.BackupMode,fs.PhSvrNumberOfThreads,fs.PhSvrRecallLimitTimeInterval,fs.PhSvrRecallLimitMaxRecalls,fs.PhSvrBypassRecallLimitsForAdmins,fs.FileServerType,fs.FileServerVersion,fs.EnablePlaceHolders,fs.EMCCelDMUser,fs.EMCCelDMPasswd,fs.EMCCelDHSMPortNum,fs.ManualAdminSecurityDesc,fs.DeleteArchivedFile,fs.FBLocalQuarantineLocation,fs.FBExcludeUsersAndGroups,fs.LastUpdatedTime,fs.IsUsePassThroughRead,fs.PassThroughDiskCacheLocation FROM FileServerEntry fs INNER JOIN NetAppPlaceholderComputerEntry naphsco ON fs.FileServerEntryId = naphsco.FileServerEntryId WHERE naphsco.ComputerEntryId = ? |
205 12:04:28.770 [2332] (DirectoryService) <3096> EV:L {CDirectoryServiceObject::RunConfig} (Entry)
206 12:04:28.770 [2332] (DirectoryService) <3096> EV:H DirectoryService: STARTUP: IsSettingSynchNeededInternal: QVGQ |
207 12:04:28.770 [2332] (DirectoryService) <3096> EV:H DirectoryService: STARTUP: IsSettingSynchNeededInternal: IUXE |
208 12:04:28.770 [2332] (DirectoryService) <3096> EV:L CADOContext::CreateConnection entry
209 12:04:28.786 [2332] (DirectoryService) <3096> EV:L CADOContext::CreateConnection exit. source:Provider=SQLOLEDB;Server=DSIPVW12;Database=EnterpriseVaultDirectory;Trusted_Connection=Yes hr=Success (0)
210 12:04:28.786 [2332] (DirectoryService) <3096> EV:L CADODataAccess::CreateCommand entry
211 12:04:28.786 [2332] (DirectoryService) <3096> EV:L CADODataAccess::CreateCommand exit. hr=Success (0)
212 12:04:28.786 [2332] (DirectoryService) <3096> EV:H DirectoryService: STARTUP: TableExists: if exists(SELECT * FROM ExtendedSetting) and not exists(SELECT * FROM ExtendedSetting WHERE settingTypeId = '8001') select 1 as [NotExists] else select 0 as [NotExists] |
213 12:04:28.786 [2332] (DirectoryService) <3096> EV:H DirectoryService: CDirectoryServiceObject::RunConfig: Settings Upgrade Required = 0, Run Config = 0 |
214 12:04:28.786 [2332] (DirectoryService) <3096> EV:L {CDirectoryServiceObject::RunConfig} (Exit) Status: [Success]
Registry info
HKEY_LOCAL_MACHINE\SOFTWARE\KVS\Enterprise Vault
Driver (SZ) SQL Server
DriverVersion (SZ) 3.50.0305
ClientAuthenticationWellKnownSids (MULTI_SZ) S-1-1-0,S-1-5-11
SynchroniseFSASharePermissions (DWORD) 1 [0x1]
SiteID (SZ) 1538F9B8E3EE8B94D97EFE310BE4318B71d10000DSIVault
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.ASF.ASX.AU.AVI.BIN.BMP.BP.C2D.CBT.CCD.CD.CDI.CHM.CIF.CUR.DAT.DAO.DVS.DWI.ENC.EVT.FCD.FDM.FP.GCD.GI.GIF.GTS.HLP.ICO.IMG.ISO.JFI.JFIF.JIF.JPE.JPEG.JPG.JTF.M1V.M2V.M3U.MDF.MDS.MID.MMM.MOD.MODV.MOO.MOOV.MOV.MP2.MPA.MPE.MPEG.MPEGA.MPEGV.MPG.MPM.MPP.MPV.MSO.NRG.OLE.PAB.PDI.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.WAV.WMA.WMV.Z01.Z02.Z03.Z04.Z05.Z06.Z07.Z09.Z10.Z08.
ConversionTimeout (SZ) 10
ConversionTimeoutArchiveFiles (SZ) 10
MemLimitForTextConversionFallback (DWORD) 30 [0x1e]
\Admin
UseLanmanNameForSCM (SZ) 0
PstComputerDomainFilterCheck (SZ) 0
PstComputerDomainFilter (SZ) 0
PstComputerComputerFilterCheck (SZ) 0
PstComputerComputerFilter (SZ) 0
PstFileMailboxFilterCheck (SZ) 0
PstFileMailboxWhereFilter (SZ) 5
PstFileMailboxWhereField (SZ) 5
PstFileMailboxContainsFilter (SZ) 5
PstFileMigrationStatusCheck (SZ) 0
PstFileMigrationStatus (SZ) 0
ResetAuthorizationStore (SZ) 0
MigrateCredentials (SZ) 0
UpgradeSettingsToBauer (SZ) 0
FSATaskRunNowReportingMode (SZ) 1
PSTMDirComputer (SZ) DSIPVW05
PSTMDropTip (SZ) 0
PSTMLastFolder (SZ) F:\Exports
PSTMUseMarkedPST (SZ) 0
PSTMAutoCorrelate (SZ) 0
PSTMAutoCorrelateFile (SZ) 0
PSTMAutoCorrelateFolder (SZ) 0
PSTMAutoCorrelateLevel (SZ) 1
PSTMUseFileDirectoryPermissions (SZ) 1
PSTMDefaultRCId (SZ) 10D07D343C8E2444B8E9DAF6A8ADC61051b10000DSIVault
PSTMShortcutOption (SZ) 0
PSTMDisableAutoArchive (SZ) 1
PSTMMoveShortcutsFolderName (SZ) Vault Archive
PSTMRootFolderOption (SZ) 0
PSTMMergeOption (SZ) 0
PSTMDoDeletedFolder (SZ) 1
PSTMArcNonExpiredCalItems (SZ) 1
PSTMCustomLang (SZ) 0
PSTMLang (SZ) Western European
PSTMCompact (SZ) 0
PSTMHideFile (SZ) 1
PSTMSetReadOnly (SZ) 0
PSTMDeletePst (SZ) 0
PSTMCreateReportFile (SZ) 0
PartitionSerial (SZ) 7
ExchProvisioningTaskRunNowReportingMode (SZ) 0
RunNowReportingMode (SZ) 3
RunNowContinuousMode (SZ) 0
RunNowMailboxesMode (SZ) 0
RunNowNumberItems (SZ) 1000
ShowVirtualVaultUI (SZ) 0
LastVolumePolicySelected (SZ) Test FSA Volume Policy
NewPolicyRetCatId (SZ) 164B637407D3FFA449EA4F5F73B2BE95F1b10000DSIVault
PolicyUpperThreshold (SZ) 90
PolicyLowerThreshold (SZ) 80
LastFolderPolicySelected (SZ) Test FSA Folder Policy
LastRetFolderPolicySelected (SZ) Test FSA Folder Policy
FSATaskWarnSingleVolRun (SZ) 1
FSARunNowReportingMode (SZ) 1
LastIPAddress (SZ) 10.50.2.254
MoveArchivesUI (SZ) 0
LastExportFilterArchivesOption (SZ) 1
LastExportFilterArchivesAttribute (SZ) 0
LastExportFilterOption (SZ) 0
LastExportUseRC(Age) (SZ) 0
LastExportRCIdentity (SZ) 2
LastExportRCIdentity(Age) (SZ) 2
LastExportRemoveFolderItem (SZ) 0
LastExportSubfolders (SZ) 1
LastExportPstFilePath (SZ) F:\Exports
LastExportSplitPSTByRC (SZ) 0
LastExportLimitPSTSize (SZ) 0
LastExportPSTSize (SZ) 20480
LastExportPSTHierarchy (SZ) 0
LastExportPSTFolder (SZ) 0
LastExportPSTUnicode (SZ) 0
WarnDODCelerra (SZ) 1
PopulateExtendedSettingTypes (SZ) 0
LastExportFilterMailboxesOption (SZ) 1
LastExportFilterMailboxesAttribute (SZ) 5
LastExportFilterDestMailboxesOption (SZ) 1
LastExportFilterDestMailboxesAttribute (SZ) 5
SharePointTaskRunNowReportingMode (SZ) 1
MoveArchivesSiteSelection (SZ) 0
MoveArchivesSelectedServer (SZ) 0
MoveArchivesMaxArchives (SZ) 1000
\Auditing
LogDatabaseInformation (DWORD) 0 [0x0]
\Categories
OnOrOff (DWORD) 0 [0x0]
\AdminActivity
Summary (DWORD) 0 [0x0]
\AdvanceSearch
Summary (DWORD) 0 [0x0]
\Archive
Summary (DWORD) 0 [0x0]
Details (DWORD) 0 [0x0]
\Delete
Summary (DWORD) 0 [0x0]
Details (DWORD) 0 [0x0]
\DominoArchive
Summary (DWORD) 0 [0x0]
\DominoRestore
Summary (DWORD) 0 [0x0]
\ExchangeSynch
Summary (DWORD) 0 [0x0]
\FSArchive
Summary (DWORD) 0 [0x0]
\GetOnlineXML
Summary (DWORD) 0 [0x0]
\MoveArchive
Summary (DWORD) 0 [0x0]
\NSFMigration
Summary (DWORD) 0 [0x0]
Details (DWORD) 0 [0x0]
\PSTMigration
Summary (DWORD) 0 [0x0]
Details (DWORD) 0 [0x0]
\Restore
Summary (DWORD) 0 [0x0]
Details (DWORD) 0 [0x0]
\SavesetStatus
Summary (DWORD) 0 [0x0]
\SPSArchive
Summary (DWORD) 0 [0x0]
\SubtaskCtrlEvents
Summary (DWORD) 0 [0x0]
\Undelete
Summary (DWORD) 0 [0x0]
\UpdateFolder
Summary (DWORD) 0 [0x0]
\UpdateRetCat
Summary (DWORD) 0 [0x0]
\User
Summary (DWORD) 0 [0x0]
\View
Summary (DWORD) 0 [0x0]
Details (DWORD) 0 [0x0]
\ViewAttachment
Summary (DWORD) 0 [0x0]
\Pool Sizes
Archive Service (DWORD) 2 [0x2]
Restore Service (DWORD) 4 [0x4]
Directory Service (DWORD) 8 [0x8]
Search Service (DWORD) 6 [0x6]
Storage Online Service (DWORD) 1 [0x1]
Admin Service (DWORD) 1 [0x1]
Migrator Service (DWORD) 4 [0x4]
SPS Archive Service (DWORD) 2 [0x2]
File System Archive Service (DWORD) 5 [0x5]
Domino Archive (DWORD) 5 [0x5]
Domino Restore (DWORD) 5 [0x5]
NSF Migrator Service (DWORD) 4 [0x4]
Exchange Synchronization (DWORD) 4 [0x4]
\AdminService
Configured (DWORD) 1 [0x1]
AnonymousPermissionsChangeWarning (DWORD) 1 [0x1]
EVEventLogFull (SZ) 20111214
EVConvertersEventLogFull (SZ) 20090710
\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)
PSTFailedCodepages (SZ)
QueueJournalItems (DWORD) 1 [0x1]
MovedItemsLog_DSIPVW01 (SZ) MovedItemsUpdateSummary_DSIPVW01_20121115.txt
SimpleRetryMsgs (DWORD) 43 [0x2b]
SynchInMigrationMode (DWORD) 1 [0x1]
\AuditViewer
SQL Server (SZ) DSIPVW12
Audit DB (SZ) EnterpriseVaultAudit
Return Fields (DWORD) 1023 [0x3ff]
AppTop (DWORD) 283 [0x11b]
AppLeft (DWORD) 766 [0x2fe]
AppBottom (DWORD) 533 [0x215]
AppRight (DWORD) 1314 [0x522]
\Backtrace
FilterRulesAccept (SZ)
FilterRulesReject (SZ)
LogFolderPath (SZ)
Enabled (DWORD) 0 [0x0]
FilterRulesPolicy (DWORD) 0 [0x0]
LogFileTTLDays (DWORD) 31 [0x1f]
MaxEventsOfEachTypePerDay (DWORD) 5 [0x5]
TriggerMode (DWORD) 1 [0x1]
\Directory
\DirectoryService
Database Type (DWORD) 0 [0x0]
Network Type (DWORD) 1 [0x1]
Database Name (SZ) EnterpriseVaultDirectory
SQLServer Name (SZ) DSIPVW12
SQLServer Protocol (SZ) TCP/IP
DSN Type (SZ) SYSTEM
LogDatabaseInformation (DWORD) 0 [0x0]
\FSA
LogLevel (DWORD) 0 [0x0]
\ArchivedFilesFlags
DeleteOnDelete (DWORD) 0 [0x0]
\Reporting
RDThreads (DWORD) 8 [0x8]
RDBufferSize (DWORD) 48 [0x30]
ScanThreads (DWORD) 5 [0x5]
WebServiceTimeout (DWORD) 90 [0x5a]
FilePartSize (DWORD) 500 [0x1f4]
TempFilePath (SZ) C:\Program Files\Enterprise Vault
\Install
Version (SZ) 9.0.2.1061
FullVersion (SZ) 9.0.2.1061
InstallPath (SZ) C:\Program Files\Enterprise Vault
ProgramFolder (SZ) Enterprise Vault
InstallationDate (SZ) 9-26-2011 11:13:11
InstallationLog (SZ) C:\Program Files\Enterprise Vault\Installation Logs\EVInstall.log
RSCoreLog (SZ) F:\Temp\1\RunCore.Log
RSDetailedLog (SZ) F:\Temp\1\RunDetail.Log
RSCoreReport (SZ) F:\Temp\1\EVDS_Core.XML
RSDetailedReport (SZ) F:\Temp\1\EVDS_Details.XML
Installer (SZ) DAYMARK\enterprisevault
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
KitType (SZ) Server
WebAppAlias (SZ) EnterpriseVault
Directory (SZ) Installed
AppPoolName (SZ) EnterpriseVaultAppPool
SilentServerInstall (SZ) No
UnicodePSTCompatibleMAPI (DWORD) 1 [0x1]
ExtSettingsMigrated (DWORD) 1 [0x1]
UnInstallPath (SZ) "C:\Program Files\InstallShield Installation Information\{7042DC99-7779-4C5C-A7F2-B9957BFA04EC}\setup.exe" -runfromtemp -uninst -s -f1"C:\Program Files\InstallShield Installation Information\{7042DC99-7779-4C5C-A7F2-B9957BFA04EC}\Setup.iss"
ServerUpPath (SZ) 8.0.0.1405,8.0.2.1693,8.0.2.1693,8.0.3.1845,8.0.4.1991,8.0.4.1991,8.0.5.1048,9.0.2.1061
Embedded (DWORD) 0 [0x0]
DominoPartitions (SZ)
\Storage
ConverterSandboxPath (SZ) C:\Program Files\Enterprise Vault\EVConverterSandbox.exe
TraceLevel (DWORD) 0 [0x0]
TraceFilter (MULTI_SZ) DBFramework,CMMStream
ServiceId (SZ) 1C4B67395DA25914FB323B1644632A1221e10000DSIVault
DeleteEmptyFolders (DWORD) 0 [0x0]
\Vault Stores
\171F103294076FF4B951B6DD646129C271210000DSIVault
LastGeneratedCollectionIdentity (DWORD) 22175 [0x569f]
\TestApps
\SharePointArchiveTest
\Shortcuts
-----
Installed Version info [C:\Program Files\Enterprise Vault]
Product Version File Version Executable
9, 0, 2, 0 9.0.2.1061 AcceleratorFilterMsgHandler.dll
9, 0, 2, 0 9.0.2.1061 AdminService.exe
9, 0, 2, 0 9.0.2.1061 AdminServiceps.dll
9, 0, 2, 0 9.0.2.1061 AdoInterface.dll
9, 0, 2, 0 9.0.2.1061 AgentClientBroker.exe
9, 0, 2, 0 9.0.2.1061 AgentClientBrokerps.dll
9, 0, 2, 0 9.0.2.1061 AgentMSMQProxyDLL.dll
9, 0, 2, 0 9.0.2.1061 AgentsCommon.dll
9.0.2.1061 9.0.2.1061 ArchivePoints.exe
9, 0, 2, 0 9.0.2.1061 ArchiveTask.exe
9, 0, 2, 0 9.0.2.1061 ArchServer.dll
9, 0, 2, 0 9.0.2.1061 Auditing.dll
9, 0, 2, 0 9.0.2.1061 AuditViewer.exe
9, 0, 2, 0 9.0.2.1061 AuditWrapper.dll
9, 0, 2, 0 9.0.2.1061 AuthClient.dll
9, 0, 2, 0 9.0.2.1061 AuthServer.exe
9, 0, 2, 0 9.0.2.1061 AutoStorageOnlineOpns.dll
avs30_mt.dll
9.0.2.1061 9.0.2.1061 Bootstrapper.exe
1.1.4.0 1.1.4.0 CastorStreamer.dll
CenteraPing.exe
9, 0, 2, 0 9.0.2.1061 ConvertSvc.exe
9, 0, 2, 0 9.0.2.1061 CustomRules.dll
9, 0, 2, 0 9.0.2.1061 CustomRulesWrapper.exe
9, 0, 2, 0 9.0.2.1061 CustomXMLFilter.dll
9, 0, 2, 0 9.0.2.1061 DataClassificationFilter.dll
9, 0, 2, 0 9.0.2.1061 DBConfig.dll
9, 0, 2, 0 9.0.2.1061 DBFramework.dll
9, 0, 2, 0 9.0.2.1061 DeDuplicationCache.exe
9, 0, 2, 0 9.0.2.1061 DeDuplicationCacheps.dll
9, 0, 2, 0 9.0.2.1061 Deployment Scanner.exe
9, 0, 2, 0 9.0.2.1061 DesktopClientCache.dll
9, 0, 2, 0 9.0.2.1061 DesktopCommon.dll
9, 0, 2, 0 9.0.2.1061 DirectoryConnectionU.dll
9, 0, 2, 0 9.0.2.1061 DirectoryService.exe
9, 0, 2, 0 9.0.2.1061 DirectoryServiceps.dll
9, 0, 2, 0 9.0.2.1061 DirectoryVaultU.dll
9, 0, 2, 0 9.0.2.1061 DTrace.exe
1.0.0.3.20061105.1 1.0.0.3.20061105.1 ETERNUSMigrator.dll
9.0.2.1061 9.0.2.1061 EvAzUtil.exe
9, 0, 2, 0 9.0.2.1061 EVByteStream.dll
9, 0, 2, 0 9.0.2.1061 EVCabinet.dll
9, 0, 2, 0 9.0.2.1061 EVClusterAPI.dll
9, 0, 2, 0 9.0.2.1061 EVCollector.dll
9, 0, 2, 0 9.0.2.1061 EVContentManagementAPI.dll
9, 0, 2, 0 9.0.2.1061 EVConverter.dll
9, 0, 2, 0 9.0.2.1061 EVConverterSandbox.exe
9, 0, 2, 0 9.0.2.1061 EvConvertNT4Placeholders.exe
9, 0, 2, 0 9.0.2.1061 EVDominoExchangeMigration.exe
9, 0, 2, 0 9.0.2.1061 EVDominoExporter.exe
9, 0, 2, 0 9.0.2.1061 EVDominoLibrary.dll
9.0.2.1061 9.0.2.1061 EVDominoRetentionPlans.exe
9.0.2.1061 9.0.2.1061 EvExchangePolicySyncTask.exe
9, 0, 2, 0 9.0.2.1061 EVFileServerArchiveWrapper.dll
9.0.2.1061 9.0.2.1061 EVFileSvrArcMngr.exe
9, 0, 2, 0 9.0.2.1061 EVFilterController.dll
9, 0, 2, 0 9.0.2.1061 EVFingerprintCatalogueAccessor.dll
9.0.2.1061 9.0.2.1061 EvFsaArchivingTask.exe
9, 0, 2, 0 9.0.2.1061 EvFsaBackupMode.exe
9.0.2.1061 9.0.2.1061 EvFsaCelerraDelOnDelTask.exe
9.0.2.1061 9.0.2.1061 EvFsaPruningTask.exe
9.0.2.1061 9.0.2.1061 EVFSASyncLib.dll
9.0.2.1061 9.0.2.1061 EvFsaSyncTask.exe
9, 0, 2, 0 9.0.2.1061 evjob.dll
9, 0, 2, 0 9.0.2.1061 EVLicenseManagedLibrary.dll
9.0.2.1061 9.0.2.1061 EvLotusDominoArchivingTask.exe
9.0.2.1061 9.0.2.1061 EVLotusDominoJournalTask.exe
9.0.2.1061 9.0.2.1061 EvLotusDominoPolicySyncTask.exe
9.0.2.1061 9.0.2.1061 EvLotusDominoProfileDocTool.exe
9, 0, 2, 0 9.0.2.1061 EVManagedLibrary.dll
9.0.2.1061 9.0.2.1061 EVMonitoring.exe
9, 0, 2, 0 9.0.2.1061 EVMonitorU.dll
9.0.2.1061 9.0.2.1061 EVMoveArchiveTask.exe
9, 0, 2, 0 9.0.2.1061 EVNetAppHelper.dll
9, 0, 2, 0 9.0.2.1061 EvNetAppPHSvr.exe
9, 0, 2, 0 9.0.2.1061 EVNoteStream.dll
9.0.2.1061 9.0.2.1061 EVNSFHelper.dll
9.0.2.1061 9.0.2.1061 EVNSFHelperInterface.dll
9, 0, 2, 0 9.0.2.1061 EVPM.EXE
9, 0, 2, 0 9.0.2.1061 EVPstApi.dll
9, 0, 2, 0 9.0.2.1061 EVRetentionAPI.dll
9, 0, 2, 0 9.0.2.1061 EVRights.exe
9, 0, 2, 0 9.0.2.1061 EVRT.dll
9, 0, 2, 0 9.0.2.1061 EVRunDll.exe
9, 0, 2, 0 9.0.2.1061 EVSelectiveJournal.dll
9, 0, 2, 0 9.0.2.1061 EVServerInstanceRes.dll
9, 0, 2, 0 9.0.2.1061 EVservice.exe
9, 0, 2, 0 9.0.2.1061 EVServiceRes.dll
9, 0, 2, 0 9.0.2.1061 EVServiceResEx.dll
9.0.2.1061 9.0.2.1061 EvSharePointArchiveTask.exe
9, 0, 2, 0 9.0.2.1061 EVSimpleAPI.dll
9, 0, 2, 0 9.0.2.1061 EVSPSArcSvc.exe
9, 0, 2, 0 9.0.2.1061 EVStgAPI.dll
9.0.2.1061 9.0.2.1061 EVStgFileMngr.exe
9.0.2.1061 9.0.2.1061 EVStgOfflineOpns.exe
9, 0, 2, 0 9.0.2.1061 EVStoreAccessor.dll
9, 0, 2, 0 9.0.2.1061 evsvr.exe
9, 0, 2, 0 9.0.2.1061 EVSVRDLL.dll
9, 0, 2, 0 9.0.2.1061 EVTargetHelper.dll
9.0.2.1061 9.0.2.1061 EVTaskGuardian.exe
9, 0, 2, 0 9.0.2.1061 EVUpdatePlaceholderFormat.exe
9, 0, 2, 0 9.0.2.1061 ExchangeItemsU.dll
9.0.2.1061 9.0.2.1061 ExchangePolicySyncAPI.dll
9, 0, 2, 0 9.0.2.1061 ExchangeSynch.dll
9, 0, 2, 0 9.0.2.1061 ExportArchiveWizard.exe
9, 0, 2, 0 9.0.2.1061 ExportArchiveWizardCHS.dll
9, 0, 2, 0 9.0.2.1061 ExportArchiveWizardCHT.dll
9, 0, 2, 0 9.0.2.1061 ExportArchiveWizardJPN.dll
9, 0, 2, 0 9.0.2.1061 ExportRetentionCategories.exe
9, 0, 2, 0 9.0.2.1061 FileScreenServiceClientStub.dll
9, 0, 2, 0 9.0.2.1061 FileScreenServiceps.dll
9, 0, 2, 0 9.0.2.1061 FingerprintEngine.dll
9.0.2.1061 9.0.2.1061 ForceMonitoringUtil.exe
3.2.705 3.2.705 FPCore.dll
3.2.705 3.2.705 FPLibrary.dll
3.2.285 3.2.285 fpos32.dll
3.2.48 3.2.48 FPParser.dll
3.2.705 3.2.705 FPStreams.dll
3.2.705 3.2.705 FPUtils.dll
3.2.705 3.2.705 FPXML.dll
9.0.2.1061 9.0.2.1061 FSACluster.dll
9, 0, 2, 0 9.0.2.1061 FSAReportingAgent.dll
9.0.2.1061 9.0.2.1061 FSAReportingClient.dll
9, 0, 2, 0 9.0.2.1061 FSAReportingClientStub.dll
9.0.2.1061 9.0.2.1061 FSAReportingConfigUtility.exe
9, 0, 2, 0 9.0.2.1061 FSAReportingService.exe
9, 0, 2, 0 9.0.2.1061 FSAReportingUtility.exe
9.0.2.1061 9.0.2.1061 FSAReportingWebServiceConfig.exe
9.0.2.1061 9.0.2.1061 FSARunNow.exe
9.0.2.1061 9.0.2.1061 FSASummaryMigrator.exe
9.0.2.1061 9.0.2.1061 FSAUndelete.exe
9.0.2.1061 9.0.2.1061 FSAUtility.exe
9, 0, 2, 0 9.0.2.1061 IndexBroker.exe
9, 0, 2, 0 9.0.2.1061 IndexBrokerps.dll
9.0.2.1061 9.0.2.1061 IndexCheck.exe
9, 0, 2, 0 9.0.2.1061 IndexChecksumValidation.dll
9, 0, 2, 0 9.0.2.1061 IndexClient.dll
9, 0, 2, 0 9.0.2.1061 IndexServer.exe
9, 0, 2, 0 9.0.2.1061 IndexServerps.dll
9.0.2.0 9.0.2.0 Interop.AzRoles.dll
9, 0, 2, 0 9.0.2.1061 JournalMailboxManager.exe
9, 0, 2, 0 9.0.2.1061 JournalTask.exe
9, 0, 2, 0 9.0.2.1061 KVS.EnterpriseVault.AgentSyncHelper.dll
9.0.2.1061 9.0.2.1061 KVS.EnterpriseVault.CacheManager.dll
9.0.2.1061 9.0.2.1061 KVS.EnterpriseVault.Common.dll
9.0.2.1061 9.0.2.1061 KVS.EnterpriseVault.ContentCacheRequestManager.dll
9.0.2.1061 9.0.2.1061 KVS.EnterpriseVault.CustomProperties.dll
9.0.2.1061 9.0.2.1061 KVS.EnterpriseVault.Diagnostics.dll
9.0.2.1061 9.0.2.1061 KVS.EnterpriseVault.DirectoryAccess.dll
9, 0, 2, 0 9.0.2.1061 KVS.EnterpriseVault.EVNoteStreamHelper.dll
9.0.2.1061 9.0.2.1061 KVS.EnterpriseVault.FileServerArchiveCommon.dll
9.0.2.1061 9.0.2.1061 KVS.EnterpriseVault.FileServerManagementStub.dll
9, 0, 2, 0 9.0.2.1061 KVS.EnterpriseVault.Indexing.IndexAVS.dll
9.0.2.0 9.0.2.0 KVS.EnterpriseVault.Interop.AdminService.dll
9.0.2.0 9.0.2.0 KVS.EnterpriseVault.Interop.ArchivingControl.dll
9.0.2.0 9.0.2.0 KVS.EnterpriseVault.Interop.AuditWrapper.dll
9.0.2.0 9.0.2.0 KVS.EnterpriseVault.Interop.AuthClient.dll
9.0.2.0 9.0.2.0 KVS.EnterpriseVault.Interop.AutoStorageOnlineOpns.dll
9.0.2.0 9.0.2.0 KVS.EnterpriseVault.Interop.CustomRulesWrapper.dll
9.0.2.0 9.0.2.0 KVS.EnterpriseVault.Interop.DeDuplicationCache.dll
9.0.2.0 9.0.2.0 KVS.EnterpriseVault.Interop.DirectoryConnection.dll
9.0.2.0 9.0.2.0 KVS.EnterpriseVault.Interop.DirectoryVault.dll
9.0.2.0 9.0.2.0 KVS.EnterpriseVault.Interop.EVContentManagementAPI.dll
9.0.2.0 9.0.2.0 KVS.EnterpriseVault.Interop.EVJob.dll
9.0.2.0 9.0.2.0 KVS.EnterpriseVault.Interop.EVPstApi.dll
9.0.2.0 9.0.2.0 KVS.EnterpriseVault.Interop.EVSTGAPI.dll
9.0.2.0 9.0.2.0 KVS.EnterpriseVault.Interop.EVStoreAccessor.dll
9.0.2.0 9.0.2.0 KVS.EnterpriseVault.Interop.EVTargetHelper.dll
9.0.2.0 9.0.2.0 KVS.EnterpriseVault.Interop.FileScreenServiceClientStub.dll
9.0.2.0 9.0.2.0 KVS.EnterpriseVault.Interop.FileServerArchiveWrapper.dll
9.0.2.0 9.0.2.0 KVS.EnterpriseVault.Interop.FSAReportingClientStub.dll
9.0.2.0 9.0.2.0 KVS.EnterpriseVault.Interop.IndexClient.dll
9.0.2.0 9.0.2.0 KVS.EnterpriseVault.Interop.Interop.dll
9.0.2.0 9.0.2.0 KVS.EnterpriseVault.Interop.JournalMailboxManager.dll
9.0.2.0 9.0.2.0 KVS.EnterpriseVault.Interop.MigratorServer.dll
9.0.2.0 9.0.2.0 KVS.EnterpriseVault.Interop.NetAppHelper.dll
9.0.2.0 9.0.2.0 KVS.EnterpriseVault.Interop.PlaceholderServiceStub.dll
9.0.2.0 9.0.2.0 KVS.EnterpriseVault.Interop.RetentionAPI.dll
9.0.2.0 9.0.2.0 KVS.EnterpriseVault.Interop.StorageCommon.dll
9.0.2.0 9.0.2.0 KVS.EnterpriseVault.Interop.StorageManagement.dll
9.0.2.0 9.0.2.0 KVS.EnterpriseVault.Interop.TaskController.dll
9.0.2.1061 9.0.2.1061 KVS.EnterpriseVault.LotusDominoCommon.dll
9.0.2.1061 9.0.2.1061 KVS.EnterpriseVault.LotusDominoCustomFilter.dll
9.0.2.1061 9.0.2.1061 KVS.EnterpriseVault.LotusDominoInterfaces.dll
9.0.2.1061 9.0.2.1061 KVS.EnterpriseVault.LotusDominoMsgHandler.dll
9.0.2.1061 9.0.2.1061 KVS.EnterpriseVault.MonitoringCommon.dll
9, 0, 2, 0 9.0.2.1061 KVS.EnterpriseVault.NSFManager.dll
9.0.2.1061 9.0.2.1061 KVS.EnterpriseVault.ProcessManagement.dll
9.0.2.1061 9.0.2.1061 KVS.EnterpriseVault.PstServiceCommon.dll
9.0.2.1061 9.0.2.1061 KVS.EnterpriseVault.ServerManager.dll
9.0.2.1061 9.0.2.1061 KVS.EnterpriseVault.SharePointArchiveCommon.dll
9.0.2.1061 9.0.2.1061 KVS.EnterpriseVault.StorageCommon.dll
9.0.2.1061 9.0.2.1061 KVS.EnterpriseVault.StorageFileManager.dll
9.0.2.1061 9.0.2.1061 KVS.EnterpriseVault.StorageOfflineOpns.dll
9.0.2.1061 9.0.2.1061 KVS.EnterpriseVault.StoreAccess.dll
9, 0, 2, 0 9.0.2.1061 MessageType.dll
14.01.0218.002 14.01.0218.002 Microsoft.Exchange.WebServices.dll
9, 0, 2, 0 9.0.2.1061 MigratorServer.exe
9.0.2.1061 9.0.2.1061 MonitoringAccess.dll
9.0.2.1061 9.0.2.1061 MonitoringAgent.exe
9.0.2.1061 9.0.2.1061 MonitoringCollectors.dll
9.0.2.1061 9.0.2.1061 MonitoringConfigUtility.exe
9.0.2.1061 9.0.2.1061 MonitoringConsumers.dll
9.0.2.1061 9.0.2.1061 MonitoringDataSets.dll
9.0.2.1061 9.0.2.1061 MonitoringMiddleTier.exe
9.0.2.1061 9.0.2.1061 MonitoringMiddleTierInterface.dll
9.0.2.1061 9.0.2.1061 MonitoringMiddleTierSink.dll
9.0.2.1061 9.0.2.1061 MonitoringSyncClient.dll
9.0.2.1061 9.0.2.1061 MonitoringWebAppConfig.exe
6, 0, 0, 11 6.0.0.11 NBUMigrator.dll
9, 0, 2, 0 9.0.2.1061 NSFMigrator.exe
9, 0, 2, 0 9.0.2.1061 NSFMigratorCHS.dll
9, 0, 2, 0 9.0.2.1061 NSFMigratorCHT.dll
9, 0, 2, 0 9.0.2.1061 NSFMigratorJPN.dll
9, 0, 2, 0 9.0.2.1061 NSFMigratorServer.exe
9, 0, 2, 0 9.0.2.1061 NSFUIJobStatus.dll
1. 0. 0. 2 1. 0. 0. 2 ntapadmin.dll
9, 0, 2, 0 9.0.2.1061 NTFSCenteraMigrator.exe
3.2.98 3.2.98 PAI_module.dll
9.00.1109 9.00.1109 PermissionBrowser.exe
9, 0, 2, 0 9.0.2.1061 PlaceholderServiceps.dll
9, 0, 2, 0 9.0.2.1061 PlaceholderServiceStub.dll
9, 0, 2, 0 9.0.2.1061 PreReqScan.dll
9, 0, 2, 0 9.0.2.1061 ProvisioningAPI.dll
9.0.2.1061 9.0.2.1061 PstCollectorTask.exe
9.0.2.1061 9.0.2.1061 PstLocatorTask.exe
9, 0, 2, 0 9.0.2.1061 PSTMigrator.exe
9, 0, 2, 0 9.0.2.1061 PSTMigratorCHS.dll
9, 0, 2, 0 9.0.2.1061 PSTMigratorCHT.dll
9, 0, 2, 0 9.0.2.1061 PSTMigratorJPN.dll
9.0.2.1061 9.0.2.1061 PstMigratorTask.exe
9, 0, 2, 0 9.0.2.1061 PSTUIJobStatus.dll
pthread.dll
9, 0, 2, 0 9.0.2.1061 PublicFolderTask.exe
9, 0, 2, 0 9.0.2.1061 RDScan.dll
9, 0, 2, 0 9.0.2.1061 Reporting.dll
9, 0, 2, 0 9.0.2.1061 RestServer.dll
9, 0, 2, 0 9.0.2.1061 RetrievalTask.exe
9, 0, 2, 0 9.0.2.1061 RtnFolder.exe
9, 0, 2, 0 9.0.2.1061 ShoppingMain.dll
9, 0, 2, 0 9.0.2.1061 ShoppingService.exe
9, 0, 2, 0 9.0.2.1061 ShoppingServiceps.dll
9.0.2.1061 9.0.2.1061 SiteMan.exe
9, 0, 2, 0 9.0.2.1061 SnapIn.dll
9, 0, 2, 0 9.0.2.1061 SnapInCHS.DLL
9, 0, 2, 0 9.0.2.1061 SnapInCHT.DLL
9, 0, 2, 0 9.0.2.1061 SnapInJPN.dll
9, 0, 2, 0 9.0.2.1061 SPSArchiveServiceps.dll
9, 0, 2, 0 9.0.2.1061 StorageArchive.exe
9, 0, 2, 0 9.0.2.1061 StorageArchiveps.dll
9, 0, 2, 0 9.0.2.1061 StorageClients.dll
9, 0, 2, 0 9.0.2.1061 StorageCommon.dll
9, 0, 2, 0 9.0.2.1061 StorageCommonps.dll
9, 0, 2, 0 9.0.2.1061 StorageCrawler.exe
9, 0, 2, 0 9.0.2.1061 StorageDBComponent.dll
9, 0, 2, 0 9.0.2.1061 StorageDBContext.dll
9, 0, 2, 0 9.0.2.1061 StorageDelete.exe
9, 0, 2, 0 9.0.2.1061 StorageDeleteps.dll
9, 0, 2, 0 9.0.2.1061 StorageFileWatch.exe
9, 0, 2, 0 9.0.2.1061 StorageFileWatchps.dll
9, 0, 2, 0 9.0.2.1061 StorageManagement.exe
9, 0, 2, 0 9.0.2.1061 StorageManagementps.dll
9, 0, 2, 0 9.0.2.1061 StorageOnlineOpns.exe
9, 0, 2, 0 9.0.2.1061 StorageOnlineOpnsps.dll
9, 0, 2, 0 9.0.2.1061 StorageRestore.exe
9, 0, 2, 0 9.0.2.1061 StorageRestoreps.dll
9, 0, 2, 0 9.0.2.1061 StorageRuntime.dll
9, 0, 2, 0 9.0.2.1061 StorageServer.exe
9.0.2.1061 9.0.2.1061 Symantec.EnterpriseVault.PowerShell.Snapin.dll
9.0.2.1061 9.0.2.1061 SystemStatusExtensionSnapIn.dll
9, 0, 2, 0 9.0.2.1061 TaskController.exe
9, 0, 2, 0 9.0.2.1061 TaskControllerps.dll
1.0.3.3 1.0.3.3 TSMMigrator.dll
9, 0, 2, 0 9.0.2.1061 Valkyrie.dll
9, 0, 2, 0 9.0.2.1061 VaultCommonResource.dll
9, 0, 2, 0 9.0.2.1061 VaultConfiguration.exe
9, 0, 2, 0 9.0.2.1061 VaultMessages.dll
4.71.1015.0 4.71.1015.0 Vbrun60.exe
9, 0, 2, 0 9.0.2.1061 XMLDataStream.dll
-----
[Closed: 2013/01/08 12:04:42]