FixMUPEName

This setting corrects the SYSOBJH import naming behavior of MUs and PEs.

 

FIXMUPENAME=0, 1 or 2

 

Default = 0 (do not use the corrected behavior  - for backward compatibility).

 

If set to 0, the table name will be {Embedded_MU_Name}.

If set to 1, the table name will be {Root_Table_Name}_{PE_Name}_{Embedded_MU_Name}.

If set to 2, the table name will be {Root_Table_Name}_{Embedded_MU_Name}.

 

Using the Data Dictionary Manager, a SYSOBJH import of the ADABAS "EMPLOYEES" file will generate

    ..  "BONUS"                                        (Set to 0 - default)

    ..  "EMPLOYEES_INCOME_BONUS"   (Set to 1)

    ..  "EMPLOYEES_BONUS"                  (Set to 2)

 

Environments: Client, Window, Adabas

Configuration Manager: CONNX Settings; Current Key = CONNX\Adabas; Key Value/Value Name = FIXMUPEName