Skip to content

storing treeConfigs in maximo-db instead of filesystem

insight-connector in Maximo can ether use filesystem or database to store treeConfigs (*.json) depending on value of maximo-property mxe.insight.repository.type

  • "file" : filesystem is used and folder "treeConfigurations" in Maximo contains treeConfigs
  • "db" : maximo-database is used and table "GISTREECONFIGS" contains treeConfigs

treeConfigs should be uploaded to maximo via upload-script. insight-connector in Maximo decides according to value of property mxe.insight.repository.type where to store the treeConfigs.