Yes that is definitely possible and the best alternative if you want to keep the number of scheduled jobs down. Also you never forget to remove one of the jobs if you cancel the other one.
Regards Gerben
Yes that is definitely possible and the best alternative if you want to keep the number of scheduled jobs down. Also you never forget to remove one of the jobs if you cancel the other one.
Regards Gerben
Thank you, appreciate you.
Hello,
It looks like your start time interval is very small. My suspicion scenario is the following:
Job was scheduled for August 10th. For some reason (system not available, queue closed, event not available etc) this job was not started before the time window closed. In that case, the job is moved to the next opening of the time window (which is September 9th at midnight).
This explains the requested start time of August 10th and the scheduled start time of September 9th.
To avoid these type of scenarios, it is better to setup the time window to open at the time of the required start time (1am, this will prevent the scheduling at midnight if a schedule is missed) and give it some time to start. Or you can make it a calendar to be open on the full WD6.
Regards Gerben
Hi Gerben, can you please answer to this question? I am not able to select SAP Queue when submitting job chain.
SAP Queue name is not visible when submit "Job Chain", only showing system(Global)
Hello,
Can you check that the SAP process server supports the Job Chain service and/or Job Chain script type?
Regards Gerben
I only see SAPR3Service & QPF_Queue but not any others means JobchainService, ScriptService, MailService, ReportService & UserMessageService.
How do we get these services available for SAP Process Servers?
Thanks,
Shiva
Message was edited by: Shiva Gudipati
Even, after adding "JobChainService" to Process Server, still not able to see my queue while submitting the chain.
Thanks,
Shiva
Finally, I was able to resolve the issue.
Add JobChain to “Job Definition Types” tab & Add JobChainService to “Services” tab. It should allow to schedule Chain Jobs with SAP Queues.
Regards,
Shiva
Solution found. Message was edited by: Shiva Gudipati
Hi,
I am trying to trigger a BO TEST_EVENT event from CPS, I'm using SAP_BObj_TriggerEvent job definition providing the name and the event ID, but I keep receiving error:
java.io.IOException: Cannot trigger event 5940901 found 0 events with that name
java.io.IOException: Cannot trigger event 5940901 found 0 events with that name
at com.redwood.scheduler.connector.sap.bobj.connection.impl.BObjConnectionImpl.triggerEvent(BObjConnectionImpl.java:507)
at com.redwood.scheduler.connector.sap.bobj.jobs.impl.TriggerEvent.execute(TriggerEvent.java:58)
at com.redwood.scheduler.connector.sap.bobj.service.BObjJobWorker.doWork(BObjJobWorker.java:116)
at com.redwood.scheduler.infrastructure.workqueue.Worker.run(Worker.java:81)
at java.lang.Thread.run(Thread.java:763)
Sounds simple enough - maybe the name of the event is incorrect, but I tried already with the event name (TEST_EVENT), event ID (the one available in properties) and event CUID.
User used to connect to BO is member of the Administrator group and the defined event is a custom type (not file or schedule), but still no luck.
Any idea what am I doing wrong?
Best regards,
Jolanta
I need help with scheduling a monthly chain off of daily chain in SAP Redwood. Here is the scenario.
In SAP Redwood,I have one META chain (MCHAIN-01) and under that I have 2 chains (CH01, CH02). I am scheduling META chain to run daily. Now, I have another chain CH03, which want to run only 1st of every month, but CH02 has to finish successfully for CH03 to start.
I would like to make CH03 part of META chain (MCHAIN-01), so META Chain will run daily but skip CH03 every day, except on 1st of the month when it will run after CH02 will finish, else keep skipping it for the rest of the month.
Please let me know if there is already a post on it, or how I can achieve that.
Tahir
Hi Ooms,
We don't have Advanced Notification and Alerting module. So I wrote the above trigger for notifications. I am not sure why the trigger is not working for the jobs which goes to status 'Console' .
Thanks,
Tinku.
Hi Tahir,
Create your Meta chain with 3 Step CH01, CH02 and CH03. Create a Time Window TW_CH03 and open it for every 1st of the month. After the TW_CH03 to your Meta chain step CH03.
Make sure Time Window should only open on 1st of every month.
Regards,
Abhishek
Hi All,
We have configured to raise an error event in CPS production system in
case of any job failure. This will send email to user ID's maintained
in raise comment fields.
Now there is a change in email domain of the mail server. So we need to
edit all the email ID's maintained. There are around 1800 jobs in
production and more that 1800 jobs in quality system.
Manually changing them is very tedious.
Kindly let us know if there is any standard predefined job in CPS to
perform this activity or there is any predefined script.
Hi Gerben,
Thanks for your reply..I had missed the run time parameter. The issue is now resolved.
Thanks,
Ritesh
HI Nanda,
Here I have some different issue, i am getting the mails but the content of the mail is coming in single line.i want it to be structured.
i have tried HTML codes,REL expressions, but every thing is coming in a single line.
is there any way out i can structure the content of my mail.
thanks ,,
Neha
Thx,. It solved my Problem.
Hi All
Please advice how to configure alert for any Job failure in CPS.
Is it possible to send alert for any Job failure as per the application area to the corresponding group
If any Job of PTS area fails then Email notification should be sent to corresponding group.
We have license for alerting module.
Please advice on this ..
Hi Friends,
I have an requirement to create job chain with 10 jobs.
In the job chain (X), the first job raise an event (A), 2nd job should have wait event (A) and should raise event (B) and 3rd job should wait on event (B) and raise event (C)..... Like this, I have 10 jobs within job chain.
How do we define these raise / wait events on each and every job?
I only see, Wait Events & Raise Events tabs on Job Chain but not specific to each job within job chain.
your inputs are highly appreciate.
Thanks,
Shiva
Hello Shiva,
Since you have the job chain, the dependencies are done through the steps and you should not need events anymore.
If you really need them, you have to put them on the definition, there is no support to put them on a chain call.
Regards Gerben