PDA

View Full Version : How to retry a step (pre 7.0)


ericp
04-28-2009, 10:41 AM
Hi all,

I'm looking for a simple (?) way of retrying a step (any step) when it fails.

I am using 6.7a, where there is no "More" tab with the retry step (budget freezes not allowing for an upgrade :( )

I've tried creating a Step script with vbld_StepDone() as the function to perform the logic, however, I seem to be getting stuck.

I'm going down the path of checking Builder.StepStatus for vbldStepStatSucceeded, however, I'm not sure how to implement this correctly.

Any suggestions/examples available?

Thanks,

Eric.

kinook
04-28-2009, 10:44 AM
See attached sample.

ericp
04-28-2009, 10:49 AM
Thanks for the quick reply, I was 95% of the way there, was just missing the part where I needed to reset the step status manually.

Cheers!