Hi
I’m getting an exception when using the following LogClient ReadLog command when trying to read from the Audit Log.
The command is from the LogRead Sample
VideoOS.Platform.Log.LogClient.Instance.ReadLog(
VideoOS.Platform.EnvironmentManager.Instance.MasterSite.ServerId,
(int)1,
out \_result,
out \_names,
group);
The group = “Audit”
Error
CommunicationServiceException: Exception of type ‘VideoOS.LogServer.Communication.CommunicationServiceException’ was thrown.
This command works fine with the group set to System or Rules, just Audit fails. I saw and earlier post around this error which show time sync to be the problem but the time is very close on both the client and the server.
The server is corporate 2020 R2 and the MIPSDK is 2020 R2
Any other suggestions to look into?
Thanks
Ian