Upgrade to OpenEdge 11.7.2 Service Pack or later. The orient databases are upgraded to version 2.2.27 which has these issues which trigger subsequent failures.
1. Stop the AdminServer
2. Dump the configuration database which holds your customised jobs/reports and resource configuration
$ fathom -dump fathom.xml -user admin3. Apply 11.7.2 Service Pack, which updates the orientdb to 2.2.27.
4. The orient databases need to be deleted so they are created with a fresh 2.2.27 version when the 11.7.2 AdminServer is next started.
Delete the config and cache orient databases, by deleting the *content* of the directories
## orient configuration database:
echo y | del
<oee_install>/config/configdb/*
## orient cache database:
echo y | del <oee_wrk>/cachedata/cachedb/*
5. place the .xml file that was dumped previously in the configdb directory, rename it if necessary to 'fathom.xml':
<oee_install>/config/fathom.xml6. Start the 11.7.2 AdminServer
$ proadsv -startWait for the fathom Web Server to initialise
$ fathom -query>> Running
The orient databases will get re-created on restart.
[Fathom] Creating OpenEdge Management configuration database: <oee_install>\config\configdb. (17231)
[Fathom] Loading Fathom project file: <oee_install>\config\fathom.xml (10185)
[Fathom] OpenEdge Management configuration database created. (17232)
[Fathom-GRAPH] Creating OpenEdge Management configuration database: <oee_wrk>\cachedata\cachedb. (17231)
[Fathom-GRAPH] OpenEdge Management configuration database created. (17232)