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

ECC application servers in CPS

$
0
0

Hi All,

 

 

ECC application servers are not visible in SAP Sytem-->Maintain objects. PFA screenshot. We have 6 app servers in Production.

 

ECC App servers.png

 

 

Could you please advise if there is any issue with the CPS installation. We are using M33.104 version of CPS.

 

 

 

Regards,

Lohit.


Trying to delete a JobDefinition: ForeignKeyViolationVetoWrapperException

$
0
0

Hi Guys,

 

 

I'm currently cleaning up our Scheduler in preparation for V.9.

When trying to delete a specific JobDefinition, I'm getting the following Errors:

 

 

JCS-102260: Parameter pNumberOut for job definition STD_MapParam2JobChain is used by multiple other objects; first object is Non-visible Job Chain Call Out Reference Parameter 173.178.320

JCS-102260: Parameter pNumberIn for job definition STD_MapParam2JobChain is used by multiple other objects; first object is Non-visible Job Chain Call In Reference Parameter 173.178.220

JCS-102260: Job Definition STD_MapParam2JobChain (Copy from 2010/11/10 14:16:20,200 MET) is used by multiple other objects; first object is Non-visible Job Chain Call 174.811.911

 

How can I find those other Objects? I'm guessing I have an old reference somewhere, but I can't find anything.

Those Numbers at the end don't seem to be UniqueIds...

 

I've tryed the Following querys (without any results):

 

SELECT jcc.*

FROM JobChainCall jcc, JobDefinition jd

WHERE jd.Name = 'STD_MapParam2JobChain' AND jd.UniqueId = jcc.JobDefinition

 

SELECT jccorp.*

FROM JobChainCallOutReferenceParameter jccorp, JobDefinitionParameter jdp

WHERE (jccorp.LocalJobDefinitionParameter = jdp.UniqueId OR jccorp.SourceJobDefinitionParameter = jdp.UniqueId)

AND jdp.Name = 'pNumberOut'

 

SELECT jccirp.*

FROM JobChainCallInReferenceParameter jccirp, JobDefinitionParameter jdp

WHERE (jccirp.LocalJobDefinitionParameter = jdp.UniqueId OR jccirp.TargetJobDefinitionParameter = jdp.UniqueId)

AND jdp.Name = 'pNumberIn'


Thanks!

Jonas

Moving File directory from Windows server to BW File system

$
0
0

Hi,

 

I am new to SAP Redwood.  I have read few post about moving file from one location to another, but still not sure and didn't understand much from them.

This is the situation I have. 

 

We have some users who will be dropping CSV Files into a directory on the shared Windows Server and we need to have the directly transferred over to a location in our BW File System. (example)

 

Source  Windows Server Location:           \\abc123\XYZ\\RefFiles

Target   BW Directory Location:               /sap/RefFiles

 

Can someone please tell me (with screenshots would be best, if possible) how can I do it step by step? I would greatly appreciate help here.

 

Tahir

CPS Scheduling Anomaly

$
0
0

My company is having an issue with Redwood CPS.  Currently running Build: M33.116.80989.  Jobs that have been scheduled using Submit Frame and Time Window are skipping some of their scheduled runs.  For example.  Job scheduled to run every WD6 at 1:00AM EDT.  So job ran normally on July 9th.  But, when it rescheduled, it skipped its' August 10th run, and next scheduled for September 9th at 12:00AM EDT. Scheduling details for the September 9th run shows the following contrary times: Requested Start Time - Aug 10 1:00:00 AM Scheduled Start - September 9 12:00:00 AM Submit Frame used is called  Every_1_Day Time Window used is called WD6_Adjusted_For_Holidays All preview lists of expected scheduled times for the job list the August 10th run. We have had this issue with a few other jobs, all seem to use submit frames and time windows.

How to schedule job "Every 15 minutes & during 01:00 - 2:30 every 5 minute"

$
0
0

Hi folks,

 

I have an situation to Schedule a job in SAP CPS 8.0 for ECC "Every 15 minutes and during 01:00 - 2:30 every 5 minute".

How do we do this and any inputs/suggestions are highly appreciated.

 

Thanks,

Shiva

SAP Queue name is not visible when submit "Job Chain", only showing system(Global)

$
0
0

Hi,

 

I have created a Job Chain (SAP CPS) using SAP Definition "SAP_AbapRun" but while submitting this job chain, I am not able to select my "SAP Queue name from drop down list". It's only showing the SYSTEM.

 

See the attached file for where I am missing SAP Queue names.

 

Please let me know, what to do to get SAP Queues names from drop down list.

 

Tanks,

Shiva

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.

How to trigger monthly chain off of daily chain in SAP Redwood.

$
0
0

Hi,

 

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


Jobdefinitions list in CSV format

$
0
0

Hi,

Can any one help me with script which will be able to list all job definitions in the CPS system and also all parameter which has value assigned in default expression

Ex: Job definition Name     ABAP_PROGRAM_NAME  REC_NO_PRINT etc..


not sure if any out of box script available with M33 version


Thanks

Subrahmanyeswar

Email notification

$
0
0


Hi All,

 

