Search found 4 matches

by meuser
10 Apr 2012 8:03
Forum: Reporting
Topic: How to get state of job with a command line
Replies: 4
Views: 4485

Hi, you could try to use the ctmlog utiltiy, like in the following scripts. SCRIPT start_ctmlog ( our newday time is 0600 ) #!/bin/ksh vandatum=$1 totdatum=$2 ulogdir=$HOME/ctm_server/userlog scriptdir=$HOME/ctm_server/scripts ctmlog list $vandatum 0600 $totdatum 0610 ${ulogdir}/ctmlog_${vandatum}.t...
by meuser
09 Dec 2011 7:58
Forum: Control-M Enterprise Manager
Topic: How to force off a GUI user?
Replies: 2
Views: 4496

Hi, following is for Control-M/Enterprise Manager 6.3.01 Control-M/Enterprise Manager 6.2.01 Control-M/Enterprise Manager 6.1.03 Control-M/Enterprise Manager 6.1.02 Control-M/Server for UNIX and Microsoft 6.3.01 In case there is a need to obtain information on all currently opened clients and viewpo...
by meuser
09 Dec 2011 7:42
Forum: Monitoring
Topic: Alert Messages.
Replies: 4
Views: 13803

Hi, here are some answers to you questions. You can find more info on all sorts of problems at http://www.bmc.com/support/reg?c=n . In the CONTROL-M/Enterprise Manager Global Alert Client (GAC), the following messages are appearing: 1. Failed to backup agent status parameters 2. The interval longest...
by meuser
25 Aug 2011 6:40
Forum: SQL Scripts
Topic: dos command
Replies: 3
Views: 7735

remove directory tree

Hi,

you might try sdelete from sysinternals.
http://technet.microsoft.com/en-us/sysi ... s/bb897443 or just google 'sysinternals sdelete'
Hope this helps.

Martin