<?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: Extract All properties for certain aspect in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/extract-all-properties-for-certain-aspect/m-p/69569#M44773</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I cant believe that no one else has had this problem.&amp;nbsp; It seems that this system is great for entering data but not practical at all from a reporting standpoint.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Jul 2007 03:17:19 GMT</pubDate>
    <dc:creator>killinchi</dc:creator>
    <dc:date>2007-07-03T03:17:19Z</dc:date>
    <item>
      <title>Extract All properties for certain aspect</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/extract-all-properties-for-certain-aspect/m-p/69568#M44772</link>
      <description>I would like the ability to be able to extract all of the properties of a custom aspect and placed into an excel document for reporting purposes.&amp;nbsp; I have searched for this solution through the web services interface with no avail.&amp;nbsp; Is connecting directly to the MySQL Database recomended by the alfre</description>
      <pubDate>Wed, 06 Dec 2006 19:49:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/extract-all-properties-for-certain-aspect/m-p/69568#M44772</guid>
      <dc:creator>killinchi</dc:creator>
      <dc:date>2006-12-06T19:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: Extract All properties for certain aspect</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/extract-all-properties-for-certain-aspect/m-p/69569#M44773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I cant believe that no one else has had this problem.&amp;nbsp; It seems that this system is great for entering data but not practical at all from a reporting standpoint.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2007 03:17:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/extract-all-properties-for-certain-aspect/m-p/69569#M44773</guid>
      <dc:creator>killinchi</dc:creator>
      <dc:date>2007-07-03T03:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: Extract All properties for certain aspect</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/extract-all-properties-for-certain-aspect/m-p/69570#M44774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Accessing the mySQL database directly for either reads or writes should not attempted at any time.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are several API's that can be used to access the data once it had been placed with the repository.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you working remotely from the repository (ie: over web services) or are you working within the repository? (ie: do you want this report to be generated, for example by a rule)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Roy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2007 09:22:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/extract-all-properties-for-certain-aspect/m-p/69570#M44774</guid>
      <dc:creator>rwetherall</dc:creator>
      <dc:date>2007-07-13T09:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: Extract All properties for certain aspect</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/extract-all-properties-for-certain-aspect/m-p/69571#M44775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am working remotely from the repository but not through the conventional APIs. I am working directly with the MySQL Database to populate the properties by making inserts and I have found a way to report on this data by making many inner joins on the Alf_Node_properties table.&amp;nbsp; I haven't found a way to do this with the APIs. Reporting data through a rule isn't very practical considering my situation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cody&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2007 14:51:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/extract-all-properties-for-certain-aspect/m-p/69571#M44775</guid>
      <dc:creator>killinchi</dc:creator>
      <dc:date>2007-07-13T14:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: Extract All properties for certain aspect</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/extract-all-properties-for-certain-aspect/m-p/69572#M44776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Making direct calls into the SQL database is not anything we would recommend.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Perhaps you could give an example of the kind of information you are trying to query and I may be able to recommend the correct API to use.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Roy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2007 17:21:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/extract-all-properties-for-certain-aspect/m-p/69572#M44776</guid>
      <dc:creator>rwetherall</dc:creator>
      <dc:date>2007-07-13T17:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: Extract All properties for certain aspect</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/extract-all-properties-for-certain-aspect/m-p/69573#M44777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I emailed a copy of the View to you. By creating this view it gives me the information in a flat format which allows me to create complex queries through any reporting interface without having to create something through the API.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have put a profiler on the MySQL Server and noted what types of transactions take place when a piece of content is given an aspect and what properties are inserted into the database at ever step along the way. I feel that directly inserting these properties into the database as well as creating the aspect for each node is a safe way of importing all of our historical data into the database thus assigning the properties to the correct piece of content. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you think this could cause database integrity problems?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2007 18:13:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/extract-all-properties-for-certain-aspect/m-p/69573#M44777</guid>
      <dc:creator>killinchi</dc:creator>
      <dc:date>2007-07-13T18:13:05Z</dc:date>
    </item>
  </channel>
</rss>

