<?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: Creation date in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/creation-date/m-p/73139#M47665</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am having a similar problem- &lt;/SPAN&gt;&lt;A href="http://forums.alfresco.com/viewtopic.php?p=31542#31542" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/viewtopic.php?p=31542#31542&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Before I go and recommend this product to my company, I want to make sure that something like this can be fixed, though! Please advise. Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Nov 2007 16:33:22 GMT</pubDate>
    <dc:creator>tschiller</dc:creator>
    <dc:date>2007-11-06T16:33:22Z</dc:date>
    <item>
      <title>Creation date</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creation-date/m-p/73132#M47658</link>
      <description>Hi,When importing a lot of documents in Alfresco, it may be desirable to read the "creation date" property from the file metadata. A concrete example is the MS Office files that contain this information. The corresponding metadata extracter does the parsing but it seems that the "auditable" aspect i</description>
      <pubDate>Fri, 06 Oct 2006 14:06:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creation-date/m-p/73132#M47658</guid>
      <dc:creator>dschmalz</dc:creator>
      <dc:date>2006-10-06T14:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: Creation date</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creation-date/m-p/73133#M47659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have extensively looked at this issue from CIFS angle.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Normally, in any filesystem, when you copy a set of older files to a new folder, the files' older date is retained. But, in cifs filesystem it is overriden with the current date. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You are right, the auditable class overrides the dates. So, I have changed the class to not to overide if the properties are set.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But, in cifs case, the files created dt, modified dt, etc are not captured from the SMB packets. Hence, the method procNTCreateAndX(..) calls the filefolderservice to create a default node with just the node name as the file name.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In my opinion, this is a very important feature.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jan 2007 01:05:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creation-date/m-p/73133#M47659</guid>
      <dc:creator>sagar</dc:creator>
      <dc:date>2007-01-27T01:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: Creation date</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creation-date/m-p/73134#M47660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I fixed a bit of the code and now I'm able to get/set original modified date.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But, still the original created date is empty.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sagar&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Feb 2007 18:30:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creation-date/m-p/73134#M47660</guid>
      <dc:creator>sagar</dc:creator>
      <dc:date>2007-02-05T18:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: Creation date</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creation-date/m-p/73135#M47661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sorry, though completed this part long back..I remembered about this post today. So, what happens in real life (in Explorer) when you copy an older file is that it retains the modified date but updates the created and accessed date to current date. So, the original created date is forgotten intentionally, no idea why.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, I could fix only the modified date issue and the created &amp;amp; accessed dates, obviously, are current. So, just like in Windows Explorer. And, correct me if I'm wrong, it is the same behavior on almost all the OS.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2007 18:54:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creation-date/m-p/73135#M47661</guid>
      <dc:creator>sagar</dc:creator>
      <dc:date>2007-04-19T18:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: Creation date</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creation-date/m-p/73136#M47662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi there,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It would be great if there's a solution to keep the creation date of my documents that I'm bulk uploading through CIFS. Is there any progress on a solution or workaround.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2007 14:45:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creation-date/m-p/73136#M47662</guid>
      <dc:creator>marc1911</dc:creator>
      <dc:date>2007-07-30T14:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: Creation date</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creation-date/m-p/73137#M47663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Has there been any further progress on a solution to retaining the original file date of migrated content?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is very urgent in my organization. We have over five years of files that are being migrated from another ECM to Alfresco. Everything is in place to "go live" as soon as we can resolve the issue of retaining original file dates and times.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone have any further suggestions. I have my Developers working feverishly to try to find a workaround that is acceptable to the end user so we can deploy Alfresco enterprise-wide, but this is a real show stopper in a very high profile environment.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you so much for your attention to this matter.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2007 15:27:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creation-date/m-p/73137#M47663</guid>
      <dc:creator>bvcrowell</dc:creator>
      <dc:date>2007-09-14T15:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: Creation date</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creation-date/m-p/73138#M47664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think what is needed is an extra property that holds the creation date of the document (in addition to the creation date of the object in Alfresco).&amp;nbsp; This property can then be filled by either metadata extraction (e.g. from office documents), or as part of a data migration that passes the file system creation date as metadata in addition to the content itself.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Doing either of these should be straight-forward with the current Alfresco capabilities.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, if you are seriously going into production, you probably want to pay for support - and if there's a real likelihood of happening, then there's a chance we may give some "pre-sales" help to get you there.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Paul.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 14:20:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creation-date/m-p/73138#M47664</guid>
      <dc:creator>paulhh</dc:creator>
      <dc:date>2007-09-18T14:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: Creation date</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creation-date/m-p/73139#M47665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am having a similar problem- &lt;/SPAN&gt;&lt;A href="http://forums.alfresco.com/viewtopic.php?p=31542#31542" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/viewtopic.php?p=31542#31542&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Before I go and recommend this product to my company, I want to make sure that something like this can be fixed, though! Please advise. Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2007 16:33:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creation-date/m-p/73139#M47665</guid>
      <dc:creator>tschiller</dc:creator>
      <dc:date>2007-11-06T16:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: Creation date</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creation-date/m-p/73140#M47666</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;I am new to alfresco, and I have installed alfresco-community 2.1…, open office is also installed on server&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;we want to migrate from windows shareing to alfresco…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;when i create new user in alfresco, and get access through samba(cifs) or web upload.., the created and modefied date are from today..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i have read this and one other topic about that problem ( &lt;/SPAN&gt;&lt;A href="http://forums.alfresco.com/viewtopic.php?p=31542#31542" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/viewtopic.php?p=31542#31542&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp; )&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and i didn't find solution..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I move/copy my file from my documents to one windows machine computer which has sharing, dateas and times are original (so that's ok), but when move it to alfresco, they have today's dates…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Did somebody find a solution? it's emergency and very important…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(there are lot of extension types: pdf, doc, xls, jpg, ….)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(and sorry for my bad english)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2008 11:27:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creation-date/m-p/73140#M47666</guid>
      <dc:creator>hkusulja</dc:creator>
      <dc:date>2008-03-07T11:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: Creation date</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creation-date/m-p/73141#M47667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;See this post: &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.alfresco.com/viewtopic.php?f=7&amp;amp;t=7792&amp;amp;p=38119#p38119" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/viewtopic.php?f=7&amp;amp;t=7792&amp;amp;p=38119#p38119&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I got this to work&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 19:36:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creation-date/m-p/73141#M47667</guid>
      <dc:creator>rjackson</dc:creator>
      <dc:date>2008-03-20T19:36:10Z</dc:date>
    </item>
  </channel>
</rss>

