Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The easiest way to generate variables inside Catalogue QT is to use XML transformation and pass the result to CLI based client.

Code Block
> cd catalog_qt_2/client/catalog-ws-client
> xsltproc ../../sql/feed/imas/dumpSummaryFields.xsl $IMAS_PREFIX/include/IDSDef.xml > variables
> java -jar ./target/catalogAPI.jar -addVariables --url http://catalog:8080 --variables-file `pwd`/variables

Once this action is finished Catalog QT will be aware of all the variables that are supposed to be collected.


Using Catalogue Client at Gateway - fast track
Anchor
CLI_fast_track
CLI_fast_track

...