06-27-2017 04:39 AM
We have observed that “Download as Shapefile’ command is not working (nothing happens) in Geospatial SDK 16 EP 02. We also observed that JS code is hitting but request is not fired from client to server. Are we missing anything here? Any suggestions?
06-27-2017 08:49 AM
You have configured GDAL on the server right?need to give the gdal path in web configure as well.
vishnu
06-27-2017 10:06 AM
GDAL is installed on my machine. Web.config file is having entry -
<gdalConfiguration ogr2ogrPath="C:\Program Files\GDAL\ogr2ogr.exe" gdalDataPath="C:\Program Files\GDAL\gdal-data" timeout="60000"></gdalConfiguration>
When we click on Download as Shapefile command, nothing is happening. Are we missing anything here?
06-27-2017 10:29 AM
I too thought maybe I was missing something here. Now I see your report and I wonder if there is an issue in the SDK.
For me testing this today I see 'FormatConverter' is throwing a 'Server Error' that "Item has already been added. Key in dictionary: 'GDAL_DATA' Key being added: 'GDAL_DATA'"
Is this same symptom you see???
I dont see how to remove or stop this key from being added.
06-27-2017 10:40 AM
I am able to debug till below point (newForm.Submit). How can we see the FormatConverter calls?
06-27-2017 05:34 PM
you can see that the action in the return object is a Format Converter call. However, I think this is something to do with the GDAL. May be the newer version of GDAL has broken this. I tried this last week and I got the same error on the latest SDK. The GDAL originally used to create this was probably 1.x version and the current version is 2.x. Also if you have PostGIS or QGIS on the sytem then it installs GDAL on the system as well and changes the GDAL_DATA path variable in the Environment variables. And we use that variable to run the process.
Vishnu
06-28-2017 05:34 AM
I was able to get the functionality working again on GDAL 201 with SDK 16.02.
I had to uninstall GDAL 201 and ran a registry cleaner (I had previously removed the GDAL environment variable). After restart of the server I installed GDAL 201 again and the functionality appears to be working again after preliminary tests.
06-28-2017 07:03 AM
Please share us the GDAL download link. Do we need to install full GDAL setup or custom (Core Components and GDAL Utilities)?
06-28-2017 07:12 AM
I used the gdal 201 generic installer for GDAL core compenents from gisinternals
Installed core components and GDAL Utilities only as per the 'How to configure GDAL.pdf' coming with Portal SDK.
HTH
*my initial tests were good (function worked again to accept .shp and create PSS feature class), but I have to admit I'm not able to test thoroughly at this time so I have not conclusion that downstream workflows will be satisfied too.