Select to view content in your preferred language

Limitation of Geo-Processing tool

634
1
09-29-2023 08:38 AM
Shanmukha_KumariVattem
New Contributor

I am trying to export FGDB from Selected features in the Web Application using the Python script as a Geoprocessing tool.

I have created a Python Script that creates the FGDB file with feature class from the JSON format of Feature Collections.

Published the script as a Geoprocessing service.

And now I am passing the JSON of feature collections in the form of a string to the Geoprocessing service. 

 

Here I am facing an issue when the size of the string exceeds more than 9MB the Geoprocessing service is failing. and it is not giving errors in the logs.

Are there any limitations to the input parameters for the string in Geoprocessing?

0 Kudos
1 Reply
PeijunCai
Esri Alum

What GP tool are you trying to use in the script? 

0 Kudos