RM 7 metadata refresh not working

sgenzer
sgenzer
Altair Employee
edited November 2024 in Community Q&A
hi...working with RM 7.0 and finding that the metadata is not refreshing.  For example, I have a repository connected to Select Attributes.  When I try to choose a subset of attributes, the list is not there.  And yes, I have the "Synchronize Metadata with Real Data" turned on.

Thanks.

Scott
Tagged:

Answers

  • Marco_Boeck
    Marco_Boeck New Altair Community Member
    Hi,

    can you be a bit more specific? What I just did is a simple process which uses a data set in the cloud. Select attributes shows the list of attributes available, regardless whether syncing is turned on or off (it is only meant for process execution meta data updating).

    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <process version="7.1.000-SNAPSHOT">
      <context>
        <input/>
        <output/>
        <macros/>
      </context>
      <operator activated="true" class="process" compatibility="7.1.000-SNAPSHOT" expanded="true" name="Process">
        <process expanded="true">
          <operator activated="true" class="retrieve" compatibility="7.1.000-SNAPSHOT" expanded="true" height="68" name="Retrieve ddd" width="90" x="45" y="85">
            <parameter key="repository_entry" value="//Cloud Repository/ddd"/>
          </operator>
          <operator activated="true" class="select_attributes" compatibility="7.1.000-SNAPSHOT" expanded="true" height="82" name="Select Attributes" width="90" x="246" y="34">
            <parameter key="attribute_filter_type" value="subset"/>
          </operator>
          <connect from_op="Retrieve ddd" from_port="output" to_op="Select Attributes" to_port="example set input"/>
          <portSpacing port="source_input 1" spacing="0"/>
          <portSpacing port="sink_result 1" spacing="0"/>
        </process>
      </operator>
    </process>
    Regards,
    Marco
  • sgenzer
    sgenzer
    Altair Employee
    Hi Marco,

    It's one of those things that appears randomly - a hard bug to replicated.  When it happens again, I will create a video screenshot and share.

    Scott