Troubleshoot the Data Graph app - 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

If you can't see the compute pool or Data Graph service after activating or upgrading the application, refer to these commands to troubleshoot the application.

Troubleshoot the compute pool

A compute pool is already started after activating the application. Use these commands to retrieve pool status or to drop and create a pool.
  • Get compute pool status:
    SHOW COMPUTE POOLS IN APPLICATION <APP-NAME>;
  • Drop compute pool:
    CALL <APP-NAME>.v1.drop_compute_pool();
  • Create compute pool:
    CALL <APP-NAME>.v1.create_compute_pool('CPU_X64_M');

Troubleshoot the Data Graph service

Use these commands to retrieve service status and logs or to drop and start the service.
  • Get Data Graph service status
    CALL <APP-NAME>.v1.data_graph_api_service_status();
  • Get Geo Addressing service logs
    CALL <APP-NAME>.v1.data_graph_api_service_logs(<container-no e.g. 0>);
  • Drop Geo Addressing service
    CALL <APP-NAME>.v1.drop_data_graph_api_service();
  • Start Geo Addressing service
    CALL <APP-NAME>.v1.start_data_graph_api_service();