|
POST
|
Windows 10 Enterprise. Fresh install of ArcGIS Enterprise 10.5.1 using the builder, applied domain certs to IIS. Have also enabled the ‘Use SSL 3.0’ on the ArcGIS system account as per: http://support.esri.com/en/Technical-Article/000016013 But still get the same issue. Also noticed that if I login to the portal as the portal administrator My Content --> Create a Feature Layer -> Pick Any template = ERROR IN OPENING WORKSPACE Suggests something might be up with the ArcGIS Data Store. Have sent through my logs to support and will update this ticket with the outcome.
... View more
10-03-2017
04:58 PM
|
0
|
2
|
1914
|
|
POST
|
Can anyone help me troubleshoot publishing Scene Layers from ArcGIS Pro 2.0 to a 10.5.1 instance. Base deployment on my single machine (fresh deployment with ArcGIS Enterprise Builder) Domain Certificates as the IIS level Data is a multipatch sitting in a file geodatabase 'Failed to Publish Web Layer’ is the message I get in Pro Can validate the ArcGIS Data Store Tile Cache = green tick Logs just indicate : “Error executing tool. Publish Portal Service Job ID: jf64ff193514d40fe84bc8313c04c484c : ERROR 001369: Failed to create the service. Failed to execute (PublishServiceDefinition). Failed to execute (Publish Portal Service).” Have replicated on two machines. Have replicated with a smaller multipatch
... View more
10-02-2017
09:57 PM
|
0
|
4
|
2939
|
|
IDEA
|
I was wondering if anyone has actually tried hooking into GreenPlum via a Query Layer? Sounds like if you make a connection to the master (which essentially looks like a PostgreSQL database) then it should work as expected?
... View more
08-13-2017
11:49 PM
|
0
|
0
|
1259
|
|
IDEA
|
I was wondering if anyone has actually tried hooking into GreenPlum via a Query Layer? Sounds like if you make a connection to the master (which essentially looks like a PostgreSQL database) then it should work as expected?
... View more
08-13-2017
11:49 PM
|
0
|
0
|
858
|
|
POST
|
Thats all good - load times are probably ok. I notice I have lost the popups by switching out to using an esri vector basemap. Any quick tips for that? If I put a watchpoint on line 134, it does not seem to fire when I click a circle, when previously without bringing in the esri-leaflet library and using the vector layer, it did. circles.on('click', function (d, i) The previous sample let me interact with the graphics that I am displaying on the map. I saw some of the esri-leaflet samples that work with the featurelayers that you add to the map, but hoping I can avoid reworking too much of the existing code. Perhaps there is something I need to disable on the map properties?
... View more
08-09-2017
09:51 PM
|
0
|
1
|
2612
|
|
POST
|
Massive thanks John - would have taken me 20x as long to have spotted that. The new version using the dark blue canvas can be seen here. A follow on question. I know this is an experimental add-in for the Esri Leaflet library, but the vector basemap appears to perform slower than the previous 'traditional' tiled service did. Any tips on how I could speed things up in the sample?
... View more
08-09-2017
04:51 PM
|
0
|
3
|
2612
|
|
POST
|
I found a really cool D3 sample that I want to include on a prototype Hub page that I will be showcasing.
I managed to bash the script into using my hosted feature service, along with referring to a traditional tiled service.
This can be seen here. This is not using the Esri leaflet library.
However, to match some of the other maps on my page, I need to include the Esri leaflet library so that I can incorporate the Esri dark blue vector tile service.
As soon as I switch from using leaflet-0.5 to the leaflet@1.2.0 (from the vector sample) in the header, along with the latest CSS then I get the following error in the console
leaflet.js:5 Uncaught Error: The provided object is not a Layer. at e.addLayer (leaflet.js:5) at e.addTo (leaflet.points-layer.js:44) at d3_map_vt.html:76 at d3.v3.js:2011 at Object.<anonymous> (d3.v3.js:1996) at Object.event (d3.v3.js:504) at XMLHttpRequest.respond (d3.v3.js:1949)
Would love some help getting this resolved. I did try to replicate my sample in a JSFiddle, but could not get it to run.
... View more
08-09-2017
05:58 AM
|
0
|
5
|
3856
|
|
POST
|
This sounds very similar to behaviour I am currently experiencing with a base deployment ArcGIS Enterprise 10.5 stack (with publisher patch applied) I have a SQL Server 2016 Express instance. This is registered with the ArcGIS GIS Server as a data store and validates fine. The GIS Server also has the SQL Server Native client 64bit installed. I have a very simple query layer pulling a SQL geometry points table into ArcGIS Pro. When attempting to publish this layer as Web Layer, I get ERROR 001487 in the Server logs. Have also tried from ArcMap and from an ArcGIS Pro instance on the same machine as the GIS Server. Did you resolve your issue? Looking for further troubleshooting tips to solve my issue.
... View more
06-24-2017
10:38 PM
|
1
|
2
|
5591
|
|
POST
|
Ok I added a mosaicrule to filter the image service for the single raster I am interested in. Same error in console.
... View more
06-22-2017
05:33 AM
|
0
|
0
|
1358
|
|
POST
|
I am closer. My Mosaic Dataset that I have published actually contains 4 overlapping rasters. If I publish a Mosaic Dataset with just one of the rasters = works as expected. Therefore I assume I need to apply a filter to my Image Service parameters to only pull NAME = 'therasternameiwant' Any clues on how to do this? Can perform a filter at the WebMap level, but this sample does not use a WebMap.
... View more
06-21-2017
10:17 PM
|
0
|
0
|
1358
|
|
POST
|
Also exploring how to do this outside of Web AppBuilder over in this post. Ideally want to keep this in AppBuilder and minimise development effort.
... View more
06-17-2017
06:41 PM
|
0
|
0
|
930
|
|
POST
|
I want to replicate this amazing Raster Layer Sample with my own image service. My image service (paste of REST details) is not multidimensional, and is from a mosaic dataset containing one raster dataset which has a value between 0-100. This image service performs fast when viewing in the Map Viewer. Here is a JSFiddle of my modified sample, but using a public image service. The initial load of the app is sluggish (even more so with my image service). Something that does not happen with the above sample, but happens with my service is I keep getting errors in the console. I am having trouble trying to identify what the problem is here, sure it is simple. Let me know if you need more info from my end. init.js:113 TypeError: Cannot read property '0' of undefined at Object.maskPixels [as pixelFilter] (filterStrain.html:204) at Object._setPixelData (ImageServiceLayerMixin.js:41) at Object.redraw (ImageServiceLayerMixin.js:27) at setPixelFilter (filterStrain.html:226) at Object.maskPixels [as pixelFilter] (filterStrain.html:174) at Object._setPixelData (ImageServiceLayerMixin.js:41) at Object._requestDataHandler (ImageServiceLayerMixin.js:41) at init.js:63 at Object._resolve (Raster.js:9) at Raster.js:7 "TypeError: Cannot read property '0' of undefined at Object.maskPixels [as pixelFilter] (http://localhost/telstra/filterStrain.html:204:32) at Object._setPixelData (http://js.arcgis.com/3.20/esri/layers/ImageServiceLayerMixin.js:41:370) at Object.redraw (http://js.arcgis.com/3.20/esri/layers/ImageServiceLayerMixin.js:27:395) at setPixelFilter (http://localhost/telstra/filterStrain.html:226:17) at Object.maskPixels [as pixelFilter] (http://localhost/telstra/filterStrain.html:174:7) at Object._setPixelData (http://js.arcgis.com/3.20/esri/layers/ImageServiceLayerMixin.js:41:370) at Object._requestDataHandler (http://js.arcgis.com/3.20/esri/layers/ImageServiceLayerMixin.js:41:276) at https://js.arcgis.com/3.20/init.js:63:277 at Object._resolve (http://js.arcgis.com/3.20/esri/layers/Raster.js:9:352) at http://js.arcgis.com/3.20/esri/layers/Raster.js:7:61"
... View more
06-17-2017
06:38 PM
|
1
|
2
|
1982
|
|
POST
|
I have a simple image service, served up from ArcGIS Server 10.5. (REST details) from a Mosaic Dataset. I am just interested in the one datasets within this Mosaic Dataset which has a value between 0-100. I want to allow the user within a web app (ideally without development) to filter the raster based upon them choosing a min and max value to display (e.g. >75; 40-80; etc.). I have the Web AppBuilder Developer Edition 2.4 installed with all of the Imagery widgets installed, and was hoping there might be something in here that would help, but struggling to get any of the widgets to work with my image service. Can someone suggest a way to allow a user to filter an image service based upon the pixel value? Open to any of the Web App templates.
... View more
06-17-2017
03:35 AM
|
0
|
1
|
1558
|
|
POST
|
Same here. Any widgets out there that let you flip the style on a layer, ideally using predefined styles.
... View more
06-16-2017
05:16 PM
|
0
|
0
|
1801
|
|
POST
|
I have been contemplating if a NetCDF would be useful in other areas of this study (the data is also temporal). In this instance, there is just one variable within this point dataset that I need to create a surface from. However, will have a bigger think about this.
... View more
06-11-2017
03:19 AM
|
0
|
0
|
690
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 09-28-2016 04:42 PM | |
| 1 | 10-22-2018 02:06 AM | |
| 1 | 02-07-2019 05:34 PM | |
| 1 | 01-06-2019 02:12 PM | |
| 1 | 06-08-2017 06:29 PM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:22 AM
|