Introduction
How to run the routerview command for a single job
Environment
Local Data Processing
Steps
The utility hvrrouterview
is a neat utility that can take an Local Data Processing binary file and convert it to XML.
It can be used to view enrollment, cap_state files as well as transaction files. One example of using the commands to view a transaction file that is placed in the router directory is shown below.
To see the txfiles for job chnx-cap-locy
:
$ hvrrouterview -c locy myhub/pwd chnx
where -c locy identifies the specific capture location called locy
Or
$ hvrrouterview myhub/pwd chnx $HVR_CONFIG/router/myhub/chnx/loc_locy/loc_/.tx*
To see the txfiles for job chnx-integ-locy
:
$ hvrrouterview -i locy myhub/pwd chnx
where -i locy identifies the specific integrate location
Or
$ hvrrouterview myhub/pwd chnx $HVR_CONFIG/router/chnx/loc_/loc_locy/.tx*