Search found 11 matches

by olivier2c
10 Jun 2014 2:23
Forum: Control-M Control Module
Topic: CM AFT V6.4
Replies: 5
Views: 8448

when I pass the command from the Control-M Server, I get the following message:

Error: Control-M Server can not process CM information
by olivier2c
10 Jun 2014 9:15
Forum: Control-M Control Module
Topic: CM AFT V6.4
Replies: 5
Views: 8448

hello

I placed the order for the Control-M/Server and the displayed list is empty ...
by olivier2c
06 Jun 2014 11:40
Forum: Control-M Control Module
Topic: CM AFT V6.4
Replies: 5
Views: 8448

CM AFT V6.4

I installed the Control Module Control-M AFT for V6.4 (CM for AFT)
on CCM (Control-M Configuration Manager), the CM does not appear (CM FILE_TRANS)
Why
THANKS FOR YOUR HELP

Regards
by olivier2c
23 Aug 2013 1:30
Forum: Job Definition
Topic: To change a variable
Replies: 0
Views: 19521

To change a variable

Hello

based on an event, I want to add "1" to a variable
For this I use the "steps" tab

ON Statement Code = OK
DO
Set-Var Name = \nom_variable Value = %%nom_variable %%PLUS 1

It does not work, the variable remains at a value of 1

thanks for your help :(
by olivier2c
20 Aug 2013 10:36
Forum: Job Definition
Topic: recover the value of a globale variable
Replies: 1
Views: 2382

recover the value of a globale variable

Hello

on a command line, I list the value associated with a global variable:

ctmvar -action list | grep variable_name | awk '{print $ 2}'

with this command I would get the value of the variable

in "steps" tab, I want to retrieve the value of the variable

how is: Stmt = Code =

thanks
by olivier2c
19 Aug 2013 2:49
Forum: Job Definition
Topic: retrieve parameters
Replies: 0
Views: 19455

retrieve parameters

Hello As a condition of entry (IN CONDITION), I would get localized settings in a file located on the Control-M server Beforehand, I entered in the SET Auto-Edit Variable "LIBMEMSYM" that describes the path to the file tab exemple : INCONDITION_NAME-%%NAME-OK where %%NAME is defined in a file Despit...
by olivier2c
14 Aug 2013 12:28
Forum: Job Definition
Topic: JOB definition
Replies: 1
Views: 2456

JOB definition

Hello

I created a multi-agent job, and I would customize OUT CONDITION

adding the name of the nodeid

how?

thanks for your help
by olivier2c
31 May 2013 9:20
Forum: Job Definition
Topic: To plane a job
Replies: 3
Views: 3719

Hello

Thank you for responding.

but I like to post a KO OUT COND ONLY if the second run of my job is KO

in your proposed solution, the condition of KO output will be posted even if the job is OK in the second pass ...
by olivier2c
30 May 2013 10:30
Forum: Job Definition
Topic: To plane a job
Replies: 3
Views: 3719

To plane a job

In one job Control-M, I wish:

- Restart the job if it is in error (COMPSTAT> 0)
- Post a condition KO output during the second execution error
by olivier2c
29 May 2013 2:59
Forum: Job Definition
Topic: How to plan a special job
Replies: 1
Views: 2687

How to plan a special job

in one job Control-M:
during the first run, if the job is KO I want to restart once and a post OUT CONDITION KO if passes mistake again

Is this possible with a single jb Control-M?

thanks
by olivier2c
06 May 2013 12:34
Forum: Job Definition
Topic: How to plan a cyclic job
Replies: 1
Views: 2794

How to plan a cyclic job

I want to plan a cyclic job every 20 minutes
I also want him to immediately rerun (maximum 3 times) if in error and do not wait 20 minutes for it to run again in the normal cycle
how should we do