There is only one database involved.
we ran into the log file missing error,
LOG_FILE_NOT_FOUND: Log file missing, log is likely invalid. Environment is invalid and must be closed.
..
Caused by: java.io.FileNotFoundException: /opt/tc/data/data-B1/objectdb/00ae2743.jdb (No such file or directory)
Based on some other posts here, we ran the DbDump with the -r flag to try to salvage the database. That completed successfully.
Now I can't tell what flags DbLoad needs to restore the data.
There are a number of .dump files created.
Do we need to run DbLoad with the -f flag, for each of these files ?
I'm going to guess we do, and try that. If it fails not sure what next - suggestions welcome..