Quantcast
Channel: Microsoft SQL Server
Viewing all articles
Browse latest Browse all 4871

Permissions to Save SSIS Package to SQL Server

$
0
0

I'm going through SQL Enterprise Manager on my SQL2012 server to import data. I'm choosing the option to save the SSIS package, and I keep getting this error...

Text
TITLE: SQL Server Import and Export Wizard ------------------------------ The operation could not be completed. ------------------------------ ADDITIONAL INFORMATION: The ExistsOnSQLServer method has encountered OLE DB error code 0x80040E09 (The EXECUTE permission was denied on the object 'sp_ssis_checkexists', database 'msdb', schema 'dbo'.). The SQL statement issued has failed. 

What account needs permission where to save this? I've read instructions to go through Component Services... I've seen the account I'm running needs the following roles on the msdb DB

db_dtsadmin

db_dtsltduser

db_dtsoperator

I've also read that it is these roles...

db_ssisadmin

db_ssisltduser

...


Viewing all articles
Browse latest Browse all 4871

Trending Articles