POST
|
We are also having this issue with more than one map, but mainly for one user. It has happened on maps created in previous versions of ArcPro and on new maps created with the current version (3.1.2 for us). The latest map had a lot of files from different source folders, including gdb rasters, feature classes, tifs, and a shapefile. We could see all the sources by going to the map item properties and choosing to update data sources. We did not update anything, just used that as reference for what layers to reload in the map. We will be calling Esri Support but also looking for updates on this forum. thanks!
... View more
09-06-2023
12:51 PM
|
2
|
2
|
4436
|
POST
|
I have this problem also in WAB Developer addition. It was working (I thought in v2.16 Dev addition) but now I cannot add layers in the configuration window. I have also tried it in v2.18 and the online AppBuilder. I have tried with new apps and an app where it previously worked. Any help would be appreciated.
... View more
04-09-2021
12:51 PM
|
2
|
0
|
2134
|
POST
|
I also have this question. I have a hosted feature layer that is shared to a group. I need to ensure that these group members are able to view the layer in a web map with some ability to query and set symbology but NOT download and export the data to their computers. I have tested this with the most restrictive settings and find that disabling export, editing, and sync does not prevent a group member from adding the layer to arcmap through AGOL and exporting it to a shapefile. This is a data security question and frankly pretty confusing since there are these settings in AGOL that would seem to prevent this. I would appreciate any update to this question. Thanks-
... View more
05-22-2020
06:50 AM
|
1
|
0
|
1769
|
POST
|
I also had this problem. I finally realized I had moved the form from its default 'survey' folder in AGOL to another folder. When I put it into its respective survey folder, the overwrite worked fine. This is what happened: I did not notice the survey folders that were auto-created because they were out of sight, i.e. below the other folders, in my folder list. But the form still showed up in the root directory so I moved it to an existing project folder. It's confusing that the form shows up in the root and the survey subfolder. I re-tested to make sure.
... View more
10-23-2017
01:57 PM
|
7
|
1
|
2102
|
POST
|
Aravind- The problem resolved itself overnight after not working for a full day on any browser. I had inspected yesterday and there were '404 - Not Found' errors showing. Today I spoke with an ESRI analyst who had looked at the problem yesterday and noted errors sending requests to 2 files but we had been unable to connect and talk through them yesterday. And now the problem is gone. So it is resolved but we do not have an explanation. Thanks for the response.
... View more
03-04-2016
10:29 AM
|
0
|
1
|
413
|
POST
|
We have several Web Appbuilder Apps that were created using WAB 1.2 for developers then deployed to our web server. These have been working great for months until today. Now the load screen spins and refuses to launch the apps. Nothing changed since yesterday... no changes to our web server or map services, etc. But the apps suddenly won't launch. This does not seem to be related to any of our map services. We tested with ArcServer map services and data stored on AGOL, same result. I also tested a new app using web appbuilder 1.3 on AGOL, then downloaded and deployed with the same result... it would not launch. What is working: I can still launch these apps through the WAB startup on my local drive. We have other Story Map apps that are still working, deployed on the same web server, so it does not seem to be a web server problem. Can anyone shed light on what might be the problem?
... View more
03-03-2016
02:28 PM
|
0
|
3
|
2288
|
POST
|
Thank you! Super helpful info and this worked. Have a great weekend-
... View more
10-02-2015
02:00 PM
|
0
|
0
|
1038
|
POST
|
Robert- Thanks so much for the quick reply. This is the detail I needed. I made the changes within my app files but for some reason it is not working. The results are limited to the U.S. but not to Florida. I’ve pasted my changes below (yellow)… I believe they match yours. I tried also using the searchExtent in a similar way but no luck there either. One thing to note is that this app was originally a WAB 1.1 and imported to 1.2. That seems to cause it to name or still refer to the “config.Geocoder.json” instead “config.Search.json”. I tested this with a native 1.2 app which did create the config.Search.json. I also tried the suffix additions in the test app but still did not work. If you see anything obviously wrong here I would appreciate it but otherwise I will continue to troubleshoot. Thanks again for the help! In Configs\Search\config.Geocoder.json { "url": "https://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer", "name": "Esri World Geocoder", "singleLineFieldName": "SingleLine", "placeholder": "Place or Address", "countryCode": "US", "suffix": " FL", "maxResults": 6, "type": "locator" } In widgets\Search\Widget.js _convertConfig: function(config) { var searchSouces = array.map(config.sources, lang.hitch(this, function(source) { if (source && source.url && source.type === 'locator') { return { locator: new Locator(source.url || ""), outFields: ["*"], singleLineFieldName: source.singleLineFieldName || "", name: source.name || "", placeholder: source.placeholder || "", countryCode: source.countryCode || "", maxResults: source.maxResults || 6, suffix: source.suffix || "" }; } else if (source && source.url && source.type === 'query') { var flayer = new FeatureLayer(source.url || null, { outFields: ["*"] });
... View more
10-02-2015
11:33 AM
|
0
|
2
|
1038
|
POST
|
Hi- I am looking for more detail about where and how to do this. I have the same need for FL and am using WAB 1.2 search widget, but cannot find/understand where I am supposed to adjust the suffix. I'm not a developer. I started a new thread for this here: Limit extent of the ESRI geocoder in the Search widget of WAB 1.2. Thanks!
... View more
10-02-2015
07:21 AM
|
0
|
0
|
208
|
POST
|
I would like to limit the extent of the ESRI world geocoder to a state (FL) in the Search widget of WAB 1.2. I think there was an answer to this at the end of another thread (https://community.esri.com/thread/116470) but I am wondering if someone can provide more detail about exactly where and what to add to accomplish this?
... View more
10-02-2015
07:16 AM
|
2
|
4
|
4480
|
POST
|
I wonder if this problem ever got fully resolved, or if you are able to see gp history in metadata for new files & operations? We are having a problem with any geoprocessing history being written to the metadata in 10.3. I read other threads related to this problem in 10.2 and we conform with all the settings suggested there, i.e. disable background processing, make sure log geoprocessing operations is checked on. We cannot get any geoprocessing operations to record in the metadata and have tried upgrading to/from various versions. The odd thing is the geoprocessing history did appear in ArcGIS metadata for a file GDB after I compacted it today. But none for feature classes or rasters created as a result of geoprocessing operation. We need this function and are stumped. Thanks to anyone who can shed light on this.
... View more
09-29-2015
12:03 PM
|
0
|
0
|
1063
|
DOC
|
Thank you Robert! All this work you do is amazing. I am excited to work with Version 1.2 next week.
... View more
08-21-2015
01:38 PM
|
0
|
0
|
3410
|
DOC
|
Robert, Thank You for this app (and the many others!). It is working well. A useful enhancement for us would be the ability to share more of the user's custom map display in addition to the extent, for example, the layers currently displayed in the user's map (rather than only the default webmap layers - we only provide a few turned on at startup) and the graphic result of the 'draw' tool. It sounds complicated to implement but would make for a great communication tool. So thought I'd ask. Thanks for your consideration! -Amy
... View more
06-03-2015
01:44 PM
|
1
|
0
|
9951
|
DOC
|
Thank you for looking into it Robert. On the user-friendly note, I agree but cannot find a better option for this particular case. We need users to be able to select from a statewide list of sites by site name. The names are not always intuitive so they might miss if they type something (‘contains’ is not enough to get it right but we might consider going to that). The good thing is that the menu scroll is very fast.
... View more
05-08-2015
08:07 AM
|
0
|
0
|
4533
|
Title | Kudos | Posted |
---|---|---|
2 | 09-06-2023 12:51 PM | |
1 | 05-22-2020 06:50 AM | |
2 | 04-09-2021 12:51 PM | |
1 | 04-23-2015 02:16 PM | |
1 | 04-27-2015 11:18 AM |
Online Status |
Online
|
Date Last Visited |
31 seconds ago
|