Skip to main content
Bumped by Community user
Bumped by Community user
edited tags
Source Link
PolyGeo
  • 65.5k
  • 29
  • 115
  • 352

I updating one of the parameters in my ArcGIS Python toolbox with data from SQL Server, but am getting an illegal list value error. I have removed a lot of the 'special' characters, but am thinking there should be a list of what constitues an 'Illegal list value'. Does anyone know?

ERROR Traceback (most recent call last): File "", line 276, in updateParameters ValueError: FilterObject: illegal list value

ERROR Traceback (most recent call last): File "", line 276, in updateParameters ValueError: FilterObject: illegal list value

I updating one of the parameters in my ArcGIS Python toolbox with data from SQL Server, but am getting an illegal list value error. I have removed a lot of the 'special' characters, but am thinking there should be a list of what constitues an 'Illegal list value'. Does anyone know?

ERROR Traceback (most recent call last): File "", line 276, in updateParameters ValueError: FilterObject: illegal list value

I updating one of the parameters in my ArcGIS Python toolbox with data from SQL Server, but am getting an illegal list value error. I have removed a lot of the 'special' characters, but am thinking there should be a list of what constitues an 'Illegal list value'. Does anyone know?

ERROR Traceback (most recent call last): File "", line 276, in updateParameters ValueError: FilterObject: illegal list value

Source Link

Python Toolbox Illegal List value

I updating one of the parameters in my ArcGIS Python toolbox with data from SQL Server, but am getting an illegal list value error. I have removed a lot of the 'special' characters, but am thinking there should be a list of what constitues an 'Illegal list value'. Does anyone know?

ERROR Traceback (most recent call last): File "", line 276, in updateParameters ValueError: FilterObject: illegal list value