<?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 Location of CleanAlfPropTablesPostExec.sql in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/location-of-cleanalfproptablespostexec-sql/m-p/49066#M19007</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to&amp;nbsp; modify&amp;nbsp; "CleanAlfPropTablesPostExec.sql". Please can someone help me find the location of this file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Feb 2019 10:47:06 GMT</pubDate>
    <dc:creator>vanson</dc:creator>
    <dc:date>2019-02-06T10:47:06Z</dc:date>
    <item>
      <title>Location of CleanAlfPropTablesPostExec.sql</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/location-of-cleanalfproptablespostexec-sql/m-p/49066#M19007</link>
      <description>I want to&amp;nbsp; modify&amp;nbsp; "CleanAlfPropTablesPostExec.sql". Please can someone help me find the location of this file.</description>
      <pubDate>Wed, 06 Feb 2019 10:47:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/location-of-cleanalfproptablespostexec-sql/m-p/49066#M19007</guid>
      <dc:creator>vanson</dc:creator>
      <dc:date>2019-02-06T10:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: Location of CleanAlfPropTablesPostExec.sql</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/location-of-cleanalfproptablespostexec-sql/m-p/49067#M19008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That script (and its DB-specific variants) can be found in &lt;A href="https://github.com/Alfresco/alfresco-repository/tree/master/src/main/resources/alfresco/dbscripts/utility" rel="nofollow noopener noreferrer"&gt;this folder structure&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Though I would generally advise against using that script on large datasets (ironic, since I originally provided that script as a contribution), due to its brute force approach. I nowadays tend to use &lt;A href="https://github.com/Acosix/alfresco-audit#incremental-cleanup-of-alf_prop_-tables" rel="nofollow noopener noreferrer"&gt;an incremental approach&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2019 20:47:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/location-of-cleanalfproptablespostexec-sql/m-p/49067#M19008</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2019-02-07T20:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: Location of CleanAlfPropTablesPostExec.sql</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/location-of-cleanalfproptablespostexec-sql/m-p/49068#M19009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply. Have added the addons. Please dyu have any logs I can track to know is working?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2019 10:36:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/location-of-cleanalfproptablespostexec-sql/m-p/49068#M19009</guid>
      <dc:creator>vanson</dc:creator>
      <dc:date>2019-02-11T10:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: Location of CleanAlfPropTablesPostExec.sql</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/location-of-cleanalfproptablespostexec-sql/m-p/49069#M19010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure - as you can see in the &lt;A href="https://github.com/Acosix/alfresco-audit/blob/master/src/main/config/log4j.properties#L8" rel="nofollow noopener noreferrer"&gt;default log4j configuration of the addon&lt;/A&gt;, there are a couple of loggers that you can modify to get more/less logging (the ${project.artifactId} placeholder needs to be replaced with "de.acosix.alfresco.audit.repo"). For full detail, you may want to set both the job and DAO (&lt;SPAN&gt;"de.acosix.alfresco.&lt;/SPAN&gt;&lt;SPAN&gt;audit.repo.dao")&lt;/SPAN&gt; loggers to full on TRACE level.&amp;nbsp;Since that may create a lot of log output, you may only want to activate TRACE level temporarily - this can be done at runtime e.g. via the &lt;A href="https://github.com/OrderOfTheBee/ootbee-support-tools/wiki/Log4J%20Settings%20(Repo)" rel="nofollow noopener noreferrer"&gt;OOTBee Support Tools&lt;/A&gt;, otherwise you'd have to restart the server for every change.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2019 21:28:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/location-of-cleanalfproptablespostexec-sql/m-p/49069#M19010</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2019-02-11T21:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: Location of CleanAlfPropTablesPostExec.sql</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/location-of-cleanalfproptablespostexec-sql/m-p/49070#M19011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2019 06:47:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/location-of-cleanalfproptablespostexec-sql/m-p/49070#M19011</guid>
      <dc:creator>vanson</dc:creator>
      <dc:date>2019-02-14T06:47:10Z</dc:date>
    </item>
  </channel>
</rss>

