Appendix A_ Identify Backend Database

This section explains how to identify, which database is used as backend.

  1. Go to ./<AdeptiaInstallFolder>/AdeptiaServer/ServerKernel/etc folder.
  2. Open server-configure.properties file.
  3. Search the property abpm.backend.dbType. From the value of this property, you can identify which database is being used as backend. The following table lists the possible values and corresponding database.

    Property ValueDatabase Type
    HSQL Embedded Database
    OracleOracle Database
    SQLServerSQL Server
    MySQLMySQL Database

Â