Can any one help on how to debug the below issue in RSAT.
Status: Test case failed. ERROR: <Message>The client is not open</Message> DEBUG INFO: <?xml version="1.0" encoding="utf-16"?> <Error xmlns:xsi="">www.w3.org/.../XMLSchema-instance" xmlns:xsd="">www.w3.org/.../XMLSchema"> <ExceptionType>System.InvalidOperationException</ExceptionType> <Message>The client is not open</Message> <StackTrace> at Microsoft.Dynamics.TestTools.Dispatcher.Client.DispatchedClient.CheckOpen() at Microsoft.Dynamics.TestTools.Dispatcher.Client.DispatchedControl.SetObjectState(ObjectState newState) at Microsoft.Dynamics.TestTools.Dispatcher.Client.DispatchedObject.set_SynchronizedState(ObjectState value) at Microsoft.Dynamics.TestTools.Dispatcher.Client.DispatchedObject.DispatchedObjectPropertyMap.Synchronize(IDictionary`2 updatedValues) at Microsoft.Dynamics.TestTools.Dispatcher.Client.DispatchedPropertyMap.set_Item(String property, String value) at Microsoft.Dynamics.TestTools.Dispatcher.Client.Controls.UntypedValueControl.set_StringValue(String value) at Microsoft.Dynamics.TestTools.Dispatcher.Client.Controls.StronglyTypedControl`1.SetValue(T value) at MS.Dynamics.Performance.Application.TaskRecorder.GJBase.SetLookUpValue(StringEditControl control, String value) at MS.Dynamics.Performance.Application.TaskRecorder.GJBase.GJ()</StackTrace> </Error>
Hi Rajasri,
Please try to updated your RSAT tool and parameter file to newest version.
And see the document to make sure you have specified the SelfMintingAdminUser user to the system administrator in the CloudEnvironment.config file :
docs.microsoft.com/.../troubleshoot-perf-sdk-user-testing
Hope this helps.