Good Day! We are using Control-M/EM 6.3 and now have a need for operators to create ad-hoc (one time run) jobs. We have created a table to be used strickly...
Problem summary: I need to pass the name of a single incoming file to an AFT job. The file name cannot include the full path to the file. Specifics: I am...
On Unix, shell command basename will give you the filename less the path. On Windows, %~n1 and %~x1 will give you filename and file extension respectively for...
Shared allows jobs with a resource name and the shared designation to run at the same time and keeps jobs with the same name and an exclusive from running at...
So is this set up correct for JOBA? JOBA-CON-JOBD E Â Then do the same for JOBD? JOBD-CON-JOBA E ... From: Rob Neal <rob.neal.chuh@...> Subject: RE:...
My jobs automatically send an email if the jobs fails, using On statement * code = NOTOK Do Mail If I rerun the job and it fails again, it will automatically...
I like to always say it's just words, but as you have designed below that won't work. JOBA and JOBD have different Control resource names and won't relate to...
George, setup JOBA with an Exclusive Control Resource (JOBA or any other name you want to use). Setup JOBD with the exact same resource, see sample below....
Did you look at defining the rules in the Authorization section called "Scheduling Tables". You can make the users to have Update rights to that single table. ...
Someone knows how to customize SNMP to get the abend code and the abend description of a job? We need to get this information and send then to CA Unicenter to...
Noel, The contents of the SNMP traps issued by EM are fixed, so all you can do there is pass your Unicenter guys the MIB file and let them unravel it. Many,...
The problem is usually the most common one overlooked on Security Definitions via the Authorization screen. You cannot take away access from something, you can...
Read Appendix A of the Control-M/Enterprise Manager Administration Guide. It’s all in there. If you are unix, here is a little snipet of code you can you can...
Thanks for the comments, I still need to work on those I guess. It seems when I just added one table for update they lost access to the remaining tables. I...
Last night, during newday, we had Control-M/Server go down. The following errors were noted in the SU, CD and RT logs: I've submitted a ticket to BMC for...
Windoes 2003, right?  The "IPC" msg may be pointing to file handles, interprocess communication handles, or other similar resource that was exhausted....
Yes, its Windows 2003. Support confirms it was inter-process communications; basically the system just stalled out. We’ve had a very weird situation that...
I am out of the office until 30/11/2009. I will be out of the office starting Nov/04/2009 and will not return until Nov/30/2009. for technical issues, Please...
Hi I think you can install the Control-M/Agent utilities on the host where you run agentless. ctmfw is still only a command, so if you have the proper binaries...
Hi Tim, I'm very interested in this solution. Can you give a little more specific detail as to how to get this solution accomplish? Do appreciate the help. ...
Great notes Tim! Another way of accomplishing this is you can use the File Watcher function of the Advanced FTP Module. So if you near pure file watching (and...
We have a batch job we run for SAP job, that produces on output to spool, which is directed to the user as HTML. We need to convert this to TXT to the user. Is...
Frank. In the SAP CM 6.3.01, the manual suggests you can do this. ... When you click the Output Management button the Output Management dialog box opens. The...
Hello, Is there a script (clean process) for killing a long running job via the command line? JOBB is checking to see if the JOBA is still running after...