Collection_Config

Dieses Modul ist verantwortlich für das Importieren/Aktualisieren/Löschen der ETL-Artefakte. Folgende ETL-Artefakte werden von "collection_config" importiert:

  1. Sammlungsrichtlinien [PA, CMDB, SN, DB]
  2. Transformationsregeln
  3. Abstimmungsregeln

Die importierten Regeln werden in der PostGreSQL-Management-Datenbank gespeichert. Eine zwischengespeicherte Kopie dieser Richtlinien wird im Binärformat im Ordner {PMDB_HOME}/etl_rules gespeichert. Alle SHR-ETL-Module verwenden Regeln aus diesem zwischengespeicherten Ordner, anstatt eine Verbindung zu PostGreSQL herzustellen.

Bei jeder Ausführung des Moduls "collection_config" wird die zwischengespeicherte Kopie aktualisiert.

Verwendung

  1. collection_config -collect <Full path to collection policy xml file name> -cp <contentpack name>
  2. collection_config -transform <Full path to transformation policy xml file name> -cp <contentpack name>
  3. collection_config -reconcile <Full path to reconciliation policy xml file name> -cp <contentpack name>
  4. collection_config -delete -cp <contentpackName>
  5. collection_config -refreshCache -transformRules
  6. collection_config -refreshCache –reconcileRules