B.8 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, refer OFSAAI 8.0.8.0.0 User Manual which explains the generic configuration.
  1. Holiday Calendar:
    1. Excel import/export functionality is available. You must use this functionality for migration.
    Refer section Excel Import / Export for information on holiday calendar excel export/import.
  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, refer section “Command Line Utility to Migrate Objects” of OFSAAI 8.0.8.0.0 User Manual.
    2. To export/import LRM Assumption objects, the following object codes and object types must be provided:
      OBJECT Code= “Assumption Name” ~ “Version of the assumption”
      
      Type="902"
      For example, to export an assumption:
      <OBJECTS>
      
      <OBJECT Code="US Unmodified Assumption~1 " Type="902" />
      
      </OBJECTS>

      Note:

      • Once an assumption object is imported, dependent objects like Time bucket definition (if any) are automatically migrated. · In case only assumption name is provided without version number, then the latest version of the given assumption will be migrated.
      • In case 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, refer section “Command Line Utility to Migrate Objects” of 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 Name”
      
      Type="901"
      For example, to export an assumption:
      <OBJECTS>
      
      <OBJECT Code="US Final Run” Type="901" />
      
      </OBJECTS>

      Note:

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