typeGPTableValue is not supported for now

154
0
2 weeks ago
pixelpro
New Contributor

Hey hey!  So we have created a complex python script that that leverages multiple feature classes and various attributes.  We are essentially building a modeling tool that allows scientist to enter variable values for each attribute from a given feature class.  The model will then run with said varibales defined and select polygons that meet this criteria.  It works flawlessly in ArcGISPro.  Our goal was to publish this as a geoprocessing service and expose it through the geoprocessing widget (via rest end point) so that these scientist can access it through a web application easily without the need for firing up ArcGIS Pro.  When we publish and deploy to the web app, we get the following error for each of the variables... typeGPTableValue is not supported for now.  

  • Trying to utilize a geoprocessing service in Web App Builder.
  • However unable to publish the service to Portal for ArcGIS.
  • Received error: The CAlcNPS/Organic_Matter_thresholds parameter is missing a syntax dialog explanation in the item description.
  • Added description to individual syntax by navigating to Toolboxes in catalog pane> right click on the script> Click edit metadata.
  • We were able to publish it now.
  • Copied the REST URL of this service and added it to Web App Builder geoprocessing widget.
  • While running the tool, when we input a parameter under 'Variable Name' we receive a message under 'Weights for each variable': typeGPValueTable is not supported for now.
 

GPtablevalue.png

0 Kudos
0 Replies