Я новичок в динамике Microsoft, каждый раз, когда я запускаю тест производительности на записанном скрипте, я получаю следующую ошибку:
Generate_Collection_Request_Performance Scenario1 <none> Test Error TestError Test method MS.Dynamics.Performance.Application.TaskRecorder.Generate_Collection_RequestPerf.Generate_Collection_Request_Performance threw exception:
System.ServiceModel.Security.MessageSecurityException: The HTTP request was forbidden with client authentication scheme 'Anonymous'. ---> System.Net.WebException: The remote server returned an error: (403) Forbidden".
Я пробовал следующий код
<AuthenticatorConfiguration Id="SelfMintingAdminUser" Class="MS.Dynamics.TestTools.CloudCommonTestUtilities.Authentication.SelfMintedTokenAuthenticator"> <!-- NOTE: admin username needs to be specified --> <Credentials Username="xxxx@xxx.com" /> </AuthenticatorConfiguration>
в CloudEnvironment.config, но ошибка не устранена.Подскажите пожалуйста, как дать авторизацию?
Кто-нибудь знает, как решить или в чем причина ошибки?