Select to view content in your preferred language

GPMultiValue:GPFeatureRecordSetLayer is not supported for now error

819
1
09-22-2023 08:00 AM
Labels (2)
JacksonKimani
Emerging Contributor

Hello community,

I need assistance with this error. I trying to create a tool for users to upload shapefile data to a feature service layer hosted in ArcGIS online, but I keep getting the error "GPMultiValue:GPFeatureRecordSetLayer is not supported for now" 

Here is the workflow;

I publish the 'Append Tool' as a web tool with ArcGIS Pro to ArcGIS Enterprise. The Source layer is a parameter and accepts shapefile, file gdb etc. Target layer is fixed. Its a feature service hosted on that enterprise portal.

I also checked the box for 'Upload' option in Capabilities and in the Content section I made the Input Dataset as 'User Defined'.

After publishing it, when I add this geoprocessing service to Web AppBuilder, it shows that error within the input option.

I have attached three screenshots for your reference.

0 Kudos
1 Reply
berniejconnors
Frequent Contributor

Jackson,

        It sounds like your input shape file is has multi-point or multi-polygon geometry.  I believe that is when one record is associated with muiltiple points or multiple polygons.  See here for a better description of multi-point and multi-polygon. - https://help.arcgis.com/en/geodatabase/10.0/sdk/arcsde/concepts/geometry/shapes/types.htm 

        Perhaps this tool only supports the simpler point geometry and not the multi-point geometry.

Bernie.

0 Kudos