ArcGIS Pro ArcToolbox to Enterprise

304
2
02-24-2024 04:42 PM
Niles1977
New Contributor

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?

0 Kudos
2 Replies
A_Wyn_Jones
Esri Contributor

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...

"We've boosted the Anti-Mass Spectrometer to 105 percent. Bit of a gamble, but we need the extra resolution."
0 Kudos
Niles1977
New Contributor

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?

0 Kudos