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

No french built-in Time Window installed on CPS ver. M33.74 ?

$
0
0

Hi,

 

I want to create a Time Window disabled during System_FR_PublicHolidays TimeWindows (FR for France) but no built-in Time Window is installed in our CPS version M33.74-62951 for France.

I see only BE, DE, CA, GB, US and NL time windows.

 

Regards

Clement.


Get event raiser job name in alerting email

$
0
0

Hi There,

 

I am trying to setup an alert for long running job in SAP CPS. The scenario has been setup such that an event is triggered based on the time duration mentioned in Runtime Limits Tab of a job. This event is set as a wait event for a job chain which consists of one step System_Mail_Send.

 

I am trying to retrieve the raiser job name as subject for the alert email to be send but didn't have any luck yet, the closer I could come was using expression- waitEvents.<name>.raiserComment which always return with the statement "Maximum Runtime Limit breached. Raising an event for job <id>". I did not find any mechanism to override this default comment.

 

I do not have license for alerting mechanism and hence need to do this workaround. Do let me know if there a way in order to get the raiser job name in the alert email.

 

Appreciate any help provided. Thanks in advance.

 

 

Regards,

Ginson Rajan

Controlling the Job Chain Status

$
0
0

Hello,

 

I created a Job Chain with 3 steps. For the first two steps I have a Final Status Handler "Continue" in order to start the next step despite the status of the predecessor job is "Error" or "Completed".

 

Is it possible to set the Job Chain Status to "Error" if one of the steps has the status "Error"? Currently the Job Chain Status will be "Completed" because the successor steps finished successfully.

 

Hope to hear from you guys.

 

 

Kind regards,

 

Ton van Velzen

Get event raiser job name in alerting email

$
0
0

Hi All,

 

We are using SAP CPS M33.79 and are setting up a scenario for couple of jobs such that if it runs above a time duration an alert email will be triggered. We could complete the requirement using Runtime Limits tab of the job/job chain but now we are stuck with a requirement to retrieve the job name into subject of the alert email. We tried couple of expressions but it ended in error always the only closer we could get was using raiserEvents.<name>.raiserComment. The alert email is triggered using System_Send_Mail.

 

We are not using alert mechanism as the requirement is currently for couple of the jobs only.

 

Appreciate any help in this regard. Thanks in advance.

 

 

Regards,

Ginson Rajan

Job Chain using CPS

$
0
0

Hello Guys,

 

We want to automate few inter-dependent jobs using CPS.

I have gone through various blogs and docs but still i am getting confused.

I have attached the model which we want to automate.

 

What is job documentation? Its confusing .Any one could please explain ?

 

Regards

Abhishekmodel.png

Change the Print Parameter in CPS(remove print function/printer) from Job

$
0
0

Hello All,

 

I need help to do one change in Redwood. I am trying to remove the print parameter from Job chain (JC)/ JD but it's now allowing me to changes the setting in CPS.

 