We are not able to receive the notifications for the jobs which goes to Status 'Console'. Please help how can I modify my code.

 

   String strLogFileName = "";
   String ccmsjob = "SAP_CcmsJob";
   String bwpc = "SAP_BW_ProcessChain";
   String bwp = "SAP_BW_Process";

 

 

    if((jcsPostRunningContext.getNewStatus().equals(JobStatus.Error)     ||
        jcsPostRunningContext.getNewStatus().equals(JobStatus.Overdue)   ||
        jcsPostRunningContext.getNewStatus().equals(JobStatus.Killed)    ||
        jcsPostRunningContext.getNewStatus().equals(JobStatus.Console))  

 

 

           && ! ( jcsJob.isActualJobChain())
           && ! ( ccmsjob.equals(jcsJob.getJobDefinition().getName()))
           && ! ( bwpc.equals(jcsJob.getJobDefinition().getName()))
           && ! ( bwp.equals(jcsJob.getJobDefinition().getName()))
          
 
       )

 

 

 

 

 

Thanks,

Tinku

BPA Date Calculation

$
0
0

Hi Experts,

 

I am facing a issue with the date calculation in BPA wherein a redwood expression is calculating random dates. My requirement is to calculate a date with an offset of 7 hours. The expression which is use is

 

=Time.format(Time.expression(Time.now(),'subtract 7 hour truncate day'), 'dd.MM.yyyy') .

 

for some cases it seems that the logic is calculating dates based on creation date rather than time know. Also, its quite random and doesn't happen frequently.

 

Is this a known issue or something is missing.

 

Thanks,

RItesh

Reporting in SAP CPS

$
0
0

Hello,

 

We are currently on SAP CPS Version 7.00 Build M26. (I know this is an old version.) I am in need to download a list of all background jobs which have a specific email address as spool recepient.

 

1) Can I query any database tables to get this information? If so, what are tables I can query?

2) Are there any other ways to create reports to generate list of jobs defined or scheduled in CPS?

 

Please let me know your thoughts.

 

Thank You.

 

Regards,

Venkat.

automatically remove old jobs

$
0
0

Hello,

 

I do my frist steps in BPA and have one little questions:

 

We start every 5 minutes a Jobs and so we have a lot of entries in the Job Monitor. How can I automatically reduced this entries? I need only the last 5 Jobs .

 

Best regards,

Jan

SFTP from CPS

$
0
0

Hi,
We are running on M33 -61 .Is this version capable of sending files through SFTP .Has any one tried ? Any inputs would be greatly helpful.

 

 

Regrads

Balaji Natarajan

How to schedule job "Every 15 minutes & during 01:00 - 2:30 every 5 minute"

$
0
0

Hi folks,

 

I have an situation to Schedule a job in SAP CPS 8.0 for ECC "Every 15 minutes and during 01:00 - 2:30 every 5 minute".

How do we do this and any inputs/suggestions are highly appreciated.

 

Thanks,

Shiva


Moving File directory from Windows server to BW File system

$
0
0

Hi,

 

I am new to SAP Redwood.  I have read few post about moving file from one location to another, but still not sure and didn't understand much from them.

This is the situation I have. 

 

We have some users who will be dropping CSV Files into a directory on the shared Windows Server and we need to have the directly transferred over to a location in our BW File System. (example)

 

Source  Windows Server Location:           \\abc123\XYZ\\RefFiles

Target   BW Directory Location:               /sap/RefFiles

 

Can someone please tell me (with screenshots would be best, if possible) how can I do it step by step? I would greatly appreciate help here.

 

Tahir

Auto submit jobs without any manual intervention

$
0
0

Hello All,

 

We got an epic requirement to auto submit the jobs without manual intervention or Submit the job first time (either with Submit frame)

e.g. We want to run a job A at 22:00 Monday - Sunday but user want to submit the jobs manually with submit frame. We have been asked to do the configuration so it will always auto submit the jobs. I have no idea about what will the best way to do it.


Could you please advice does can we do it-

1) With calender, time window or submit frame.

2) Triggers

3) With Redwood scripts


What is best way doing it and what is limitation and disadvantage doing it (if any advantages also please let me know, the whole idea behind this that they don't operator to submit any jobs)

 

Many thanks,

 

Regards,

Abhishek

ECC application servers in CPS

$
0
0

Hi All,

 

 

ECC application servers are not visible in SAP Sytem-->Maintain objects. PFA screenshot. We have 6 app servers in Production.

 

ECC App servers.png

 

 

Could you please advise if there is any issue with the CPS installation. We are using M33.104 version of CPS.

 

 

 

Regards,

Lohit.

Need to clear event before raising it but cannot use system_raise clear event

$
0
0

I need to clear the event before raising it otherwise it will lead to two events raised and that's not the requirement so is there any redwood script or expression to check the status of event (i.e. whether it's raised or clear ) and accordingly I can clear please help.

waitEvents.EVT_RAISE_MG.raiser comment not providing the comment .

Please suggest

CPS report for errored or killed jobs

$
0
0

Hi All,

 

I am trying to generate report for errored or killed jobs. Please help me how to modify the query in the attached screenshot to get the list of jobs belonging to only a specific application say 'FICA'.

 

2. Also how to modify the query in the screenshot to get only the list of jobs starting from a specific date.

 

 

I tried to create a query filter in the job monitor and use that filter to extract the job but it is not listing the child jobs of a job chain.

 

 

ERRORED_KILLED1.png

 

 

 

Thanks,

Tinku

Viewing all 1466 articles
Browse latest View live


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