What license is required to perform spatial analyses by interpolate points tool in ArcGIS 10.5 with portal?
After running the tool through your JobID, it shows the following messages.
ERROR 000824: The tool is not licensed.
Failed to execute (EmpiricalBayesianKriging)
Installed software:
Portal for ArcGIS with web adaptor 10.5
ArcGIS GIS Server Standard 10.5 with Data Store and configured as Hosting Server do Portal
User Role: Administrator.
When I read this link:
Standard and GeoAnalytics Tools feature analysis comparison—Portal for ArcGIS (10.5) | ArcGIS Enterp...
I understood that ArcGIS GIS Server Standard was able to perform this type of analysis.
thanks in advance for your help
Solved! Go to Solution.
To be able to run Interpolate Points, you need to have GeoStatistical Analyst for Server, which s included only with ArcGIS Enterprise Advanced.
To be able to run Interpolate Points, you need to have GeoStatistical Analyst for Server, which s included only with ArcGIS Enterprise Advanced.
Thanks for your information.
Hi, I have the Advanced ArcGIS extension, but I still get the same error 000824. Do you mind helping me a little bit? Thx!
Here is my error:
"File "<ipython-input-11-d4f2fb910fb0>", line 34, in <module>
outKriging = arcpy.sa.Kriging(inFeatures, field, kModelOrdinary, cellSize, kRadius, outRaster)
File "F:\ArcGIS10.8\Desktop10.8\arcpy\arcpy\sa\Functions.py", line 2810, in Kriging
out_variance_prediction_raster)
File "F:\ArcGIS10.8\Desktop10.8\arcpy\arcpy\sa\Utils.py", line 53, in swapper
result = wrapper(*args, **kwargs)
File "F:\ArcGIS10.8\Desktop10.8\arcpy\arcpy\sa\Functions.py", line 2802, in Wrapper
out_variance_prediction_raster)
File "F:\ArcGIS10.8\Desktop10.8\arcpy\arcpy\geoprocessing\_base.py", line 510, in <lambda>
return lambda *args: val(*gp_fixargs(args, True))
ExecuteError: Failed to execute. Parameters are not valid.
ERROR 000824: The tool is not licensed.
Failed to execute (Kriging)."
Here is my extension window:
Try to run the tool in foreground (on the geoprocessing option menu there is an option for this).
It sometimes solve such a problem.