|
POST
|
Hi There, I've just reinstalled the latest build of AppStudio for ArcGIS (desktop) and I keep getting this error message when attempting to build an app based on the Map Viewer Template using the cloud service: No /home/appfactory/BuildOutput/prod/android/..../Intermediate/android/buildLog.txt present I can build a Map Story Template app ok and I can also build one of the starter apps ok. I have tried with both vanilla settings and customised settings. No dice. Any ideas? Thanks, F
... View more
08-10-2015
06:23 PM
|
0
|
1
|
3419
|
|
POST
|
Hi there, I have a map in WMX which contains data from 3 distinct geodbs. These 3 connections are registered with WMX. The Job has 1 workspace associated with it- the one that contains the FCs that the user will be editing. When the map opens from the Launch ArcMap step, all the data sources are correct, the WMX dialog opens and it runs it's map preparation tasks. Once these complete - the FCs in the workspace that is associated with the job are OK (ones for edit) - all the rest are broken (reference data). Even though the connections were a) correct to begin with and b) registered with WMX. Does this imply that WMX will only work correctly with maps that have data in 1 workspace? If the job has no workspace set then the map opens ok with no broken datasources but then we can't set a parent version. Thanks, Fraser
... View more
12-07-2014
03:19 PM
|
0
|
4
|
5957
|
|
POST
|
HI There, I'm seeing 2 errors in my server logs the first repeats on a service for a length of time, then clears, then starts on a new service, the other is just cryptic! The first is: "Missing parameter: searchText" - occurs multiple times in the logs on multiple services The second is only the lines of "Unable to process request: Unmatched closing ")" near index n or Unable to process request. Dangling meta character etc etc See attached screens. Has anyone seen these before and can shed light on the cause? Many thanks, Fraser NOTE: The missing parameter error is based on the Find operation - why would anything be hammering the Find endpoint? Thanks, Fraser Message was edited by: Fraser Hand
... View more
11-17-2014
05:24 PM
|
0
|
0
|
3496
|
|
POST
|
Hi Community, I have this question. In a 10.2.1 server site with a default cluster and 2 machines with 2 Web Adaptors (being load balanced) we are seeing one GIS server being strapped at 100% CPU while the second runs at about 10% CPU. My question is how the server architecture handles spreading the load. It was my understanding that the site is an architecture of peers and that the process of request handling was this: The web adaptors send requests to each machine in the site / cluster in the order that it knows about them. If gis server 1 (or the one receiving the request) is busy the request goes back to web adapter then down to gis server 2. If both are busy then the request cues at gis server1. What we are seeing though is that during load testing gis server 1 is maxing out at 100% cpu and the second server is sitting at about 15%. This is for requests to the same map service. So the expectation would be that each machine would have similar load? It seems that the WAs are sending more requests to the first node than the other. Am I missing a piece of the algorithm puzzle? Also is there any configuration available on the WAs to say how much load a server must have before it will accept a request - also can we do this at the server peer level? Thanks, Fraser
... View more
10-06-2014
03:12 PM
|
0
|
0
|
1711
|
|
POST
|
Hi, I'm running v10 and have a python script which accesses a map doc and does the usual: df = arcpy.mapping.ListDataFrames(mxd)[0] The script runs in 3 places my desktop UAT server as a GP tool PROD server as a GP tool The same MXD and file geodb is used on all three environments and is local access. The call takes sub second on my desktop, about 4 secs on the UAT server and up to 14 secs on the PROD server. The UAT server is a single box with SOM / SOC while in Prod the SOM and SOCs are split (2x SOC machines). The SOCs both have local copies of the data and maps. So same script, same map and same data all have different run times to access the data frame. The question is has anyone seen this and why would there be such a difference? Thanks, Fraser
... View more
09-29-2014
04:11 PM
|
1
|
2
|
2087
|
|
POST
|
Hi, We are running 10.2.1 Server on Windows 2012 Server Standard with a default cluster of 2 machines. The machine is heavily spec'd with 8 cores and 48GB of RAM. What we are seeing is this - The machine sits at about 14GB RAM with just the map services spun up. Once we start a caching job, the memory usage climbs and climbs until the cache process crashes and server starts kakking itself with out of resource errors. If we stop server, we see all the AGS processes disappear i.e. ArcGISServer.exe all the ArcSocs and the javaw processes but the memory usage however is not released - and using RAMMAP we see that all the memory is in the non-pooled page area. The memory isn't released until we do a reboot of the server. This thread https://community.esri.com/message/92324?sr=search&searchId=c75d4ec4-f7bf-4502-8aac-265b00bfceeb&searchIndex=3#92324 describes a similar issue and this thread https://community.esri.com/message/281228?sr=search&searchId=c75d4ec4-f7bf-4502-8aac-265b00bfceeb&searchIndex=10#281228 talks about something similar, and possible relation to VMWare management software settings. To quote from the thread: "Turns out it wasn't an ArcGIS Server issue, but a setting that needed to be changed in our VM software after increasing the amount of RAM." "We use VMWare, and from what my server guy can remember, it was the configuration manager software that was causing the problem." So if anyone has done similar and knows what settings to tweak that would be grand. We are running on VMWare 5.1. Many thanks, Fraser
... View more
09-18-2014
07:04 PM
|
0
|
0
|
3578
|
|
POST
|
We have something similar - did we get a response to this? Thanks, Fraser
... View more
09-18-2014
07:00 PM
|
0
|
0
|
2570
|
|
POST
|
Hi There, Did you ever find a solution to this? I have a similar thing with server. Thanks, Fraser
... View more
09-18-2014
06:28 PM
|
0
|
0
|
2436
|
|
POST
|
Hi There, So it's been a while since you posted this and you may have found a solution. But if not, that file gets created on the fly by the web adaptor if it doesn't exist and written to if the user the WA is running under has permissions on the directory / file. Since this is baked into the static Logger class in ESRI.ArcGIS.WebAdaptor.dll and not in a config file you can't change this behaviour. But you can delete the file and remove the appropriate permissions on the directory so it doesn't get recreated (which at 10.2.2 which I'm using seems to be the default as I wanted to enable it.) I haven't seen this documented anywhere so I would assume it's an Esri dev only type feature. Cheers, Fraser Eagle Technology - NZ Esri Distributor
... View more
08-24-2014
10:51 PM
|
1
|
0
|
3354
|
|
POST
|
Actually it's pretty easy, something along the lines of: IExtensionManager ext = ArcMap.Application as IExtensionManager; IJTXExtension4 WFext = ext.FindExtension("Workflow Manager") as IJTXExtension4; Then from there you can do stuff like WFext.JobID or wire up listeners etc. Cheers
... View more
03-24-2014
02:09 PM
|
0
|
0
|
801
|
|
POST
|
Hi There, I want to be able to get the current job id from inside ArcMap so I can store it on features. Has anyone got a code snippet on how I access the WMX stuff from ArcMap? Thx, Fraser
... View more
03-23-2014
07:39 PM
|
0
|
1
|
2549
|
|
POST
|
Hey, Once the widget loads it caches the current map layer state (ids, urls, indexes) then attaches to layer add / remove and zoom start on the map. It's got a config that runs off map labels so for a given label it has a scale cut off and a url to a dynamic service (you used to be able to call new ArcGISDynamicLayer against a tiled service at 10 and earlier but not 10.1). when we hit the cutoff scale it swaps out the cached service for a dynamic one. Since they have the same label / id whatever the Viewer framework doesn't care, and flipping to another basemap and back is fine. When we start zooming out we pull out the dynamic and replace with cached in same spot. The customer has really high quality imagery and they can make out their features at big scales, scales which would be inconvenient to cache to. So will flip it over and the user never sees it happen. Cheers, Fraser
... View more
06-11-2013
07:40 PM
|
0
|
0
|
2084
|
|
POST
|
Hey, This still won't do it, as we have about 4 basemaps so still need the basemaps button and switching. Thanks for the ideas. Cheers, F
... View more
06-11-2013
05:04 PM
|
0
|
0
|
2084
|
|
POST
|
Hi There, Thanks for the idea. Just thinking about this - even if you have a cached layer turn on / off for a certain LOD - it will still show as a map layer right? So there would be 2 basemaps available rather than 1, even if one or the other doesn't display. One for the cached layer at n LODs and then the dynamic one. We are not after this behaviour, we only one service displayed in the basemaps. There is only 2 additional listeners on 1 layer so not really a major. Thanks, F
... View more
06-10-2013
02:46 PM
|
0
|
0
|
2084
|
|
POST
|
Sure. It performs some actions against the map on the fly. When the widget loads it wires up against map events and listens for them. One example is that we have a tiled imagery service cached down to certain scale. The customer doesn't want to cache below this scale due to the size requirements of the cache, nor do they want generate tile on demand. So one thing this widget will do is flick the tiled basemap over to a dynamic one. Any mapping validation tasks to change the viewer workflow or UI based on map state will go in here. Cheers, F
... View more
06-05-2013
08:45 PM
|
0
|
0
|
2084
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 06-05-2026 01:57 PM | |
| 1 | 05-11-2026 08:21 PM | |
| 2 | 07-11-2024 05:14 PM | |
| 3 | 04-03-2024 01:48 PM | |
| 1 | 08-24-2014 10:51 PM |
| Online Status |
Offline
|
| Date Last Visited |
06-09-2026
03:10 PM
|