Hello!
As the title says, there are no logs for Microsoft-Windows-Small Business Server/Operational in the event viewer on SBS 2011 Standard. These logs should be under
Windows Small Business Server 2011 Standard in the event viewer, but this knot does not exist, too.
I'd like to check whether the POP3 connector is working properly or not. A log file
C:\Program Files\Windows Small Business Server\Logs\pop3connector\pop3service.log exists.
I was already looking for a missing registry key, but couldn't find anything. I also tried to create a manifest.xml from another SBS2011 Standard with wevtutil. The exact command was:
C:\Users\Patrick>wevtutil gl "Microsoft-Windows-Small Business Server/Operational" /f:xml >>C:\manifest.xml
After this I wanted to import the manifest.xml on the SBS where the log is missing with
wevtutil im "C:\operational.xml". Unfortunately this didn't help. All I got back was this:
Der Knoten "assembly/instrumentation/events:events" oder
"events:instrumentationManifest/events:instrumentation"/events:events"
wurde nicht in der Manifestdatei "C:\operational.xml" gefunden.
xmlns:events="http://schemas.microsoft.com/win/2004/08/events"
Element nicht gefunden.
Does someone has a solution or some hints for this issue? I couldn't find anything on the web.
Thanks in advance,
Patrick!