<?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: Analysis : Sharing alfresco data with other applications in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/analysis-sharing-alfresco-data-with-other-applications/m-p/193940#M147070</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks you very much for this first answer &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I just have a quick look at your link. Well informative !&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I just need to know how to create a view as you said (through independent SQL script…append it to alfresco database init scripts ? Simple "SQL" not portable query inside MY alfresco dao layer (which contains only lucene queries at the moment ? HQL portable query inside MY alfresco dao layer ?)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is auditing service expecting to audit for custom metadata ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Some calculation based on custom metadata should be stored in the database directly (not though alfresco).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There will be no HTML view displayed : the statistic will go inside database…the BI tool will do the synthesis of all the available information.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again and I'am going to hardly investigate how to do and starting from audit service.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Apr 2009 16:32:08 GMT</pubDate>
    <dc:creator>zomurn</dc:creator>
    <dc:date>2009-04-20T16:32:08Z</dc:date>
    <item>
      <title>Analysis : Sharing alfresco data with other applications</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/analysis-sharing-alfresco-data-with-other-applications/m-p/193938#M147068</link>
      <description>Hi,I need to do some stats with alfresco : who, when and what need to be stored somewhere and then I should be able to request this information given a date range for example : "How much Mr stuff processed document during the month of march in year 2007".My VERY GLOBAL question are :1) How to store</description>
      <pubDate>Mon, 20 Apr 2009 15:30:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/analysis-sharing-alfresco-data-with-other-applications/m-p/193938#M147068</guid>
      <dc:creator>zomurn</dc:creator>
      <dc:date>2009-04-20T15:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: Analysis : Sharing alfresco data with other applications</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/analysis-sharing-alfresco-data-with-other-applications/m-p/193939#M147069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You need to turn on audit service and configure it so it tracks all the activities you require. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can then write a custom view in your database to list the things you are interested in. Alternatively, you can use your BI tool to query the Alfresco audit data. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This can then be reported on. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Auditing_Design_and_Implementation" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Auditing_Design_and_Implementation&lt;/A&gt;&lt;SPAN&gt; for some sample queries. &lt;/SPAN&gt;&lt;STRONG&gt;NB:&lt;/STRONG&gt;&lt;SPAN&gt; These queries might not work out of the box depending on the version of Alfresco you are using. You might need to update. But they provide a start.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2009 15:56:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/analysis-sharing-alfresco-data-with-other-applications/m-p/193939#M147069</guid>
      <dc:creator>zaizi</dc:creator>
      <dc:date>2009-04-20T15:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: Analysis : Sharing alfresco data with other applications</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/analysis-sharing-alfresco-data-with-other-applications/m-p/193940#M147070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks you very much for this first answer &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I just have a quick look at your link. Well informative !&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I just need to know how to create a view as you said (through independent SQL script…append it to alfresco database init scripts ? Simple "SQL" not portable query inside MY alfresco dao layer (which contains only lucene queries at the moment ? HQL portable query inside MY alfresco dao layer ?)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is auditing service expecting to audit for custom metadata ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Some calculation based on custom metadata should be stored in the database directly (not though alfresco).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There will be no HTML view displayed : the statistic will go inside database…the BI tool will do the synthesis of all the available information.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again and I'am going to hardly investigate how to do and starting from audit service.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2009 16:32:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/analysis-sharing-alfresco-data-with-other-applications/m-p/193940#M147070</guid>
      <dc:creator>zomurn</dc:creator>
      <dc:date>2009-04-20T16:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: Analysis : Sharing alfresco data with other applications</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/analysis-sharing-alfresco-data-with-other-applications/m-p/193941#M147071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I just need to know how to create a view as you said (through independent SQL script…append it to alfresco database init scripts ? Simple "SQL" not portable query inside MY alfresco dao layer (which contains only lucene queries at the moment ? HQL portable query inside MY alfresco dao layer ?)&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Keep it simple. Just use independent SQL script depending on which database you are using. Alternatively, you can just use your BI tool to copy the relevant audit tables across and build the view or custom tables in your reporting database. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Is auditing service expecting to audit for custom metadata ?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes it should.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2009 08:09:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/analysis-sharing-alfresco-data-with-other-applications/m-p/193941#M147071</guid>
      <dc:creator>zaizi</dc:creator>
      <dc:date>2009-04-21T08:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: Analysis : Sharing alfresco data with other applications</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/analysis-sharing-alfresco-data-with-other-applications/m-p/193942#M147072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I saw in database that workspace spacestore noderef are&amp;nbsp; hardcoded.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So, inside alfresco if a delete the node (a cm:folder for example) and recreate it, all the queries are false then …. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Queries can't be "dynamic" ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2009 09:24:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/analysis-sharing-alfresco-data-with-other-applications/m-p/193942#M147072</guid>
      <dc:creator>zomurn</dc:creator>
      <dc:date>2009-06-02T09:24:24Z</dc:date>
    </item>
  </channel>
</rss>

