Select to view content in your preferred language

Issue Executing Intersect 3D on a Multipatch Layer with a GlobalID Field

74
0
yesterday
Ofir_Mazor
Occasional Contributor

I'm encountering an issue when trying to execute the Intersect 3D geoprocessing tool on a layer that contains a GlobalID field. Specifically, I am getting the following error message:

"The Fields collection contained multiple Global ID fields."

However, I want to point out that the layer I am working with does not have multiple GlobalID fields (it’s also not possible to structure a layer with more than one GlobalID field), so this error seems inaccurate.

I also checked the tool's documentation and it does not explicitly mention that Intersect 3D should not be used on a multipatch layer that contains a GlobalID field. Given that - this could be an unexpected limitation or bug.

Workaround:
The only workaround I have found so far is to export the layer to a feature class, while excluding the GlobalID field, and then execute the Intersect 3D tool on the exported feature class. While this resolves the error, it’s not an ideal solution and adds extra steps to the workflow.

Has anyone else experienced this issue? Any advice on how to resolve or work around this would be greatly appreciated.

0 Replies