|
POST
|
After using the enterprise builder to install the ArcGIS enterprise components on a Windows server, it fails on the configuration process. Here are some screenshots of the install process as well as the server log. Looks like a permission issue but not sure which account is having the issue. Is it a PSA account issue or the domain account we configured? Any advice on what permissions need to be granted and for what locations?
... View more
10-31-2017
06:20 AM
|
0
|
6
|
5051
|
|
POST
|
I just started using the web app builder yesterday and noticed the same thing. I think it may have to do with the MIME types of woff and svg not being registered on the web server.
... View more
12-16-2016
06:32 AM
|
1
|
0
|
1401
|
|
POST
|
I am adding the layers at runtime but since I know what I am adding I am able to provide the layer options in the config and when the layers are added they honor the info in that config file.
... View more
12-15-2016
09:09 AM
|
1
|
1
|
4286
|
|
POST
|
Thank you for sharing. As I researched further I found the LL config file (config_LayerList.json) that has layer options that I can set. It appears that either of these will accomplish what I need. I am not sure if one way is better than the other but I think the config will be easier to modify if needed. Not I need to work on a way to delete a layer. Thanks again! "layerOptions": { "layer3": { "display": true }, "layer3_0": { "display": true }, "layer3_1": { "display": true }, "layer2": { "display": true }, "layer2_0": { "display": true }, "layer2_1": { "display": true }, "layer2_2": { "display": true }, "layer2_3": { "display": true }, "layer2_4": { "display": true }, "layer2_5": { "display": true }, "layer2_6": { "display": true }, "layer2_7": { "display": true }, "layer2_8": { "display": true }, "layer2_9": { "display": true }, "layer2_10": { "display": true }, "layer2_11": { "display": true }, "layer2_12": { "display": true }, "layer2_13": { "display": true }, "layer2_14": { "display": true }, "layer2_15": { "display": true }, "layer2_16": { "display": true }, "layer2_17": { "display": true }, "layer2_18": { "display": true }, "layer2_19": { "display": true }, "layer2_20": { "display": true }, "layer2_21": { "display": true }, "layer2_22": { "display": true }, "layer2_23": { "display": true }, "layer2_24": { "display": true }, "layer2_25": { "display": true }, "layer2_26": { "display": true }, "layer3_2": { "display": false }, "layer3_2_1": { "display": false
... View more
12-15-2016
08:25 AM
|
0
|
3
|
4286
|
|
POST
|
I am just starting out with WAB and I am trying to figure out how to keep certain items off the layer list widget. I am dynamically loading a couple ArcGISDynamicMapServiceLayer layers upon a widget load. One of the services has a table on the service that I am trying to not show in the layer list. The other service I only want to see some layers on the layer list. Any ideas? startup: function() { this.inherited(arguments); //this.mapIdNode.innerHTML = 'map id:' + this.map.id; console.log('startup'); //Load wildfire layer but only show first 4 layers geoMacLayer = new ArcGISDynamicMapServiceLayer("https://rmgsc.cr.usgs.gov/arcgis/rest/services//geomac_dyn/MapServer"); geoMacLayer.setVisibleLayers([0,1,2,3],true); this.map.addLayer(geoMacLayer); //Load policy layer but to not show table (layer 2) in layer list policyLayer = new ArcGISDynamicMapServiceLayer("http://myserver/arcgis/rest/services//Policies/HOPolicies/MapServer"); policyLayer.setOpacity(0.75); policyLayer.setVisibleLayers([0,1],true); this.map.addLayer(policyLayer); }
... View more
12-15-2016
06:49 AM
|
0
|
10
|
6222
|
|
POST
|
The GoPro Hero 5 should takes some steps out of that process now that it will have GPS.
... View more
09-26-2016
08:18 AM
|
1
|
0
|
5951
|
|
POST
|
Well I am at a loss on this one. I came in fresh in the morning with the map still open. Took a look at some properties of the hex polygon layer and changed some of the symbology. Decided to try the summarize within tool again and it just worked. I guess I will chalk that up to some buggy behavior in the application.
... View more
09-23-2016
06:54 AM
|
0
|
0
|
1881
|
|
POST
|
I used the Generate Tessellation tool to create 100 sq mile hex polygons covering the entire US. Then I use the Summarize Within (Analysis Tools) tool with that layer and a layer of points, which fails with a generic error. I did try the summarize within tool utilizing the same point layer but a different polygon layer and it worked. Seems like it doesn't like my hex polygons for some reason but I can't seem to pinpoint why. Just simple polygons with the same spatial reference as the layer that works.
... View more
09-23-2016
05:46 AM
|
0
|
1
|
1881
|
|
POST
|
I am trying to do a very basic summarize within function using hex bin polygons and around 40,000 points. The tool fails with a generic 999999 error which leaves me completely baffled with no direction to troubleshoot. Both data sources are wgs84 and are sitting in the same gdb. I tried to keep it as simple as possible and have it summarizing 0 or 1 field at most. Any ideas on how I can troubleshoot? Thanks.
... View more
09-22-2016
12:50 PM
|
1
|
4
|
3131
|
|
POST
|
Here is an update on my end. I ended up having success placing the sde connection file in the same directory as the script and then referencing that with a system path variable. Here is a sample. This has been the most consistent method for me. #Get script path script_path = sys.path[0] #Path to SDE using new script path variable sdeconn = os.path.join(script_path, "SQLDB.sde") #Path to feature class polfc = os.path.join(sdeconn, 'ArcSDE.dbo.MyData)
... View more
07-21-2015
05:21 AM
|
0
|
0
|
2056
|
|
POST
|
David - Thank you for the information. Knowing that the connection files are being copied over for you gives me some direction for troubleshooting.
... View more
01-05-2015
12:20 PM
|
0
|
0
|
643
|
|
POST
|
They do. If i look at the python scripts after publishing I notice new variables g_ESRI_variable_1, g_ESRI_variable_2, etc... You would notice them at the top of the python script. Here is what I wrote in my initial post describing my issue. "Taking a look at the script uploaded to the v101 folder, the esri added variable looks like g_ESRI_variable_1 = u'..\\..\\..\\..\\..\\GP_Tools\\Database Connections\\GISDB_ArcSDE(PROD Server).sde'. This path is modified from my original path to the sde connection file on my computer Shakemap_Table_Target = os.path.join("D:\\agsResources\\GP_Tools\\GISDB_ArcSDE(PROD Server).sde", "ArcSDE.dbo.EQ_SHAKEMAPS")."
... View more
01-05-2015
08:32 AM
|
0
|
1
|
2716
|
|
POST
|
David, We only have 1 live gis server and the directories are all local on that server. I am not allowed to access anything on that server but the server domain account has R/W access to eveything. So that means I have to publish using a local sde connection file. With map services this is fine as the DB is registered with the server. I will have to talk to the server team to see if we can look at a similar apprach to yours where we would move the directories to a shared location. One question I have for you is, when you publish a GP service with your UNC path to an sde file, does esri add variables that point to the location of these files? I am curious is they are recognizingnetwork paths and not changing those but if it sees a local path it makes modifications. Looking at the variables created it seems like the sde file should be copied with the service but that is not happening. Thanks!
... View more
01-02-2015
06:00 AM
|
0
|
3
|
2716
|
|
POST
|
Yes just gp services. Pretty basic error messages. "FieldMappings: Error in adding table to field mappings Failed to execute (ImportWildfirePerim). Failed to execute (ImportWildfirePerim)" As I mentioned before, it is all about the sde location variable created when publishing the service. If i hard code a correct location the service will run without issue.
... View more
12-31-2014
08:56 AM
|
0
|
0
|
2716
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-21-2026 06:15 AM | |
| 4 | 03-12-2025 11:01 AM | |
| 3 | 01-08-2025 09:26 AM | |
| 1 | 01-08-2025 07:19 AM | |
| 1 | 12-06-2024 04:52 AM |
| Online Status |
Offline
|
| Date Last Visited |
a month ago
|