Hello!
I have 1 FE pool with 3 servers
When I try to Start-CsClsLogging -Scenario "AlwaysOn" -Pools poolname.domain.com
I get this errors
Failed on 3 agents
Agent - servername1.domain.com, Reason - Error code - 20000, Message -
Unknown error - The communication object, System.ServiceModel.Channels.ServiceChannel, cannot be used for communication
because it is in the Faulted state. CommunicationObjectFaultedException. Please refer CLS logs for details.
Agent - servername2.domain.com, Reason - Error code - 20000, Message - Unknown error - The communication object, System.ServiceModel.Channels.ServiceChannel, cannot be used for communication because it is in the Faulted state. CommunicationObjectFaultedException. Please refer CLS logs for details.
Agent - servername3.domain.com, Reason - Error code - 20000, Message - Unknown error - The communication object, System.ServiceModel.Channels.ServiceChannel, cannot be used for communication because it is in the Faulted state. CommunicationObjectFaultedException. Please refer CLS logs for details.
but if run cmdlet Start-CsClsLogging -Scenario "AlwaysOn" without '-pools' option then it succeeded only on Edge pool
any ideas?
and where I can find "CLS logs for details"?