CalemEAM Support Services

Calem Enterprise is available as annual support subscription. There is no license fees. Read More on support prices

Calem Enterprise R7.0

New!  CalemEAM announced the availability of Calem Enterprise R7.0 in June 2010.
  • Multi-site currency for global deployment
  • PM Plan sharing and access control
  • Work order email with PDF
  • Repair process for corrective orders
  • Inventory transaction report
  • Multi-services deployment
  • Biomedical testing integration for hospitals
Read More... CalemEAM in NetworkWorld...

Calem Enterprise R6.2

CalemEAM announced the availability of Calem Enterprise R6.2 in February 2010.
  • User interface improvement.
  • Work order enhancements
  • Inventory enhancements
  • Purchase enhancements
  • Integration enhancements
  • Workflow enhancements
Read More... CalemEAM in NetworkWorld...
Setup Guide for R2.1

1. Install AMP stack (Apache, MySQL and PHP)

You may skip this step if you have a LAMP stack installed already.

To install on Linux download XAMPP for Linux and follow installation instructions.

To install on Windows download WAMP and use its installer to setup the WAMP stack.

CalemEAM uses innoDB for transactions. So make sure innoDB is enabled by following instructions to enable innoDB.

Some configuration changes are necessary after the AMP stack is set up.

  • WAMP php.ini resides in both \wamp\php and \wamp\Apache2\bin. So changes to php.ini must be made in both places unless noted differently.
  • It's good practice to enable PHP error logs in php.ini. For example:
    log_errors = On
    error_log = "C:\wamp\logs\php_error.log"

2. PDO and PEAR Setup

PDO is a thin database layer available in PHP. It is used by CalemEAM so make sure MySQL for PDO is enabled in php.ini as follows. This step may not be necessary if you are setting up on Linux with XAMP.
extension=php_pdo.dll
extension=php_pdo_mysql.dll

3. AmCharts setup

CalemEAM uses amCharts in the dashboard module. Download and unzip amPie to CalemEAM/server/include/charts/ampie, amLine to CalemEAM/server/include/charts/amline, and amColumn to CalemEAM/server/include/charts/amcolumn.

Flash player version 8 or later is required.

4. Setup CalemEAM

Use web-based installation program to install CalemEAM or upgrade from R2.0.1 to R2.1. Pointer your browser to the installation directory in CalemEAM home directory to launch the web-based installation program. For example, http://your_host/CalemEAM/installtaion/. Follow steps in the installation program.

5. Access Rights for CalemEAM

File access rights need to be configured for Linux/Unix for CalemEAM. If you are installing on platforms other than Winodws consult Access Rights for CalemEAM.

6. Test Login

You can launch CalemEAM with a link provided at the end of the installation program to log in. A test admin user is installed by default. The user name/password are: admin/admin_password.

If it's not working you may review your installation steps. CalemEAM customers can get help from CalemEAM's service engineers as part of the Support Services. Calem Community users can use the community forum to get help.