OMI_INDEX_METHOD - Intergraph Smart Materials - 10.2 - Help - Hexagon

Intergraph Smart Materials Web Help (10.2)

Language
English
Product
Intergraph Smart Materials
Subproduct
Web
Search by Category
Help
Smart Materials/Smart Reference Data Version
10.2

This DBA setting refers to OMI Dynamic Input Data Index Method. It specifies the method that the OMI main program should use to dynamically index the loaded ASCII data in the interface table.

  • Module(s) affected by this setting: Bill of Materials> Import and Compare> BOM Import

  • Valid values: CRNP, DRCR (default), NOT, and REB.

    • If set to CRNP (Create if not present), the OMI will create the index only if it is absent; if it is present, it will NOT be dropped or modified.

    • If set to DRCR (Drop and create), before the main processing, the OMI drops an existing index, and then recreates it.

    • If set to NOT (Do nothing), the OMI does nothing in order to index the input data. If the index is present, it can be used. While absent, it cannot be used and processing is likely to be much slower.

    • If set to REB (Rebuild), the OMI recreates an existing index by issuing an ALTER INDEX REBUILD statement. While absent, it creates the index.