NexusDB error after successful run of FB actions

I have FB 6.2.0.1625 and it has been working fine until today. Now after I run any set of actions FB seems to hang and eventually I get an FB error occurred in application dialog. The exception message basically says:

Query execution failed: NexusDB: The operation could not be completd in the allotted time. SQL: Delete FROM "tvec_run_tests" where BUildID = Guid'{xxxxxx-x

 

The actions all complete without an errror. The error appears to indicate that some cleanup going on is failiing.

I tried reinstalling FB but that did not help.

I clicked on the mail bug report button but figured I'd post and see if anyone has a solution.

Thanks,

Chris

Hi Chris

The error is occurring when FB tries to delete previous build history… by default FB keeps the history for the last 4 builds… so when a build completes it checks to see how many builds are in the log file and if there are more that the setting it will attempt to delete the oldest build from the log. The error suggest the delete query did not complete in 1 minute (the timeout we specify). This could be because of a corrupted log file… or your build logs are massive. In the FB IDE, switch to the build history view and try manually deleting the oldest build. If that works, then try compacting the log file. If it doesn’t work (ie you see the error again) then you will have to delete the log file (.fbl6) and allow FB to create a new one.

HTH

That was exactly it. I had some huge logs and that fbl6 file was over 1gig. I just deleted it and updated most of my actions to only log if an error occurred.

Thanks,
Chris