<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Removing SAS metadata associations in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Removing-SAS-metadata-associations/m-p/524999#M142815</link>
    <description>&lt;P&gt;Hi Somename&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your suggestion.&amp;nbsp;I was working on it, but a technical consultant&amp;nbsp; from SAS&amp;nbsp;Institute, who happened to be&amp;nbsp;at my work today, thougt it might ruin our securitybased on access control templates on folders, and found out that the &lt;STRONG&gt;metadata_setassn&lt;/STRONG&gt;&amp;nbsp;can be&amp;nbsp;used with a remove option and do what I want,&amp;nbsp;even if the &lt;STRONG&gt;metadata_delassn&lt;/STRONG&gt; cannot.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 07 Jan 2019 11:03:49 GMT</pubDate>
    <dc:creator>ErikLund_Jensen</dc:creator>
    <dc:date>2019-01-07T11:03:49Z</dc:date>
    <item>
      <title>Removing SAS metadata associations</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Removing-SAS-metadata-associations/m-p/524809#M142732</link>
      <description>&lt;P&gt;Hi community friends&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a problem with SAS metadata, and I don't know how to solve it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We have a large structure with about 3000 folders under the SAS Data Integration Studio Custom Tree. We wanted to associate about 300 third-level folders with an owner and then let then value be inherited to subfolders in reporting only, but a misunderstanding caused the owners to be set on all subfolders as well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now I want to remove owners from all subfolders, but I have not figured out how to do it without removing all associations of a given type and the associated objects as well (metadata-delassn function).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is the association structure (objects are capitalized):&lt;BR /&gt;TREE- ResponsibleParties - RESPONSIBLEPARTY - Persons - PERSON&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The problem is that I must delete the ResponsibleParties-association between a Tree-object and a ResponsibleParty-object with the role Owner. We could live with removing all ResponsibleParties-associations for a given object, but deleting the ResponsibleParty-object itself must be avoided, because it is used in many associations besides the one to be deleted. Any help will be appreciated!&lt;/P&gt;</description>
      <pubDate>Sat, 05 Jan 2019 13:50:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Removing-SAS-metadata-associations/m-p/524809#M142732</guid>
      <dc:creator>ErikLund_Jensen</dc:creator>
      <dc:date>2019-01-05T13:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: Removing SAS metadata associations</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Removing-SAS-metadata-associations/m-p/524911#M142775</link>
      <description>&lt;P&gt;I have not worked with DI studio, however based on my experience with folders on a BI server have a suggestion. Perhaps the information I give may be of help.&lt;BR /&gt;In BI server the metadata folders can be exported as a package and imported.&lt;/P&gt;&lt;P&gt;Similarly in the DI studio one should be able to rearrange folders&lt;/P&gt;&lt;P&gt;( &lt;A href="http://support.sas.com/documentation/cdl/en/etlug/68225/HTML/default/viewer.htm#n0qdpe8ffsg8w9n1d7svdr3ox46w.htm&amp;nbsp;" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/etlug/68225/HTML/default/viewer.htm#n0qdpe8ffsg8w9n1d7svdr3ox46w.htm&amp;nbsp;&lt;/A&gt; )&lt;/P&gt;&lt;P&gt;With this information one&amp;nbsp; can create 1. new subfolders 2.Copy the contents from the older ones'(one approach is to export and import) 3) set new properties.&lt;/P&gt;&lt;P&gt;If this works, the old folders can be given a new name and the new folder can be given the name of old folders.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 06 Jan 2019 17:12:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Removing-SAS-metadata-associations/m-p/524911#M142775</guid>
      <dc:creator>Sajid01</dc:creator>
      <dc:date>2019-01-06T17:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: Removing SAS metadata associations</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Removing-SAS-metadata-associations/m-p/524999#M142815</link>
      <description>&lt;P&gt;Hi Somename&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your suggestion.&amp;nbsp;I was working on it, but a technical consultant&amp;nbsp; from SAS&amp;nbsp;Institute, who happened to be&amp;nbsp;at my work today, thougt it might ruin our securitybased on access control templates on folders, and found out that the &lt;STRONG&gt;metadata_setassn&lt;/STRONG&gt;&amp;nbsp;can be&amp;nbsp;used with a remove option and do what I want,&amp;nbsp;even if the &lt;STRONG&gt;metadata_delassn&lt;/STRONG&gt; cannot.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2019 11:03:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Removing-SAS-metadata-associations/m-p/524999#M142815</guid>
      <dc:creator>ErikLund_Jensen</dc:creator>
      <dc:date>2019-01-07T11:03:49Z</dc:date>
    </item>
  </channel>
</rss>

