View Single Post
  #3  
Old 03-20-2008, 07:52 AM
tan125 tan125 is online now
Registered User
 
Join Date: 08-30-2007
Location: PA
Posts: 15
Send a message via Yahoo to tan125
In case of a lock on a file or network connectivity issues, I put a loop around the step to keep trying if it failed. On the first attempt, it gave "Busy, can't enter now."


3/19/2008 6:12:09 PM: Building project step 'Zip Tracer to 26'...
\\CORP-ALT-26\d$\Tracer2\Build_v2_260\Tracer2 -> \\CORP-ALT-26\d$\Tracer2\Build_v2_260\1751\Tracer2_1751.zip
Busy, can't enter now
3/19/2008 6:12:09 PM: Step 'Zip Tracer to 26' failed
3/19/2008 6:12:09 PM: Building project step 'Do until zipping doesn't fail'...
Step 'Do until zipping doesn't fail' repeating build rule evaluates true: %LASTSTEP_STATUS% (expanded value = 1) is not equal to 0
3/19/2008 6:12:09 PM: Building project step 'Wait 10 seconds'...
Waiting 00:00:10...
Elapsed time has passed, continuing build
3/19/2008 6:12:19 PM: Building project step 'Zip Tracer'...
\\CORP-ALT-26\d$\Tracer2\Build_v2_260\Tracer2 -> \\CORP-ALT-26\d$\Tracer2\Build_v2_260\1751\Tracer2_1751.zip
Busy, can't enter now
3/19/2008 6:12:19 PM: Step 'Zip Tracer' failed
3/19/2008 6:12:19 PM: Building project step 'Do until zipping doesn't fail'...
Step 'Do until zipping doesn't fail' repeating build rule evaluates true: %LASTSTEP_STATUS% (expanded value = 1) is not equal to 0
3/19/2008 6:12:19 PM: Building project step 'Wait 10 seconds'...
Waiting 00:00:10...
Elapsed time has passed, continuing build
3/19/2008 6:12:30 PM: Building project step 'Zip Tracer'...
\\CORP-ALT-26\d$\Tracer2\Build_v2_260\Tracer2 -> \\CORP-ALT-26\d$\Tracer2\Build_v2_260\1751\Tracer2_1751.zip
Busy, can't enter now
3/19/2008 6:12:30 PM: Step 'Zip Tracer' failed
3/19/2008 6:12:30 PM: Building project step 'Do until zipping doesn't fail'...
Step 'Do until zipping doesn't fail' repeating build rule evaluates true: %LASTSTEP_STATUS% (expanded value = 1) is not equal to 0
3/19/2008 6:12:30 PM: Building project step 'Wait 10 seconds'...
Waiting 00:00:10...
Elapsed time has passed, continuing build



This went on for about an hour and a half before I logged onto the machine to take a look. Then, I stopped the build, and ran each ZIP step one at a time. The ZIP steps did not have any errors this time, and the rest of the build went as expected. I've never seen the "Busy, can't enter now" message, and was wondering what it is referring to -- VBP being busy, the folder being busy, the DynaZip DLL being busy, or something else.
Reply With Quote