Exporting custom reports from any version from Datastream 7i Advanced Reporting Server version 7.9 to HxGN EAM Advanced Reporting Server version 11.5 - HxGN EAM - Version 11.07.01 - Installation & Upgrade

HxGN EAM Installation Guide

Language
English
Product
HxGN EAM
Search by Category
Installation & Upgrade
HxGN EAM Version
11.7.1
  1. Before you uninstall your previous version, log into the Advanced Reporting server as the same user that was used to install Advanced Reporting originally.

  2. Open a command prompt (cmd.exe), and then change directory to depconfig in the installation directory.

    By default this directory is C:\Datastream7iAdvRep\depconfig.

  3. Choose the following option for exporting your custom reports:

    • Execute export.bat at the command prompt.

      As portions of the export are completed, the status will be echoed to the console. Review the output after the process has completed to verify that the export was successful.

      The export process creates a file named export.zip in the current directory. This zip file contains all of your exported custom reports required by the import process.

      See Upgrading EAM Advanced Reporting from a previous version.

  4. Update the export.bat file to prevent the system from displaying an error when exporting a large number of reports. Set this in the export.bat file just above the last line:

    set ANT_OPTS=-Xmx512M
    ant -buildfile export.xml

    Based on the number of reports, you may need to increase the memory above 512M used in the example above.