Exactly, We have requirement to remove all printers (Print setting) from all batch jobs as it is making printer busy all the time. As while migration i have import all the job from SAP to Redwood with it functionality(which has printing parameter to a specific printer). Now i have tried this to do from many other in ways (like in SAP and import it in CPS and it's works) but i have to do this changes in Redwood as it is for many jobs (more than 1 k jobs) and i can't do this changes in SAP. When I am trying to remove the printing parameter from any job definition in Redwood CPS, it won't work and not allowing to save this changes in CPS.

 

Please help me on this.

can we install multiple redwood platform agents on single unix server

$
0
0

Please let me know is it possible to install multiple platform agents on single unix server (Datastage).

Listing files in Windows directory in CPS

$
0
0

Hi All

 

I am in process architecting a backend job which deals with Files in Windows. I want to list the files in a windows directory and loop through the list of files for processing. your suggestions and thoughts greatly appreciated.

 

-Giri


CPS - Intercepted jobs - Limit by users

$
0
0

Dear All,

 

We have a scenario where we need to set up the interception of jobs in the CPS by restricting it by number of background process as well by the users i.e, Total number of user scheduled intercepted jobs should be 10 which can be set by the process server restrtiction. However, we need to restrict at maximum only 2 jobs can be active per user.

 

Kindly request you to let us know any ideas or suggestions.

 

Thanks,

Aswin Balasubramaniam

SAP-CPS Managing IBM Cognos Jobs

$
0
0

Hi there,

 

Have you ever tried to use CPS to control IBM Cognos jobs? I read in the manual a chapter about Scheduling Processes Outside of the SAP System Landscape, but, so far, nothing related to Cognos.

 

Do you know if this is possible?

 

Thanks a lot,

Marcelo

Event Based job Not Running

$
0
0

Hi All,

I have configured event based job to be triggered up on arrival of file at the given path, though the file is present at the path, the event is not raised and job is not triggered. could you please help me to solve this issue.

Thanks and Regards

Sasi Kumar.

Platform Agent Issue

$
0
0

Hi All,

 

I have installed platform agent on unix server, all the steps are executed successfully. the platform agent status is still connecting, and iam not able to start it. event though i start it it is going in connecting, but not running. any help to trouble shoot will be helpfull. thnk you very much.

Basis Team.

SAP CPS by Redwood - scripting a loop to find objects

$
0
0

has anyone written some Redwood script to pull back a list of objects?
E.g. to find and print out all Partitions in a system?
Once you can do this it's then easier to write maintenance code and I'm working on it just now - if anyone can help it'd be greatly appreciated

JCS-116012: Warning: Transient communication failure: Read timed out

$
0
0

We are periodicly receiving alerts that one of our Process Servers goes into a connecting status and then immediatly goes back into a running status. We are running M33.85.

 

The process server is configured with with the following services

  • JobChainService
  • SAPR3Service
  • PlatformAgentService

 

I'm thinking this is related to the platform agent and not the RFC connection to SAP. What additional troublshooting steps can I take?

 

The OP Message created has the following

 

JCS-116012: Warning: Transient communication failure: Read timed out

 

Message Trace:
java.net.SocketTimeoutException: Read timed out
 
 
Stack Trace:
java.net.SocketTimeoutException: Read timed out
     at java.net.SocketInputStream.socketRead0(Native Method)
     at java.net.SocketInputStream.read(SocketInputStream.java:129)
     at java.net.SocketInputStream.read(SocketInputStream.java:182)
     at com.redwood.scheduler.infrastructure.net.HttpHeaders$LineInputStream.readLine(HttpHeaders.java:326)
     at com.redwood.scheduler.infrastructure.net.HttpHeaders.parse(HttpHeaders.java:246)
     at com.redwood.scheduler.infrastructure.net.RWHttpURLConnection.readResponse(RWHttpURLConnection.java:377)
     at com.redwood.scheduler.infrastructure.net.RWHttpURLConnection.dispatch(RWHttpURLConnection.java:505)
     at com.redwood.scheduler.infrastructure.net.RWHttpURLConnection.getInputStream(RWHttpURLConnection.java:366)
     at com.redwood.scheduler.infrastructure.net.RWHttpURLConnection.getResponseCode(RWHttpURLConnection.java:251)
     at com.redwood.scheduler.jobservice.remote.PlatformAgentService.sendRequest(PlatformAgentService.java:1527)
     at com.redwood.scheduler.jobservice.remote.PlatformAgentReplyPoller.onMessage(PlatformAgentReplyPoller.java:91)
     at com.redwood.scheduler.infrastructure.work.MessageEnabledWork.run(MessageEnabledWork.java:107)
     at com.redwood.scheduler.infrastructure.work.WorkerImpl.run(WorkerImpl.java:140)
     at java.lang.Thread.run(Thread.java:722)

can we install multiple redwood platform agents on single unix server

$
0
0

Please let me know is it possible to install multiple platform agents on single unix server (Datastage).


CPS Architecutre - Single/Multiple instance + Single/Multiple node ?

$
0
0

Dear All,

 

We are using a single instance and single node architecture for our CPS Production environment due to the issue faced earlier in 2011 (Version M33.32).

Intiailly, we had two instances (CI + DI) with one server node each - but due to performance issue while scheduling the jobs and slowness we had disabled the DI.

 

Currently, we are planning to activate the DI as we have patched to M33.79 - Kindly let me know your suggestions for this if any of you are having the same issue. Any inputs related to this will be really helpful.

 

Thanks,

Aswin Balasubramaniam

SAP CPS - Edit SAP System hanging

$
0
0

Hi we have 1 particular SAP system in CPS that, when you try and edit it, it hangs for several minutes and times out.

Seemingly another symptom of the same issue is that if you export it as a car file this takes many minutes instead of a few seconds.

Has anyone every seen similar behaviour?

 

Such things are hard to trace.
We have queried the SAPSystem objects via the Data Model from the support UI, but there is no clear data issue.

Move CPS to new server, how?

$
0
0

Hello,

 

we installed CPS some time ago on our SAP Solution Manager.

Now we want to have an own server for CPS.

How can we migrate CPS to the new server.

I am not finding any documentation at the moment.

 

Thanks for your help.

 

Best regards

 

 

 

Carlos Behlau

BAPI exception while calling BAPI_XBP_JOB_READ_SINGLE_SPOOL: E XM 065 Invalid spool number [, , , ]

$
0
0

Hello,

 

We have a job crashing sometimes with the error "BAPI exception while calling BAPI_XBP_JOB_READ_SINGLE_SPOOL: E XM 065 Invalid spool number [, , , ] ".

 

This is a really strange problem as the spool is retreived in SAP CPS.

 

Thanks for your help.

CPS - grant user access to restart failed process chain only?

$
0
0

Hello,

 

is it possible with CPS to grant a user access rights, so he can only restart a failed process chain?

 

In the full version it is possible, but it looks like in CPS there are limits.

 

I am looking for the role/privileges documentation ...

 

Thanks for your help.

 

Best regards

 

 

Carlos Behlau

Viewing all 646 articles
Browse latest View live


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