ManufacturingKnowledge

Installing and configuring the Manufacturing Resource Library > Populating the database

Configuring the update

You can exclude some objects from the update by modifying the MRL_Update_Configurationfile.xml configuration file found in the directory where you extracted the installer:

advanced_installations\resource_management\MRL\conf

You can modify this configuration file during the MRL update by selecting Compare your hierarchy to new class hierarchy and then selecting Modify configuration file in a text editor. You must save modifications before you execute the comparison because this file will be used during the compare step.

You can add attribute IDs to the section DoNotAddAttributes in the configuration file to only include the attributes that you need. The DoNotAddAttributes section is empty by default.

Copy

<Configurationfile>
    <!-- This file is used for the MRL update procedure -->
	
    <!-- The following parameters configure what object types are processed -->
    <ProcessDictionaryAttributes value="true"/>
    <ProcessKeyLovs value="true"/>
    <ProcessAdminClasses value="true"/>
    <ProcessAdminViews value="true"/>
    
    <!-- The following parameters configure whether the output files are generated.  -->
    <!-- Files in the INFO_FILES folder are always created.  -->
    <WriteOutputTextfiles value="true"/>
    
    <!-- The following parameters configure keylovs that will NOT be updated. -->
    <IgnoreKeyLovs>
        <KeyLov id="-40922"/>     <!-- Tool: Material reference for NX-CAM -->
        <KeyLov id="-40928"/>     <!-- Tool: Machine Adapter to assign a pocket in NX-CAM  -->
        <KeyLov id="-45210"/>     <!-- Tool: Status (old) -->
        <KeyLov id="-45211"/>     <!-- Tool: Plant assignment (old) -->
        <KeyLov id="-45212"/>     <!-- Tool: Machine Group -->
        <KeyLov id="-46001"/>     <!-- Resource Status -->
        <KeyLov id="-46002"/>     <!-- Resource Location -->
        <KeyLov id=" ---- Add your ID here ---- "/>
    </IgnoreKeyLovs>
    
    <!-- The following attributes will not be added to the classes or views -->
    <DoNotAddAttributes>
        <Attribute id="-40700"/>
        <Attribute id="-40701"/>
        <Attribute id="---- Add your ID here ----"/>
    </DoNotAddAttributes>

    <!-- The following parameters configure whether attribute groupings are updated -->
    <Applicability1 update="true"/>     <!-- NX-CAM related attributes -->
    <Applicability2 update="true"/>     <!-- Graphics creation related attributes -->
    <Applicability3 update="true"/>     <!-- GCS connection attributes -->
    <Applicability4 update="false"/>     <!-- User configurable attribute set -->
    <Applicability5 update="false"/>     <!-- User configurable attribute set -->

    <!-- The following parameters configure whether the User1 and User2 class properties are updated -->
    <ClassUser1 update="true"/>
    <ClassUser2 update="true"/>

    <!-- The following parameters configure whether class icons and images are updated -->
    <Icon update="true"/>
    <Image update="true"/>
    <ICS-ClassImage1 update="true"/>
    <ICS-ClassImage2 update="true"/>
    <ICS-ClassImage3 update="true"/>
    <ICS-ClassImage4 update="true"/>
    <ICS-ClassImage5 update="true"/>
    <ICS-ClassImage6 update="true"/>
    <ICS-ClassImage7 update="true"/>
    <ICS-ClassImage8 update="true"/>
    <ICS-ClassImage9 update="true"/>
</Configurationfile>

Source: https://docs.sw.siemens.com/en-US/doc/282219420/PL20251212545240207.plm00260/xid1370919 · retrieved 2026-07-11