B.9 Migrating LRM Objects

This section explains LRM specific configurations. The migration process from one set up to another is as follows:

Note:

For Object Migration, see the OFS Advanced Analytics Infrastructure User Guide which explains the generic configuration.
  1. Holiday Calendar
    1. Excel import/export functionality is available. You must use this functionality for migration.

      See the Excel Import/Export section for information on holiday calendar Excel export/import feature.

  2. Time Bucket

    Time bucket migration definitions used either in Business Assumption or in Run definition are migrated automatically.

  3. Business Assumption
    1. Assumptions can be migrated using OFSAAI Command-line Utility to Migrate Objects. To understand the migration process, see the Command-line Utility to Migrate Objects section of the OFSAAI 8.1.2.0.0 User Manual.
    2. To export/import LRM Assumption objects, the following object codes and object types must be provided:

      OBJECT Code= “Assumption ID” ~ “Version of the assumption” Type="902"

      For example, to export an assumption:

      <OBJECTS>

      <OBJECT Code="999999XXXXX" Type="903" />

      </OBJECTS>

      Note:

      • Once an assumption object is imported, dependent objects like Time bucket definition (if any) are automatically migrated.
      • If only assumption name is provided without version number, then the latest version of the given assumption will be migrated.
  4. Run Definition:
    1. Run Definitions can be migrated using OFSAAI Command-line Utility to Migrate Objects. To understand the migration process, see the Command-line Utility to Migrate Objects section of the OFSAAI 7.3.5.0.0 User Manual.
    2. To export/import LRM Run objects, the following object codes and object types must be provided.

      OBJECT Code= “Run ID” Type="901"

      For example, to export an assumption:

      <OBJECTS>

      <OBJECT Code="999999XXXXX” Type="902" />

      </OBJECTS>

      Note:

      Once a Run definition is imported, dependent objects like Time bucket definition, assumptions definitions (in case of BAU) are automatically migrated.