Quantcast
Channel: SCN : Popular Discussions - SAP Business Process Automation by Redwood
Viewing all 1466 articles
Browse latest View live

Scheduled Job List download in CPS Redwood

$
0
0

Hello ,

 

I am new to REDWOOD CPS (Build : M33.104-74500). Our SAP ECC , BW , GRC Systems are connected to SAP REDWOOD CPS where all the batch jobs gets triggered from CPS to SAP System.  I want download a list of batch jobs which are scheduled (all Periodic jobs) . I want to down load the  batch job name and Frequency. Can any one help me out how can i achieve this or any Report that would generating this list.

 

 

 

Thanks in Advance!

 

Regards,

Krishna


How to create a report that would include Wait and Raise Events

$
0
0

Trying to create a job report to pull all job definitions, that would or would not include any Wait and Raise Events. We are using Build: M33. 116-80989.

Thanks for any help possible.

 

Rick

Redwood SAP CPS DR Drill

$
0
0

     Hi all,

 

we have an SAP CPS System (Redwood) ,

would like to do CPS DR Drill activity

if any one done this CPS DR Drill could you please share your experience & Step by step process

It is better to share if any documents available

 

Best Regards,

Narasimha

Need to find the status of particular step in parent job inside the child job chain.

$
0
0

My scenario is I need to send mail if the job in console stage is not completed after a certain interval of time. In order to do so I am trying to keep the job in parallel to console job but I am not able to fetch the status of step1 job 1 inside my sub job chain which is present inside step1 job2.

BPA Job Submit Routine

$
0
0

Hi Experts,

 

I have one job in BPA which is submitted at 2 AM everyday. In case the previous day's job, runs beyond 2 AM current day, BPA schedules the next job run for the next day, It skips current day's run.

 

Is there any setting with which this can be prevented. I am thinking of using events. Please advise.

 

Thanks,

Ritesh

export rules sets and option export related objects

$
0
0

Hello,

 

by default in BPA, when we add some objects in "export rules items" , the option Export related Object is flagged. (green color)

Any idea how to change the default to "unflagged" ?? (grey)

Does-it exist a parameter we can add in the registry ??

 

i find this sensible because a beginner working with application dont take care about all options.

in our case this default values take problems ..

 

we get many error because we unvolontary import objects in productive environment ( ex: calendar based on SAP calendar, where the definition is related with SAP SID . another explemple queue definition with same name on both environment but different SAP calendar related. ...etc )

 

kind regards,

Delphine

how to add multiple ECC clients to a process server/queue

$
0
0

Hi,

 

I am trying to add multiple ECC clients (i.e.; client 100, 200 and 300) so I can schedule jobs in all three of the clients on one QA system.

 

I searched and didn't find any related threads.  Any help is greatly appreciated.

 

Best Regards,

Rick

How do I get to list the jobs associated to an application?

$
0
0

I am really new to Redwood. I need to somehow read an application and track down the jobs associated with it. So far, I have done just the script below but do not know the object and method to get the jobs in it. The flow needs to be from application>jobs instead of jobs>application as that would give a problem as thousands of jobs are being checked whether it satisfies the application condition

 

--------------------------

 

Application app=jcsSession.getApplicationByName("Testing");


Monitor SAP ABAP from SAP CPS

$
0
0

Hi Experts,

 

How do I monitor SAP ABAP Jobs from SAP CPS system?  Can you please explain me in details what steps to be performed?

 

I ran report INITXBP2 in ABAP and activated Interception & Parent-Child functions also maintained "XBP Job Controls Rules" tab in SAP CPS. After running the job definition SAP_CCMSJobs I didn't get any jobs into SAP CPS for monitoring.

 

Regards,

Shiva

Time window for every other monday

$
0
0

Hello

 

I have a requirement to create a time window which opens every alternate monday's. For Eg. If 1st of the month is monday and time window is open, then the next open period must be after 14 days. This time window has to be used as a precondition on the job with in a chain. I created one by hard coding the dates manually, but trying to find a way to automate this than manually maintain the time window by adding dates to it. Please help.

 

Thank You

Raghu

How to use SAP CPS to execute Jobs which are defined in SAP ABAP?

$
0
0

The jobs are already scheduled in SAP ABAP but want to use SAP CPS to take control and execute these ABAP Jobs (Scheduled jobs), how do we do this?

I tried defining "XBP Job control Rules" and ran Job Definition "SAP_SynchronizeInterceptionCriteria" but I didn't see the ABAP jobs in SAP CPS as status HELD.

 

 

Looking for some help..

 

 

Thanks,

Shiva

Schedule JOB to run on only SAP 2 Instances out of 6 instances

$
0
0

Dear all,

 

Is it possible to schedule a 40 Work Processes job to run on 2 SAP instances (DIA) only, while the SAP system has 6 SAP instances (CI + 5DIA).

 

We are using Control M  + CPS Redwood.

I suppose some RZ12/Logon groups or SM61 would be involved?  Or any concrete trick in CPS/ Control M?

 

 

Thanks in advance!

 

Marian

Redwood Job stuck running every 20 seconds

$
0
0

