В журнале событий на ЦР появляются 2 записи:
Первая:
Исключение при извлечении сообщения диалога 3e2ecbab-d9b3-e611-8a28-00215a465c5e из очереди queue/front, сервиса service/front. Истекло время ожидания сообщений из очереди queue/front.
Вторая:
При запросе политики с ЦС получено исключение.
System.TimeoutException: Истекло время ожидания сообщений из очереди queue/front.
at RegistrationService.BusinessLogic.ProcessClient.Wait(Queue queue, Conversation conversation, TimeSpan timeout)
at RegistrationService.BusinessLogic.ProcessClient.<>c__DisplayClass1d.<Send>b__1c(TimeSpan timeout)
at RegistrationService.BusinessLogic.ProcessClient.WaitComplete(TimeSpan timeout)
at RegistrationService.RegSrv.PolicyUpdateTask.Execute(IScriptContext`1 context)
Ping-CA проходит нормально. Страница в ИЕ по адресу: http://DNSNameCA/CA/CertAdminService.svc показывает следующее:
You have created a service.
To test this service, you will need to create a client and use it to call the service. You can do this using the svcutil.exe tool from the command line with the following syntax:
svcutil.exe http://c/CA/CertAdminService.svc?wsdl
You can also access the service description as a single file:
http://c/CA/CertAdminService.svc?singleWsdl
This will generate a configuration file and a code file that contains the client class. Add the two files to your client application and use the generated client class to call the Service. For example:
C#
class Test
{
static void Main()
{
CertAdminContractClient client = new CertAdminContractClient();
// Use the 'client' variable to call operations on the service.
// Always close the client.
client.Close();
}
}
Visual Basic
Class Test
Shared Sub Main()
Dim client As CertAdminContractClient = New CertAdminContractClient()
' Use the 'client' variable to call operations on the service.
' Always close the client.
client.Close()
End Sub
End Class
Отредактировано пользователем 26 ноября 2016 г. 16:49:51(UTC)
| Причина: Не указана