<?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: How to find the which are all schemas are using my local files in Administrative Discussions</title>
    <link>https://community.incorta.com/t5/administrative-discussions/how-to-find-the-which-are-all-schemas-are-using-my-local-files/m-p/1754#M25</link>
    <description>&lt;P&gt;To My Knowledge we can get that by using Inspector tool, where we can see the metadata of schemas.&lt;/P&gt;&lt;P&gt;we can see the source of a table.&lt;/P&gt;&lt;P&gt;Will check if we can get some info from Incorta_MetaData or Audit schema, haven't tried it.&lt;/P&gt;</description>
    <pubDate>Mon, 30 May 2022 14:16:05 GMT</pubDate>
    <dc:creator>Naruto</dc:creator>
    <dc:date>2022-05-30T14:16:05Z</dc:date>
    <item>
      <title>How to find the which are all schemas are using my local files</title>
      <link>https://community.incorta.com/t5/administrative-discussions/how-to-find-the-which-are-all-schemas-are-using-my-local-files/m-p/1751#M24</link>
      <description>&lt;P&gt;Hi - We have 100 + schemas&amp;nbsp; in our tenant, I need to find out which are all the schemas are using local files. Is there a way to find it? If its there, please tell me how do we do it?&lt;/P&gt;</description>
      <pubDate>Mon, 30 May 2022 05:18:22 GMT</pubDate>
      <guid>https://community.incorta.com/t5/administrative-discussions/how-to-find-the-which-are-all-schemas-are-using-my-local-files/m-p/1751#M24</guid>
      <dc:creator>Incortaconsulta</dc:creator>
      <dc:date>2022-05-30T05:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the which are all schemas are using my local files</title>
      <link>https://community.incorta.com/t5/administrative-discussions/how-to-find-the-which-are-all-schemas-are-using-my-local-files/m-p/1754#M25</link>
      <description>&lt;P&gt;To My Knowledge we can get that by using Inspector tool, where we can see the metadata of schemas.&lt;/P&gt;&lt;P&gt;we can see the source of a table.&lt;/P&gt;&lt;P&gt;Will check if we can get some info from Incorta_MetaData or Audit schema, haven't tried it.&lt;/P&gt;</description>
      <pubDate>Mon, 30 May 2022 14:16:05 GMT</pubDate>
      <guid>https://community.incorta.com/t5/administrative-discussions/how-to-find-the-which-are-all-schemas-are-using-my-local-files/m-p/1754#M25</guid>
      <dc:creator>Naruto</dc:creator>
      <dc:date>2022-05-30T14:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the which are all schemas are using my local files</title>
      <link>https://community.incorta.com/t5/administrative-discussions/how-to-find-the-which-are-all-schemas-are-using-my-local-files/m-p/1783#M27</link>
      <description>&lt;P&gt;One way to know this is from the xml definition for the schema ( If you exported the schema it will be an archive file of 2 files &amp;lt;schemaid&amp;gt;_loader.xml and &amp;lt;schemaid&amp;gt;_schema.xml.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The loader file will have the schema definition, A table with localfile will have a line like the below.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;SPAN&gt;&amp;lt;dataset&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;callbackOn&lt;/SPAN&gt;="&lt;SPAN class=""&gt;false&lt;/SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;displaySource&lt;/SPAN&gt;="&lt;SPAN class=""&gt;LocalFiles / PK.csv&lt;/SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;incremental&lt;/SPAN&gt;="&lt;SPAN class=""&gt;false&lt;/SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;source&lt;/SPAN&gt;="&lt;SPAN class=""&gt;LocalFiles&lt;/SPAN&gt;"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;subType&lt;/SPAN&gt;="&lt;SPAN class=""&gt;local&lt;/SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;table&lt;/SPAN&gt;="&lt;SPAN class=""&gt;Amr.PK&lt;/SPAN&gt;"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;type&lt;/SPAN&gt;="&lt;SPAN class=""&gt;fs&lt;/SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;version&lt;/SPAN&gt;="&lt;SPAN class=""&gt;1&lt;/SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Similarly&lt;SPAN&gt;&amp;nbsp;a tenant export will be an archive , Folder schemas is having all the exported schemas. You can then apply a command like below in schema folder, The files that will appear is the schema that have localfiles&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;$ grep -l "source=\"LocalFiles\"" *_loader.xml&lt;BR /&gt;224_loader.xml&lt;BR /&gt;226_loader.xml&lt;BR /&gt;239_loader.xml&lt;BR /&gt;287_loader.xml&lt;BR /&gt;295_loader.xml&lt;BR /&gt;332_loader.xml&lt;BR /&gt;336_loader.xml&lt;BR /&gt;346_loader.xml&lt;BR /&gt;367_loader.xml&lt;BR /&gt;747_loader.xml&lt;BR /&gt;772_loader.xml&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2022 22:06:37 GMT</pubDate>
      <guid>https://community.incorta.com/t5/administrative-discussions/how-to-find-the-which-are-all-schemas-are-using-my-local-files/m-p/1783#M27</guid>
      <dc:creator>ahmedezzeldeen</dc:creator>
      <dc:date>2022-06-01T22:06:37Z</dc:date>
    </item>
  </channel>
</rss>

