Leonardo_Fern1
12 years agoLevel 6
EV PST Task Locator fails
I am running EV 10.0.3 on Windows 2008 R2
Since I upgraded from EV 9.0.2 to 10.0.3, when I run the PST Locator Task, it starts and stops almost immediately and I get the following:
Event ID: 40969
Unable to access Configuration File settings.
File: E:\Program Files\Enterprise Vault\PstLocatorTask.exe.Config
Section: managedProcess
Reason: Configuration system failed to initialize
Event ID: 40966
A program fault has raised an exception.
Exception: Only one <configSections> element allowed per config file and if present must be the first child of the root <configuration> element. (E:\Program Files\Enterprise Vault\PstLocatorTask.exe.Config line 6)
Diagnostic:
Type: System.Configuration.ConfigurationErrorsException
Reference:
Command Line: "E:\Program Files\Enterprise Vault\PstLocatorTask.exe" -URL:tcp://172.27.8.203:56145/135fe6ec_35b6_48df_bc5b_5ebf018a0475/KVS.EnterpriseVault.ProcessManager29037087 -
CUSTOM:1FDCCE5E4BBCFCC47A4C67DE0FB25BB831012200AMERVAULT01|False|0|1|0|0|
Application Domain: PstLocatorTask.exe
Process Id: 16900
Thread Id: 13176
Stack Trace: at System.Configuration.ConfigurationSchemaErrors.ThrowIfErrors(Boolean ignoreLocal)
at System.Configuration.BaseConfigurationRecord.ThrowIfParseErrors(ConfigurationSchemaErrors schemaErrors)
at System.Configuration.BaseConfigurationRecord.ThrowIfInitErrors()
at System.Configuration.ClientConfigurationSystem.EnsureInit(String configKey)
Event ID: 40967
1FDCCE5E4BBCFCC47A4C67DE0FB25BB831012200AMERVAULT01 - Restarting failed process.
The process has failed abnormally and will be restarted automatically.
This is the Contents of PstLocatorTask.exe.Config
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<runtime>
<generatePublisherEvidence enabled="false" />
</runtime>
<configSections>
<section name="PSTSettings" type="System.Configuration.DictionarySectionHandler" />
</configSections>
</configuration>
Any help is appreciated. Thank you.
Change it from this
<?xml version="1.0" encoding="utf-8"?><configuration><runtime><generatePublisherEvidence enabled="false" /></runtime><configSections><section name="PSTSettings" type="System.Configuration.DictionarySectionHandler" /></configSections></configuration>
To this
<?xml version="1.0" encoding="utf-8"?><configuration><configSections><section name="PSTSettings" type="System.Configuration.DictionarySectionHandler" /></configSections><runtime><generatePublisherEvidence enabled="false" /></runtime></configuration>