Verifying the lookup data
The Lookup Repository Reader is a tool that you can use to verify the data written by the Lookup Manager. It reads the contents of shared memory segments and stores. By default, it stores the content that is written into shared memory segments in CSV files in the <project-root>/data/dump folder. Use this tool to check the lookup data read from a database, for example.
About this task
CAUTION: When you start the Lookup Repository Reader, stop any jobs that access the shared memory segments. If not, it can cause problems for running lookup processes and create inconsistent repository output.
The following sample shows the necessary parameters:
cd <project-root>/output/LookupRepositoryReaderMain
-c, --log-to-stderr Output trace messages to standard error. The default is standard output.
-d, --data-directory=VALUE Specifiy a data directory for this application to use.
-t, --trace-level=INT Specifiy a data directory for this application to use.
-e, --execution-directory=VALUE Specifiy a data directory for this application to use.
-g, --debug=VALUE Run the standalone executable under the specified debugger.
-h, --help Get (this) usage information.
-k, --kill-after=VALUE Specifiy a data directory for this application to use.
-l, --log-level=INT Specifiy a data directory for this application to use.
Additional command line arguments can be specified by using <name>=<string-literal>.
The optional arguments are:
[common.lookup.lookupreader::LookupRepositoryReaderMain.]store (""),
[common.lookup.lookupreader::LookupRepositoryReaderMain.]outDir ("./dump"),
[common.lookup.lookupreader::LookupRepositoryReaderMain.]print ("off"),
[common.lookup.lookupreader::LookupRepositoryReaderMain.]append ("off"),
[common.lookup.lookupreader::LookupRepositoryReaderMain.]index ("0"),
[common.lookup.lookupreader::LookupRepositoryReaderMain.]global.applicationControlDirectory ("./control"),
[common.lookup.lookupreader::LookupRepositoryReaderMain.]count ("0"),
[common.lookup.lookupreader::LookupRepositoryReaderMain.]segment (""),
[common.lookup.lookupreader::LookupRepositoryReaderMain.]repository (""),
[common.lookup.lookupreader::LookupRepositoryReaderMain.]domain-id ("dummy_1462178185"),
[common.lookup.lookupreader::LookupRepositoryReaderMain.]instance-id ("dummy_1462178185").