Raoul:
Can you try making 2 modifications to the architecture of this project?
1.)Export your SDE data to a file geodatabase
2.)Modify your data variables to hit the file geodatabase feature classes
Run the script and see if you get the same type of error
Did you export this from a model? It looks like it because of all the duplicate GIS_USER_CommercalPropertyLi__ entries with different numbers but pointing to the same data source. I would also advice cleaning up these variables to minimize their use.
I will give that a try, if not just for testing purposes, and see if that doesn't at least give me a good location to run testing on the broken code.
Raoul:
Can you try making 2 modifications to the architecture of this project?
1.)Export your SDE data to a file geodatabase
2.)Modify your data variables to hit the file geodatabase feature classes
Run the script and see if you get the same type of error
Did you export this from a model? It looks like it because of all the duplicate GIS_USER_CommercalPropertyLi__ entries with different numbers but pointing to the same data source. I would also advice cleaning up these variables to minimize their use.