|
POST
|
Hi Angelyn - yes I have successfully overwritten existing services using the Server Toolbox. You must create an updated SDDraft using the arcpy.mapping function CreateMapSDDraft (I use this method to update my geocode service weekly with arcpy.CreateGeocodeSDDraft) to create draft service definition, then run the Stage Service tool to first stage the MapSDDraft, then run the Update Service Definintion tool to overwrite your service to see your changes reflected. Thanks, David
... View more
05-27-2014
09:50 AM
|
0
|
0
|
1135
|
|
POST
|
Hi Michael- No, the cache tiles are stored in a shared directory on a network server. A temp directory has been configured through ServerAdmin on each server with Server 10.2.2 installed, which of course the manage tiles operation should handle in terms of moving the bundles from the temp directory to the cache directory. I am certain this is per ESRI help documentation: http://resources.arcgis.com/en/help/main/10.2/#/Local_cache_directories_on_the_server/01540000046r000000/ Thanks David
... View more
05-21-2014
12:37 PM
|
0
|
0
|
2575
|
|
POST
|
Hi Justin- Yes I am still experiencing the same error. As far as a workaround goes, I could script the service deletion and run as a task, use task scheduler on each machine to perform a ArcServer.exe service stop, use an OS rmdir command in task scheduler to remove the directories, start the ArcServer.exe on each machine, then script and schedule service definition (sd) files for the map services, publish the sd's, and then finally re-run the caches. Sure seems like a lot of work for something that was so simple. Hey, if you think of another way let me know! David
... View more
05-20-2014
02:12 PM
|
0
|
0
|
2575
|
|
POST
|
Hi- Has anyone found a resolution to this? We continue to receive the same synchronization errors at ArcGIS for Windows Mobile 10.2.3581 on a Trimble Yuma2 win7-32 tablet. We are howerver dealing with aliased server machine names. That is, my server at servername.bcc.scgov.local:6080 is aliased as ags2.scgov.net. Anyhelp is appreciated. Thanks David
... View more
05-15-2014
11:15 AM
|
0
|
0
|
4184
|
|
POST
|
Hi Paul- Did you ever figure this out? I've been recieving the same error everytime I try to synchronize an edit using a YUMA2 Window 7-32 OS. I'm currently at Mobile 10.2.3581. Thanks David
... View more
05-15-2014
10:49 AM
|
0
|
0
|
503
|
|
POST
|
Sorry, one more bit of info. This is only occuring on my multi-machine production site. I am not encountering this error at my single-machine dev site. Of course, that makes sense as a single-machine site doesn't have to move a bundle file, right? David
... View more
05-15-2014
09:13 AM
|
0
|
0
|
2575
|
|
POST
|
Yes thanks Ilma I understand and as soon as I find out anything I will post it. Perhaps esri will chime in here at some point? 🙂 Thanks David
... View more
05-15-2014
09:09 AM
|
0
|
0
|
2575
|
|
POST
|
No, this is brand new at .2; I have never seen this error before in any release. No, I have not skipped any releases. We updated to 10.2.2 from 10.2.1 and in general, things have worked very well with this exception thus far.
... View more
05-13-2014
11:01 AM
|
0
|
0
|
4401
|
|
POST
|
Of course. I've tried dynamic basemaps at each release and whether the data is local or sde, the performance suffers, at least for us. I would consider a workaround something like what I used to do at 10.0 or less: that is, caching on a dev o rstage environment and then moving the tiles to produciton via OS commands. But since 10.1, this is somewhat problematic with the advent of the Status gdb. Over time, this tends to corrupt the service. Plus, we shouldn't have to go through these incredible scripting gymnastics just to get tools that are supposed to work; to work. Each release since 10.0 has introduced some new issue that is addressed in a subsequent release, which in turn introduces some new error . . . . David
... View more
05-13-2014
10:13 AM
|
1
|
0
|
4401
|
|
POST
|
Thanks Michael. The services have been through several updates, but this is the first time we received this error. We are able to create entirely new caches (which we have), but then cannot overwrite or delete those cache bundles. The tool deletes the bundle exchange file (bundlex) leaving in place the locked bundle, and then the tool cannot overwrite or delete the bundle as it has lost itsreference
... View more
05-13-2014
09:23 AM
|
0
|
0
|
4401
|
|
POST
|
We are experiencing brand new caching issues at 10.2.2. I am unable to either DELETE_TILES or RECREATE_ALL_TILES from an existing cache. The error we keep receiving is: Line 30Output failure, error string = Error moving bundle Failed to cache extent: -9223211.962860 3087885.815688 -9079003.170544 3271103.291998 at scale 577790.55428899999. The error occures when running RECREATE_ALL_TILES or DELETE_TILES operations of the Manage Map Cache Tiles (run as a tool or script) when run from a dedicated server gp cluster machine. Our clustered setup consists of a network file server storing our config, security and data-stores, as well as all server and system directories. Two servers serve as a mapCluster for map and image services, a single server in a gpCluster for caching and user-defined gp services, and a virtualized web server for the WebAdaptor. This has occurred as of lastweek whether reading from the GIS SDE database OR from a data-store file gdb. All permissions for directory shares and folder and file security have been accounted for. When the error occurs, the entire cache becomes corrupt, making any other caching operations in-operable (delete cache, delete tiles, etc). During the recreate, the bundlx file is being removed but the bundle file is not, thus not allowing the tool to overwrite thebundle from the admin-defined D:/arcgistemp folder(s) on the GP server. Thus far, the only solution has been to kill the service, stop the site, and then remove the entire cache directory, restart the site, recreate both the service and the cache. Has anyone encountered this? Thanks- David
... View more
05-13-2014
08:51 AM
|
7
|
101
|
59443
|
|
POST
|
Yes I do have suggestion. First, you can't run server in mixed security mode. You must use either AD or use the built-in security store. I would use the built-in store after setting up your roles and users as most IT departments are quite restrictive. Remember, serverwill inheriet whatever AD policies are in place. Place the user in the role, and secure the service. The user will then recieve a log-in prompt through whatever api you are using to display the service. Thanks David
... View more
05-13-2014
08:41 AM
|
0
|
0
|
785
|
|
POST
|
I too am experiencing brand new caching issues at 10.2.2. I am unable to either DELETE_TILES or RECREATE_ALL_TILES from an existing cache. The error we keep receiving is: Line 30Output failure, error string = Error moving bundle Failed to cache extent: -9223211.962860 3087885.815688 -9079003.170544 3271103.291998 at scale 577790.55428899999. The error occures when running a RECREATE_ALL_TILES or operation of the Manage Map Cache Tiles (run as a tool or script) from our dedicated server gp cluster machine. This has occurred as of yesterday whether reading from the GIS SDE database OR from a data-store file gdb. When the error occurs, the entire cache becomes corrupt, making any other caching operations in-operable (delete cache, delete tiles, etc). During the recreate, the bundlx file is being removed but the bundle file is not, thus not allowing the tool to overwrite the bundle from the admin-defined D:/arcgistemp folder(s) on the GP server. Thus far, the only solution has been to kill the service, stop the site, and then remove the entire cache directory, restart the site, recreate both the service and the cache. Not ideal. Thanks- David
... View more
05-12-2014
02:09 PM
|
0
|
0
|
6532
|
|
POST
|
Outstanding work Jeff, way to go. Very impressive. David
... View more
05-07-2014
01:30 PM
|
0
|
0
|
2500
|
|
POST
|
Hi Robert- Essentially you correct thank you.. I solved by setting a renderer to match the def query of the feature layer, such that if say hospital points are part of a larger layer: var lyrHospital = new FeatureLayer("https://ags2.scgov.net/arcgis/rest/services/WebEOC/WebEocOperational/MapServer/10", {
mode : FeatureLayer.MODE_ONDEMAND,
opacity : 1.0,
infoTemplate : hspTemplate,
outFields : outFieldsHospital
});
lyrHospital.setDefinitionExpression("FEATURETYPE = 'HSP'"); then set the renderer to match: var hspSym = new PictureMarkerSymbol('http://static.arcgis.com/images/Symbols/NPS/npsPictograph_0074b.png', 18, 18); //24, 24
var hspRenderer = new SimpleRenderer(hspSym); //defaultSymbol, "ProgramArea");
lyrHospital.setRenderer(hspRenderer); Thanks David
... View more
04-18-2014
01:01 PM
|
0
|
0
|
1177
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 3 weeks ago | |
| 1 | 4 weeks ago | |
| 6 | 4 weeks ago | |
| 1 | 06-17-2026 06:04 AM | |
| 1 | 06-08-2026 08:37 AM |
| Online Status |
Offline
|
| Date Last Visited |
yesterday
|