SSIS: Access to Integration Services package "Package" is denied -
03-19-2006
, 04:37 AM
Hello,
While trying to save package into SQL server, I'm getting the error:
The SaveToSQLServer method has encountered OLE DB error code 0x80040E14
(Access to Integration Services package 'Test2' is denied.). The SQL
statement that was issued has failed.
(Microsoft Visual Studio)
It seems to be permissions issue, but all my attempts fixing it failed.
Even, tried give user dbo on msdb db -- didn't help
Does anybody have an idea of how to grant permissions in SSIS?
Thanks,
Gary |