|
POST
|
Hello, No, I do not have any updates or have heard of any solutions to this.
... View more
07-05-2018
09:29 AM
|
1
|
0
|
1189
|
|
POST
|
Hello Derek, Thank you for your response. Nothing should have changed. I just ran the installation media to upgrade ArcGIS Enterprise like I have done for previous upgrades without changing any of the settings. I've never set any of the CORS settings within Server or Portal before, so I'm not sure what the settings were before the upgrade. The one time I saw this message before (and it was after the upgrade), I solved it in the browser. Anyway, thank you for your help!
... View more
04-16-2018
09:44 AM
|
1
|
0
|
2047
|
|
POST
|
Hello Derek, When looking at the internet traffic, I get this message: "No 'Access-Control-Allow-Origin' header is present on the requested resource." I have dealt with this message before. I know there is an option in Internet Explorer where I can enable access to data sources across domains, so this is something I can enable in IE (not sure how to do it in Chrome or Firefox right off, but I'll look into that). Is there a reason why all of a sudden this is happening after a server upgrade from 10.5.1 to 10.6? Even using an already created web app at 10.5.1, then using it now through the WAB developer edition, it no longer works (only when trying to edit app, the app itself works fine in view mode). Is there a setting within the server itself I can change to prevent this from happening, or is it only at the browser level? Thank you!
... View more
04-11-2018
11:26 AM
|
0
|
2
|
2047
|
|
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
|
2371
|
|
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
|
14488
|
|
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
|
14486
|
|
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
|
14486
|
|
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
|
5514
|
|
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
|
3579
|
|
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
|
3841
|
|
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
|
23149
|
|
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
|
23149
|
|
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
|
1120
|
|
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
|
3356
|
|
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
|
2267
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | Friday | |
| 1 | 2 weeks ago | |
| 3 | 3 weeks ago | |
| 1 | 06-10-2026 11:28 AM | |
| 1 | 06-10-2026 11:08 AM |
| Online Status |
Online
|
| Date Last Visited |
41m ago
|