07-12-2013 08:33 AM
Solved! Go to Solution.
07-12-2013 08:50 AM
Change it from this
07-12-2013 08:50 AM
Change it from this
07-12-2013 09:02 AM
Well, that did then trick. Do you know what would of flipped the <runtime> and <configSections>?
07-12-2013 09:08 AM
truly no idea
to be honest in mine on 9 SP3 it just has the <configuration><runtime></runtime></configuration> settings
and on my 10 SP3 lab its the same, it doesn't have the configSections part, so i've no idea where that came from.
So whatever added it just put it in the wrong place, no idea why or how that could have happened
And for what its worth, the error tells you what you need to do, it just doesn't seem very clear at the beginning
Exception: Only one <configSections> element allowed per config file and if present must be the first child of the root <configuration> element.
So in this case you had
<configuration><runtime></runtime><configSections></configSections></configuration>
And its saying it *must* be <configuration><configSections></configSections> ......
This would be the same for any .NET application
07-12-2013 09:28 AM
Sounds like the copy and paste for the generatepublisherevidence just happened to go in the wrong place?
07-12-2013 10:41 AM
Is there a way I can tell PST locator to search only in a specific location for PSTs. I remember adding a regedit in the past, in earlier version of EV, for this. But i can't remember what it was.
07-12-2013 10:52 AM
Can I add entries like this to the config file: <add key="SharesToAvoid" value = "\\servername\E$"/>, to restrict PST locator to a specific drive? I would prefer to restrict it to a specific folder though, if possible.
07-12-2013 11:11 AM
Rob.Wilcox: yeah, your right, I should of, sorry about that :) I don't search users' PCs for PSTs. When we find them, we copy them to a folder on the EV server named UserPSTs, on the P: drive and search there. That's why I thought i could configure the PST locator to search for PSTs only in this folder.