<?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 restructure the Alfresco Repository in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/how-to-restructure-the-alfresco-repository/m-p/45262#M18267</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Angel Borroy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please point me to a link where I can learn about coding a job for such document movement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So far I have&amp;nbsp; tried something like below&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;function move(){&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;var nodes = search.luceneSearch("PATH:\"/app:company_home/* \" AND TYPE:\"XXXX:doc\"");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; while(nodes.length!=0){&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;for each(var node in nodes){&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;var current = node.properties["cm:created"];&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; var year = current.getFullYear();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; var month = current.getMonth() + 1;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; var day = current.getDate();&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;var yearSpace = space.childByNamePath(year);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; if (yearSpace == null) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; yearSpace = space.createFolder(year);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; var monthSpace = yearSpace.childByNamePath(month);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; if (monthSpace == null) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; monthSpace = yearSpace.createFolder(month);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; var daySpace = monthSpace.childByNamePath(day);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; if (daySpace == null) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; daySpace = monthSpace.createFolder(day);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; }&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;// Then move document&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; node.move(daySpace);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; nodes = search.luceneSearch("PATH:\"/app:company_home/* \" AND TYPE:\"XXXX:doc\"");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; }&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;move();&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Feb 2019 17:16:29 GMT</pubDate>
    <dc:creator>anupam_g</dc:creator>
    <dc:date>2019-02-04T17:16:29Z</dc:date>
    <item>
      <title>How to restructure the Alfresco Repository</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-restructure-the-alfresco-repository/m-p/45256#M18261</link>
      <description>Hi,We are using Alfresco Community Edition 5.0d. Unfortunately the best practices are not followed since beginning. Due to this all the documents are stored in the Repository root folder. This folder now has 800,000&amp;nbsp; records. This is causing performance issues in application.After looking at several</description>
      <pubDate>Thu, 31 Jan 2019 12:59:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-restructure-the-alfresco-repository/m-p/45256#M18261</guid>
      <dc:creator>anupam_g</dc:creator>
      <dc:date>2019-01-31T12:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to restructure the Alfresco Repository</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-restructure-the-alfresco-repository/m-p/45257#M18262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;Probably a job is your safe bet, so you can control the number of documents to be re-classified within the same transaction.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2019 14:50:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-restructure-the-alfresco-repository/m-p/45257#M18262</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2019-02-01T14:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to restructure the Alfresco Repository</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-restructure-the-alfresco-repository/m-p/45258#M18263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;B&gt;Anupam Gupta&lt;/B&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don’t want to modify/create a&amp;nbsp;amp/jar module for adding a job like &lt;B&gt;Angel Borroy&lt;/B&gt;‌ has recommended, I propose you to develop a javascript code to classify the&amp;nbsp;nodes according to any criteria’s like year/month/day of their creation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this script, you can run a lucene query to search the nodes. By default, each lucene query returns a maximum of 1000 nodes, so you can classify 1000 nodes by execution. If you choose this option, you need to install the following add-on in your Alfresco to develop and execute the javascript code: &lt;A href="https://github.com/share-extras/js-console" rel="nofollow noopener noreferrer"&gt;js-console&lt;/A&gt;. In the other hand, if you discard my recommendation, I suggest you install this add-on anyway to execute maintenance operations in your Alfresco.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A example of javascript pseudo-code for re-classify nodes could be the following:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;var nodes = search.luceneSearch("PATH:\"{PATH TO FOLDER WITH 80000 NODES}/*\"");&lt;BR /&gt;for each(var node in nodes){&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;var date = node.properties["cm:created"];&lt;BR /&gt; &lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;var year = date.getFullYear();&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;var month = date.getMonth();&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;var day = date.getDay();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;// check if folder&amp;nbsp;&lt;SPAN style="background-color: #f6f6f6;"&gt;{PATH TO FOLDER WITH 80000 NODES}/year/month/day exists&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;//if this folder doesn't exist you must create it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;// finally you can move the node to folder&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;node.move("&lt;SPAN style="background-color: #f6f6f6;"&gt;{PATH TO FOLDER WITH 80000 NODES}/year/month/day"&lt;/SPAN&gt;);&lt;BR /&gt; &lt;BR /&gt;}&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sergio.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2019 17:50:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-restructure-the-alfresco-repository/m-p/45258#M18263</guid>
      <dc:creator>sercama</dc:creator>
      <dc:date>2019-02-01T17:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to restructure the Alfresco Repository</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-restructure-the-alfresco-repository/m-p/45259#M18264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sergio/Anupam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also write a lucene query to get 1000 plus record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer below example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;var queryString="TYPE:\"cm:content\"";&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; var paging = &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;{ &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; maxItems: 100000000, &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; skipCount: 0 &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;};&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;var def = &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;{ &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; query: queryString, &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; page: paging &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;};&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;var nodes = search.query(def);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;BR /&gt; Mohit Rathi &lt;BR /&gt;+91 9028860467&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Feb 2019 06:04:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-restructure-the-alfresco-repository/m-p/45259#M18264</guid>
      <dc:creator>mohitrth26</dc:creator>
      <dc:date>2019-02-02T06:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to restructure the Alfresco Repository</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-restructure-the-alfresco-repository/m-p/45260#M18265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sergio and Mohit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I&amp;nbsp;enabled the Js-console and ran it for 1000 documents. It took 20 seconds. However when I ran it for 200,000 documents it got hung and kept running for 2 hours. I expected it to finish the movement in roughly 67 minutes. May be I made some mistake in java script code. Will debug it and post my code here for review.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2019 16:08:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-restructure-the-alfresco-repository/m-p/45260#M18265</guid>
      <dc:creator>anupam_g</dc:creator>
      <dc:date>2019-02-04T16:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to restructure the Alfresco Repository</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-restructure-the-alfresco-repository/m-p/45261#M18266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cannot expect to run a single transaction involving 200,000 documents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use CMIS document-by-document if you don't want to code a job.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2019 16:30:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-restructure-the-alfresco-repository/m-p/45261#M18266</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2019-02-04T16:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to restructure the Alfresco Repository</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-restructure-the-alfresco-repository/m-p/45262#M18267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Angel Borroy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please point me to a link where I can learn about coding a job for such document movement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So far I have&amp;nbsp; tried something like below&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;function move(){&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;var nodes = search.luceneSearch("PATH:\"/app:company_home/* \" AND TYPE:\"XXXX:doc\"");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; while(nodes.length!=0){&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;for each(var node in nodes){&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;var current = node.properties["cm:created"];&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; var year = current.getFullYear();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; var month = current.getMonth() + 1;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; var day = current.getDate();&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;var yearSpace = space.childByNamePath(year);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; if (yearSpace == null) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; yearSpace = space.createFolder(year);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; var monthSpace = yearSpace.childByNamePath(month);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; if (monthSpace == null) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; monthSpace = yearSpace.createFolder(month);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; var daySpace = monthSpace.childByNamePath(day);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; if (daySpace == null) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; daySpace = monthSpace.createFolder(day);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; }&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;// Then move document&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; node.move(daySpace);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; nodes = search.luceneSearch("PATH:\"/app:company_home/* \" AND TYPE:\"XXXX:doc\"");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; }&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;move();&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2019 17:16:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-restructure-the-alfresco-repository/m-p/45262#M18267</guid>
      <dc:creator>anupam_g</dc:creator>
      <dc:date>2019-02-04T17:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to restructure the Alfresco Repository</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-restructure-the-alfresco-repository/m-p/45263#M18268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;&lt;A href="https://docs.alfresco.com/community/references/dev-extension-points-scheduled-jobs.html" rel="nofollow noopener noreferrer"&gt;https://docs.alfresco.com/community/references/dev-extension-points-scheduled-jobs.html&lt;/A&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2019 06:41:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-restructure-the-alfresco-repository/m-p/45263#M18268</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2019-02-05T06:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to restructure the Alfresco Repository</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-restructure-the-alfresco-repository/m-p/45264#M18269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anupam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't try to put all document in one transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make a bunch of 20k to 25k and then try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;Best Regards&lt;/SPAN&gt;&lt;BR style="color: #727174; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;Mohit Rathi&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR style="color: #727174; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;+91 9028860467&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2019 07:10:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-restructure-the-alfresco-repository/m-p/45264#M18269</guid>
      <dc:creator>mohitrth26</dc:creator>
      <dc:date>2019-02-05T07:10:28Z</dc:date>
    </item>
  </channel>
</rss>

