Search found 11 matches

by sukie
02 Feb 2012 2:06
Forum: VisualJob for Control-M / TWS / UC4
Topic: How do I schedule for the first business day of the month?
Replies: 1
Views: 12163

Create a calendar with all your business days selected and called it BWD for example.

In the scheduling tab in the job definition put your BWD calendar in the month days calendar field, and enter D1 for the days of the month. This will give you exactly what you require.
by sukie
02 Feb 2012 1:55
Forum: Exploitation / Operation
Topic: Quantitative Ressources Deletion
Replies: 5
Views: 2931

open a sql session to your database. select * from CMR_QRTAB where QRESNAME='qresourcename' This lists all the quantative resources on the QR resource table - this will show how many are reserved, in use etc. select * from CMR_QRUSE where QRESNAME='qresourcename' Will show resources actually in use ...
by sukie
02 Feb 2012 1:43
Forum: Monitoring
Topic: EXECTIME > 999
Replies: 1
Views: 5514

In version 7, if you use periodic calendars you can have periodic statistics giving you a different average run time for weekend and weekday executions.
by sukie
02 Feb 2012 1:40
Forum: Job Definition
Topic: Clean daily/ ctmudly
Replies: 1
Views: 4096

Or you can just use the ctmudlst command and select the appropriate option from the resultant menu. Or on the command line, ctmudlst LIST/UPDATE/DELETE <daily>
by sukie
01 Feb 2012 6:56
Forum: Exploitation / Operation
Topic: Agentless Executions on Windows Hosts
Replies: 3
Views: 4424

Agentless Executions on Windows Hosts

We are using agentless to submit a job to a windows cluster (windows 2003 X64 OS) to bounce a sql server instance. It's not working, we are getting an error of : CLUSTER ENTAAP1509U RESOURCE "SQL Server Fulltext (INST1520)" /OFFLINE Access is denied. When the same userid runs that command having log...
by sukie
25 Jan 2012 9:21
Forum: Exploitation / Operation
Topic: JOB FAILED TO EXECUTE DUE TO USER ENVIRONMENT
Replies: 5
Views: 4408

Is that message in the jobs log or in the sysout? If it's in the sysout then is there any more? I think we've come across this before and a stop/start of the agent normally resolves it.
by sukie
20 Jan 2012 7:49
Forum: Control-M Control Module
Topic: AFT 7 Return codes?
Replies: 9
Views: 13405

Why don't you use ON conditions to trap the 'No matching files for pattern' message in the output and then DO NOTOK if it's present in the output.
by sukie
11 Jan 2012 5:47
Forum: Job Definition
Topic: Issue when defining In Conditions
Replies: 7
Views: 5773

Chrisw, Oh how I wish your solution worked, life would be so simple! I have set up a test schedule using your proposed solution and it does not work for me. I believe that the only way your solution would work is if you either 1. have an 'If Scheduled' type job running daily which would post the 'mi...
by sukie
06 Jan 2012 6:22
Forum: Job Definition
Topic: Issue when defining In Conditions
Replies: 7
Views: 5773

We use the ctmldnrs utility in such situations, so Monday to Saturday we would have a command line job that runs the following command ctmldnrs -LOAD JOBB_CONDITION;ctmldnrs -LOAD JOBC_CONDITION and that would load the missing conditions required for Job D on the days when jobs B and C are not sched...
by sukie
15 Nov 2011 1:06
Forum: Job Definition
Topic: Control-M AFT and Filewatch
Replies: 2
Views: 3231

Thanks Markf, that's what I have done as a work-around anyway, just thought there might be another way, a better way :?
by sukie
15 Nov 2011 12:34
Forum: Job Definition
Topic: Control-M AFT and Filewatch
Replies: 2
Views: 3231

Control-M AFT and Filewatch

I need to send a data file and a trigger file using AFT from host1 to host2 but the FTP cannot start until the trigger file has been created in the source directory on host1, and when the transfer is initiated the data file has to be sent to host2 first, followed by the trigger file. I know there is...