Rebuild index error: “The job was stopped prior to completion by User” The 2019 Stack...
Are spiders unable to hurt humans, especially very small spiders?
Inverse Relationship Between Precision and Recall
Did any laptop computers have a built-in 5 1/4 inch floppy drive?
What is preventing me from simply constructing a hash that's lower than the current target?
APIPA and LAN Broadcast Domain
How to display lines in a file like ls displays files in a directory?
Why don't hard Brexiteers insist on a hard border to prevent illegal immigration after Brexit?
Button changing its text & action. Good or terrible?
Did Scotland spend $250,000 for the slogan "Welcome to Scotland"?
How do PCB vias affect signal quality?
Why can't devices on different VLANs, but on the same subnet, communicate?
If a sorcerer casts the Banishment spell on a PC while in Avernus, does the PC return to their home plane?
Loose spokes after only a few rides
Accepted by European university, rejected by all American ones I applied to? Possible reasons?
The difference between dialogue marks
What is the most efficient way to store a numeric range?
Is an up-to-date browser secure on an out-of-date OS?
How do you keep chess fun when your opponent constantly beats you?
How do I free up internal storage if I don't have any apps downloaded?
How come people say “Would of”?
How to notate time signature switching consistently every measure
Straighten subgroup lattice
Deal with toxic manager when you can't quit
Can you cast a spell on someone in the Ethereal Plane, if you are on the Material Plane and have the True Seeing spell active?
Rebuild index error: “The job was stopped prior to completion by User”
The 2019 Stack Overflow Developer Survey Results Are InStop agent job after executing for a certain number of hoursLog Reader Agent is not running - The job failedGet detailed output of SQL Agent jobSQL Server Agent Job Error running an SSIS PackageIs a weekly rebuild of indexes a good idea?Will transactional replication break if there is a heavy update/delete query run on the publisher DBInclude failed step's error details in database mail for failed agent jobsIdentify SQL Error - Transaction count mismatching number of BEGIN and COMMIT statementssql the job was stopped prior to completion by shutdown sequence 0How to setup Email alerts for Reporting jobs when it fails?SQLServerAgent Error: The process cannot access the file because it is being used by another process
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I have a rebuild index job that is set to run every night. The job used to run fine, but last night for some reason the SQL Server Agent Job was stopped. The rebuild index job was running on 9 different databases and it used to take less than 2 minutes, but it stopped all of a sudden last night with an error in the last step.
Here is error message:
The job was stopped prior to completion by User [User_name]. The job
was invoked by Schedule 37 (daily).
Executed as User: User-Name. The step was cancelled (stopped) as the
result of a stop job request.
I checked on SQL Server logs, there are no error messages. Where can I find exact root cause of job stopped?
Any suggestions?
sql-server sql-server-agent jobs
bumped to the homepage by Community♦ 5 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I have a rebuild index job that is set to run every night. The job used to run fine, but last night for some reason the SQL Server Agent Job was stopped. The rebuild index job was running on 9 different databases and it used to take less than 2 minutes, but it stopped all of a sudden last night with an error in the last step.
Here is error message:
The job was stopped prior to completion by User [User_name]. The job
was invoked by Schedule 37 (daily).
Executed as User: User-Name. The step was cancelled (stopped) as the
result of a stop job request.
I checked on SQL Server logs, there are no error messages. Where can I find exact root cause of job stopped?
Any suggestions?
sql-server sql-server-agent jobs
bumped to the homepage by Community♦ 5 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
1
Is it not possible thatUser_name
stopped the job?
– LowlyDBA
Jan 17 at 18:44
add a comment |
I have a rebuild index job that is set to run every night. The job used to run fine, but last night for some reason the SQL Server Agent Job was stopped. The rebuild index job was running on 9 different databases and it used to take less than 2 minutes, but it stopped all of a sudden last night with an error in the last step.
Here is error message:
The job was stopped prior to completion by User [User_name]. The job
was invoked by Schedule 37 (daily).
Executed as User: User-Name. The step was cancelled (stopped) as the
result of a stop job request.
I checked on SQL Server logs, there are no error messages. Where can I find exact root cause of job stopped?
Any suggestions?
sql-server sql-server-agent jobs
I have a rebuild index job that is set to run every night. The job used to run fine, but last night for some reason the SQL Server Agent Job was stopped. The rebuild index job was running on 9 different databases and it used to take less than 2 minutes, but it stopped all of a sudden last night with an error in the last step.
Here is error message:
The job was stopped prior to completion by User [User_name]. The job
was invoked by Schedule 37 (daily).
Executed as User: User-Name. The step was cancelled (stopped) as the
result of a stop job request.
I checked on SQL Server logs, there are no error messages. Where can I find exact root cause of job stopped?
Any suggestions?
sql-server sql-server-agent jobs
sql-server sql-server-agent jobs
edited Jan 17 at 18:27
CR241
asked Jan 17 at 18:07
CR241CR241
812420
812420
bumped to the homepage by Community♦ 5 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 5 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
1
Is it not possible thatUser_name
stopped the job?
– LowlyDBA
Jan 17 at 18:44
add a comment |
1
Is it not possible thatUser_name
stopped the job?
– LowlyDBA
Jan 17 at 18:44
1
1
Is it not possible that
User_name
stopped the job?– LowlyDBA
Jan 17 at 18:44
Is it not possible that
User_name
stopped the job?– LowlyDBA
Jan 17 at 18:44
add a comment |
1 Answer
1
active
oldest
votes
The user stopped the job, probably because it was running long.
That is not an error message, it is telling you what happened.
Contact the user and ask them why the stopped the job.
No, job ran less than 2 mins and user is SQL service account.. There is any chance service account stopped job ? How to check this?
– CR241
Jan 17 at 19:03
1
Someone logging in under the service account would be one possibility. Who has access to that account's credentials? Or is there another job that issues a stop command?
– LowlyDBA
Jan 17 at 20:21
@CR241 to LowlyDBA's second point see this answer You know the service account stopped the job, what you don't know is how or why.
– James Jenkins
Jan 18 at 11:32
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "182"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdba.stackexchange.com%2fquestions%2f227406%2frebuild-index-error-the-job-was-stopped-prior-to-completion-by-user%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
The user stopped the job, probably because it was running long.
That is not an error message, it is telling you what happened.
Contact the user and ask them why the stopped the job.
No, job ran less than 2 mins and user is SQL service account.. There is any chance service account stopped job ? How to check this?
– CR241
Jan 17 at 19:03
1
Someone logging in under the service account would be one possibility. Who has access to that account's credentials? Or is there another job that issues a stop command?
– LowlyDBA
Jan 17 at 20:21
@CR241 to LowlyDBA's second point see this answer You know the service account stopped the job, what you don't know is how or why.
– James Jenkins
Jan 18 at 11:32
add a comment |
The user stopped the job, probably because it was running long.
That is not an error message, it is telling you what happened.
Contact the user and ask them why the stopped the job.
No, job ran less than 2 mins and user is SQL service account.. There is any chance service account stopped job ? How to check this?
– CR241
Jan 17 at 19:03
1
Someone logging in under the service account would be one possibility. Who has access to that account's credentials? Or is there another job that issues a stop command?
– LowlyDBA
Jan 17 at 20:21
@CR241 to LowlyDBA's second point see this answer You know the service account stopped the job, what you don't know is how or why.
– James Jenkins
Jan 18 at 11:32
add a comment |
The user stopped the job, probably because it was running long.
That is not an error message, it is telling you what happened.
Contact the user and ask them why the stopped the job.
The user stopped the job, probably because it was running long.
That is not an error message, it is telling you what happened.
Contact the user and ask them why the stopped the job.
answered Jan 17 at 18:52
James JenkinsJames Jenkins
2,16022045
2,16022045
No, job ran less than 2 mins and user is SQL service account.. There is any chance service account stopped job ? How to check this?
– CR241
Jan 17 at 19:03
1
Someone logging in under the service account would be one possibility. Who has access to that account's credentials? Or is there another job that issues a stop command?
– LowlyDBA
Jan 17 at 20:21
@CR241 to LowlyDBA's second point see this answer You know the service account stopped the job, what you don't know is how or why.
– James Jenkins
Jan 18 at 11:32
add a comment |
No, job ran less than 2 mins and user is SQL service account.. There is any chance service account stopped job ? How to check this?
– CR241
Jan 17 at 19:03
1
Someone logging in under the service account would be one possibility. Who has access to that account's credentials? Or is there another job that issues a stop command?
– LowlyDBA
Jan 17 at 20:21
@CR241 to LowlyDBA's second point see this answer You know the service account stopped the job, what you don't know is how or why.
– James Jenkins
Jan 18 at 11:32
No, job ran less than 2 mins and user is SQL service account.. There is any chance service account stopped job ? How to check this?
– CR241
Jan 17 at 19:03
No, job ran less than 2 mins and user is SQL service account.. There is any chance service account stopped job ? How to check this?
– CR241
Jan 17 at 19:03
1
1
Someone logging in under the service account would be one possibility. Who has access to that account's credentials? Or is there another job that issues a stop command?
– LowlyDBA
Jan 17 at 20:21
Someone logging in under the service account would be one possibility. Who has access to that account's credentials? Or is there another job that issues a stop command?
– LowlyDBA
Jan 17 at 20:21
@CR241 to LowlyDBA's second point see this answer You know the service account stopped the job, what you don't know is how or why.
– James Jenkins
Jan 18 at 11:32
@CR241 to LowlyDBA's second point see this answer You know the service account stopped the job, what you don't know is how or why.
– James Jenkins
Jan 18 at 11:32
add a comment |
Thanks for contributing an answer to Database Administrators Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdba.stackexchange.com%2fquestions%2f227406%2frebuild-index-error-the-job-was-stopped-prior-to-completion-by-user%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Is it not possible that
User_name
stopped the job?– LowlyDBA
Jan 17 at 18:44