Search found 21 matches

by Ross_T_Boss
10 Sep 2012 4:09
Forum: Control-M Control Module
Topic: Procs called from For Databases - issue with NULL parameters
Replies: 2
Views: 7071

I did have issues with NULL values & parameters - in v6.3 the parameter field should be left blank; in v7.0 you should enter null into the field or you'll get an error. This was with an Oracle stored proc though.
by Ross_T_Boss
10 Feb 2011 11:38
Forum: Control-M Control Module
Topic: Database job Statistics - incorrect
Replies: 1
Views: 2886

Database job Statistics - incorrect

All my databse module jobs show stats of ~30s. it's screwing up my reports against CMR_RUNINF. I understand this is a bug; currently running v6.301; does anyone know if a fixpack or upgrade resolves this issue? Been reading through BMC release notes etc and not getting any answers.
by Ross_T_Boss
24 Sep 2010 7:04
Forum: Control-M Enterprise Manager
Topic: Question on a SAP R3 scenario and Control-M Enterprise
Replies: 3
Views: 5087

Are you using the SAP CM? It sounds like a 'parent' job in SAP that spawns a multitude of 'child' jobs for mass parallel processing. You will be need to configure the extractor process on Control-M side and have BASIS check it is enabled in SAP. Be aware that if there are 300-odd child jobs it will ...
by Ross_T_Boss
23 Sep 2010 12:53
Forum: Exploitation / Operation
Topic: Methods for using variable in-conditions
Replies: 0
Views: 13491

Methods for using variable in-conditions

I have a requirement to split a run stream; in the event of certain conditions a manual approval request job needs to be submitted. Otherwise an auto approval job runs by default. The users will need the ability to make an instant change. I have tested two methods: First is to set an 'AUTO' and 'MAN...
by Ross_T_Boss
23 Sep 2010 10:46
Forum: Exploitation / Operation
Topic: Control-M CM/SAP Installation
Replies: 3
Views: 3869

I have used both methods. Ideal configuration is to centralise the SAP CM, install it on the agent on your control-m server for exampe and set up an accound to connect to each of your message servers (e.g. one BW account, one R3 account etc) - submit all your jobs here and let SAP do the load balanc...
by Ross_T_Boss
23 Sep 2010 10:32
Forum: Control-M Agents
Topic: FAILED TO EXECUTE DUE TO USER ENVIRONMENT
Replies: 8
Views: 18589

The owner of the job also needs to have permissions to write to the control-m sysout directory. Usually this means adding the job owner id to the control-m owners group, or opening up the permissions on the sysout directory to allow any user access. In a prod environment group access is the way to go.
by Ross_T_Boss
25 Mar 2010 1:58
Forum: Control-M Agents
Topic: Control-M Questions
Replies: 3
Views: 4449

Looks good to me but #8 can be a bit of a trick question, the CM is installed on each agent it is required generally but for example, we use a central agent for all SAP instances, requiring only one install of the SAP CM to cover the whole SAP production environment.

Ross
by Ross_T_Boss
25 Mar 2010 1:50
Forum: Control-M Control Module
Topic: CONTROL-M/CM for AFT **Information Needed**
Replies: 2
Views: 3629

I was recently involved with questions about using AFT to move files from our Fujitsu ICL platform (I assume running VME) to Windows environments. It is not currently supported, but BMC were interested in assisting with some testing I believe. You may get somewhere contacting them directly. Currentl...
by Ross_T_Boss
25 Feb 2010 2:07
Forum: Job Definition
Topic: Adding a suffix to existing In and Out conditions
Replies: 2
Views: 2069

I'm not familiar with 6.4 , but in 6.3 you can run a find/update for 'In Conditions' and 'Out Conditions'; you could use this for example to run an update "find like * update *-test. Repeat for both In and Out conditions.

Ross
by Ross_T_Boss
22 Feb 2010 5:00
Forum: Control-M Agents
Topic: AT_3649778.log is increasing gradually and impacting server
Replies: 6
Views: 8906

Hi, I thought I would update this thread as I had a very similar problem, and could not find the answer. But I think i have figured it out. There were some 'dissapeared' extracted jobs after a SAP app instance went down, these failed when we rebooted and the agent was restarted. However, Control-M s...
by Ross_T_Boss
12 Feb 2010 10:55
Forum: Job Definition
Topic: Control-M BW jobs does not update correctly in Control-M
Replies: 10
Views: 9806

I spoke to BMC on Monday about similar issues, they are aware there is still a delay (which will be addressed in the next release) as you describe but I don't think it should be quite so servere. We usually see a delay of 1-3 minutes and this usually only affects our Mass Parallel and BW jobs. We ar...
by Ross_T_Boss
29 Jan 2010 10:53
Forum: Monitoring
Topic: No alerts in GAS for failed jobs
Replies: 3
Views: 2870

Yes, I removed all filters.

I think there is a bigger issue now as global conditions from this server are not picked up also, so I will have to run some diagnostics. I am resisting temptation to just bounce the server as I would like to find the root cause.
by Ross_T_Boss
28 Jan 2010 9:20
Forum: Monitoring
Topic: No alerts in GAS for failed jobs
Replies: 3
Views: 2870

No alerts in GAS for failed jobs

Hi, I've been working with the implementation of a new Control-M Server, and alerts for failed messages are not showing up on the global alerts window. It was working, i resumed some testing today and now no failure alerts are appearing. I'm still getting alerts for job failures on the other servers...
by Ross_T_Boss
20 Feb 2009 12:21
Forum: Exploitation / Operation
Topic: Mass Updating Quantitative Resources using XML?
Replies: 4
Views: 3565

Thanks guys! I've installed UltraEdit and used it to run some mass update scripts, making sure all unwanted resources are stripped out of the XML and then the correct resource is added :) This saved me about 3 days of intensive manual updating and can be used to mass-update other criteria in the fut...
by Ross_T_Boss
17 Feb 2009 12:39
Forum: Exploitation / Operation
Topic: Mass Updating Quantitative Resources using XML?
Replies: 4
Views: 3565

I had a look at that option, but it seems the string for QUANTITATIVE NUMBER is sometimes at the end (before </JOB>) and sometimes before the conditions, sometimes in between the in conditions string and out conditions string!! Could I just put it at the end in any case (i.e before </JOB>) or will t...