Search found 807 matches

by mauriziog
21 Jun 2007 2:27
Forum: Scripts
Topic: How to trigger a job through Control-Em
Replies: 4
Views: 4678

Perfect, only remember that ctmorder isnt the only manner to "trigger" jobs. For example if the table already exists ? Ordering another table is possible, the visualization and the control is more difficult (the flow became confusing); but more important: if the flow is blocked in one job finished n...
by mauriziog
20 Jun 2007 7:25
Forum: Reporting
Topic: Emailing Alerts from the GAS
Replies: 2
Views: 3708

I add to the fyot answer:

when the message is successfully send to the script this must read the message parse it and only if the urgence is "V" send an e-mail using a batch command to do it.
by mauriziog
20 Jun 2007 7:10
Forum: Scripts
Topic: How to trigger a job through Control-Em
Replies: 4
Views: 4678

There are many manners to do this, if you write what you want to do i can folalize better the question. In general inside a script you can use Control-m utilities to start a controlm Job, existing (for example adding a condition) or not (order/force) in controlM/EM, or better in the AJF. You can fin...
by mauriziog
20 Jun 2007 6:56
Forum: SQL Scripts
Topic: Problem running script to execute ssis package....
Replies: 3
Views: 13354

Use the "log as user" and in the job definition indicate a user that can connect to the target machine and still connect to the DB. In the Ms sql server i have tried to use windows authentication but dont work. But in my case the DB was on a remote host, not on the machine were i have the agent inst...
by mauriziog
20 Jun 2007 6:43
Forum: Control-M Server
Topic: agents and remote hosts..
Replies: 13
Views: 5526

Agentless use WMI or SSH to connect the a remote machine and submitting a job. If you want use a CM on the target machine you cant use agentless. I recomend SSH, because the user rights of the service and the user that do the log-on on the remote machine are more flexible, easy and strong. The sysou...
by mauriziog
20 Jun 2007 6:12
Forum: Job Definition
Topic: Group, Table, Scheduling table, Group scheduling table
Replies: 1
Views: 3128

The scheduling group must be used to resolve some needs, needs that are the differences from normal scheduling table and group-scheduling-tables: - with scheduling group you define the calendar for all the jobs in the group, so in only one point you can define or modify calendar that apply at all th...
by mauriziog
20 Jun 2007 6:00
Forum: Job Definition
Topic: Defining job dependency on occasional jobs
Replies: 1
Views: 1481

Hi, You must add another condition from JOBA-to-JOBC; the JOBC wait the condition JOBB-to-JOBC and the condition JOBA-to-JOBC. So: - when there is JOBB, the new condition is added after the JOBA is finisched, but the JOCC still waits the condition from JOBB: OK - when the JOBB there isn't, the sched...
by mauriziog
20 Jun 2007 5:53
Forum: Control-M WebAccess
Topic: Version 6.2 versus controlm EM+server version 6.3
Replies: 1
Views: 9772

I respond to myself: in the documentation: http://documents.bmc.com/supportu/documents/76/55/67655/67655.pdf page 15 is write: "CONTROL-M/Server for UNIX and Microsoft Windows version 6.3.01 is compatible with the following version of CONTROL-M/WebAccess: CONTROL-M/WebAccess version 6.2.01. " I use ...
by mauriziog
19 Jun 2007 5:17
Forum: Control-M WebAccess
Topic: Version 6.2 versus controlm EM+server version 6.3
Replies: 1
Views: 9772

Version 6.2 versus controlm EM+server version 6.3

The version 6.2 work fine with the version 6.3 of controlm server and EM?

Someone have esperienced it?
by mauriziog
18 Jun 2007 5:58
Forum: Job Definition
Topic: How can I extract or add one or more month/years from ODATE?
Replies: 8
Views: 6401

If you want to calculate the DAY use CALCDATE with %%ODATE or %%ODAY. If you want to calculate the Month use %%ODATE, calculate one day 2 month before or after and then extract with SUBSTR the month. Are two calculation in two local vars and the the result is one another var, global or local as you ...
by mauriziog
18 Jun 2007 5:52
Forum: Job Definition
Topic: how to view xml file in CONTROL-M/Desktop
Replies: 4
Views: 6322

Yes you can export many tabbles in one xml file with "exportdeftable", update it and then import back with "deftable" in EM.
If the tables are new new (new name) the tabel is added, if the table alredy exist "deftable" update it.

Remember then to do an upload of the table too.
Hi
by mauriziog
18 Jun 2007 5:44
Forum: Job Definition
Topic: incompatible process
Replies: 8
Views: 4627

If the process is one job you can do it with resources: control resources. Defining one resource with the same name for the two processes (jobs) and put the resource EXCLUSIVE. So if the first job (process) is running the second wait that ends and after starts, and viceversa. Is this you are asking ...
by mauriziog
18 Jun 2007 5:40
Forum: Exploitation / Operation
Topic: Lancement d'un executable - Classe java
Replies: 3
Views: 3466

You can lauch the java program as it is: like you do it in command line;
or using the cm for java lauching the java class or a particular metod in a java class....

But for lauching a java class is not necessary to have a CM for Java, just lauch it with all parameters that you want !

Hi
by mauriziog
18 Jun 2007 5:31
Forum: Control-M Control Module
Topic: AFT upgrade
Replies: 2
Views: 3217

Thanks Walty !
:)
by mauriziog
13 Jun 2007 4:57
Forum: Control-M Enterprise Manager
Topic: Base traitements MVS dans Ctm-EM
Replies: 7
Views: 4780

The other idea is: - export a list of all MVS tables in txt file. - in a script for each table: create an empty table download it I have do in this manner when i have installed the EM the first time, and i do in a similar way for the tables updated only from MVS consolle instead of Enterprise Manage...