A required privilege is not held by the client

Bilal H. Bhatt 136 Reputation points
2023-05-01T06:03:00.9233333+00:00

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
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,705 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Erland Sommarskog 122K Reputation points MVP Volunteer Moderator
    2023-05-01T08:15:15.0033333+00:00

    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.

    0 comments No comments

  2. Anonymous
    2023-05-01T08:23:29.22+00:00

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.