Options

RM 7 metadata refresh not working

sgenzersgenzer Administrator, Moderator, Employee, RapidMiner Certified Analyst, Community Manager, Member, University Professor, PM Moderator Posts: 2,959 Community Manager
edited November 2018 in Help
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

Answers

  • Options
    Marco_BoeckMarco_Boeck Administrator, Moderator, Employee, Member, University Professor Posts: 1,993 RM Engineering
    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
  • Options
    sgenzersgenzer Administrator, Moderator, Employee, RapidMiner Certified Analyst, Community Manager, Member, University Professor, PM Moderator Posts: 2,959 Community Manager
    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
Sign In or Register to comment.