Hi All, Using the Eventlog Script Monitor produces the following Error: " Unexpected error occurred. Some or all identity references could not be translated."
No Idea whats reason causes that issues, anyone an idea?
reagrds Bert
Have you tried using an Administrator account for your Credential? This looks like it may be a permission issue. Does this happen when you try to look for events of different types in different areas?
Yes, I am using admin account for this script otherwise I get an authentification error. I tested System >> Error , Security >> Failure but allways the same error message.
regards Berthold
I have created a local vbs script and executed it on the remote Server itself with the following parameters : -area System -type Error -timespan 5 and it worked as it should. So I am a bit lost why this error occur within Orion.
The remote server is member of domain and Orion is a win2k3 single server. The eventlog does not show any security issues so I guess authentication works.
Are there some specific settings needed on the Orion Server (cscript.exe or wscript.exe . . .)?
regards Bert
Have you tried running it on the server where APM is installed or just locally on the remote server? APM executes VBScripts locally on the APM server.
If not try running it on the APM server passing in the -Computer SERVERNAME param as well as the others ( -area System -type Error -timespan 5 )