views:

69

answers:

1

I need to deploy a report using Reporting services but i'm getting this error, using visual studio to deploy the report

The permissions granted to user 'Domain\user' are insufficient for performing this operation

Right now i'm the administrator of the machine, so why i'm getting i don't hace enough permissions?

Note:

The scenario is the following:

Developing and deploying on a windows7 The report server is in the same machine. In conclusion, running all local.

In spanish:

Necesito hacer un deploy de un reporte en Reporting Services. Cuando corro el visual studio obtengo el siguiente error. Los permisos otorgados al usuario son insuficientes para realizar esta operación

Actualmente soy el administrador de la máquina, entonces no entiendo porque aparece el error que no tengo suficientes permisos.

Notas:

Este es el escenario Desarrollando y haciendo el deploy en una máquina con windows7. El Report Server y el Visual Studio están en la misma máquina. En conclusión, todo lo corro localmente.

Actualmente soy el administrador de la máquina, entonces no entiendo porque aparece el error que no tengo suficientes permisos.

A: 

This problem took me a whole day to figure it out. That's why i'm posting the answer.

To resolve this problem you should follow this steps.

  1. Run Internet explorer -> Internet Options -> Trust Sites -> Add localhost -> Uncheck the last textbox
  2. Go to the Reporting Services Configuration Manager -> Report Manager URL -> Copy the URL
  3. Run Internet Explorer as an Administrator
  4. Copy the URL, hit Enter
  5. On the site -> Site Configuration -> Security -> Add your account as System Administrator permission
  6. Home -> Properties -> New Role Assigment -> Add your account as Content Manager
  7. Run Visual Studio and deploy, see if it worked.

That was it.

I'm leaving here one link that helped me a lot. Click Here to see web page that helped me

Hope it helps.

Sergio