Has anyone seen this in SQL Server 2005?
I script a job as a CREATE to a new window. Disconnect from the current server, connect to the new server that I'm going to run it against. The job has 2 steps. The first step has an "ON SUCCESS" condition that directs it to Step 2.
I run the script and it scripts okay, but leaves me with a warning "Warning: Non-existent step referenced by @on_success_step_id."
Now, I did this with another job that had 8 steps, with another step referring to an "ON FAILURE" going to Step 8 and got the same message. Job runs fine, BTW. It just complains that the step doesn't exist for the On Success or On Fail.
Thoughts?
Catadmin - MCDBA, MCSA
"No, no. Yes. No, I tried that. Yes, both ways. No, I don't know. No again. Are there any more questions?"
-- Xena, "Been There, Done That"
I script a job as a CREATE to a new window. Disconnect from the current server, connect to the new server that I'm going to run it against. The job has 2 steps. The first step has an "ON SUCCESS" condition that directs it to Step 2.
I run the script and it scripts okay, but leaves me with a warning "Warning: Non-existent step referenced by @on_success_step_id."
Now, I did this with another job that had 8 steps, with another step referring to an "ON FAILURE" going to Step 8 and got the same message. Job runs fine, BTW. It just complains that the step doesn't exist for the On Success or On Fail.
Thoughts?
Catadmin - MCDBA, MCSA
"No, no. Yes. No, I tried that. Yes, both ways. No, I don't know. No again. Are there any more questions?"
-- Xena, "Been There, Done That"