Server Manager

Multiple Codebase Services

Codebase Service is the back-end database engine used by EBMS.  The default deployment of the EBMS server components creates a single instance of Codebase on the server machine.  This means that all connections to the database (desktop users, mobile users, background services) go through that single instance.  That Codebase instance is then both a single point of failure and a potential performance bottleneck for overall EBMS availability and scalability.

The administrator may configure additional Codebase instances to improve availability and scalability, after which he can assign users and background services as he wishes among the pool of instances.

Some example configurations (not mutually exclusive):

  • MyEBMS (REST API and Mobile) on a separate instance from Desktop users
  • Each company is assigned to a separate instance
  • Each department is assigned to a separate instance
  • Power users are assigned to their own instance
  • Remote XPressPOS and/or Website synchronization are assigned to their own instances

Why Use Multiple Services?

    A single Codebase server creates the following problem:

    Two or more Codebase services may be the solution to enhance performance or increase uptime.  The fail-over switching of redundant services is useful to reduce down-time.  Multiple Codebase services should keep EBMS from crashing.

    Multiple Codebase services should be used if there is heavy database traffic.

    Creating Multiple Services

    Multiple services should be configured by the network administrator or IT staff.  Complete the following steps to configure additional Codebase services.

    1. Launch EBMS Server Manager.  Review the Server Manager Overview for more details on this tool.

    2. Open the Settings page and click on the Codebase tab.

    3. Click Add new Codebase ODBC server and enter a Codebase port number and ODBC port value as obtained from your network administrator.

    4. Repeat for additional services.

    EBMS does not enforce the administrator's assignment of users to Codebase instances. This allows a user to change to a different instance if needed and without having to contact the Administrator.

    Review Getting Started > Initial Installation > Login Procedures to assign users to each Codebase service.