문제

구성 마법사를 사용하여 워크 플로 관리자를 구성하고 싶습니다. 서비스 버스가 성공적으로 구성되었습니다 (서비스 버스 구성기를 시작하면, 나는 방금 기존 팜을 떠날 수 있습니다). 마지막 단계에서는 오류가 발생합니다. 원격 서버가 오류를 반환했습니다. (403) 금지되었습니다. 로그 파일은 다음과 같습니다.

[info] [01.04.2014 09:11:24] : 끝점= sb : //srv.company.local/workflowdefaultnamespace; stsendpoint= https : //srv.company.local : 9355 / workflowDefaultNamespace; runtimeport= 9354; managementport= 9355

[정보] [01.04.2014 09:11:24] : 가공 완료 [자세한] [01.04.2014 09:11:24] : 입력 및 구성 매개 변수의 유효성 검사. [자세한] [01.04.2014 09:11:25] : 자동 생성 설치 증명서. [진행률] [01.04.2014 09:11:25] : 설치 자동 생성 인증서. [자세한] [01.04.2014 09:11:27] : 수여 'Runas 계정에 대한 서비스'권한으로 로그온하십시오. [진행] [01.04.2014 09:11:27] : '서비스로 로그온'권한을 부여합니다. runas 계정. [Verbose] [01.04.2014 09:11:27] : 워크 플로 관리자 구성 시작. [진행률] [01.04.2014 09:11:27] : 워크 플로우 관리자 구성 시작. [자세한] [01.04.2014 09:11:30] : Workflow Manager 런타임 설정 구성. [진행률] [01.04.2014. 09:11:30] : Workflow Manager 런타임 설정 구성. [오류] [01.04.2014 09:11:31] : System.Management.Automation.CmdletinVocationException : 원격 서버가 오류를 반환했습니다. (403) 금지되었습니다. 하위 코드= 40300. 컨테이너가 있습니다 엔티티를 할당 할 준비가되지 않았습니다. 다시 시도하십시오 나중에 ..TrackingID : A8DE1D98-89A0-45DB8B56_GSMVR02SPS02, TIMESTAMP : 01.04.2014. 07:11:31 ---> microsoft.servicebus.messaging.quotaexceededException : 원격 서버는 오류를 반환했습니다. (403) 금지되었습니다. 하위 코드= 40300. 컨테이너는 엔티티를 할당 할 준비가되지 않았습니다. 다시 시도하십시오 나중에 ..TrackingID : A8DE1D98-89A0-45DB8B56_GSMVR02SPS02, TIMESTAMP : 01.04.2014. 07:11:31 ---> System.Net.WebException : 원격 서버가 오류 : (403) 금지되었습니다. ...에서 system.net.httpWebRequest.EndGetResponse (iasyncresult asyncresult)
...에서 Microsoft.ServiceBus.Messaging.ServeServiceSourceOperations.CreateOrupDateAsyncResult1.EndGetResponse(CreateOrUpdateAsyncResult1. ThisPtr, IasyncResult AR) AT. Microsoft.ServiceBus.Messaging.IteratorAsyncResult`1.StepCallback (iasyncResult. 결과) --- 내부 예외 스택 트레이스의 끝 ---

서버 스택 추적 :

예외 Rethrown [0] : at Microsoft.ServiceBus.common.asyncResult.end [TasyncResult] (iasyncResult. 결과) AT. Microsoft.ServiceBus.NamespaceManager.CreateOrupDateTopicasyncResult.CreateDescription (CreateOrupDateTopicasyNcResult. thisptr, iasyncResult r) AT. Microsoft.ServiceBus.Messaging.IteratorAsyncResult`1.StepCallback (iasyncResult. 결과)

예외 Rethrown [1] : AT Microsoft.WorkFlow.Common.AsyncResult.end [TasyncResult] (iasyncResult. 결과) AT. Microsoft.WorkFlow.Administration.ServeSupDateManager.CreateManagement (ILIST1 namespaceManagerUris, ServiceBusClientCredentialType clientCredentialType, IDictionary2 인수, TimeSpan ReTryTimeout) ...에서 Microsoft.WorkFlow.deployment.commands.workflowserviceConfighelper.setWFRuntimeSettings (String. ResourceDBConnectionString, String Config (String Config) AT. Microsoft.WorkFlow.deployment.commands.addwfhost.callwfruntimeSettings (서비스 WFServiceInfo, 문자열 UnenChryPtedResourceConnectionString) --- 끝 내부 예외 스택 추적 --- AT. System.Management.Automation.PowerShell.EndInvoke (iasyncResult. asyncresult) AT. Microsoft.WorkFlow.deployment.configWizard.CommandLethelper.invokePowerShell (명령 명령, 액션`3 UpdateProgress) AT. Microsoft.WorkFlow.deployment.configWizard.ProgressPageViewModel.Addwfnode (FarmCreationModel. 모델, 부울 IsFirstCommand)

도움이 되었습니까?

해결책

Problem solved: I chose a different Service Account, promoted this one to be local administrator and database administrator on the SQL-Server, logged in and reinstalled the Workflow Manager (had to remove the software first, every single piece)

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top