I have two Win2012R2 servers. One is the Domain Controller, the other is an SQL Server. I created a subscription on the DC, gathering events 1149 (source : TerminalServices-RemoteConnectionManager) from the second server.
The events are gathered, but are not display correctly :
Remote Desktop Services: User authentication succeeded:
User: %1
Domain: %2
Source Network Address: %3
But in the XML informations, everything is correct :
<UserData>
<EventXML xmlns="Event_NS">
<Param1>administrator</Param1>
<Param2>MYDOMAIN</Param2>
<Param3>192.168.0.2</Param3>
</EventXML>
</UserData>
Someone else had the same problem here : Windows Forward Events Missing User Data and Description but the solution didn't worked for me.
I tried to :
- Set the format as Events and RenderetText, it's the same.
- Set the locale manually at EN-us, same
- Set the locale to "FR-fr" as my keyboard is a french one (the OS are Englis only) : I get the famous errors "Description for event id from source cannot be found"
- Restarting
- Adding NETWORK SERVICE to the EvenLog Readers built-in group
Nothing changes.
Do someone has an idea?