Sql-server – SSIS Package Error when Scheduled in Job

sql serverssis

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}

I'm using SQL management studio 2012.

Best Answer

There is a step-by-step instructions on how another person had fixed it via this link. Essentially, the set-up best practices weren't followed when setting up the SSIS service and their DBA/admin used the network service. This caused some permissions not to grant properly during set-up.