Hello there!
I was on the flow configuring a portal app in Experince Builder and i tripped over an error. There is need in the app for a tool that convert tables (csv or excels) to geometry, points, so i published XY Table To Point and Make XY Event Layer tools from ArcPro as web tools into portal.
Everything is fine until the analysis widget in Experince Builder do not support XY Table To Point, see the photo below. The error is available for both web tools. And also selecting already built-in tools for analysis widget are not showed in the app.
What am i missing?
Thank you in advance for suggestions!
Hello @EmiliaB,
Did you clicked the import button to import spatial analysis tools from the connected web map's analysis history.
@EmiliaB seems you are adding this tool by gp service. There are several parameters that are not currently supported. So the tool will show a warning. Can you see the tool UI after you added and learn what parameter is not supported?
So apparently, now it s working and no warning is showed. I think in the sharing as a web tool process, the reference registered data option was checked and i had errors registering the database in data store because the ODBC was not installed on all the VMs. After that, i chosed the copy all data option and now it s working.
Limitations:
The geoprocessing service still has some limitation. It is a makeXYLayerEvent tool based on an uploaded coordinate table. If uploaded table have more columns, than the X, Y default columns, the tool is not showing the points on the map in the app. Also, accepts only csv format. But, it's an accepted tool for use, considering not having dev licence to personalize widgets.
Thank you all for answers!