Move a Collect Task from one Engine to another using command line.
search cancel

Move a Collect Task from one Engine to another using command line.

book

Article ID: 268752

calendar_today

Updated On:

Products

CA Client Automation - IT Client Manager

Issue/Introduction

There is a need to move a large amount of Collect Tasks from one Engine to another, is it possible to do this in an automated way?

Environment

Client Automation 14.x

Resolution

In other to do this, the following commands can be executed to do this:

cserver config -g <new_engine_name>
cserver register -a

Additional Information

There is no validation on the command, so it's recommended to double check the name of the Engine before running the command, because the command will be executed even if the Engine name is incorrect.