Search found 14 matches

by bsglover
19 Jun 2013 3:36
Forum: Job Definition
Topic: How to order a Smart-Table with variables
Replies: 0
Views: 22790

How to order a Smart-Table with variables

Hi, Im using CTM 7 WIN. I need to know if is possible to order a whole smart-table just passing variables only into the own set vars. Example i just tried: " ctmorder -schedtab Smart_tab -jobname * -odate 20131104 -force Y -autoedit "%%%%Pr1" "Txt" " the only problem is that this command set the sam...
by bsglover
08 Oct 2012 11:39
Forum: Job Definition
Topic: Calendar: Run job every two weeks only
Replies: 3
Views: 4139

Solved it!

I just check:
Month days: from day 1-7
from day 15-21
from 29-31
Connected though "AND"

Week days: only sunday

Now it works!
by bsglover
08 Oct 2012 11:21
Forum: Job Definition
Topic: Calendar: Run job every two weeks only
Replies: 3
Views: 4139

Calendar: Run job every two weeks only

I need to create a job which will have to be run every two weeks on Sunday, is there any way to set correctly the execution without create an own specific calendar using only the "rules"?

Thanks in advance.
by bsglover
28 Jun 2012 11:42
Forum: Job Definition
Topic: Late sub & Late time how to?
Replies: 2
Views: 5673

Late sub & Late time how to?

Hi, can somebody help me to understand how they works and when should i use them? Im working on CTM 6.4 WIN - newday at 8.00am. 1)What should i use if i want to have a shout just after the newday informing that some jobs where not ran at all? 2) If i want just to shout an execution started late (exa...
by bsglover
20 Jun 2012 11:05
Forum: Control-M Control Module
Topic: MKDIR AFT 7, how to make it work?
Replies: 1
Views: 8719

Solved it, i wrote the whole destination into the form "Directory Name".

:D
by bsglover
20 Jun 2012 9:57
Forum: Control-M Control Module
Topic: MKDIR AFT 7, how to make it work?
Replies: 1
Views: 8719

MKDIR AFT 7, how to make it work?

Hi, im in need to understand how to use the pre-command on the destination server using the AFT module. That's what i did after compiling the source and destination path: Advanced-->Commands-->Commands on destination server-->FTP Pre Command-"mkdir"-->Directory Name=TEST_DIR The file is moving corre...
by bsglover
15 Mar 2012 2:45
Forum: Job Definition
Topic: Global Vars on table group?
Replies: 0
Views: 22595

Global Vars on table group?

Hi, im running control-m 6.4 (win) and im in need to understand how the global vars work on a table group instead of a normal jobs. I do created some jobs with declare global vars which are used by other jobs in the same flow or even in other flows, so now i dont understand ow it works on the table ...
by bsglover
31 Jan 2012 1:21
Forum: Control-M Control Module
Topic: AFT 7 Return codes?
Replies: 9
Views: 14911

I solved the problem looking for this text "*No matching files for pattern*" through the steps, there are not other kind of messages i should intercept. Now i have this problem: a) I have a aft ftp job which will be restarted max 20 times on the KO -1-How can i do to send an email only when the last...
by bsglover
22 Jan 2012 2:08
Forum: Control-M Control Module
Topic: AFT 7 Return codes?
Replies: 9
Views: 14911

Im already using the AFT 7.
by bsglover
20 Jan 2012 8:59
Forum: Control-M Control Module
Topic: AFT 7 Return codes?
Replies: 9
Views: 14911

I know i have to intercept this test on the steps because it just happened, and it will work only for this case, but what about the other kind of error messages which can appear? Is not good to have to wait for every run and read the sysout manually though the desktop to get to know what happened. F...
by bsglover
19 Jan 2012 9:26
Forum: Control-M Control Module
Topic: AFT 7 Return codes?
Replies: 9
Views: 14911

Thanks for the answer, i think AFT its a great way to move files but the big problem seem to be the return code, i don't understand why they didn't think its a necessity, without it how we should control the execution? I can't take away the * from the file name because i don't know if i will have to...
by bsglover
18 Jan 2012 4:19
Forum: Control-M Control Module
Topic: AFT 7 Return codes?
Replies: 9
Views: 14911

AFT 7 Return codes?

Has Anybody know the kind of return codes i can receive when the AFT goes KO? I just tried a regular copy of a file which was not existent, and i receive COMPSTAT=0 ------------------------ the sysout produced: ------------------------ "+ Job started at '0117 15:46:52:941' orderno - '0j87a' runno - ...
by bsglover
09 Dec 2011 12:38
Forum: Job Definition
Topic: How to find an ORDERID using a scheduled job?
Replies: 2
Views: 3256

Thanks for the answer, i will try asap. :D
by bsglover
01 Dec 2011 10:54
Forum: Job Definition
Topic: How to find an ORDERID using a scheduled job?
Replies: 2
Views: 3256

How to find an ORDERID using a scheduled job?

Hi guys, i need to put a job in hold state just after another execution finish KO, i did get the right command: "ctmpsm -UPDATEAJF (ORDER-ID) HOLD" I dont know how to get, in automatic, the order_id of the job i need to hold. My idea is create a script which can be launched after the other execution...