Search found 32 matches

by philhaut
15 Sep 2014 2:16
Forum: Control-M Enterprise Manager
Topic: Controlling Control M jobs via command line
Replies: 3
Views: 9228

Re: Controlling Control M jobs via command line

hi
use
ecaqrtab update ressource-name 0
by philhaut
06 Mar 2014 4:58
Forum: Boite à Idées / Suggestion Box to BMC Software
Topic: Discussion - The Next Generation of CONTROL-M
Replies: 21
Views: 33194

Suggestion Box to BMC Software

some ideas
- cyclic table (for table with several jobs with dependence between them)
- FTP ==> variable name for FTP-LHOST
- several sounds alert
- voice command ....
by philhaut
02 Jan 2014 3:05
Forum: Monitoring
Topic: Does Adjust Condition work?
Replies: 3
Views: 5894

adjust condition

be care
if you have 3 jobs in a smart table
JOB A daily
JOB B monthly
JOB C daily

C depends to B and B depends to A

when JOB B is not plan JOB A and JOB C will start at the same time because adjust condition ignore the condition between B AND C
by philhaut
02 Jan 2014 2:59
Forum: Monitoring
Topic: Does Adjust Condition work?
Replies: 3
Views: 5894

Adjust Condition

Hi

if you have 2 jobs in a smart table
JOB A => monthly
JOB B => daily

JOB B depends JOB A

Every day JOB B depnds JOB A but the JOB A is not plan (only one time per month) so if you put adjust condition in the smart table JOB B doesn't need the condition from JOB A for running
by philhaut
09 Nov 2012 2:27
Forum: Control-M Enterprise Manager
Topic: Job failed with log saying "DISAPPEARED AT ....."
Replies: 4
Views: 7509

Hi

I had the same problem with Control-M Control Module for SAP 7.0.00
try PARMC.7.0.00.105.tar.Z for unix contact the support to get it

best regards
by philhaut
21 Sep 2012 10:02
Forum: Control-M WebAccess
Topic: Is it possible to append to a group of job names
Replies: 1
Views: 5223

hi
yes you can
in V7
Update Job/Sub-table Name assign function {Job/Sub-table Name}_TD

regards
philippe
by philhaut
19 Sep 2012 10:15
Forum: General News
Topic: How to get All the Jobs that run on Sunday ?
Replies: 12
Views: 21768

hi use ctmrpln utility Log in to the Control-M/EM account ie ctmrpln DJ Y "*" "*" 20120922 usage: ctmrpln parameter # value description --------------- ---------------- ---------------------------------------------------- 1 D (report type) Daily report (Display Mem Name) DM (report type) Daily repor...
by philhaut
19 Sep 2012 9:21
Forum: General News
Topic: How to get All the Jobs that run on Sunday ?
Replies: 12
Views: 21768

Hi,

use the command ctmlog

ie:

ctmlog list 20120919 0800 20120919 1500

regards
Philippe
by philhaut
05 Sep 2012 8:55
Forum: Job Definition
Topic: Control-M SAP job
Replies: 1
Views: 2877

hi
Can you test the account in the CM for SAP Accounts Management pannel
into the ccm

regards
by philhaut
23 Aug 2012 3:32
Forum: Scripts
Topic: ControlM and SAS
Replies: 3
Views: 8603

hi we use SAS and Controlm 7 the job sas are executed by script unix (ksh) with the command $SASROOT/sas -work ${SASTMP}${NUMTEMP} -log ${SASLOGF} -print ${SASLSTF} ${SASPROGF} you can after analyse the SASLOG by grep ie rc=`/usr/xpg4/bin/grep -E -c '^ERROR |^ERROR: | ERROR | ERROR: | Copyright ' "$...
by philhaut
25 May 2012 10:22
Forum: Monitoring
Topic: Batch Job to Extract Status of Jobs
Replies: 3
Views: 8469

Hi

you could use the command ctmpsm or sql command

ie
ctmpsm -listall|grep "jobname"

sql
select STATE,STATUS FROM CMR_AJF where JOBNAME = 'jobname' and ODATE= '2012XXXX';

STATUS=Y ==> OK
STATUS=N ==> NOTOK

STATE=4 ==>RUNNING
STATE=1 ==> WAIT CONFIRM

........
by philhaut
10 May 2012 4:42
Forum: Control-M Enterprise Manager
Topic: control-M
Replies: 3
Views: 4167

in the step panel for the job A use
on statement statement=* code NOTOK
do condition NAME=JOBA-KO

In the in conditions panel for the job B use
JOBA-KO

So when the job A is KO the condition JOBA-KO is posted and the JOB B starts
by philhaut
29 Mar 2012 8:58
Forum: Monitoring
Topic: sysout email
Replies: 2
Views: 3455

hello plan only the job A analyse the sysout in step tab ie on statement statement=* code OK (or code *PDF*FULL* or *TRAITMENT*SUCCESS* or *PDF*NOT*EMPTY* a string in the sysout when the job is OK) do Force-JOB Table=........ Job Name=B Date= Odate of Job A do Force-JOB Table=........ Job Name=C Dat...
by philhaut
14 Mar 2012 11:24
Forum: Monitoring
Topic: doubt about a alert in Control-M.
Replies: 2
Views: 6125

hello it's a bug of FP2 CTM SERVER 7.00 To stop the alerts there are 2 parameters to add to the donfig.dat file on the Control-M/Server. 1. From the command line of the Control-M/Server, run the command: shut_ca 2. Edit the ctm_server/data/config.dat file and add these 2 lines: CTM_CONFIG_AGENT_GET_...
by philhaut
18 Oct 2011 4:49
Forum: Control-M Enterprise Manager
Topic: File: ... does not exist
Replies: 12
Views: 9601

hello

could you connect with the user pro into the agent, and type the command pwd in the directory where the file is stored
are you sure there are nothing before the directory /data? (ie /export/home/data...)