IDEA
|
Ideally, the user would be able to subscribe to individual items, individual groups, or to the results of a query.
... View more
12-13-2019
06:00 AM
|
0
|
0
|
91
|
POST
|
I'd like to update the Portal system properties using the Python API. The documentation seems to indicate that it can be done. However, making an assignment to System.properties doesn't appear to udpate the system properties. from arcgis . gis import GIS gis = GIS ( gis_base_url , user , password ) system_properties = gis . admin . system . properties system_properties [ 'privatePortalURL' ] = system_properties [ 'WebContextURL' ] gis . admin . system . properties = system_properties
... View more
12-06-2019
07:35 AM
|
0
|
0
|
89
|
POST
|
Hi Kelly, We're currently on 10.6.1. FYI, here are the repro steps: In Portal, click on the Content tab. Click the My Groups tab. From the list of My Groups, click the name of a group that has group categories defined. From the list of Group Categories, click the name of a category that has a number beside it. No content appears in the search results. There should be as many results as are indicated by the number in the Group Categories list. Thanks, Jon.
... View more
12-05-2019
09:54 AM
|
0
|
0
|
53
|
POST
|
We're also experiencing this issue. Kelly Gerrow, do you know if an issue has been created for this yet? If not, I can create a support case with Esri Canada.
... View more
12-05-2019
08:33 AM
|
0
|
2
|
53
|
POST
|
I'm also following this article, and have at least been able to get the symbol set to appear, but there are no contents in the symbol set: I also noticed that, when I update the JSON of the symbol sets, the updated text is not preserved on one of them, and, on the other, I get an error indicating that the JSON is invalid (even though it's the exact same JSON that I used in the other one, and it validates just fine: Unminified JSON: [{ "type" : "esriPMS" , "url" : "https://cahssymbols.z9.web.core.windows.net/cahs.incident.airQuality.png" , "imageData" : "iVBORw0KGgoAAAANSUhEUgAAABoAAAAmCAYAAADa8osYAAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAABBpJREFUSIntl21InWUYx3+X7phpgZ2WR+tMbYWBzdqi02IRnjhRsDW3UxDoJipm5KcCk9IzXwjMMnqjIuiDSeSXWlFZ2wdbKcRGIY0oExn4so7YGeNAs4V5yqsPz/3Yc57OiyuKgq4v931d9/++f/f7cz+b+Ids0/+gvxWkqlcA9wE7AR/wCxAFJoG3RWT5L4FUNQ/oBdqBi9LIXlLVfuApEVm7YJCqFgDvA3dm6WwB0A/UqOo9IpK4IBDwmgsyDbwIfAl4gF3Aw4DflN8FvAI8uBHQHUCvz+e7PBgMbuvu7iYUCgGMAveLyIpDe1xVh4APgNump6dpa2tr9Xq9gXg8/gMwCBxJB5oEArFYrCAWi1FcXEwoFDoN1LkgAIhIXFVrga+Gh4f9ExMTANuBBPBFphEt+/3+8Wg0uhtgdHSUhYWFlysqKs6nmg4btrq62j8yMvKqHfN6vePxePxsJhC9vb3x1tZWAFZWVggGgykX12nV1dVLi4uL635HR8eZzs7OJM0fQC0tLVsHBgaYnZ0FYH5+fi/wQibQzMxM2M77fD7a29srsoJEpLqpqYmenh47FASuAhbdWmMFWIcZgIaGBjwez3a3KAmkqqXApY2NjfT19bG2tgaQA9QDz6QBhYFLbKe5uRmgUFVLROT7dCMqBSgrKyMUCjE2NmbHD2YANdiZQCBAVVWV7V4JpAVtdvbMAboB2AZ849KX4DjUZjS2FTkdN+hiOxMOh/F4POcTiUShCR0EHnfpDwC5ADk5Oat1dXV5jrKCTKB1YX5+PpWVleNTU1N7TKge6ATUoV+ftvLy8hNFRUU1jjJPJlCS1dfXj0UiERu0BagBxo1fDdxoa2traz825bYl3eRu0M9Op6uray4SiUwB15vQAQeowSGNDg4OutcvqS036JzLLwSGgGeNvx94yPS2zqF7Iy8vr9BV98dMoLMu/zLgTeBpo90M3I61Tn6Hbhi421X3TCbQaZdfaip8BOwzsTDWIbbtM+AU0JxclaW0IBE5p6pLBgBwrUmHHKD9gDiqDbu0AFH3OyLVrpsE9pr8DpMeAWJYD5Myh/Yn4C2Tv8kRP+luNBXoEwfoOlXdIiLfYa1Vu0t7GFhW1a3ANY74sY2A3gOe4/fpaQH6sKbPDXrdpA84Yr8C72YFici8qh4FdpvQo6r6joh8jfV5vsXE54AJVd0BPOJoYtTMQNYRARzC2q65WGfpqKreKyI7nSJVvdX03r4jE0AkVYMpQSJyUlV7sN5rYH34jqvqh8AJE9sF7DGdse0xEfl2wyADe9I8Iu0e5mJt8X1pqjwhIs+nay/jpSoih1T1GNYb7eY0skmgS0TG0pRnBxnYp0BAVa/GeuSXYI0uBnwuIqeytbEhkAM4h7XT/pT9u/6P/lOg3wCAszXEjPotTwAAAABJRU5ErkJggg==" , "contentType" : "image/png" , "width" : 19 , "height" : 28 , "angle" : 0 , "xoffset" : 0 , "yoffset" : 0 }, { "type" : "esriPMS" , "url" : "https://cahssymbols.z9.web.core.windows.net/cahs.incident.health.adverseReaction.png" , "imageData" : "iVBORw0KGgoAAAANSUhEUgAAABoAAAAmCAYAAADa8osYAAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAelJREFUSInt1TGI01Acx/Hvv1a7XJdytp2uDg7igYJLNVOxQ+t0UlwdktmhUtxcispRHJzcDroWLUdAcJFrh4KFgkqc6k2Cgy0IgaRO2otDUqhem+Zqe9yQH2TJP+//ebzkvUQ5pURDaCWQ4ziPgOsr6n0gIvWZEJAHCiuCRsBcaG1ZBL0Hfi3Z+/Ak0I6I/FgS+itnZulCaCWQAJvAb8BcB7QBPAY04KJ37yvwEngBjP8bqlarCeA1cO2f0iXgOXAb2CHAXvOFGo3GPrAdi8VGqqq+KpfLhmVZ52u1WlbX9bvj8fhOLpd70263m1PDPonIh8CQYRj0+/3tSCRCq9XaUBRFm9SazSb1eh1N0+h2uwXbtgvxeHxSfgYEhzqdDgDZbBZFUY7VVVWlUqlgmia9Xo98Pj+vlT9k2zYAqVTKAY5mPZNOp8+ZpollWUeA492e+XHMhTKZDAC6rn8Tkcscf+GbwHcgWiqVbgDGvF6+ULFYRER+Oo6zBdSAytSsY8CeN/4Q+OyH+EKJRIJkMvl0OBzuAg+BW8Bb4AJwD7iCu0wPpiZwcghgMBjsiYgAT4Cb3jXJCHcTv1uELIS87AL7wH3gKu4R9BH3Nz0MggSFAL7gHkNL50ye3iEUQmuARKR4KtA6E0JL5w/1woNGtxAJawAAAABJRU5ErkJggg==" , "contentType" : "image/png" , "width" : 19 , "height" : 28 , "angle" : 0 , "xoffset" : 0 , "yoffset" : 0 } ]
... View more
09-27-2019
06:10 AM
|
0
|
0
|
39
|
POST
|
It turns out that this was related to a CORS configuration problem on the hosting site. I had specified https://<my portal url>/* as the allowed origin, but it only works when the "/*" was removed.
... View more
09-26-2019
06:35 AM
|
2
|
1
|
28
|
POST
|
I've created a custom widget and deployed it to ArcGIS Enterprise. In the embedded WAB, I've created a new application, and I'm trying to add the custom widget to it. On the Custom tab of the Choose Widget window, my custom widget appears, but when I click it and click OK, nothing happens. Any way to debug this or to figure out why I can't add my custom widget to the web app? Looking at the Web Developer Tools in Firefox, I can see that when I click OK, a GET request is issued for manifest.json, which returns with a status of 200, but there's no content to the response. If I edit and resend the request without modification, it also returns with a status of 200, but with the manifest.json content as its payload. Maybe Derek Law can provide some insight?
... View more
09-25-2019
06:16 AM
|
0
|
2
|
114
|
POST
|
Hi Munacghiso, Partial success -- I was using v1.6.0, so I went back to v1.5.1, and I'm now able to get the Description of the item to update. Other attributes, such as Credits, are still not updating, however.
... View more
03-26-2019
04:52 AM
|
1
|
1
|
221
|
POST
|
Hi Egge-Jan, Thank you for your response. However, I'm trying to go in the other direction. I have an XML metadata document that I'm applying to the item. I'm wishing to have the item properties updated without having to write additional code to parse the XML and explicitly set the properties on the item. Jon.
... View more
03-25-2019
09:53 AM
|
1
|
1
|
221
|
POST
|
Through the ArcGIS Portal UI, when I edit the metadata for a portal item, the item's properties are updated when I save the metadata record: However, when I update the item's metadata from the Python API, the item's properties are not updated. I've used the following 2 methods to update the item's metadata: item.metadata = esri_metadata_file_name item.update (metadata = esri_metadata_file_name) Is there a way to, using the Python API, to update the item's properties when the metadata is updated?
... View more
03-22-2019
01:40 PM
|
0
|
8
|
1292
|
Online Status |
Offline
|
Date Last Visited |
12-10-2020
03:10 PM
|