Hi all,
I'm trying to publish a new web tool (print tool resp. Export Web Map).
However, I'm getting the following warning:
Server Version 10.7.1 tool ExportWebMap_server parameter Web_Map_as_JSON has changes to its datatype changed.
Server Version 10.7.1 tool ExportWebMap_server parameter Format has changes to its datatype changed.
I know there is a similar issue: https://pro.arcgis.com/en/pro-app/latest/help/analysis/geoprocessing/share-analysis/00256-server-ver...
However, it's only a warning in my case, and the message is also a bit different.
So, is there any workaround or, what will happen if I publish the tool anyway?
Solved! Go to Solution.
try ArcGIS Pro 2.4 that is the codebase that ArcGIS Enterprise 10.7.1 has.
Hey there Marco, can you comment on the version of ArcGIS Enterprise and ArcGIS Pro you are using?
@JonEmch, thanks for you reply.
Enterprise is running on 10.7.1, ArcGIS Pro on 2.9
Would a downgrade of ArcGIS Pro help? If so, do you know what version would be best?
I would say it would be worth a shot, and Pro 2.4 would be the version you would want to try.
try ArcGIS Pro 2.4 that is the codebase that ArcGIS Enterprise 10.7.1 has.
Greetings, all,
Hi, @TanuHoque , how does one figure out the appropriate version of Pro for Enterprise? I am getting this same type of message when publishing a web tool to Enterprise 10.8.1 from Pro 2.9.3.
Many thanks in advance.
Since you have Pro 2.9x, I would recommend you to upgrade to Enterprise 10.9.1 server. Similarly, to publish from 3.0, you should have Enterprise 11.0 to take advantage of all new capabilities. In many cases, you should still be able to publish to older server, it is just that you won't get the new functionalities.
I hope this helps.
Tanu
Hi, @TanuHoque ,
Thanks so much for your reply.
I was hoping to know what version of Pro would be compatible with Server 10.8.1, since it would be much easier for me to roll back my version of Pro than to update Server (that's done above my pay grade).
I'm adding this for anyone else who runs into this problem: I got the parameter error with the ArcPy tool createFeatureClass_management. Server 10.8.1 expects the "template" parameter to come in as a "Feature Layer" data type, but as of Pro 2.7, the parameter gets sent as a "Table View" data type.
Currently, we are planning to try publishing from a Pro 2.6 installation. I don't know if that means that everything in Pro 2.6 is compatible with Server 10.8.1. I was assisted in tracking this down by our hosting company who pointed me at the python libraries invoked by server and pro.