PDA

View Full Version : FTP retry


kodakdave
11-30-2010, 12:00 PM
I am doing a FTP get, parsing LASTSTEP_OUTPUT looking for 0 file(s) transferred (case where file I want is not there yet, but I know it is coming.) Using script code I am setting Step.BuildStatus to vbldStepStatFailed, hoping to trigger the Retry logic on the More tab. But it just fails without invoking the retries. Is there a way to do what I am trying?

kinook
11-30-2010, 02:54 PM
The vbld_StepDone script event does not currently participate in the retry logic, but we'll consider supporting this in the future. For now, you would need to create your own loop implementing the retry.

kinook
02-22-2012, 01:38 PM
This is implemented in v8.0.