Comments
-
These events for instance where generated from Microsoft IIS. The full event details does show up when connecting remotely with the Windows Event Viewer from the orion server.
-
I played with this a little bit more by creating some test error event log entries with the powershell command Write-EventLog. I think I see what is going on. All of these events have something similar to "The description for Event ID 3001 from source Application cannot be found. Either the component that raises this event…
-
Server 2008 R2. I have tried RPC as well, same results.
-
The polling method is set to WMI. I checked again this morning, seems to be mixed results now, some events bring in the details, some don't. I went ahead and did a WMI query on the events that didn't return a message. Turns out they don't have that field populated even though they have text when viewing the event via the…
-
For the blank page issues. I left the brackets [] around my API and SQL connection string. They are not needed. The map showed up after i removed the brackets. (Remove any [ ] when defining the API, server, initial catalog, uid, pwd.)