Thursday, 3 September 2015

ERROR-Warning: the following job steps cannot be reached with the current job step flow logic


Warning: the following job steps cannot be reached with the current job step flow logic


If you get this error, I would guess that you have somehow set another step instead of the first one as the starting step in the package. 

 
To solve this problem:

·       Right click on the job and select "Properties"
Click on the "Steps" option

·      Below the Job list, see the "Start step" option, verify the step showed is the first one
Click the Ok button so save any modifications

No comments:

Post a Comment

How to find table row count?

--Use below query to find table row count select so.name,sp.rows from sys.objects so inner join sys.partitions sp on so.object_id = sp.obj...