Seja Bem Vindo!

Seja Bem Vindo!

TF244064: An error occurred while retrieving event handler: TFSApprovalsUpdatedEventHandler. “GeneralSecurityAccessDenied”

Sem Comentarios

 

Ao realizar um sincronismo entre o Team Foundation Server 2013 e o Project Server 2013 usando o comando:

TfsAdmin ProjectServer /MapPWAToCollection /pwa:http://projectserver/PWA /collection:https://servidortfs/tfs/

você pode se deparar com o seguinte erro:

“TF294003: Cannot access the following PWA instance: http://projectserver/PWA. Project Server returned this error: "TF244064: An error occurred while retrieving
event handler: TFSApprovalsUpdatedEventHandler. Project Server returned the following error: "GeneralSecurityAccessDenied".". Verify that the PWA instance exists, and that the necessary permissions have been granted to the service account for the team project collection to access the PWA”

.image

Essa situação ocorre devido ao serviço de execução do Team Foundation Server não possuir permissão no servidor do Project Server.

Console de Gerenciamento do TFS.

image

Web do Gerenciamento do Project Server (Segurança)

image

image

Resolução:

Altere as permissões do serviço na Web de Gerenciamento do seu Project Server.

Abra no seu navegador a página: http://servidorproject/PWA/default.aspx

image

image

image

Verifique as permissões:

image

image

Depois retorne a tela anterior e clique em cima do usuário para alterar seus grupos.

image

Insira o usuário no grupo administradores e salve.

image

Depois verifique novamente as permissões:

image

Depois execute novamente o comando e pronto.

image

Funcionará corretamente.

back to top