|
POST
|
After upgrading ArcGIS Enterprise to 10.6, I've been having issues with all versions of ESRI Web AppBuilder Developer Edition, including the latest edition 2.7. When I'm creating a new web app, when I select a map to use, it loads the basemap to the extent on how the map is saved, but after that WAB freezes. No data from the feature service loads and the side pane where I can add widgets is grayed out so I cannot select anything. If I open the web map (not app) through Portal everything loads fine, it's just that WAB freezes when selecting maps. Also, the built in Portal WAB works fine, just not the developer edition. Any thoughts on what this could be?
... View more
04-11-2018
08:58 AM
|
0
|
4
|
1795
|
|
POST
|
Just to update everyone (and to anyone else who might be experiencing this), we have a resolution to this issue. I contacted ESRI technical support and all I had to do was stop and start the PublishingToolsEx geoprocessing service through the ArcGIS Server Admin endpoint. In my troubleshooting before contacting support or posting on geonet, I restarted the PublishingTools service through server manager, but didn't realize there was another service that is only found through the ArcGIS Server Admin endpoint and not through server manager.
... View more
04-04-2018
04:39 AM
|
1
|
2
|
11981
|
|
POST
|
Thank you! Is there a way we can send the log file directly to you? I don't necessarily want to post the log publicly. I also have the Crash Dump File the ArcGIS Server created from the GP tool when publishing the survey if you need that.
... View more
03-28-2018
10:21 AM
|
0
|
0
|
11979
|
|
POST
|
After looking in the ArcGIS Server logs, Justin and I get this error message: Instance of the service 'System/PublishingToolsEx.GPServer' crashed. The only thing that has changed is we upgraded to 10.6 over the weekend. I can't publish a simple survey with only one question.
... View more
03-28-2018
05:14 AM
|
0
|
4
|
11979
|
|
POST
|
Is there a way to permanently delete data from the ArcGIS Data Store? I notice when I delete a large amount of data through ArcGIS Pro from a hosted feature service (GB's worth of data being deleted), it doesn't actually delete the data from the server hosting the ArcGIS Data Store. I have a limited amount of storage space on the server, and I need to be able to permanently delete the data, but it doesn't appear to delete it. It deletes it from the hosted feature service when viewing it through ArcGIS Pro or through Portal, but it doesn't actually free up any space. In addition, the daily data store backups continue to get larger even after deleting GB's worth of data. Are there any solutions to this?
... View more
03-26-2018
08:01 AM
|
1
|
5
|
4299
|
|
POST
|
I reconcile and compress every day due to the amount of editing we are doing to our EGDB's. In the SDE_compress_log, the end_state_count doesn't always get down to 1. But when troubleshooting this issue, I did disconnect all users, reconcile and compress, and get the end_state_count down to 1, and the issue still exists.
... View more
03-07-2018
09:41 AM
|
0
|
2
|
2144
|
|
POST
|
I'm experiencing an issue with editing data through Portal web maps. When I make a lot of edits to multiple points in the same layer in a short period of time (few minutes), the layer I am editing quits loading (all of the other layers load, however). The layer either does not draw at all, or only a few points draw, but not the entire layer. I'm watching the internet traffic during this and it completes the request, there are no time outs or anything like that. When going to the server logs, I receive the following message: "Error: The requested operation is invalid on a closed state [layer name][STATE_ID = ######]" (The pound signs represent an actual number, but that number is dynamic). I've seen this issue on multiple feature services that contain data from multiple EGDB's. The only way to resolve this issue is to restart the feature service. That immediately fixes the issue, but re-appears again after making a few edits. I'm running ArcGIS Enterprise 10.5.1 and Microsoft SQL Server. The layers I am editing are registered as versioned. Any ideas on what could be causing this and how to prevent this from happening?
... View more
03-07-2018
06:23 AM
|
0
|
9
|
2406
|
|
BLOG
|
Thank you for the comments. After posting my comment, I did a lot more digging into it and I think what is causing the issue is the attachment table with pictures. If I did my debugging correctly, the error occurs on the attachment table because it does not have editor tracking enabled. If I understand correctly, the script downloads the data, and then there is an iterator that iterates through all of the downloaded feature classes/tables. Within that iterator, it searches for the creation date field. The attachment table does not have editor tracking enabled (and I'm not sure how to enable it on that table), which is why I believe the error is occurring. The make table view tool has a query, and the query fails on the attachment table because it does not have the creation date field.
... View more
05-25-2017
11:54 AM
|
0
|
0
|
8988
|
|
BLOG
|
I am getting this error. The only thing that I changed within the script is I changed "CreationDate" to "created_date" so it conforms to the editor tracking field name. Any ideas on what the issue could be?
... View more
05-23-2017
08:01 AM
|
0
|
0
|
8988
|
|
POST
|
I am trying to add a table widget extension for Dashboard (downloaded from ESRI's dashboard sample site) and I am having trouble adding it through portal. I follow the instructions when adding the application through portal and I get an error message stating "Unable to load (link to the table widget .json file) status: 404. It is reading something because if I give a false link it will give me a different error message stating the URL does not reference an Operations Dashboard Extension. I'm not sure why I am getting this error message. I seem to be following the instructions correctly. Any ideas? I'm running ArcGIS Server 10.4.1.
... View more
11-22-2016
10:11 AM
|
1
|
0
|
938
|
|
POST
|
I believe your problem is a known bug. Try using Internet Explorer and see if it works. ESRI has also released a patch for Portal as well that fixes this problem. Bug Documentation: Announcement: Errors Encountered in ArcGIS for Server and Portal for ArcGIS Web Apps after Certain Browser Updates | Sup… Patch: Portal for ArcGIS Home Application Upload Patch
... View more
11-09-2016
01:01 PM
|
0
|
1
|
2863
|
|
POST
|
Have you tried using Internet Explorer? I believe this is a known bug. I have been having this problem as well. See the blog link below. Announcement: Errors Encountered in ArcGIS for Server and Portal for ArcGIS Web Apps after Certain Browser Updates | Sup…
... View more
11-04-2016
05:29 AM
|
3
|
3
|
1641
|
|
POST
|
Glad it worked! Sometimes if I do an attribute join and don't export the SQL table first, it will match the records, but all of the matched records will be null values for the attributes. But if I do a simple export, it works perfectly!
... View more
10-17-2016
01:08 PM
|
0
|
1
|
929
|
|
POST
|
Yes it is doable as long as you have a matching attribute to link the two data sources to each other. It is possible once you get the SQL table in the GIS, you might have to export it to a .dbf or geodatabase table for the join to work correctly, but it is possible.
... View more
10-17-2016
05:50 AM
|
0
|
3
|
929
|
|
IDEA
|
Currently, anything that can be inserted as dynamic text/pictures in data driven pages must be located in the attribute table of the index layer (unless if you have a related attachment table for pictures). My idea is for data driven pages to support dynamic text/pictures from a related table. Here is my issue. I have thousands of pictures that I need to be inserted into data driven pages. Using the attachment table works, but the size is becoming too large and we need to store the pictures elsewhere. I have the picture filepaths in a related table, but I cannot insert those pictures into the data driven pages via the "Simple path from Data Driven Pages" option due to the fact it must pull from a field within the index layer. The only work around that I know of is to create the picture fields within the index layer itself, but this is not an ideal option because each record might contain multiple pictures. I propose that ESRI support related tables in data driven pages.
... View more
09-28-2016
10:03 AM
|
13
|
1
|
1664
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | Friday | |
| 1 | 05-19-2025 12:32 PM | |
| 1 | a week ago | |
| 2 | a week ago | |
| 1 | 3 weeks ago |
| Online Status |
Online
|
| Date Last Visited |
5 hours ago
|