Hi Experts,
I need to do POC in this tool. Is there any documents or websites to do tutorials and practice for this tool. Kindly help me,
Thanks,
Gowtham
Hi Experts,
I need to do POC in this tool. Is there any documents or websites to do tutorials and practice for this tool. Kindly help me,
Thanks,
Gowtham
Hello,
I want to select all jobs without a parent job. How I have to change this statement to get only the top level jobs?
select jd.UniqueId,jd.Name, count(*) num from Job j, JobDefinition jd where jd.UniqueId = j.JobDefinition group by jd.UniqueId, jd.Name
Best regards
Dana
Hi Friends,
Of course there are many advantages with Redwood CPS. But, I would like to know what are the genuine disadvantages of the same.
Please let me know what the areas where Redwood CPS is not recommended. Your inputs will be of great help to me.
Thanks,
Solman Starter
Hello,
I am starting to prototype JSM in Solution Manager (eventually we will integrate with CPS). I am running SOLMAN_SETUP and wanted to ask if I should copy the SAP standard Job related transaction types (SLFJ – Job Request, SDCD – Job Change Document) to our namespace. Unlike setting up ChaRM where they provide you with an explicit step to copy transaction types to the customer namespace, JSM in SOLMAN_SETUP does not include this step. Any advice is appreciated.
Thanks,
Shawn
Hi,
Can anyone guide if it is possible to configure sending SMS alert from CPS in the event of a SAP batch job failure?
(Just like triggering SMTP email)
If yes, what is the process, configuration and hardware requirement, if any?
Best Regards,
Kedar Pujari
I am following the SOLMAN_SETUP for Job Scheduling Management. In step 4 you perform Additional ITSM/ChaRM Configuration. One of the steps provides instructions to create a BAdI - ZBADI_JSM_CHARM_INTERF. Unfortunately I am receiving an error message when I check the implementation.
Conflict between adjustment FILTER_PROCESS_TYPE = ZMAD and FILTER_PROCESS_TYPE = ZMAD. (ZBADI_JSM_CHARM_INTERF-ZBADI_JSM_CHARM...
Has anyone successfully set this up?
Thanks,
Shawn
Hi All,
We are planning to perform OS/DB migration Soon, Client have configured CPS Redwood in their environment, kindly post the post migration steps
to configure CPS system in running smoothly.
All views are appreciated .....!!!
Regards,
Videesh
Hi,
since updating our SAP CPS on Build M33.104-74500, we have big issues with BW Jobs. We`re using SAP CPS jobs to start process chains on our SAP BW. Now, we have following issue.
We starts in SAP CPS a Master Chain with different steps and each step starts process chains in SAP BW. This worked for 2 years, now. After the update on M33.104-74500, we can notice, that some jobs hangs on status assigned,in SAP CPS, although the process in BW is running or finished. We haven`t a workaround and have to change the status manually.
Any ideas?
It seems, like the SAP CPS or SAP BW looses some informations during there communication.
Kind regards
M. Resch
Hi Experts,
I have installed Redwood in SAP Solution manager 7.1. I have log in redwood URL, after this i need to schedule sap jobs in Redwood.I need help regarding how to add SAP systems in Redwood and how to schedule jobs in redwood. Please help me for this process.
Thanks
J Jana
I have SAP BOX but when i try to extract data from it the task is get Scheduled. I want to extract data immediately. then after some time SAP is get lost connection. SO my question is how to Stop the Schedule in SAP
Hi. I created a number of submit frames, and in doing so, on each of them, I put the PARTITION, NAME, and APPLICATION
We decided to rename a few of our folders
I am trying to understand how this could happen, but, When I changed the folder names on the job definitions, it had no impact at all
I also changed the FOLDER names on some of the SUBMIT FRAMES
One submit frame I changed the folder for was named EVERY_15_Minutes
I have approximately 40 jobs that use this submit frame.
For some reason TWO jobs only, that use this, started to run twice, at two different intervals, and started at the time, I made the folder change?
why would that be?
We are trying to create reports for all jobs under specific applications
We get many fields on the report, but we want some of the parameters in the job definition in the report as well.
Is there a way to do this?
Hi Team,
I am using the SAP Central Process Scheduling by Redwood (SAP CPS) Build: M33.58-58052 For scheduling my BODI Jobs.
For one of my job i have defined the time frame as 5 mins .So my job is running every 5 mins ,but past couple of days for some schedule's alone it is getting delayed by 15 -30 mins.Can any one help me on this
Note : there is no dependency for this Job
I am trying to set up the Desktop operator message pop up on CPS, I put in the correct URL in the host name as directed but continue to receive error message: Could not connect to server(12007). Any help would be appreciated.
I need to create a number of dashboards for management to use for a High level view of critical jobs in the different applications. The documentation is
not very clear. I know how to create a dashboard but how do I populate it with information for specific jobs?
Example: BW_CriticalJobs
I am trying to get reports over time that contain job and job chain information such as job chain, job description, elapsed time, job status, etc to allow for trend reporting against the job schedules. Thanks for any help. I would have thought that there was some basic reporting that could execute and be saved for reporting and reference.
Hi,
I have duplicated "SAP_AbapRun" Job definition to a new one, and when submiting this new Job Definition SAP_Language_STEP (Parameter LANGUAGE) is ignored.
Our Build is: M33.104-74500.
After submit Job in CPS, IN parameter is 'PT' - Portugal but when I go to SM37 is in EN (English) and spool list is in English.
Anyone with the same problem?
Note: With SAP_AbapRun SAP_Language_STEP (Parameter LANGUAGE) works as expected.
Regards,
André
Hi,
I am trying to use System_Mail_Send to send a notification in the end of a Job Chain.
How I can retrieve user email address from SAP CPS user(UME)?
I want to use this information as To destination.
Regards,
André Ferreira
This is about an issue faced in SAP CPS.
After upgradation to CPS version M33.104-74500 from M33.74-62951 it has been noticed that the automated report that were configured in CPS to be sent as HTML attachment through an SMTP email is failing. In the job chain the report generation step is getting cpmpleted succesfully but the mail sent step is failing.
Following CPS programs and parameters are used:
System_ReportRun
Report/Expression: GLOBAL.Weekly_Backup_Job_POK_Status (name of CPS report/filter)
Report format /Expression: HTMLText
System_Mail_Send
To/Expression: xxxxxx@xxxxxx.com
Subject/Expression: Weekly POK Backup Status
Text/Expression: Weekly POK Backup Status
Relative Job/Expression: Generate Report, Job 1
Job file/Expression: report.html
The error log is as below:
-- JOB RUN STACK TRACE --
JCS-103005: Job not found. Relative job is "Generate Report, Job 1", current job is Job 108976008 (submitted from System_Mail_Send copy from 2010/04/01 15:00:19,276 America/New_York). Cannot find job 1
at com.redwood.scheduler.apiint.model.helpers.RelativeJobFinder.a(RelativeJobFinder.java:74)
at com.redwood.scheduler.apiint.model.helpers.RelativeJobFinder.locate(RelativeJobFinder.java:104)
at com.redwood.scheduler.apiint.model.jobfile.JobFileExpression.locateRelativeJob(JobFileExpression.java:4)
at com.redwood.scheduler.system.jobs.SendMail.sendMessage(SendMail.java:170)
at com.redwood.scheduler.system.jobs.SendMail.execute(SendMail.java:151)
at com.redwood.scheduler.systemjobservice.impl.JobWorker.doWork(JobWorker.java:253)
at com.redwood.scheduler.infrastructure.workqueue.Worker.run(Worker.java:76)
at java.lang.Thread.run(Thread.java:761)
It was working fine prior to upgradation. Please suggest a solution. Thanks.