Search found 807 matches

by mauriziog
19 Jul 2007 9:02
Forum: Exploitation / Operation
Topic: Strategy to deal with Windows "@echo off" problem.
Replies: 5
Views: 3382

Consider also that with the "@echo off" you cant see only the commands.
In windows i haved some problems using:

ON Statements=command CODE=*phrase* ...

but use:

ON Statements=* CODE=*phrase* ...

And follows the "philmalmaison" mode, with "_exit".
by mauriziog
19 Jul 2007 8:49
Forum: Exploitation / Operation
Topic: How to run a job at an exact time
Replies: 5
Views: 3216

I complete "gglau":
consider that always when you have only two execution is possible to do as ciclic job.
If the interval between the third and forth execution is irregular than for 4 execution you must do two ciclic jobs.
I hope this can help you, if you want an example ask me more.
by mauriziog
19 Jul 2007 8:43
Forum: General News
Topic: debutant control m
Replies: 13
Views: 146408

1) In the official site you can find all the documentation (you can find it in the CDs of your software too), and for your control-m version; look for all the documentation Server-Agent, Enterprise Manager and all Control Modules of components (like forecast). 2) There is too the support site that c...
by mauriziog
19 Jul 2007 8:13
Forum: Boite à Idées / Suggestion Box to BMC Software
Topic: INTEGRATION with backup softwares
Replies: 6
Views: 11853

Something like a Control Module for backup softwares: special utilities disegned for comunicate with Veritas or Data Protector in the sense that can start a Veritas or Data Protector, etc. backup and have the status during the execution and and the end of the execution in the sysout and return code,...
by mauriziog
04 Jul 2007 3:37
Forum: Exploitation / Operation
Topic: how can i use sysout to look for a phrase and DO NOTOK
Replies: 3
Views: 2187

I complete philmalmaison:

in the "phrase" write:
a) *phase* if you search a "phrase" in the line.

b) phrase* if the line begins with the string "phrase"

c) *phrase if the line ends with the string "phrase".

Normaly use the a) format: anyway in the line search for the string "phrase".
by mauriziog
04 Jul 2007 3:25
Forum: Control-M Enterprise Manager
Topic: Reporting facility: how to....
Replies: 3
Views: 2809

I'm afraid that the format cant be changed, is the controlm variable format....
by mauriziog
04 Jul 2007 12:08
Forum: Control-M Agents
Topic: Communication Protocol Version of CONTROL-M/Agent
Replies: 11
Views: 12454

fyot, very usefull: i completed your information with the 6.3.01 Agent version 6.3.021 use protocol version 7.0 So the controlm server 6.3.01 for default use protocol version 7.0. If you have some agent in other versions you must change in ctm_menu utility menu the protocol version with the correct ...
by mauriziog
04 Jul 2007 11:13
Forum: Exploitation / Operation
Topic: Who schedules / runs jobs at your installation?
Replies: 7
Views: 4570

Always in all environment there are two o three kind of flows scheduled in control-M: - day jobs always scheduled - job that are scheduled only if there is a need: request scheduled - job that are scheduled by some event or conditions in the flow All kind of flows must be designed by a group of pers...
by mauriziog
04 Jul 2007 10:52
Forum: Job Definition
Topic: Pass a Parameter to Control-M job from another Control-M job
Replies: 4
Views: 14785

The problem is that the job remain in execution state? You can divide the original script in more singular steps, an so you have more control in the script fase. If the problem is kill the job, if this is an exeption, like for example if the job run for a long time, you can force a kill job or actio...
by mauriziog
03 Jul 2007 7:05
Forum: Boite à Idées / Suggestion Box to BMC Software
Topic: INTEGRATION with backup softwares
Replies: 6
Views: 11853

INTEGRATION with backup softwares

One Control Module for the maiors back softwares like VERITAS, Data Protector, etc.
Many times the backup are scheduled from controlm with commands that lauch jobs in some back softwares. The comunication is important in thises cases, improve them can be very usefull.
by mauriziog
03 Jul 2007 6:59
Forum: Boite à Idées / Suggestion Box to BMC Software
Topic: SEARCH TOOL for job definitions
Replies: 4
Views: 10640

SEARCH TOOL for job definitions

Were very usefull if can be possible to search from the desktop in all the fields af the job definition to select only tables that contens job that have some values in that fields. For example: - find in the AFT fields all the jobs with some file names - find the jobs that have some variables with o...
by mauriziog
03 Jul 2007 6:32
Forum: Control-M Server
Topic: Small survey on the ?QUANTITATIVE RESOURCES?
Replies: 7
Views: 6726

Is an interesting conversation, the quantitative resources are very usefull and powerfull. For me must be used not for stop all jobs that have a resource when i put the "max quantity" of it to 0; but for jobs that can run in the same time: - we can set the number of execution and also the weight of ...
by mauriziog
03 Jul 2007 6:07
Forum: Boite à Idées / Suggestion Box to BMC Software
Topic: Negative scheduling in Control-M
Replies: 3
Views: 11950

Hi tabpgr,
Is possible with a calendar and confcal option in this case set to "ignore job". In the confcal are set the "free days".
by mauriziog
03 Jul 2007 6:02
Forum: Boite à Idées / Suggestion Box to BMC Software
Topic: AFTP Reports
Replies: 3
Views: 10315

Statistical data with the "reporting facility" ?
From version 6.2 it works well and also with batch commands.
by mauriziog
03 Jul 2007 6:00
Forum: Boite à Idées / Suggestion Box to BMC Software
Topic: GLOBAL RESOURCES
Replies: 6
Views: 38410

GLOBAL RESOURCES

In the open architectures were there is two or more control-m servers, can be very usefull to have "resources" of jobs that can be seen in all controlm servers; like the process of the global conditions.