Search found 16 matches

by piyush
19 Apr 2015 7:39
Forum: End of Support from BMC
Topic: does Control M supports executing http URL
Replies: 2
Views: 7041

Re: does Control M supports executing http URL

Hi Frank, A couple ways are there I believe. 1. Assuming the job will execute on a windows agent. Create a PowerShell script which can return success or failure based on the response from website. 2. Assuming the job will execute Unix jobs. Again a Shell script can be written. 3. Using a third party...
by piyush
19 Apr 2015 7:31
Forum: Reporting
Topic: Report for a specific Quantitative Resource
Replies: 1
Views: 4858

Re: Report for a specific Quantitative Resource

yes there is but not sure which version are you on? I have used Version 7 and 8 and they both have this option.
by piyush
19 Apr 2015 7:29
Forum: Job Definition
Topic: Holiday scheduling
Replies: 3
Views: 10269

Re: Holiday scheduling

Hi Kenton,

Unfortunately the best way to achieve this is the way which you want to avoid. :)

Create a new custom calendar based on the holidays in your country [also check for state holidays with business, sometimes it is a messy business].
by piyush
19 Apr 2015 7:25
Forum: Monitoring
Topic: Control-M Scheduling for Initial and Incremental
Replies: 1
Views: 4992

Re: Control-M Scheduling for Initial and Incremental

Based on the information I would suggest you do it this way. 1. Create a Control-M Tables called "Initial" and "Incremental" and create individual jobs for each type of 'batch'. Lets say create 5 jobs for 5 batches in Initial Table called A1, A2, A3, A4, A5 and create a File Transfer Job FTF_Initial...
by piyush
27 Jan 2015 5:11
Forum: Job Definition
Topic: Is it possible to assign autoedit variables from sysout?
Replies: 2
Views: 4313

Re: Is it possible to assign autoedit variables from sysout?

Hi, yes it is possible in the following way. Once the job that contains FILENUM=23 in sysout completes add a condition to 'SETGLOBALVAR' job. This SETGLOBALVAR job is one that you will create in Control-M for setting up the variable. You will need to write a script which will do the following things...
by piyush
18 Aug 2013 1:44
Forum: Reporting
Topic: New utility for Control-M documentation
Replies: 24
Views: 41644

Apologies!

Hello All, First of all thank you everyone for your keen interest. Earlier I had emailed the exe to a few ppl but it didn't work for anyone. I had look again today and found that it works perfectly fine on office systems because they all have crystal reports assembly installed on them. I am currentl...
by piyush
24 Jul 2013 12:38
Forum: Reporting
Topic: New utility for Control-M documentation
Replies: 24
Views: 41644

Code cannot be shared

Guys,

Sorry to disappoint you but I can't share the code. I can email you the exe although few people have come back to me saying that it doesn't work on their systems.

I don't know what seems to be the problem but I am working a fix.
by piyush
15 Jun 2013 12:51
Forum: Reporting
Topic: New utility for Control-M documentation
Replies: 24
Views: 41644

Apologies to everyone!!!

Guys I am really sorry for not responding to your queries. Its an honest mistake as I didn't even know there were so many requests for the code (somehow I stopped receiving forum notifications on my email). I have been very busy working on another project. I am leaving my personal email id over here...
by piyush
21 Mar 2013 6:24
Forum: Control-M Agents
Topic: Control-M/Agent Node Unavailable
Replies: 7
Views: 13709

try restarting the control-m agent service on that node.
by piyush
19 Mar 2013 6:30
Forum: Reporting
Topic: New utility for Control-M documentation
Replies: 24
Views: 41644

thanks :) I will mail you the exe.

Yes I forgot to tell community I have recently upgraded my code to work with version 7. There is a difference in XML for version 6.4 and 7.0. If anyone wants it for version 6.4 you can let me know I will publish that version too.
by piyush
12 Mar 2013 7:12
Forum: Job Definition
Topic: Getting Auto-Edit variables into PowerShell
Replies: 7
Views: 8275

No worries mate!

You are welcome.

Regards,
PG
by piyush
10 Mar 2013 1:18
Forum: Control-M Forecast
Topic: Can I print each job's charecteristics to a file?
Replies: 5
Views: 8916

I understand what you need. If you can wait for 24 hours I might be able to help you. I already have that utility see my post (link) I will just need to modify it a bit for you.
by piyush
10 Mar 2013 5:55
Forum: Reporting
Topic: New utility for Control-M documentation
Replies: 24
Views: 41644

New utility for Control-M documentation

Hi Folks, Recently there was a requirement in my project to create documentation of all control-m jobs (approx 3000 jobs). I tried looking at options in Reporting Facility but couldn't find what I was looking for so I created one of my own in .NET It reads Control-M XML file generated from desktop a...
by piyush
09 Mar 2013 4:44
Forum: Job Definition
Topic: Getting Auto-Edit variables into PowerShell
Replies: 7
Views: 8275

Please go through my post again. The first two parameters should be:

-command
powershell script location on box

and then pass your other variables.