That is, as you may have guessed, a Windows error. I would guess that the service account for SQL Server Agent somehow has been deprived of a required permission. I would try to change the service account of Agent to some dummy, and then change back. Important is that you do this through SQL Server Configuration Manager, as SSCM makes sure that the service account gets the required permissions.
A required privilege is not held by the client
Hello,
Our SSIS jobs are getting failed since last few days with below error..
Message
Executed as user: Doma\user. The process could not be created for step 1 of job 0x3F5CE43317BC4F428E24D4FA072AF5AF (reason: A required privilege is not held by the client). The step failed.
SQL Server Integration Services
2 answers
Sort by: Most helpful
-
Erland Sommarskog 122K Reputation points MVP Volunteer Moderator
2023-05-01T08:15:15.0033333+00:00 -
Anonymous
2023-05-01T08:23:29.22+00:00 Hi @Bilal H. Bhatt
I found a similar thread for you, maybe you can use it as a reference: https://social.msdn.microsoft.com/Forums/sqlserver/en-US/14a8e53f-a2c0-4a5c-a8d4-bce68d04d750/the-process-could-not-be-created-for-step-1-of-job-0x87dc2a260ab21544841ce621154a724a-reason-3?forum=sqlintegrationservices.
Best regards,
Aniya