|
POST
|
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.
... View more
08-11-2023
10:03 AM
|
1
|
0
|
2783
|
|
POST
|
Actually, turns out I was wrong on this for BUG-000158232. When I try to share an existing item via the api to a group that I own, nothing happens. So this: try:
portItems = gis.content.search(query="owner:myusername_portal", item_type="Feature Layer", sort_field="title", sort_order="asc", max_items=5000)
for portItem in portItems:
if (portItem.title == "CPBoundary"):
portFL = FeatureLayerCollection.fromitem(portItem)
print (portItem.title)
portFL.manager.update_definition(updateDict)
#portItem.update(item_properties=itemProperties) #,data=None, thumbnail=None, metadata=None)
portItem.share(everyone=False,org=False,groups="mylonggroupid")
print(portFL.properties)
message = message + "\n" + "1. " + (portItem.title) + " Sync Enabled: " + str(portFL.properties.syncEnabled)
except Exception:
# If an error occurred, print line number and error message
import traceback, sys
tb = sys.exc_info()[2]
e = sys.exc_info()[1]
print(e.args[0])
print ("Line %i" % tb.tb_lineno)
message = message + "\n" + "Line %i" % tb.tb_lineno
message = message + "\n" + str(e) works fine in AGOL, but as I own more than 29 groups in our Portal as the portal admin, nothing happens. For the share method params 'everyone' and 'org', the api works for Portal . . . but not for the groups param. It would be super-helpful if we could get this addressed as a patch at this release. Like everyone, we have few hundred or more layers to move around and having to go into each group whenever I need to re-share an item gets to be cumbersome. Changing group owner to another admin account for say a subset of our existing groups and then making my admin account a 'Group Manager' on any owner-changed accounts would maybe a work-around, but with so many of my groups participating in distributed collaborations that is tricky and risky . . . @MarleyGeddes @nabil
... View more
08-03-2023
07:05 AM
|
0
|
0
|
3199
|
|
POST
|
Ok whatever someone did seems to have fixed this. I'm seeing my previews, data grids, etc
... View more
07-10-2023
07:12 AM
|
0
|
0
|
2683
|
|
POST
|
Yes! I am experiencing the same error with all of my AGOL hosted feature layers, whether public, org-level, group-level or private. I cannot preview the layers either. The console log shows a CORS error.... @RussRoberts maybe you are seeing this too?
... View more
07-10-2023
06:41 AM
|
0
|
1
|
2706
|
|
POST
|
Ok so re-installing this patch through the patch notification tool did not clear the 'show available patches'. The patch is installed, it shows as an update in control panel> programs and features> View installed updates.
... View more
07-03-2023
11:37 AM
|
0
|
0
|
3337
|
|
POST
|
Yes, I am. Initially, the patch notification tool could not find the patch on Wednesday 6/28/2023: and so I went to the support page and downloaded the msp from there. I then ran the patch, it installed successfully, but as you noted the patch notification tool still shows the patch as an available download, even though window programs installed updates shows the patch as installed, same as in your screen grabs. This has happened before. The last time was at 10.9 for me. In my experience, patches that are not downloaded by the patch notification pool will still display as available. I plan to wait a few more days and if the patch still shows as available, and if the tool can download it, I will download and install again. That will or should clear the notification tool
... View more
06-30-2023
06:24 AM
|
0
|
1
|
3400
|
|
POST
|
I just want to report that this still has not been an issue for us. I'd say I was one of the lucky ones, but I'd rather say that our distributed deployment on Windows Server 2016 and all network protocols (open ports, and firewall rules, group policy rules for accounts, IIS roles and features, server roles and features, etc) are responsible for our continued stability. I have not had to adjust max instance and max queue length values. Currently the web server is running 4 w3wp processes. We use f5 as our reverse proxy. The f5 does no load balancing at all, it just directs requests. The web (4-core 16Gb Ram) server does not use a DNS alias, rather it is aliased on the f5. We do this so that all machines that do participate in our deployment - portal, hosting site, federated site, 2 data stores - can use our CA wildcard certificate and validate as secure when the certificate is applied to each machines' DNS. Our configuration server (config store, server directories) has no issues communicating with all machines that participate in the site. UPDATE: Still no issues for our site after applying the second patch. on 08/15/23 Thanks, David David Coley ArcEnterprise Administrator Sarasota County GIS
... View more
06-26-2023
02:04 PM
|
0
|
0
|
3232
|
|
POST
|
Sorry @RussRoberts - buried Thursday and Friday. Yes, I can verify this is fixed, the vector point style symbol is no longer off-setting . . . thanks for your help
... View more
06-26-2023
01:37 PM
|
0
|
0
|
3036
|
|
POST
|
ok Russ here you go: https://sarco.maps.arcgis.com/home/group.html?id=070b68d0ce8e4d14971b2b83f892502b&showFilters=true#overview Its the SewerManholeVault sublayer . . .
... View more
06-21-2023
07:58 AM
|
1
|
2
|
3094
|
|
POST
|
Or I can add you to a group in our org if you reply here or DM me your agol user name . . .
... View more
06-21-2023
07:37 AM
|
0
|
4
|
3097
|
|
POST
|
Sure @RussRoberts - its part of a feature layer collection. I'll set it public temporarily and I will DM it to you. If you could let me know when you interact with it that would be great
... View more
06-21-2023
07:22 AM
|
0
|
5
|
3101
|
|
POST
|
Hello - as of the June update, it appears that vector style point symbols are not drawing completely 'stacked', where at least one style point is offset from the rest: This is a Sewer Vault from the UN symbology published as a hosted feature layer to arcgisonline. At publish time from Pro 3.1.2, the symbology option 'use symbol types with all clients' is un-checked. Up until the update, this offset did not appear in Map Viewer.
... View more
06-21-2023
06:01 AM
|
0
|
9
|
3114
|
|
POST
|
When you say: "We have changed the the credentials to the connection is why we are overwriting." Have you tried changing the item owner to match the credentials? You can't overwrite layers you don't own. At least that's been my experience, as admin in portal or online.
... View more
06-12-2023
12:04 PM
|
0
|
0
|
1303
|
|
POST
|
Well, to me its about your editing workflows. If you are only going to be editing your portal layers as portal-hosted feature layers where edits to layers aren't coming from SDE, then you could set up the collaboration type 'as-copies' and the mode as 'send'. This way, the edits will appear in your AGOL host at whatever interval you define. That being said, if I were setting up 'as-copies' collaborations, it would be because I want to support two-way editing of my feature layers. But again, it really depends on the scenario: https://enterprise.arcgis.com/en/portal/latest/administer/windows/understand-collaborations.htm I also think that layers as-copies requires more management overhead: https://enterprise.arcgis.com/en/portal/latest/administer/windows/about-sharing-feature-layer-data-as-copies.htm If you are worried about the agol usage history, delete the layer from portal. Then set up a send-receive collaboration with the layer from agol 'as-copies'. When the workspaces sync, the agol layer will be sent to portal as a new copy. But the portal copy won't retain the agol usage, it can't but the usage history will still show in the agol 'source'.
... View more
06-12-2023
10:43 AM
|
0
|
0
|
2569
|
|
POST
|
I can report an update: I generated my missing minimum level 8 tile bundle, but that had no effect on the overview page. The overview page still does not show in portal, and the Settings page remains greyed out. Probably should have mentioned the settings page grey-out at the beginning of this thread
... View more
06-08-2023
10:34 AM
|
0
|
0
|
4473
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 2 weeks ago | |
| 1 | 2 weeks ago | |
| 6 | 2 weeks ago | |
| 1 | 4 weeks ago | |
| 1 | 06-08-2026 08:37 AM |
| Online Status |
Offline
|
| Date Last Visited |
Tuesday
|