Updating CRConfig.xml

This section describes how to update CR config.xml.

Since V6R2011 OOTB, the Crystal Reports specific commands (listed below) to create reports are hidden:

FAOCreateSeasonalPlanBoardSheet

FAOCreateFabricMillSheet

FAOGeneratePDF2

Administrator should remove the Access Expression on such commands to make them visible. (Crystal Reports sever should be configured for such commands to work correctly)

If ematrix is installed in non-RIP mode, following steps need to be taken for 'Reports' to work in Apparel Accelerator.

Make all necessary modifications to concerned properties file at the paths specified below,

\WEB-INF\classes\managed\properties for RMI Server directory

Path: C:\Program Files\Business Objects\common\3.5\java

Make the following changes in this file:

  1. Locate the variable <Classpath> and append the path to below files in <SERVER_HOME>/java/lib/ to this tag value:

    eMatrixServletRMI.jar

    FcsClient.jar

  2. Locate the variable <JavaBeansClassPath> and set it to below files in <SERVER_HOME>/java/lib/ to this tag value:

    reporting.jar

  3. Locate the variable <JavaDir> and set it to JAVA_HOME path.

    Example:

    <JavaDir>${JAVA_HOME}\bin</JavaDir>

    Note: Where SERVER_HOME - Refers to location where ENOVIA Server is Installed.