Description:
When trying to stop the instance the following error is received:
Based on the config file - you are running DUAL SERVER mode.
However the Database says that it is in SINGLE SERVER mode. Could NOT Initialize.
Solution:
The value of the DB row in the alamode table is not correct. If you are currently running in dual server mode the value should be 2. If running in single server mode the value should be 1. The following procedure can be used to change the DB row in the alamode table to the correct value.
update alamode set int_val = 2 where type = 'DB' commit work
The value should be set correctly and the error should not occur