Did you figure this out? I'm getting similar messages and have tried editing in the script but haven't found the right combination yet.
i keep throwing errors on it.ERROR 000732: Layer Name or Table View: Dataset ParcelFabric_Layer\Parcels does not exist or is not supportedFailed to execute (SelectLayerByAttribute).
parcels = r"%s_Layer\Parcels"%(name)
parcels = r"%s_Layer\Tax Parcels"%(name)
arcpy.management.SelectLayerByAttribute(parcels, "NEW_SELECTION", """Type = 7 AND Historical = 0""")
Isn't it Historical <> 1?
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.