Here’s what error recovery currently looks like: hit an error. usually this is “host unavailable” whatever that means. Happens “a lot”.
Red button “Continue?” If continue, ignore the error and try the next operation. This error recovery works for cases where there is a temporary error. At the first error, abandon the current operation and resubmit. Then, the operations that succeeded in the past will now fail. Continue is the appropriate response. Continue to continue until success. Here’s what would be more helpful. Hit an error. For “host unavailable”, prompt user for (abort), (retry), (ignore). I never thought MS DOS had such well-designed error options. But there it is. (abort) would abandon the effort. User goes back to filling the form in the left pane. (retry) would retry the current failed operation. Usually this will succeed. (ignore) would abandon the current failed operation and continue with the rest of the tasks. Having three options here would cater for all of the errors I’ve encountered in the last few months of using the tool. Craig L Russell Architect [email protected] P.S. A good JDO? O, Gasp!
