|
POST
|
Hi John- What we do is set up a QA version below our DBO.Default, then create child versions off of the QA version named something like DBO.WebEdits. Using an editor role previously defined in our sql sever 2012 database, we then add the domained arcgisserver account to the editor role. On the back end then, all the edits made through the feature service are actually made by the arcgissever account. We handle editor tracking by enabling ownership-based control on the feature service, so that on the front end the edits to the feature service are made by users from our ArcServer user store assigned to a user role that has write access to the feature service. We then run a nightly python script to push edits from our WebEdits version to QA and then push QA edits up to DEFAULT on a weekly basis. David
... View more
06-01-2015
11:48 AM
|
1
|
0
|
2514
|
|
POST
|
Paul, its not that AD was unstable for us, its that we in GIS don't have any control over our AD and thus it was difficult to manage effectively. For us, using GIS tier authentication gives us more fine grained control as we have fairly restrictive AD policies and so it didn't make much sense for us to try to mix AD with the bult in roles. Also, our AD roles just weren't set up with server in mind, but rather for pure internal R/W access to various shares, etc. David
... View more
05-31-2015
12:10 PM
|
0
|
2
|
3497
|
|
POST
|
Hello all- The ArcGIS 10.3 for Server Map Cache Consumption Patch is the answer. After applying the patch, caches are now created using any tile management method and whether under load or not, cache directories are now renamed along with the service if a cached service is renamed, and service overwrites with a cache in place no longer leave behind a temp service. Thank you ESRI, I would consider this thread complete. David
... View more
04-27-2015
01:25 PM
|
0
|
4
|
3917
|
|
POST
|
Matt- I'd like to mark your reply as the correct reply to this long, long thread but unfortunately I didn't post this discussion as question. Nevertheless, the ArcGIS 10.2.2 for Server Map Cache Consumption Patch is the answer. After applying the patch, caches are now created using any tile management method and whether under load or not, cache directories are now renamed along with the service if a cached service is renamed, and service overwrites with a cache in place no longer leave behind a temp service. Same at 10.3. Thank you ESRI, I would consider this thread complete. David
... View more
04-27-2015
01:23 PM
|
0
|
0
|
2487
|
|
POST
|
Sorry - should have searched a little more. The post: How do you enable the "Supports Pagination" on a layer at 10.3? shows that it is the FileGDB at 10.3 that does not support pagination, and only certain RDBMS' do, like SQLServer at 2012, but not at 2008. So I will mark my question as assumed answered, but this really is a large bug - esp when we are all supposed to be publishing from locally sourced fgdbs! David
... View more
04-23-2015
02:21 PM
|
0
|
0
|
1006
|
|
POST
|
Hi- We are combing over the REST, ADMIN and the JSAPI in vain trying to figure out how to set 'supports Pagination : true' for our 10.3 dynamic map services. If you look at: https://sampleserver6.arcgisonline.com/arcgis/rest/services/USA/MapServer/3 in the arcgisonline rest you can clearly see that under Advanced Query section that supportsPagination is true. How do I enable that on my 10.3 services? My sample service at: https://scggisap1dw.bcc.scgov.local:6443/arcgis/rest/services/ScOperational/PropertySearch/MapServer/0 appears to me to be exactly the same except supportsPagination is false. Thanks, David
... View more
04-23-2015
02:07 PM
|
0
|
1
|
3868
|
|
POST
|
I've just been informed by @David Crosby that the same patch will be incorporated into the 10.3.1 impending release
... View more
04-06-2015
01:13 PM
|
0
|
0
|
2487
|
|
POST
|
That's great Matt. Unfortunately I'm already at 10.3 so no help. Now if they would release one for 10.3 that would be great
... View more
04-06-2015
12:30 PM
|
0
|
1
|
2487
|
|
POST
|
Found it! For some reason my development enviroment rest handler services directory resource calls didn't update to the 3.11 url resources when I updated to 10.3, but did on my production environment. So in server administrator at https://<yourserver>:6443/arcgis/admin/system/handlers/rest/servicesdirectory update the various javacript api urls from: http://serverapi.arcgisonline.com/jsapi/arcgis/3.3 to http://js.arcgis.com/3.11 thanks @David Crosby
... View more
04-02-2015
09:32 AM
|
0
|
0
|
767
|
|
POST
|
Hello- I have just discovered that our dev server hosting our stand-alone ArcServer 10.3 development is going out to: https://serverapi.arcgisonline.com/jsapi/arcgis/?v=3.3 at initiaize whereas our production environment is going out to: https://js.arcgis.com/3.11 at initialize. I disovered this beacause I can no longer preview an ImageServer 10.3 cache, where the url to the imageServer.js script at: https://serverapi.arcgisonline.com/jsapi/arcgis/3.3/js/esri/layers/ArcGISImageServiceLayer.js is not found. More disturbing however is why? Why is my 10.3 standalone development server deployment still going out to the old serverapi 3.3 resource instead of the new 3.11 jsapi resource? Any help or ideas are appreciated- Thanks David
... View more
04-02-2015
08:53 AM
|
0
|
1
|
3188
|
|
POST
|
I have once again found that I still receive a bundle move error when recreating all tiles. So what I have done is move to a workflow that Task 1: stopsService.bat securesService.py startsService.bat Task 1 removes load and ensures the service can't be accessed Task 2: DeletesTiles.py Task 2 ideally would minimize the amount of time a new bundle file is in memory or in a temp loaction or in tranaction during the Recreate tiles tasks below. Task 3: RecreateFullTiles.py Task 4: RecreateAioTiles.py UnSecureService.py Interestingly, the workflow performs without error when I execute the scheduled task manually my desktop. The workflow fails when the trigger condition executes task because the DeleteTiles.py script fails with at least one: Failed to cache extent: -9157755.541216 3087885.815688 -9079507.910821 3130848.734828 at scale 9027.9774109999998 The index was either too large or too small. error. Hard to figure. Something about a trigger condition runnning the task makes the task behave differently. David
... View more
04-01-2015
11:38 AM
|
0
|
7
|
3917
|
|
POST
|
Michael- No I did not and sorry I no I don't have the ability to cache in 10.2.2. I did however find that I still receive a bundle move error when recreating all tiles if those tiles have not been deleted first. I've adopted that as part of my workflow for 10.3: Secure Service Delete Tiles Recreate all tiles (full) Rercreat all tiles (aoi) Unsecure Service (ie make public) so it's 5 scripts in 3 tasks. David
... View more
03-30-2015
01:21 PM
|
0
|
0
|
2487
|
|
POST
|
Hello- I have recently discovered that the time period specified in the Usage Reports Configuration section for ArcServer Administrator configured at usage reports > settings > edit is not being honored. I specified a time period of 30 days to keep usage reports. I now have some 55 days. Has anyone else discovered this as well? David
... View more
03-30-2015
11:25 AM
|
0
|
0
|
943
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 4 weeks ago | |
| 1 | a month ago | |
| 6 | 06-25-2026 07:23 AM | |
| 1 | 06-17-2026 06:04 AM | |
| 1 | 06-08-2026 08:37 AM |
| Online Status |
Offline
|
| Date Last Visited |
Friday
|