New Control-m that is (almost) copy of existing. 6.3

Tools and several solutions to manage Control-M products
Post Reply
User avatar
peterrowan
Nouveau
Nouveau
Posts: 22
Joined: 23 Dec 2008 12:00

New Control-m that is (almost) copy of existing. 6.3

Post by peterrowan » 21 Apr 2010 12:45

I have installed a new control-m em and server on anew unix server and want to export and import QR definitions with their limits.
I have a csv file from the old QR_TAB table. Can I use that with ecqrtab utility to import all of them using the filename option and if so what is the syntax of the commands in the file. It looks like you need to have each command on its own line.

Can I have something like a set of below in a file processed by ecqrtab to add them all.

ADD QRNAME LIMIT
ADD QRNAME LIMIT etc.

User avatar
Walty
Nouveau
Nouveau
Posts: 473
Joined: 20 Jan 2006 12:00

Post by Walty » 21 Apr 2010 5:51

Hi,

Your input file:

ADD <your_QR_ressource_name> <your_value>
ADD <your_QR_ressource_name> <your_value>

ADD .....
ADD .....


Run the utility:

ecaqrtab -input_file <your_full_Path_Input_FileName>

You received message like this when utility was executed:

Quantitative resource '<your_QR_ressource_name>', Max availability '<your_value>' was added.
Quantitative resource '<your_QR_ressource_name>', Max availability '<your_value>' was added
.
Best regards
Walty

User avatar
peterrowan
Nouveau
Nouveau
Posts: 22
Joined: 23 Dec 2008 12:00

Post by peterrowan » 22 Apr 2010 5:02

Thanks - that works perfectly

Post Reply