|
IDEA
|
I've had several use cases while using a when() or iif() function in Arcade where it would have been really nice to have the ability to match text using LIKE in the same way that it's used in SQL. My most recent use case is that I have several point locations on a map with a field holding website URLs. My client wants all URLs with a specific domain name (let's say www.esri.com as an example) to have different text for the hyperlink than all of the other URLs. So, I'd want to write a statement like this: when($feature.URL LIKE "https://www.esri.com%", "Go to Esri sponsored site", "Vendor Website") Any website that starts with https://www.esri.com would return the text "Go to Esri sponsored site" and all other sites would return Vendor Website. I can use that custom expression for the text: And use the {URL} parameter for the actual link.
... View more
10-11-2021
10:29 AM
|
1
|
2
|
2448
|
|
POST
|
Jonah, in your reply, you wrote: "Your server must be federated with you portal to publish a web feature layer." Is that true if I am copying the data to the server instead of using a registered database? I assumed (perhaps incorrectly) that using the copy method would only use Portal and Data Store. If Server is a required component of the copy data method, then I can see why being unfederated would be a deal breaker.
... View more
08-04-2021
01:42 PM
|
0
|
2
|
12036
|
|
POST
|
Yes. The name is always simple: just alpha characters, no spaces.
... View more
08-03-2021
02:14 PM
|
0
|
0
|
12070
|
|
POST
|
I'm at a loss for why I keep failing to publish a web map from ArcGIS Pro to ArcGIS Portal 10.8.1. I was able to get two maps published successfully, so I know it's not a permissions issue. Even when I pare down the map to a single layer with next to no attributes, I get the same basic error messages: Status: Failed ErrorMessage: Failed to publish web layer Status: Failed ErrorMessage: Failed to publish web layer Test_WFL1. Status: Failed ErrorMessage: Failed to publish one or more web layers I'm trying to copy the data since my Portal is not federated with Server. None of the forums I've found so far have applied to my situation - I don't have a bad date field in any layer and I'm not trying to automate it with a script. Anyone else having this issue?
... View more
08-03-2021
12:33 PM
|
0
|
7
|
12096
|
|
DOC
|
Hi Robert! We'd like to use the eSearch widget on a secured service with stored credentials and limit usage enabled via the Item page on ArcGIS Online. Do you know URL(s) we would need to whitelist on the usage limitation to allow your widget to call that service? I realized after I posted this that there is another way to do it. I need to copy the URL from the item page and use that as the URL in the eSearch widget. Apologies for the noise on an already long forum! 🙂
... View more
07-29-2021
12:53 PM
|
0
|
0
|
21659
|
|
POST
|
Your comment about rebuilding indexes made me go back and check all of my query layers. Turns out that one of the biggest queries (770 polygons) did not have the join field indexed like I thought it did. Adding an attribute index made a big difference, so thank you for that!
... View more
07-27-2021
11:39 AM
|
2
|
0
|
2575
|
|
POST
|
This is more of a discussion question than a "help me find the right answer" question. I'm looking for others with experience using query layers in Pro. I don't use them a lot, but it's the right solution for a project currently under development. For context, I have Pro 2.8.1 installed on a Windows 10 64-bit machine. The query layers are pulling from SQL Server (currently using version 18) and I'm writing the queries on the ArcGIS Pro side rather than in SQL Server Management Studio. With regard to "buggy" issues, I've noticed several undesirable, yet inconsistent behaviors when updating a query. - When I click the edit button to modify the query, the option to name the Query is not available. Most of the time that's not a problem. Occasionally, it will prevent me from saving my updates because I get an error message that says that the name is empty (it's not, but Pro seems to think it is). **EDITED TO ADD screenshot: - When I validate a query, it is generally quick to resolve. Sometimes, it hangs for several minutes. I've had to wait for at least 15 minutes on more than one occasion. - When I advance to the screen to set unique identifiers, I am occasionally blocked from selecting a geometry type and/or a coordinate system. Again, I've waited 15+ minutes on this screen for the "hang" to resolve itself. - After updating a query and clicking OK, the OK button on the Properties window also hangs on occasion. Again, wait times can be anywhere from seconds to 15+ minutes. The biggest problem is that I cannot replicate the behavior consistently, so calling tech support isn't going to do any good. So, I thought it might be useful to post here and see if there are others experiencing this issue and/or have identified possible causes.
... View more
07-27-2021
06:34 AM
|
0
|
2
|
2621
|
|
IDEA
|
When you publish a CSV as a hosted feature layer, you get a button on the item page called "Update Data" where you can load in a new CSV to overwrite the data as long as the schema matches. This option should be available for anyone with editing privileges, or at least some role below administrator. There are plenty of workflows where I might create a hosted feature layer the first time and then turn over maintenance of the data to other people. Not being able to maintain data in a CSV and then batch upload it is a big drawback. If you trust your users to edit your data, you should give them all of the tools they need to do the job.
... View more
07-15-2021
01:53 PM
|
1
|
0
|
754
|
|
IDEA
|
In a hosted feature service, Editor Tracking uses the ArcGIS User Account's login name to populate the created by and edited by fields. However, if you are editing a feature service created from an Enterprise database, it uses the login name for the database. It would be preferable for Field Maps to use the AGOL account user name because the connection file used to publish services is rarely associated with a unique person.
... View more
06-09-2021
02:23 PM
|
5
|
1
|
1095
|
|
POST
|
Thanks for this post - I am having the same issue and it was helpful. Follow-up question for you: is the server that you're publishing to federated with your Portal? We decided against federating this time around and are wondering if that makes any difference with the pop-up transfer.
... View more
04-15-2021
08:53 AM
|
0
|
0
|
7691
|
|
POST
|
Esri Support Services for the win! Vysakh did his homework in advance and was able to walk me through the process. Turns out I did not have a Administrator Connection added. Here's why: When you add an ArcGIS Server connection in Pro, it does not give you the option to select your connection type like it does in ArcMap (use vs publish vs administer services). So, when I created my connection file, it defaulted to a Publisher connection and I never realized it. To fix this, you have to right-click on the connection file after you have created it and open Properties. At the top of that dialogue box, there is a handy-dandy drop-down menu. Change it to Administrator Connection, and the option to publish Geoprocessing Service will magically appear in the Publish menu the next time you open it.
... View more
03-24-2021
01:38 PM
|
1
|
0
|
3240
|
|
POST
|
We're running Server Standard version 10.8.1, so I don't think it's a compatibility issue. We are republishing a custom print service exactly as we have it on a 10.5.1 Standard Server, except that we're trying to publish from Pro instead of ArcMap.
... View more
03-22-2021
11:12 AM
|
0
|
0
|
3329
|
|
POST
|
I'm working my way through the steps described in the document "Share custom layouts for printing from ArcGIS Pro" and I've hit a wall. Under the section called "Publish a print service to the stand-alone server", I'm good until step 2. When I right-click my server connection and go to the Publish menu, I do not have an option for Geoprocessing Service. I only have Map Service, Tile Service, and Geocoding Service as options. I also tried to go to the geoprocessing history and right-click the successful Export Web Map tool execution, and that only gives me the option to create a geoprocessing package. My Pro license is ArcGIS Advanced, using arcgis.com as my Licensing Portal. My server connection in Pro is set up through an account with administrator privileges. The stand-alone server is running version 10.8.1 and I already have lots of map services published to it. What am I missing? Why don't I have the geoprocessing service option?
... View more
03-22-2021
10:14 AM
|
1
|
3
|
3340
|
|
POST
|
Agreed - I can put in the HTML tags instead of using the button. Regardless of the method for hyperlinking, however, it's an all or nothing proposition. Either the hyperlinks exist for every data entry or for nothing. I can't have a "N/A" text display for the URL without it hyperlinking. That's OK -- hiding the entire row solves that issue.
... View more
01-26-2021
08:46 AM
|
1
|
0
|
5275
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 2 weeks ago | |
| 1 | 2 weeks ago | |
| 1 | 05-08-2024 01:17 PM | |
| 1 | 12-16-2021 07:17 AM | |
| 7 | 04-23-2026 08:57 AM |
| Online Status |
Online
|
| Date Last Visited |
2 hours ago
|