Add index to scene layer's associated feature layer attribute in Enterprise

282
0
04-25-2022 03:46 PM
RobStauder
Occasional Contributor

Hi,

I'm trying to create an attribute index on a text field in a scenelayer's associated feature layer (type = multipatch) on ArcGIS Enterprise 10.8.1. 

Here's what's going on - 

  • Publish to portal w/out the index, then try to create the index using Add to Definition admin rest operation:

 {"error": {
"code": 500,
"message": null,
"details": []
}}

  • Publish to portal w/out the index, then try to create the index using GP AddIndex tool:  ERROR 160213: A networking error occurred.
  • Publish to portal with the index pre-created - index is recreated on the server, but I cannot see it through the rest item details page, only through ListIndexes in arcpy.

It works a bit better on AGOL. I can create the index using the AddIndex gp tool and view it in the rest item details page. 

I'd rather not republish all the scene layers but do need an attribute index to support queries from a web app. 

Any ideas? 

Thanks!

Rob

0 Kudos
0 Replies