Search found 9 matches

by Darvedd
04 Aug 2008 3:25
Forum: Job Definition
Topic: set autodeit variables from unix node
Replies: 4
Views: 5813

Your problem stems from trying to use a script to set the value of the variable directly. In Unix, the Control-M Server starts a Control-M Agent shell session on the target host, which then runs the actual script (in a child shell session), and captures the sysout and the return code. Any variable v...
by Darvedd
16 Jul 2008 6:04
Forum: Control-M Enterprise Manager
Topic: DISAPPEARED AT YYYYMMDDHHMMSS. RUNCNT 1
Replies: 2
Views: 3829

Control-M Server cannot communicate with the Control-M Agent.

Try amending Server and Agent to use persistent communications to that host.
by Darvedd
09 Jun 2008 11:35
Forum: Control-M Agents
Topic: ESSBASE
Replies: 2
Views: 3302

If you can run it as a non-interactive script, there shouldn't be any problem running it from Control-M as long as you use the correct user id to run it.

Regards,
Michael Jenkins
by Darvedd
28 Apr 2008 3:48
Forum: Job Definition
Topic: QR to ADD to JOBS in script managment
Replies: 4
Views: 2909

ecaqrtab update QRNAME value

run the script as user controlm
by Darvedd
21 Apr 2008 1:13
Forum: Control-M Server
Topic: Control-M Server SQL Database Variable Definitions
Replies: 3
Views: 3011

Roscoe, Roscoe, Roscoe ... You should have asked your fellow worker! :) There are 2 pdf's available from BMC that show the structure of the Control-M Server and Control-M Enterprise Manager databases - I found them some time ago when looking through BMC documentation available. I'll email them to yo...
by Darvedd
21 Apr 2008 12:49
Forum: Monitoring
Topic: SMS alert For Control M
Replies: 14
Views: 589950

Alternatively, you can probably find a third-party SMS provider - we have one we use in Australia called MessageNet. Then your alert goes out as an email to phonenumber@smsprovider.com - exact details will be specific to the provider, the phone number will be the recipient phone number - set up your...
by Darvedd
21 Mar 2008 5:49
Forum: Exploitation / Operation
Topic: passing date into command line in format YYYYMMDD
Replies: 5
Views: 2817

passing date into command line in format YYYYMMDD

Check out the Job Parameter and Variable Reference Guide - it's got all sorts of goodies like these.

Download it from BMC if you don't already have it.

Regards,
Michael Jenkins
by Darvedd
08 Dec 2007 12:54
Forum: Job Definition
Topic: Defining job dependencies not working
Replies: 5
Views: 6279

It sounds like you've only ordered JOB1.

You need to order JOB1 and JOB2.

JOB2 will run once it's in-condition exists, but creating the in-condition doesn't order the job.
by Darvedd
29 Nov 2007 8:50
Forum: Control-M Enterprise Manager
Topic: Job Ended NOTOK without its corresponding sysout record.
Replies: 2
Views: 6226

Re: Job Ended NOTOK without its corresponding sysout record.

Offhand it looks to me like the Control-M Agent hasn't been able to create the file it uses to submit the job process on that system. Try checking that the Control-M Agent has sufficient privileges to create files in the PROCID folder. You're not seeing any sysout in this instance because the job pr...