Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error When Try to Run Package in Job

Status
Not open for further replies.

mekohler

Technical User
May 4, 2007
64
CA
Hi, I have created a package that brings in data from another database and with the data package populates a table in SQL database. The job runs fine when it is executed. I've imported it into SQL and it still works fine. But when I try to automate it using SQL Job agent, I get the error that Requested registry access is not allowed, and in the log says:

The application-specific permission settings do not grant Local Activation permission for the COM Server application with CLSID {485F9D22-B7A7-446B-BBCB-23706B2624E3} and APPID {83B33982-693D-4824-B42E-7196AE61BB05}

Thanks,
Michael Kohler
 
It was the permissions, thanks. I had to add the correct credential to the db_ssiadmin and it works now. Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top