Hey folks,
Got a question regarding updating of data within my Address Locator that I have shared to our Portal Env. The data within our Address Locator is referencing a file geodatabase that resides on our ArcGIS Server. The file geodatabase has been registered with our Datastore so we don't have data copied to the managed Datastore (PostgreSQL). The file geodatabase is updated on a weekly basis. Will I also need to update the Address Locator in Portal? Since the source data is updated I'm thinking I will most likely need to run a rebuild and overwrite the existing Locator Service in Portal.
Any thoughts or suggestions would be appreciated.
UPDATE: Looks like I might have found my answer
Rebuilding address locators using a geoprocessing tool—Help | Documentation
"When you make edits to your geocoding reference data, either by adding or deleting features or rows or by editing the address attributes they contain, you must rebuild your address locator if you want to geocode addresses against the current version of the reference data. "
So, I wrote a Python script to stop the locator service, rebuild the locator service and start the service back up. Easy as py.
Thanks