Problem Summary
How to run the routerview command for a single job?
Usually I run it like 'hvrrouterview ' but there are cases where it would be great to specify jobs
Answer
The utility 'hvrrouterview' is a neat utility which can take an HVR binary file and convert it to xml.
https://www.hvr-software.com/docs/commands/hvrrouterview
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 do this:
$ 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 do this:
$ 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*