<?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: Access Denied in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/access-denied/m-p/186545#M139675</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I tought of this but if the users have write permissions they could trigger the move process theirselfe or am I wrong?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Jan 2009 06:17:30 GMT</pubDate>
    <dc:creator>thestorm</dc:creator>
    <dc:date>2009-01-19T06:17:30Z</dc:date>
    <item>
      <title>Access Denied</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/access-denied/m-p/186537#M139667</link>
      <description>Dear people,I hope some1 could help me.I have a simple workflow that content that is submited by an employee to his folder is automatically moved to the space of his boss. when i want to upload sth i get access denied cause the employee of course cant see the folder of the boss. Is there a way to ch</description>
      <pubDate>Mon, 19 Jan 2009 02:06:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/access-denied/m-p/186537#M139667</guid>
      <dc:creator>thestorm</dc:creator>
      <dc:date>2009-01-19T02:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: Access Denied</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/access-denied/m-p/186538#M139668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi friend&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You want move one file from a space to a space You must have to all permission in target space. In this case workflow allow "Add Resource" therefore i don't understand what mean is for this issuse? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2009 03:17:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/access-denied/m-p/186538#M139668</guid>
      <dc:creator>vinaxwater</dc:creator>
      <dc:date>2009-01-19T03:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: Access Denied</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/access-denied/m-p/186539#M139669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi vinax&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the employee has no permissions in the target folder, the workflow should move the file there and then there is a simple workflow for approve and reject for the boss.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The target folder shouldnt be readable for the employee only for the boss&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2009 04:08:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/access-denied/m-p/186539#M139669</guid>
      <dc:creator>thestorm</dc:creator>
      <dc:date>2009-01-19T04:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: Access Denied</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/access-denied/m-p/186540#M139670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is what you are after: &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/WorkflowAdministration#Run_As" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/WorkflowAdministration#Run_As&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2009 04:53:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/access-denied/m-p/186540#M139670</guid>
      <dc:creator>zaizi</dc:creator>
      <dc:date>2009-01-19T04:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: Access Denied</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/access-denied/m-p/186541#M139671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;and how to add the out of the box feature move object to space and add simple workflow to the script space? (sorry im a java noob)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;is it sth. like that script, i made a rule for content, execute a script, inbound and this script but its not movin&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;action class="org.alfresco.repo.workflow.jbpm.AlfrescoJavaScript"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;runas&amp;gt;admin&amp;lt;/runas&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;script&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;var folder=userhome.childByNamePath("Company Home/Dantotec Intranet/Service/Eingereichte Dokumente/");&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;document.move(folder);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;/script&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/action&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2009 05:17:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/access-denied/m-p/186541#M139671</guid>
      <dc:creator>thestorm</dc:creator>
      <dc:date>2009-01-19T05:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: Access Denied</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/access-denied/m-p/186542#M139672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;See &lt;/SPAN&gt;&lt;A href="http://forums.alfresco.com/en/viewtopic.php?f=36&amp;amp;t=12587&amp;amp;start=0&amp;amp;st=0&amp;amp;sk=t&amp;amp;sd=a" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/en/viewtopic.php?f=36&amp;amp;t=12587&amp;amp;start=0&amp;amp;st=0&amp;amp;sk=t&amp;amp;sd=a&lt;/A&gt;&lt;SPAN&gt; for a previous discussion on this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2009 05:44:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/access-denied/m-p/186542#M139672</guid>
      <dc:creator>zaizi</dc:creator>
      <dc:date>2009-01-19T05:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: Access Denied</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/access-denied/m-p/186543#M139673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;there is no scripted solution to the problem theres a write only group but i guess thats a bad solution. I cant see the mistake in my Java Script, maybe some1 can help&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2009 05:52:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/access-denied/m-p/186543#M139673</guid>
      <dc:creator>thestorm</dc:creator>
      <dc:date>2009-01-19T05:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: Access Denied</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/access-denied/m-p/186544#M139674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can always create a "Drop Box" in the manager's home folder. With write permissions for all. As part of the work flow when the manager approves it, it is moved to a more secure area. This second copying can be run as the Manager.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2009 06:11:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/access-denied/m-p/186544#M139674</guid>
      <dc:creator>zaizi</dc:creator>
      <dc:date>2009-01-19T06:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: Access Denied</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/access-denied/m-p/186545#M139675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I tought of this but if the users have write permissions they could trigger the move process theirselfe or am I wrong?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2009 06:17:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/access-denied/m-p/186545#M139675</guid>
      <dc:creator>thestorm</dc:creator>
      <dc:date>2009-01-19T06:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: Access Denied</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/access-denied/m-p/186546#M139676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Folder A - employee folder&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Folder B - manager drop box&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Folder C - manager secure folder&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Everyone can write to folder B. Set an inbound rule trigger that will start a work flow and assign it to the manager (or folder owner). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Manager approves the work flow, which copies it into folder C. Only the manager has write / read access to folder C. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are better ways of doing this, but will require writing java / javascript code. The above should be configurable through the UI.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2009 07:11:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/access-denied/m-p/186546#M139676</guid>
      <dc:creator>zaizi</dc:creator>
      <dc:date>2009-01-19T07:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: Access Denied</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/access-denied/m-p/186547#M139677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm having the same problem here..&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm also new to alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I haven't test the zaizi's last solution, though..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm guessing that: the rule of "apply to all" n "move to boss' folder" invoke this problem..&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So, the permission to write in folder is re-directed to "boss' folder".&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If this is right, maybe we can stop the script from checking the permission in the "move target" folder, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and only checking the folder where we upload the content.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Welly&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Mar 2009 08:16:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/access-denied/m-p/186547#M139677</guid>
      <dc:creator>sc_zix</dc:creator>
      <dc:date>2009-03-21T08:16:47Z</dc:date>
    </item>
  </channel>
</rss>

