| 18 | | 8:30 (heather) Heather noticed that registration was not complete. registration's revert is failing: regtool -revertprocessedimfile -dbname gpc1 -limit 128 because it doesn't understand -limit. Heather reverted by hand (regtool -revertprocessedimfile -dbname gpc1 -exp_id_begin 128000), and the unregistered files registered. |
| | 18 | 8:30 (heather) Heather noticed that registration was not complete. registration's revert is failing: |
| | 19 | |
| | 20 | {{{ |
| | 21 | regtool -revertprocessedimfile -dbname gpc1 -limit 128 |
| | 22 | }}} |
| | 23 | |
| | 24 | because it doesn't understand -limit. Heather reverted by hand: |
| | 25 | |
| | 26 | {{{ |
| | 27 | regtool -revertprocessedimfile -dbname gpc1 -exp_id_begin 128000 |
| | 28 | }}} |
| | 29 | |
| | 30 | and the unregistered files registered. |