<?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: document locking issue in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/document-locking-issue/m-p/272143#M225273</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is how it works in Alfresco. When you check out, the original document is locked and cannot be edited, but can still be viewed&amp;nbsp; and downloaded.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The working copy is a separate object, and the only one that can update this file is the person who checked this out. When this document is checked in, it becomes the new version.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So UserA cannot upload anything before the lock has been removed. If UserA after that updates the document, by doing a checkout and upload an older version, that scenario I mean is breaking operating procedures. It would still be visible, as it creates a new version, an you can revert that checkin.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I advice you not to try to use source control systems for document management. You will loose a lot, like custom metadata, indexing, workflow.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Sep 2011 08:24:39 GMT</pubDate>
    <dc:creator>loftux</dc:creator>
    <dc:date>2011-09-15T08:24:39Z</dc:date>
    <item>
      <title>document locking issue</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/document-locking-issue/m-p/272140#M225270</link>
      <description>HiI have been investigating Alfresco team for our company to use primarily as a document management system.The issue that we have is that while a document is locked a user can download the version that is locked and then after the user that is working on the document has uploaded the new version the</description>
      <pubDate>Wed, 14 Sep 2011 14:24:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/document-locking-issue/m-p/272140#M225270</guid>
      <dc:creator>angusbeare</dc:creator>
      <dc:date>2011-09-14T14:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: document locking issue</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/document-locking-issue/m-p/272141#M225271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You probably can, with permissions, and maybe som custom rules. Your scenario however, is not very clear. This is how I interpret it&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;UserB checkout doc-v1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;UserA downloads doc-v1-original&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;UserB updates doc-v1-workingcopy&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;UserB CheckIn doc-v1-workingcopy and it becomes doc-v2.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;UserA uploads doc-v1 and overwrites doc-v2 (and it becomse doc-v3)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This scenario is can only occur if UserA is allowed to update "doc" in the first place. So just make sure you don't allow UserA to checkout/update.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What you are suggesting is that UserA should not be able to read a document while it is checked out. That sort of defeats document management practice to me, you should be able to read that SOP while the new is in progress. If someone adds a new version breaking document management procedures, it would be hard for any system to prevent, not just Alfresco.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Sep 2011 15:17:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/document-locking-issue/m-p/272141#M225271</guid>
      <dc:creator>loftux</dc:creator>
      <dc:date>2011-09-14T15:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: document locking issue</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/document-locking-issue/m-p/272142#M225272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You probably can, with permissions, and maybe som custom rules. Your scenario however, is not very clear. This is how I interpret it&lt;BR /&gt;UserB checkout doc-v1&lt;BR /&gt;UserA downloads doc-v1-original&lt;BR /&gt;UserB updates doc-v1-workingcopy&lt;BR /&gt;UserB CheckIn doc-v1-workingcopy and it becomes doc-v2.&lt;BR /&gt;UserA uploads doc-v1 and overwrites doc-v2 (and it becomse doc-v3)&lt;BR /&gt;&lt;BR /&gt;This scenario is can only occur if UserA is allowed to update "doc" in the first place. So just make sure you don't allow UserA to checkout/update.&lt;BR /&gt;What you are suggesting is that UserA should not be able to read a document while it is checked out. That sort of defeats document management practice to me, you should be able to read that SOP while the new is in progress. If someone adds a new version breaking document management procedures, it would be hard for any system to prevent, not just Alfresco.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Loftux&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks for the reply. You are correct in your understanding of the situation. However, we do not wish to prevent UserA from being able to read the document while it is being checked out. The idea of not allowing download was just an idea as to how the situation might be prevented.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ideally, the system would allow UserA to view or download while the document is locked and then prevent him from uploading a new version until UserB has checked in and UserA has downloaded the new version.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In my mind it needs to work like Visual Sourcesafe. All users can view all data whether checked out or not. Checked out files can only be modified by the person who has checked them out. Until a file is checked back in nobody else can modify it.&amp;nbsp; I guess this is leading us back in the direction of using some kind of version control instead. Perhaps none of the web based DMS systems are suitable for our needs after all.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the meantime, with Alfresco, how do we prevent UserA from updating the file until he has got the latest version?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Gus&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2011 07:05:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/document-locking-issue/m-p/272142#M225272</guid>
      <dc:creator>angusbeare</dc:creator>
      <dc:date>2011-09-15T07:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: document locking issue</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/document-locking-issue/m-p/272143#M225273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is how it works in Alfresco. When you check out, the original document is locked and cannot be edited, but can still be viewed&amp;nbsp; and downloaded.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The working copy is a separate object, and the only one that can update this file is the person who checked this out. When this document is checked in, it becomes the new version.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So UserA cannot upload anything before the lock has been removed. If UserA after that updates the document, by doing a checkout and upload an older version, that scenario I mean is breaking operating procedures. It would still be visible, as it creates a new version, an you can revert that checkin.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I advice you not to try to use source control systems for document management. You will loose a lot, like custom metadata, indexing, workflow.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2011 08:24:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/document-locking-issue/m-p/272143#M225273</guid>
      <dc:creator>loftux</dc:creator>
      <dc:date>2011-09-15T08:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: document locking issue</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/document-locking-issue/m-p/272144#M225274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;This is how it works in Alfresco. When you check out, the original document is locked and cannot be edited, but can still be viewed&amp;nbsp; and downloaded.&lt;BR /&gt;The working copy is a separate object, and the only one that can update this file is the person who checked this out. When this document is checked in, it becomes the new version.&lt;BR /&gt;&lt;BR /&gt;So UserA cannot upload anything before the lock has been removed. If UserA after that updates the document, by doing a checkout and upload an older version, that scenario I mean is breaking operating procedures. It would still be visible, as it creates a new version, an you can revert that checkin.&lt;BR /&gt;&lt;BR /&gt;I advice you not to try to use source control systems for document management. You will loose a lot, like custom metadata, indexing, workflow.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks Loftux&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is too easy to break the rules by mistake. There is no warning to UserA when he uploads a new version that the document was updated since he last looked at it. He is not forced to check out before upload. "Upload new version" is available regardless. Is there any way of warning him that he needs to get the latest version or of preventing him uploading until he has checked out the latest version?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Gus&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2011 09:18:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/document-locking-issue/m-p/272144#M225274</guid>
      <dc:creator>angusbeare</dc:creator>
      <dc:date>2011-09-15T09:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: document locking issue</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/document-locking-issue/m-p/272145#M225275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Since the downloaded document is detached from the system, there will be no way of keeping track that a user has downloaded a document and for what purpose, is it for viewing or later uploading a new version.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What you can do is remove the menu option "upload new version", in that way you remove the option to upload new stuff without locking the document first. The "edit offline" menu option both locks the doc, and triggers a download of the latest version&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you keep that menu, it will still create a new version, and you can se who did the update.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2011 09:42:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/document-locking-issue/m-p/272145#M225275</guid>
      <dc:creator>loftux</dc:creator>
      <dc:date>2011-09-15T09:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: document locking issue</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/document-locking-issue/m-p/272146#M225276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Since the downloaded document is detached from the system, there will be no way of keeping track that a user has downloaded a document and for what purpose, is it for viewing or later uploading a new version.&lt;BR /&gt;&lt;BR /&gt;What you can do is remove the menu option "upload new version", in that way you remove the option to upload new stuff without locking the document first. The "edit offline" menu option both locks the doc, and triggers a download of the latest version&lt;BR /&gt;If you keep that menu, it will still create a new version, and you can se who did the update.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;that might do the trick, how do I remove that option?&amp;nbsp; Or better, make it visible only to the person who has the document checked out.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2011 09:55:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/document-locking-issue/m-p/272146#M225276</guid>
      <dc:creator>angusbeare</dc:creator>
      <dc:date>2011-09-15T09:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: document locking issue</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/document-locking-issue/m-p/272147#M225277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;A href="http://www.google.com/search?q=site:forums.alfresco.com+share+menu" rel="nofollow noopener noreferrer"&gt;http://www.google.com/search?q=site:forums.alfresco.com+share+menu&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One of those topics will give you an explanation&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2011 10:28:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/document-locking-issue/m-p/272147#M225277</guid>
      <dc:creator>loftux</dc:creator>
      <dc:date>2011-09-15T10:28:25Z</dc:date>
    </item>
  </channel>
</rss>

