I have a task configured to write to the Application event log of a remote server. When the task executes, it fails with this error:
Exception in Task: The source was not found, but some or all event logs could not be searched.
Inaccessible logs: Security, State.
Using the "eventcreate" command in a Windows command prompt, I'm able to write to the Application event log of the remote server with the same parameters.
What do we do to resolve this error?