<?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: Can't invite one user to certain share sites in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/can-t-invite-one-user-to-certain-share-sites/m-p/256391#M209521</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the Pending Invites only shows those invites that have been sent out and not been accepted or rejected. After accepting or rejecting an invitation, it will not show up there, but still exist until the user that sent out the invitation acknowledges this and thereby ends the workflow. As long as the invitation workflow is still active and waiting for acknowledgement by the initiator, you won't be able to send out a new invitation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Axel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Dec 2012 17:59:58 GMT</pubDate>
    <dc:creator>afaust</dc:creator>
    <dc:date>2012-12-06T17:59:58Z</dc:date>
    <item>
      <title>Can't invite one user to certain share sites</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/can-t-invite-one-user-to-certain-share-sites/m-p/256387#M209517</link>
      <description>We are encountering an issue when inviting a specific user to some sites in share. The problem is as follows.On the invite page, the 'Add &amp;gt;&amp;gt;' button next to the user name is disabled.The user in question isn't a current member of the site, nor have they already been invited, nor do they belong</description>
      <pubDate>Thu, 06 Dec 2012 12:39:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/can-t-invite-one-user-to-certain-share-sites/m-p/256387#M209517</guid>
      <dc:creator>moshi_moshi</dc:creator>
      <dc:date>2012-12-06T12:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: Can't invite one user to certain share sites</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/can-t-invite-one-user-to-certain-share-sites/m-p/256388#M209518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;From looking at the webscript that implements this request (potentialmembers.get.js) users who have already been invited to the site or are already a member of the site will be disabled in the invite screen. Do they appear in the "Pending Invites"? To confirm, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You could use Firebug or similar to determine what the following http request is returning when you search for users in the invitation screen:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;…/api/sites/&amp;lt;your site name&amp;gt;/potentialmembers?authorityType=USER&amp;amp;filter=&amp;lt;filter&amp;gt;&amp;amp;maxResults=250&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does the "notAllowed" property contain those users who are disabled? If so, the implementation populates this with users who are either already a member of the site or have been invited to the site. Site invitations are determined by querying the workflow engine; given what you've stated, the only thing I can think of is that there are some invite workflows hanging around in the database. Try attaching a debugger and breakpointing in&amp;nbsp; org.alfresco.repo.invitationInvitationServiceImpl, method searchNominatedInvitations to determine whether this is the case.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2012 13:11:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/can-t-invite-one-user-to-certain-share-sites/m-p/256388#M209518</guid>
      <dc:creator>sglover</dc:creator>
      <dc:date>2012-12-06T13:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: Can't invite one user to certain share sites</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/can-t-invite-one-user-to-certain-share-sites/m-p/256389#M209519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the very thorough reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The user doesn't appear in the 'Pending Invites' no.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I made the http request to: alfresco/service/api/sites/&amp;lt;site-name&amp;gt;/potentialmembers?authorityType=USER&amp;amp;filter=&amp;lt;filter&amp;gt;&amp;amp;maxResults=250&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;…and can confirm that the user appears as "notAllowed" in the JSON.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would attempt: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;STRONG&gt;attaching a debugger and breakpointing in org.alfresco.repo.invitationInvitationServiceImpl, method searchNominatedInvitations to determine whether this is the case.&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;but the site in question is deployed on a live instance and I'm not sure how to go about 'attaching a debugger'. Could you point me in the direction of:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- how I would go about debugging a live instance?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- whether there is anything else I can try to debug the issue. Can I for example, easily query the invite workflows related to the user? Perhaps via the api? or via the pg database?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again for your help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2012 15:14:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/can-t-invite-one-user-to-certain-share-sites/m-p/256389#M209519</guid>
      <dc:creator>moshi_moshi</dc:creator>
      <dc:date>2012-12-06T15:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: Can't invite one user to certain share sites</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/can-t-invite-one-user-to-certain-share-sites/m-p/256390#M209520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;some commenting out in potentialmembers.get.js shows the user to already have an invite.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So then the issue becomes, &lt;/SPAN&gt;&lt;STRONG&gt;why does the user not show in the 'Pending invites' list?&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any further help to track this down would be great. I really am a newbie.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2012 17:21:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/can-t-invite-one-user-to-certain-share-sites/m-p/256390#M209520</guid>
      <dc:creator>moshi_moshi</dc:creator>
      <dc:date>2012-12-06T17:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: Can't invite one user to certain share sites</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/can-t-invite-one-user-to-certain-share-sites/m-p/256391#M209521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the Pending Invites only shows those invites that have been sent out and not been accepted or rejected. After accepting or rejecting an invitation, it will not show up there, but still exist until the user that sent out the invitation acknowledges this and thereby ends the workflow. As long as the invitation workflow is still active and waiting for acknowledgement by the initiator, you won't be able to send out a new invitation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Axel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2012 17:59:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/can-t-invite-one-user-to-certain-share-sites/m-p/256391#M209521</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2012-12-06T17:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: Can't invite one user to certain share sites</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/can-t-invite-one-user-to-certain-share-sites/m-p/256392#M209522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Axel,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;that closes the issue. It was a lack of understanding on my part regards the invite UI and the workflows.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It seems to me like the confirmation on the part of the inviter following the accept/reject phase is one step too far. Surely an accept or reject should complete the workflow and allow the user entry to the site. After all, the inviter took the step to send the invite in the first place, any retraction of this decision can be handled by removing the user once they are in the group.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2012 12:51:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/can-t-invite-one-user-to-certain-share-sites/m-p/256392#M209522</guid>
      <dc:creator>moshi_moshi</dc:creator>
      <dc:date>2012-12-07T12:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: Can't invite one user to certain share sites</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/can-t-invite-one-user-to-certain-share-sites/m-p/256393#M209523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Axel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What we need to do if user lost the invitation how we can resend it again ? We use Community Alfresco 5.1.f&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Zh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2017 08:19:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/can-t-invite-one-user-to-certain-share-sites/m-p/256393#M209523</guid>
      <dc:creator>zh</dc:creator>
      <dc:date>2017-12-11T08:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: Can't invite one user to certain share sites</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/can-t-invite-one-user-to-certain-share-sites/m-p/256394#M209524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no way of "loosing" the invitation. It is a workflow and the task will always be available via the "My Tasks" page. As a result there is no way to resend it unless the invitation has actually been rejected...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2017 09:17:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/can-t-invite-one-user-to-certain-share-sites/m-p/256394#M209524</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2017-12-11T09:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: Can't invite one user to certain share sites</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/can-t-invite-one-user-to-certain-share-sites/m-p/256395#M209525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you a lot Axel !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Zh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2017 14:38:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/can-t-invite-one-user-to-certain-share-sites/m-p/256395#M209525</guid>
      <dc:creator>zh</dc:creator>
      <dc:date>2017-12-12T14:38:20Z</dc:date>
    </item>
  </channel>
</rss>

