How to Run Routerview Command for Single Job
Environment
HVR 5
Steps
hvrrouterview is a neat utility that can take an HVR 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 tx files for job chnx-cap-locy:
$ hvrrouterview -c locy myhub/pwd chnx
content_copywhere -c locy identifies the specific capture location called locy, or
$ hvrrouterview myhub/pwd chnx $HVR_CONFIG/router/myhub/chnx/loc_locy/loc_/.tx*
content_copyTo see the tx files for job chnx-integ-locy:
$ hvrrouterview -i locy myhub/pwd chnx
content_copywhere -i locy identifies the specific integrate location, or
$ hvrrouterview myhub/pwd chnx $HVR_CONFIG/router/chnx/loc_/loc_locy/.tx*
content_copy
Comments
0 comments
Please sign in to leave a comment.