How to Build an HCO command from Workbench
search cancel

How to Build an HCO command from Workbench

book

Article ID: 228796

calendar_today

Updated On:

Products

CA Harvest Software Change Manager

Issue/Introduction

When having trouble checking out files in Workbench, sometimes it helps to use the "hco" command line utility so that extra network tracing can be added to the log file.  But, all the options in the "hco" command can be confusing.  How can the command be built using the information you see in Workbench?

Environment

Release : 13.0.3 and up

Component :

Resolution

So, you could start with this example and fill in the details:

hco -b <brokername> -en <project name> -st <state name> -br -op pc -vp "<the From: field>" -cp "<the To: field>" -r -s "*" -tr -prompt

The log file will be named “hco.log” and is in your current working directory. 

On Windows: type hco.log

On Linux/Unix: cat hco.log

Additional Information

More information about the hco command can be found here: hco Command-Check-out