Grant Access to the User for GeoTAX Address - Precisely Data Integrity Suite

Data Integrity Suite APIs

Product
Data_Integrity
Spatial_Analytics
Data_Enrichment
geo_addressing_1
Services
Spatial Analytics
Data Enrichment
Geo Addressing
ft:title
Data Integrity Suite APIs
ft:locale
en-US
PublicationType
pt_developer
copyrightfirst
2023
copyrightlast
2026
In this script, a user with 'SYSADMIN' role is used to perform GeoTAX operation. Therefore, these access rights are required to be granted to the user.
grant ALL PRIVILEGES ON database PRESALES to role SYSADMIN;
grant ALL PRIVILEGES ON SCHEMA PRESALES to role SYSADMIN;
grant usage on function geotax_location(object) to sysadmin;

-- changing the requested role.
use role sysadmin;