Hi All:

         We have a job in our production redwood box running every 20 seconds. We cannot kill, or cancel it.  Every 20 seconds it restarts and creates a new jobid.  It leads to an out of memory error, eventually redwood crashes again.   We would like to delete this job in its entirety, but cannot.. 

Does anyone know how to get this job to stop running in its loop long enough to delete it entirely? We can't even determine the origins of this job.

 

I have read that some have used a submit System_ForceJobStatusUnknown using script, but I am not good with scripting.  Would anyone out there be able to help me set up a script and correct parameters that would give us the new job id, and set status to unknown for each new id created ? Maybe that would enable us to delete it ? I'm just spinning my wheels here, cause we are out of idea's

 

Thanks

Patrick

Submit job with DateTimeZone

$
0
0

Hi,

 

I wrote a script that would schedule a list of jobs in a txt file. The script was able to schedule the jobs as I like but I could not include the DateTimeZone.

 

I have included these in my script. 

import com.redwood.scheduler.api.model.*;

import java.io.*;

 

If I dont include it, the DateTimeZone would work but my BufferedReader would not work. I would like to incorporate the DateTimeZone in my script.

Event log warning/errors

$
0
0

Hi All,

 

Can you please guide me, if possible how can we do the Event Log  monitoring for Warnings/Errors on a BOBJ windows server from CPS.

We are on Build M33.104.

 

 

Thanks,

Lohit


Job chain step maximum restart on error triggering additional step with skipped status

$
0
0

Hi All,

 

We have business requirement to restart the job step automatically if it errors 1's, So we have configured the Job chain with Final Status Handlers on Error "Restart Step" Action and also set the maximum restart to 2 (includes initial run). 

 

Auto restart on error of step is working fine, but its triggering total 3 runs of that same step with 1. Error, 2. Error and 3. Skipped status.

 

Ex.  Job chain Z_Test_Chain has 3 steps and if step 2 error's then we need this same step to be auto restarted only 1 time.

    

              Z_Test_Chain

                     Step 1-->Step 2-->Step3    

 

Out put status after run.

 

          Z_Test_Chain --    Error

          Step 1            ---   Completed

          Step 2            ---   Error

          Step 2            ---   Error

          Step 2            ---   Skipped

          Step 3            ---   Chained

 

Step 2 is getting restarted as we expected but every time we see additional step 2 with skipped status along with the auto restart.

 

let me know if any one experienced similar issue and why CPS triggering that additional step which is not required. Let me know if you need additional details on this issue.

 

Thanks

Nidhish.

Redwood training ?

$
0
0

Hi…

Our SAP implementation has recently licensed the full version of CPS by Redwood to manage our job scheduling.

Unfortunately, I have been unable to find local training courses to get my team of developers up to speed quickly with the new software.

All we really have is the online Product Information as well as a few tutorials from the Redwood site.

 

Is there anyone out there who could recommend training courses or perhaps good text books which would enhance our learning of the software.

 

Thank you.

Job stuck in 'Waiting' status

$
0
0

Hi,

 

Job is stuck in status Waiting even if it finished in SAP.I tried to Kill and Cancel but it still in waiting status. I already ran System_ForceJobStatusUnknown but didnt work. See error below.

 

FORCE JOBSTATUS UNKNOWN REPORT

==============================

 

 

Forcing jobstatus to unknown using the following conditions:

  Job id: 106947385

 

 

  ERROR: Updating job 106947385 : @locale@:Run RKEB0601/150502P  in XXXXXXXX

         JCS-122031: Invalid string literal: "'150502P '"

  at com.redwood.scheduler.model.SchedulerSessionImpl.writeDirtyListLocal(SchedulerSessionImpl.java:928)

  at com.redwood.scheduler.model.SchedulerSessionImpl.persist(SchedulerSessionImpl.java:882)

  at com.redwood.scheduler.apiint.model.UnitOfWorkManager.perform(UnitOfWorkManager.java:2)

  at com.redwood.scheduler.apiint.model.UnitOfWorkManager.perform(UnitOfWorkManager.java:23)

  at com.redwood.scheduler.system.jobs.ForceJobStatusUnknown.updateJob(ForceJobStatusUnknown.java:191)

  at com.redwood.scheduler.system.jobs.ForceJobStatusUnknown.execute(ForceJobStatusUnknown.java:155)

  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:676)

 

And also, the job has joblog.log showing even if its still in waiting status. Anyone can help how to update the status of this job in final state?

Thanks

 

-Alyssa

How to schedule background job for transport import every 30 minutes

$
0
0

The challenge is job name of the transport job varies each time you schedule. For instance

TMS_0000000022TMS_TP_IMPORT

TMS_0000000023TMS_TP_IMPORT

I would like to schedule transports regularly every 30 minutes instead of manually importing into QAS. The job should checks whether any transports are released from DEV and import them. I hope I am clear in my query.

 

Is there any possibility. Thanks for your input in advance.

Submit job with DateTimeZone

$
0
0

Hi,

 

I wrote a script that would schedule a list of jobs in a txt file. The script was able to schedule the jobs as I like but I could not include the DateTimeZone.

 

I have included these in my script. 

import com.redwood.scheduler.api.model.*;

import java.io.*;

 

If I dont include it, the DateTimeZone would work but my BufferedReader would not work. I would like to incorporate the DateTimeZone in my script.

Viewing all 1466 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>