I've developed a Python script in ArcToolbox in ArcGIS Pro that retrieves a map feature (attribute to parameter), generates a web address from it, and opens http url. Could someone tell me if I can implement the same solution in ArcGIS Enterprise? What changes would be needed in the Python code? Are ArcGIS Pro ArcToolbox tools directly functional in ArcGIS Enterprise?
Hi @Niles1977
With ArcGIS Server advanced - all toolboxes available out-the-box within ArcGIS Pro are available in ArcGIS Server. https://enterprise.arcgis.com/en/server/latest/get-started/windows/server-extensions.htm
If you have your own custom Python code - the only thing I'd suggest watching out for is the use of custom/community modules. Publishing geoprocessing tools from Pro is achievable like so: https://pro.arcgis.com/en/pro-app/latest/help/sharing/overview/publishing-geoprocessing-service-in-a...
Please keep in mind that there are equivalency versions of Pro and Enterprise which is especially important when sharing geoprocessing services https://pro.arcgis.com/en/pro-app/latest/help/analysis/geoprocessing/share-analysis/geoprocessing-se...
Thanks! @A_Wyn_Jones
I published the Arctoolbox from ArcGIS Pro to Portal, but it was not working properly. I got error message: 'update parameters error', when running the toolbox form Portal. The local version is working properly.
Could it be somekind of credentials related problem or what could it be?