It is not mandatory to configure the Derby database during the installation. If you later find that you need to use the reporting feature and do not have access to a production database, you will need to enable the Derby database.
Note:
The Derby database is not supported for any production clusters.
Navigate to the EGO service directory.
For example,
Linux/UNIX: cd EGO_TOP/eservice/esc/conf/services
Windows: cd EGO_TOP\eservice\esc\conf\services
Edit the derby_service.xml service configuration file.
In the
<ego:ResourceRequirement>
tag, replace
@EMBEDDED_DB_HOST@
with the name of the host in which you intend to run the Derby database.
For example, if you intend to run the Derby database in hostM,