Search found 58 matches

by jstarkw
09 Dec 2011 8:30
Forum: Control-M Agents
Topic: FW rules file when there is white space in the file path
Replies: 2
Views: 4877

Issue solved -

%FILENAME% variable evaluates to the path and the file name. Since the path has a whitespace in I just needed to double quote %FILENAME%

"%FILENAME%
by jstarkw
09 Dec 2011 3:08
Forum: Control-M Agents
Topic: FW rules file when there is white space in the file path
Replies: 2
Views: 4877

FW rules file when there is white space in the file path

Running rules file on windows 2008r2 with 6.4 patch 4 agent I cannot figure out the corrrect syntax. Doing this: INTERVAL 10 FROM_TIME 0100 MIN_SIZE 1 MIN_DETECT 3 WAIT_TIME 30 MON_SIZE_WILDCARD Y ON_FILEWATCH D:\Unica\Campaign\Partitions\Partition1\Output\Export\BDA Merchandise\*.dat CREATE THEN DO...
by jstarkw
10 Jun 2011 9:08
Forum: Monitoring
Topic: Can control-m send a text message to a phone?
Replies: 1
Views: 2754

Can control-m send a text message to a phone?

I am using version 6.4 and would like to send a text message to a cell phone if a job fails. Can this be done? If so can you point me to the documentaion?

Thank you.
by jstarkw
19 May 2011 7:17
Forum: Exploitation / Operation
Topic: recover an overwritten scheduling group.
Replies: 3
Views: 2977

Thank you. I see that now in the Admin. guide. What I don't see is instructions on how to recover. Can you point me to the correct guide?
by jstarkw
18 May 2011 9:20
Forum: Exploitation / Operation
Topic: recover an overwritten scheduling group.
Replies: 3
Views: 2977

recover an overwritten scheduling group.

Can control-m recover a scheduling group and all of its coantained jobs if someone were to overwrite it? IE Download group A containing 10 job blocks to your desktop and remove the jobs contained in the group. Add 1 job then write and upload it, thus overwtriting the orginal Group A. Is there a way ...
by jstarkw
20 Apr 2011 10:17
Forum: Exploitation / Operation
Topic: Urgent: Required immediate solution
Replies: 2
Views: 2778

Hello,

Check out ctmudchk utility in the Control-M utility guide.

"The ctmudchk utility checks if all jobs that should have been ordered by a User Daily job are in the Active Jobs file. This utility facilitates recovery from the interruption of a User Daily job."

Regards,
by jstarkw
06 Apr 2011 5:00
Forum: Job Definition
Topic: Varaible for a previous day in Mmm-DD-YY (Apr-01-11) format
Replies: 7
Views: 9784

This is the shell script i use for 3 letter month on a unix server. ######################################## # Get the numberic value of this month # ######################################## # MTH=`date '+%m'` ############################ # Translate into Text Form # ############################ # c...
by jstarkw
11 Nov 2010 5:58
Forum: Control-M Server
Topic: Contol-M licensing rules
Replies: 7
Views: 11369

Can anyone help with an providing an average cost for licensing 10,000 jobs per day?
by jstarkw
03 Nov 2010 9:07
Forum: Control-M Enterprise Manager
Topic: CONTROL-M/EM Security question
Replies: 1
Views: 2597

CONTROL-M/EM Security question

I would like to create a group authorization where users in the group have the abiltiy to unlock and change passwords. I do not want them to have the abiltiy to change anything else. IE Move people into admin group, Change other privileges etc...

Is this possible?
by jstarkw
03 Nov 2010 2:34
Forum: Control-M Enterprise Manager
Topic: Need help using exportdefjob on windows server.
Replies: 1
Views: 2862

Problem solved. Just need to add the /a option /a Accept all. Directs the utility to automatically reset the Author parameter to the current CONTROL-M/EM user when these two values do not match. If not specified, the utility skips every job definition whose Author does not match the currently logged...
by jstarkw
03 Nov 2010 1:27
Forum: Control-M Enterprise Manager
Topic: Need help using exportdefjob on windows server.
Replies: 1
Views: 2862

Need help using exportdefjob on windows server.

I am trying to export job definitions from Ctrlm/em 6.4.01.200 windows mssql databases. The command I run is this exportdefjob -USERNAME emuser -PASSWORD empassword -HOST EM_CTRLM -ARG_FILE D:\argfile.xml -OUT_FILE D:\outfile argfile.xml contains: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE TER...
by jstarkw
02 Feb 2010 8:30
Forum: Job Definition
Topic: Adding contents of a file to the Body of DO MAIL
Replies: 4
Views: 3468

Thanks all for the replies. I am currently running into the problem that mail originating from this server is getting rejected as spam because the return address defaults to the user@server domain. I know this can be changed in sendmail configuration file but I am not a linux expert nor do I have th...
by jstarkw
30 Jan 2010 6:49
Forum: Job Definition
Topic: Adding contents of a file to the Body of DO MAIL
Replies: 4
Views: 3468

Adding contents of a file to the Body of DO MAIL

Is it possible to put he contents of a short log file into the body of a DOMAIL? The recipient does not want an attachment. Log file is generated on a linux server. I am using versiob 6.4 for windows with msql2005.