|
POST
|
You hit the nail on the head. I forgot that I changed my default portal to our Enterprise Portal to support some new scripts that I took ownership of from a departing employee. I'll need to find a way to change portals in my scripts to address that issue. Thank you!
... View more
10-31-2024
06:27 AM
|
0
|
0
|
1250
|
|
POST
|
I have a line at the beginning of a script that reads as follows: item = gis.content.get("03e43ce195534e028e7bf49e951414c8") I know that the item ID is valid for a hosted feature layer in my ArcGIS Online organization and that the log-in that I'm using to run the script has permission to access it. (It is not shared publicly, so even if you search for it on your own, you won't be able to view it.) If I add the following statement to the script... print(item) ... the print statement returns "None". Based on this post, a return of "None" means that the feature layer has a size of zero bytes. This isn't possible, as the layer has 502 records. The subsequent steps involve reading through a specific field to look for the most recent date, but the script doesn't get to that point because the get.content.get step isn't returning data. Any ideas for troubleshooting?
... View more
10-30-2024
07:37 AM
|
0
|
2
|
1288
|
|
POST
|
Here's another issue that I ran into today. I have a user named gis_viewer in our SQL database that I was using to connect to the enterprise database with my data. I can publish services to Portal with that database connection, but it's missing a permission that will prevent the data from copying via the collaboration. I don't know what the permission is, but I think it requires more than SELECT. Maybe someone from Esri like @ReeseFacendini can provide the link to that resource?
... View more
08-20-2024
01:12 PM
|
0
|
0
|
6299
|
|
POST
|
There is a bug in Enterprise 11.1 for multi-machine deployments that is fixed in 11.3: 113-IssuesAddressedList_06112024.pdf (esri.com) In addition to edit sync failures, I was getting a lot of those generic "failed to export item" errors while still on Enterprise 11.1. Upgrading to 11.3 resolved my issue. One other thing to check: make sure that you aren't hiding any fields in your attribute table. In particular, the sync needs all of the editor tracking fields as well as global ID. I got that generic error many times when I had hidden those fields from the attribute table before publishing to Portal. Good luck!
... View more
08-20-2024
10:50 AM
|
3
|
2
|
6323
|
|
POST
|
I don't have a solution or explanation yet, but I do have a workaround. After adding the new layer to a web map, I removed the unique symbology and the redid it from scratch. Somehow, making any change to the symbology resolves the issue. All I can guess right now is that the web map or the Instant App doesn't like something about the symbology as-is when it comes across in the collaboration. I've got a ticket in with Esri tech support, but I'm really not sure whether we'll find a root cause or not. It was a pain to manually redo the colors on 20 bus routes, but hey, if it works, it works!
... View more
08-16-2024
02:20 PM
|
0
|
0
|
1315
|
|
POST
|
Also, here is the item page for the service I'm using, if you want to test on your own: https://lawrenceks.maps.arcgis.com/home/item.html?id=814063f5548042c19ca8fc6b469efa2b
... View more
08-16-2024
09:34 AM
|
0
|
0
|
1324
|
|
POST
|
@BethRomero - sorry, I turned off sharing on that app. It's back to Public now. Appreciate your time!
... View more
08-16-2024
09:33 AM
|
0
|
0
|
1325
|
|
POST
|
I'm sure I am missing something obvious. My current app is here: https://lawrenceks.maps.arcgis.com/apps/instant/interactivelegend/index.html?appid=69fec06502a6487e9a40583766ce5ec9 It works fine. All of the bus routes display initially, and clicking in the legend filters them. I created the exact same app, but added in the new routes. It is here: https://lawrenceks.maps.arcgis.com/apps/instant/interactivelegend/index.html?appid=a5a1a3bd56844844a9966aa7a38b32d7 When you click the legend, the first layer you pick will disappear from the map, but nothing else works. Also, I noticed that in the working app, there is a button to Select All. That does not appear when I use the new data. Differences that I've tested: - Both layers are hosted feature services, but the new one is a copy coming from a distributed collaboration with our Portal. I tried publishing the layer directly to ArcGIS Online as a hosted layer and it made no difference. - The new layer has a definition query on it. I removed it and republished the service, but found no change. - The new layer has punctuation in the name. I removed those and republished to no effect. - The new layer was originally symbolized on a text field, so I converted it to a number field and republished. Again, no change. I'm always a little suspicious of linework that starts and ends in the same spot because we know lines don't want to self intersect, but both the old and new datasets have that situation. I also ran check geometry on the new layer to see if there were any issues. I haven't done a full topology check, but I suppose that's my next step. Open to other ideas!
... View more
08-15-2024
04:23 PM
|
0
|
4
|
1366
|
|
IDEA
|
I have a Pro project that I use exclusively to digitize zoning ordinances. Many times, the legal description references a plat, so I use the Locate tool > Layer Search to find the plat by name. Every time I open that project, I have to open the Locate tool, switch to Layer Search, and change the settings to Search in layer > Plat and change Match exact to Match any part. It would be nice if there were a way to save those settings to that project so that I didn't have to redo it every time.
... View more
08-13-2024
09:01 AM
|
1
|
1
|
1617
|
|
IDEA
|
I create custom color schemes for polygon layers that are color-blind friendly. Once I've created a scheme, I use the "Save to a style" option and tag the symbology as color-blind friendly. I would like to have a way to search the color schemes by tags so that I can filter my choices by the "color-blind friendly" tag and only have those palettes available to me. Being able to search symbology by tags would have many applications beyond my use case. I could set up custom color schemes that are tagged with my organization's name so that I know they match our brand. It's true that you can search in symbology if you click on an individual symbol and search the gallery - that's what I'd like to be able to do for color ramps.
... View more
07-16-2024
04:32 PM
|
0
|
0
|
464
|
|
POST
|
Adding on something new that I learned today. I thought for sure that I could create a hosted feature service on ArcGIS Online that included the new "date only" field, which would eliminate the time factor from the problem. Sadly, Experience Builder does not recognize date only fields at this time. So, the waiting continues...
... View more
06-27-2024
01:11 PM
|
1
|
1
|
2986
|
|
POST
|
Hi everyone! Just curious to know if anyone has Cityworks or Tyler EPL and has upgraded to ArcGIS Enterprise 11.3. Neither company includes the new release on their compatibility matrix yet, but I am hopeful that someone else has tried it and can report on any issues. I am eager to upgrade Enterprise but not at the expense of other applications.
... View more
06-18-2024
02:24 PM
|
0
|
1
|
1685
|
|
POST
|
I agree with you, ShaneR - switching between Catalog and Symbology is not user friendly. You should be able to filter your color scheme choices to color blind safe inside the Symbology pane. Anyone know if that is in ArcGIS Ideas?
... View more
05-08-2024
01:17 PM
|
1
|
0
|
8865
|
|
POST
|
I think the latter, @RobertAnderson3. I changed jobs since my last post, so I can't check to be sure, but I think it was just easier in the Edit widget because it split out the time and date.
... View more
04-24-2024
06:13 AM
|
1
|
0
|
4120
|
|
IDEA
|
@HeatherMcCracken, cool! I just sent an email as you suggested.
... View more
04-24-2024
06:11 AM
|
0
|
0
|
456
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | a week ago | |
| 1 | a week ago | |
| 1 | 05-08-2024 01:17 PM | |
| 1 | 12-16-2021 07:17 AM | |
| 6 | 04-23-2026 08:57 AM |
| Online Status |
Offline
|
| Date Last Visited |
a week ago
|