Search found 32 matches

by fileal2
09 Dec 2011 4:14
Forum: Job Definition
Topic: job definition question
Replies: 1
Views: 2505

job definition question

Can you help me out with this one? I have a job that runs this batch file here: @echo on for /f %%a IN ('dir /b %1\*.*') do ( ctmorder -TABLE XXXXXX -NAME JOB1 -INTO_TABLE_ORDERID LAST -FORCE Y -ODATE ODAT -AUTOEDIT %%%%\VAR %1\%%a ctmorder -TABLE XXXXXX -NAME JOB2 -INTO_TABLE_ORDERID LAST -FORCE Y ...
by fileal2
10 Nov 2011 2:56
Forum: Control-M Server
Topic: Problem with mirroring in Control-M Server 6.4
Replies: 5
Views: 12013

Hi,

Is the communication between the primary server and the secondary DB stable? Are they on the same LAN?

If it is not, then you have a problem... if the ping average response time from the two servers is more than 10~12ms, then it's not safe to use this feature.
by fileal2
03 Nov 2011 12:07
Forum: Job Definition
Topic: Agent on SQL Server Cluster
Replies: 0
Views: 24078

Agent on SQL Server Cluster

Hi, Can anybody help me out on this subject? I need to install control-m agent and the control module for databases (7.0) on a 3 node SQL Server cluster so that several SSIS packages will be executed on this cluster. The databases I'm interested in are running on a cluster instance but the packages ...
by fileal2
03 Nov 2011 12:02
Forum: Job Definition
Topic: How to use nodegroup and multi agent
Replies: 4
Views: 4100

There's a checkbox on the job definition right below the node id/group field (execution tab)

Regards
by fileal2
13 Oct 2011 3:10
Forum: Control-M Agents
Topic: Remote Agent 'v' conventional Agent
Replies: 2
Views: 3488

by fileal2
08 Sep 2011 7:01
Forum: Control-M Agents
Topic: Control-M with SSiS Package
Replies: 3
Views: 11684

You can use Control-M's CM for Databases to schedule SSIS packages. You only have to install the CM on an agent that can connect to the SQL Server (or on the agent where the SQL server resides), ensure that the SQL Integration Service is running on the server(s) involved, and attribute the required ...
by fileal2
11 May 2011 6:38
Forum: Exploitation / Operation
Topic: Email Subject Customized
Replies: 2
Views: 2774

Hi, To get rid of those messages you have to insert the parameter "MAIL_ADD_SUBJECT_PREFIX N" in the config.dat file of the Control-M Server.. As for the %%JOBNAME variable, it's not possible to have that on the mail subject... you can only have that on the mail body (at least for the 6.4 version an...
by fileal2
20 Apr 2011 12:17
Forum: Monitoring
Topic: Failed jobs in AJF
Replies: 3
Views: 3810

Hi,

The failed jobs will remain for one extra day if they have no Maxwait defined. If they do have a x value on Maxwait, they will remain x extra days in AJF.
by fileal2
21 Mar 2011 4:06
Forum: Control-M Enterprise Manager
Topic: Install Control-m Enterprise Manager Client 6.3 on windows7
Replies: 2
Views: 3245

Mauro that's not hard, just read the installation guide.

Just don't forget that after installing the 6.3 original client, you have to install the latest fix pack (because of Windows 7 support).
by fileal2
02 Feb 2011 4:02
Forum: Job Definition
Topic: Execution and return code depend on script execution
Replies: 2
Views: 2375

Thank you for you suggestion Steve.. I think I'll ask the script owner if he can just insert a verification on the beggining of the sh... something like a "ps -ef | grep shell.sh | wc -l". Then depending on the word count result it would return an error code or it would continue with the jobs normal...
by fileal2
01 Feb 2011 12:29
Forum: Job Definition
Topic: Execution and return code depend on script execution
Replies: 2
Views: 2375

Execution and return code depend on script execution

Hi, Can somebody tell me if there's any way I can achieve this? I have 10 jobs all running the same shell script (with different parameters). The thing is that if one job (Job A) is in execution status, another one (Job B) cannot run. I could easily do this with control resources but the problem is ...
by fileal2
16 Nov 2010 12:03
Forum: Job Definition
Topic: Use of job fields "doc lib"and "doc mem"
Replies: 7
Views: 6691

Does anybody know how to make example 2 work if the UNC path on the DOCLIB has spaces on it?

Thx in advance..
by fileal2
13 Oct 2010 6:57
Forum: Monitoring
Topic: script commands on sysout
Replies: 2
Views: 2916

script commands on sysout

Hi, CTM EM, Server and Agents 6.4.01 with the latest fix packs here... Unix agents. I would like to know how to make the script commands not appear on the sysout of the jobs. I've already changed the "-x" shell parameters on the properties of the agents to "n" but the commands still appear on the sy...
by fileal2
23 Sep 2010 3:52
Forum: Control-M Agents
Topic: FAILED TO EXECUTE DUE TO USER ENVIRONMENT
Replies: 8
Views: 17871

Thank you for your replies..

Somehow the permissions on the agents directories got corrupted. I ended up re-installing the agent and it works fine now..
by fileal2
20 Sep 2010 9:51
Forum: Control-M Agents
Topic: FAILED TO EXECUTE DUE TO USER ENVIRONMENT
Replies: 8
Views: 17871

Yes it runs..

And also if I do as root...
su -user -c script

...it runs fine.