POST
|
I recreated the service to the minimal level to prove the concept to myself. Then I worked backwards reversing the changes until it stopped working again. For what it's worth, here are the changes I made: 1) Moved the feature service to the root directory of my ArcGIS Server 2) Removed the requirement for HTTPS and a login to the feature service 3) Used a "publisher" account in AGOL (had been using an admin account) 4) Removed all fields save a couple of text fields At this point, it was working great. I added more fields back, and ultimately all fields back. Still working great I tried the admin account. Still working great returned the service to the secure folder, but with the permissions on the feature service itself wide open. Still working great Changed the security settings on the Feature Service to allow access to all users who are logged in. Crashes when trying to open the feature popup. The Feature Service works fine for editing in AGOL. So there seems to be some problem with editing related tables using secure feature services using the Collector App. EDIT: I created a feature layer in AGOL referencing the Feature Service in ArcGIS Server with saved credentials. Then I set the map to use the feature layer instead of the feature service directly. Now editing works on the secure service in ArcGIS Collector App for Android. So that's a work around, though not ideal.
... View more
02-09-2015
12:17 PM
|
1
|
0
|
1162
|
POST
|
Assistant Engineering Technician - I mapped pavement conditions for a county highway department
... View more
02-09-2015
11:43 AM
|
0
|
2
|
854
|
POST
|
After enabling the related table popup, I'm getting an "Unfortunately, Collector has stopped" message every time I try to open the features popup. I'm using a very basic set of points, a relationship class and related table in a 1-M relationship. Any other reports of crashes?
... View more
02-05-2015
02:22 PM
|
0
|
4
|
1162
|
POST
|
We provide 24 hour service. Practically speaking, we can get away with some brief downtime, but not at any time of day that I'd like to be awake. I definitely can't take them down long enough to rebuild them. Thanks for starting a new thread. I suppose I should think about automating a routine: Build in a private service Stop public service XCopy tiles, replacing with newer start public service Then if it works, schedule it for sometime after the witching hour.
... View more
01-16-2015
01:28 PM
|
0
|
1
|
1166
|
POST
|
I posted to soon. I moved the this.map.setInfoWindowOnClick(true); to the onClose function (line 317) and the draw widget now works. This is a nice backup to have, but would prefer to see it in the AGOL version.
... View more
01-12-2015
01:12 PM
|
1
|
0
|
1206
|
POST
|
Thanks Stan, This worked for the measure tool. I didn't have quite as much luck with the draw widget. I tried switching setInfoWindowOnClick in the startup and destroy functions of the draw widget. startup seemed to work, but destroy did not give the popup back to Identify. Here's my code starting on line 371 of the Widget.js of the Draw Widget. (I don't seem to have access to the syntax highlighter in my forum window here.) destroy: function() { if(this.drawBox){ this.drawBox.destroy(); this.drawBox = null; } if(this.pointSymChooser){ this.pointSymChooser.destroy(); this.pointSymChooser = null; } if(this.lineSymChooser){ this.lineSymChooser.destroy(); this.lineSymChooser = null; } if(this.fillSymChooser){ this.fillSymChooser.destroy(); this.fillSymChooser = null; } if(this.textSymChooser){ this.textSymChooser.destroy(); this.textSymChooser = null; } this.inherited(arguments); this.map.setInfoWindowOnClick(true); //<<ADDED THIS LINE }, startup: function() { this.map.setInfoWindowOnClick(false); //<<ADDED THIS LINE //<<ADDED THIS LINE this.inherited(arguments); this.viewStack.startup(); this.viewStack.switchView(null); }
... View more
01-12-2015
01:06 PM
|
1
|
2
|
2074
|
POST
|
The solution posted by Stan McShinsky seems to work (at least the first half - I haven't tested the second half) but it isn't available for the AGOL version. As Julia Guard noted, ESRI is aware of the issue, but hasn't committed to fixing it within any specific timeframe.
... View more
01-12-2015
11:51 AM
|
1
|
0
|
2074
|
POST
|
Well, I was able to publish about 700 services before the publishing service started to crash - ArcGIS Server 10.2.2. In this case, I need to publish a large amount of services each with minInstance of 0. This is very easy on the RAM (unless someone actually starts using the services 400 services on a very small server (two core, 6 GB RAM VM) is no problem. But 700 services, even on a much larger 12 core machine with 16GB RAM , begins to affect the publishing service - . It starts to take an increasingly long time to publish each service, CPU usage spikes (javaw.exe) and then the publishing service eventually fails somewhere above 700.
... View more
12-24-2014
06:03 AM
|
1
|
0
|
366
|
POST
|
I've noticed that. Perhaps more troubling, I've also noticed that popups don't work for layers that are off initially. I have a web app that has multiple services from our ArcGIS Server. Most of the layers in each service are "off" (not visible) by default. They are also off in the web map. Popups for all layers are enabled. When I publish as a Web AppBuilder application, the popups for layers that are "off" do not show up, even after the end user turns the layer on in the Table of Contents widget. My first work around is to turn all layers on in the web map. Now popups work, but as you've found, all layers in each service popup on every identify, even if some of the layers are off in the Table of Contents.
... View more
12-18-2014
07:46 AM
|
0
|
3
|
2074
|
POST
|
The App and the Web Maps they are built on are both shared with "Everyone". Has anyone else had this problem?http://metrocouncil.maps.arcgis.com/apps/webappviewer/index.html?id=388a0bff48224183b51cbd2570b03acf
... View more
12-18-2014
07:29 AM
|
0
|
8
|
9533
|
POST
|
It did make it work using that technique, but you won't be able to access the web map, because I'd have to share it with you. As Heiko Heijenga noted, he was able to post successfully using the JSON I provided. So I tried again and after some frustration was also able to post the JSON and found a valid web map in my AGOL account. Note that the non-basemap layer in my JSON does not show any data. The web map is OK, but you might want to try it with your own basemap and layer. The tool that Heiko linked is an easier way to "fiddle" with post requests than fiddler.
... View more
12-17-2014
01:06 PM
|
1
|
1
|
1594
|
POST
|
Thanks Heiko, I was able to construct a successful post using fiddler thanks to your post. What tool is it that you've pasted the screenshot from? Matt
... View more
12-11-2014
08:49 AM
|
0
|
1
|
1594
|
POST
|
Is there a practical limit on the number of folders and services in ArcGIS Server? I know that there are supposed to be n services running depending on how much memory you have available. This is not that issue. I have a large number of services set to use 0 instances (large number of infrequently used services) on one ArcGIS Server installation. To manage the large number of services, there are a large number of folders. Anyway, services are really slow to publish and fire up, even though CPU and memory are barely above zero. I'm guessing that one process - using java - is used to sorting through the list of folders and services when I fire it up, and that this process doesn't scale well. Does any one have any specific knowledge about what the affects of a large number of folders and services are outside the issue of consuming memory? And/or if there is something I can do to manage that more efficiently? Thanks
... View more
11-14-2014
02:33 PM
|
0
|
1
|
3468
|
POST
|
I'm trying to upload a web map definition to our ArcGIS Online Organizational Account through the ArcGIS Portal REST API. I'm using python to construct and issue the request. So far I can retrieve information about items, but I've yet to successfully use the AddItem Operation. I keep getting "{"error":{"code":403,"messageCode":"GWM_0003","message":"You do not have permissions to access this resource or perform this operation.","details":[]}} However, I am using the admin account, getting a token and can perform other operations, such as Item, to get a json definition of a web map. Here is the URL: https://<AGOL Organizational URL>/sharing/rest/content/users/<username>/addItem?f=json Attached is a scrubbed version of the JSON I'm trying to post through the operation. Should this be allowed, and if so, is there a document available that shows what the JSON payload should look like to successfully use the addItem operation?
... View more
11-07-2014
03:35 PM
|
0
|
7
|
7745
|
Title | Kudos | Posted |
---|---|---|
1 | 12-24-2014 06:03 AM | |
1 | 12-17-2014 01:06 PM | |
1 | 02-09-2015 12:17 PM | |
1 | 02-09-2015 01:41 PM | |
1 | 01-12-2015 01:06 PM |
Online Status |
Offline
|
Date Last Visited |
02-23-2022
12:20 PM
|