Portal for ArcGIS 11.1: can no longer share items with groups when user owns or manages over 30 view only groups

4301
27
Jump to solution
05-10-2023 05:37 AM
NicolasGIS
Occasional Contributor III

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.

NicolasGIS_0-1683721963094.png

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

 

 

 

Tags (2)
0 Kudos
27 Replies
MarleyGeddes
Esri Contributor

BUG-000158232 has not been fixed, it is currently with the development team.

0 Kudos
JesseCloutier
Esri Community Manager

For record keeping: 6/21/2023 post by Anonymous User belongs to @AndresEcheverri

Jesse Cloutier
Community Manager, Engagement & Content
0 Kudos
AlKamudaEN
New Contributor

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

0 Kudos
DavidColey
Frequent Contributor

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.

Trevor_Hart
Occasional Contributor

@KaitlynPurcell any update on the patch for this issue?

0 Kudos
KaitlynPurcell
Esri Contributor

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. 

0 Kudos
NicolasGIS
Occasional Contributor III
Trevor_Hart
Occasional Contributor

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!