Showing posts with label permissões. Show all posts
Showing posts with label permissões. Show all posts

Monday, August 22, 2011

Can't open old/moved/copied forms - Permission problem Sharepoint

Problem: When opening a Form you get a message like this "A form template (.xsn) file can not be accessed. You may not have the required permissions to open the file."


Resolution: Can be permissions of course ... Otherwise can be a missing template.
If you deleted the template you have to restore or republish in order to open the Form.

;))

Thursday, May 6, 2010

VSeWSS Service Logging Error: Access to the path 'Microsoft\VSeWSS 1.3' is denied no deploy

Na criação do meu primeiro projecto em VS 2007 com VSeWSS 1.3 e as extensions para SharePoint, deparei-me com o seguinte erro quando fiz deploy:

Microsoft.SharePoint.Tools.Utilities.VSeWSSServiceException
VSeWSS Service Error: Assembly C:\Users\Administrator\Documents\Visual Studio 2007\Projects\GustavosSharePointSandbox\WebPartVSeWSS13\bin\Debug\WebPartVSeWSS13.dll not found. This may occur because the VSeWSS WCF Service does not have local administrator permissions. Please review the release notes.

VSeWSS Service Logging Error: Access to the path 'Microsoft\VSeWSS 1.3' is denied.

Logging failed attempting to write to Microsoft\VSeWSS 1.3\VSeWSS1.3 service.log. This may occur because the VSeWSS WCF Service does not have local administrator permissions

Isso acontece quando o Utilizador Network Services não tem permissão de Administrador.


Solução: Adicionar o User Network Services ao grupo Administrators.

Não esquecer que é necessário terminar sessão ou reiniciar para funcionar.

Friday, March 26, 2010

Bloquear o acesso ao "O meu site"

Levei algum tempo até achar onde poderia bloquear a opção para construir "o meu site".

Deixo aqui os passos:

1- Ir ao Shared Services Administration da Web Application
2- Personalization services permissions, no mennu "User Profiles and My Sites"
3- Seleccionar ou adicionar Users/Groups
4- Finalmente retirar a opção "Create personal site".

That's it. Espero ter poupado algum tempo a alguém ;)