Last modified: 2012-12-13 11:05:20 UTC
Can't run rebuild entity per page script twice. It's using LoggedUpdateMaintenance which means it gets added to the updatelog database table. For some reason, if you need to rebuild it again, I have to delete it from the updatelog. RebuildTermsSearchKey script works the same way. Hopefully these scripts only need to be once or not at all, but it's possible a rebuild is needed a second time and the scripts should accommodate that in a nicer way.
use --force to re-run such scripts
Daniels comment could be described in the error message, but otherwise it works as described.