Error de derechos elevados al intentar implementar paquetes SSIS en un servidor remoto
Frecuentes
Visto 3,381 veces
2
this is a new staging server with SQL 2008. I'm not famliary with SSIS that much so trying to deploy a couple packages. So I do the following in BIDS..which is probably typical:
- Right-click my solution, go to properties, then go to the deployment utility tab
- Change CreateDeploymentUtility to true
- Go and find the .SSISDeploymentManifest file locally on my machine
- Run it and try to perform a SQL Server deployment to the customer's remote server (we're running vpn to get to it)
- I put in the fully qualified remote server's name, my windows auth or SQL account (I tried both ways)
Try to click now the Package Path and get this:
TÍTULO: Asistente de instalación de paquetes
An OLE DB error 0x80040E09 (The EXECUTE permission was denied on the object 'sp_ssis_listpackages', database 'msdb', schema 'dbo'.) occurred while enumerating packages. A SQL statement was issued and failed.
INFORMACIÓN ADICIONAL:
An OLE DB error 0x80040E09 (The EXECUTE permission was denied on the object 'sp_ssis_listpackages', database 'msdb', schema 'dbo'.) occurred while enumerating packages. A SQL statement was issued and failed.
BOTONES:
OK
So what do I do? How do I essentially run this as an administrator to get past this stupid elevated rights security error?
1 Respuestas
1
You should add your windows / sql account to sysadmin
papel.
In SQL Server Management Studio, go to Security -> Server Roles and double click sysadmin
. Add your login and it should work when you try again.
Respondido 24 ago 12, 08:08
No es la respuesta que estás buscando? Examinar otras preguntas etiquetadas sql-server ssis or haz tu propia pregunta.
What permission do you have on SQL server 2008 for running the package ? - praveen