Hello,
Since I upgraded from Portal for ArcGIS 11.0 to Portal for ArcGIS 11.1, I can no longer share items with the groups I own... I guess it's a regression as it used to work with 11.0.
I debug a little bit and noticed the following: if you own more than 29 groups configured with "isViewOnly" set to True (Who can contribute content ? => Group owner and managers"), I can no longer share.
Indeed, to retrieve the list of groups that can be shared with, it makes a POST to:
/sharing/rest/community/groups
with the following 'q' parameter:
q: (isviewonly:false OR 0108318c3d144cf5be12837022f7049c OR 0171609ba0ba480fa2cfb40a9a70635f OR 0934e513266d4ddb80e342cd658937bf OR 0c4a52980b94405ca7ac853fd938ca31 OR 15620fa67eac4973818f7789653b66b4 OR ... OR fce1af7d980144999b28c968c4439232)
If you have less than 30 groups, request works if you have 30 or more, it returns:
{"total":0,"start":0,"num":0,"nextStart":0,"results":[]}
At Portal for ArcGIS 11.0, this request was made differently as the groups were not specified in 'q' parameter but the user was specified:
q: (owner:myusername OR isviewonly:false)
Could you please help ?
Thanks,
Nicolas
Solved! Go to Solution.
BUG-000158232 has not been fixed, it is currently with the development team.
For record keeping: 6/21/2023 post by Anonymous User belongs to @AndresEcheverri
I got this bug too and just came across this post. Wish I saw this earlier. I went so far as to deleting my admin SSO account and allowing it to be recreated since a new account seem to fix it till I got to 33 groups. Will let my support person know about this on my call today
From esri on 08/09/23:
Updates have been made to the following defect which you are associated with:
BUG-000158232 - In Portal for ArcGIS, sharing items with groups does not work when an organization member owns more than 29 groups with the 'isViewOnly' property set to True.
Status: Fixed (Learn More)
Version Fixed: 11.2
Additional Information: This issue is resolved in ArcGIS Enterprise 11.2, which will be released in Q4 2023.
@KaitlynStevens any update on the patch for this issue?
Hi @Trevor_Hart I don't have any updates to report at this time regarding the patch release. Hopefully the workaround will continue to suffice in the meantime.
Hi @Trevor_Hart ,
Good news ! The patch is now available:
https://support.esri.com/en-us/patches-updates/2023/portal-for-arcgis-11-1-sharing-patch
Thanks @NicolasGIS I received an email yesterday about the patch, we have deployed it to our lower environments and it has resolved the sharing issue!