Quantcast
Channel: SCN: Message List - SAP Business Process Automation by Redwood
Viewing all 2607 articles
Browse latest View live

Re: Changing Client in IMPORT RULE SET

$
0
0

Hello,

 

As mentioned before, it would be interesting to see the error that occurs. Please also mention your CPS version with it.

 

Regards Gerben


Re: Will modified jobs affect running chains

$
0
0

Hi,

 

The value will be picked up during the next submission. So the already planned job will run with the old values. Now the next job will be submitted from it, this one will pick up the new values.

 

Regards Gerben

Re: Will modified jobs affect running chains

$
0
0

Great!

 

Thanks Gerben. Appreciate your help.

Re: Changing Client in IMPORT RULE SET

$
0
0

Resolved , Client value was changed .

 

We have added a new entry under Import rules tab in Import rule set.

 

we cant convert 2 values at a time , For each value conversion we need to add 1 entry in Import rules tab.

Re: Report to find jobs no longer scheduled - cps 8

$
0
0

Nanda,

 

Is there any chance you could provide a SQL example I could use to modify?

 

Thanks,

Brian

Re: previous runs not showing in job monitor

$
0
0

Are you sure the missing job chains are running?

I think the missing ones were never scheduled.

 

thanks

Nanda

Re: Alerting Module - Pass parameter to Job Def Alert Source

$
0
0

Nanda,

 

When I pass this to the operator message I am able to get the param1 to show in the email subject.

 

='Job ${jobId} has a parameter Param1 with the following value: '+parameters.param1

 

I am unable howerever to get this to do the same in the email body. I am using html for the source email... here is an example -

 

<html>
  <head>
    <title>CPS Notification</title>
  </head>
<p>

='Job ${jobId} has a parameter Param1 with the following value: '+parameters.param1

<p>
  </body>
</html>

 

do I have something wrong with the syntax? This is how I see it in the email  =

 

"Job 123456 has a parameter Param1 with the following value: '+parameters.param1"

 

Thanks,

Brian

Re: Report to find jobs no longer scheduled - cps 8

$
0
0

select jd.* from JobDefinition jdm where jdm.UniqueId in (select distinct jd.MasterJobDefinition from JobDefinition jd where not exists (select 1 from Job j where j.JobDefintion = jd.UniqueId and j.ScheduledStartTime > 123456789))

 

where 123456789 is your check date in milliseconds since 1970.

 

Regards Gerben


Re: Report to find jobs no longer scheduled - cps 8

Re: Report to find jobs no longer scheduled - cps 8

$
0
0

Thanks for all the feedback so far on this.

 

I have attempted to use this in a report as well as a filter and every attempt to validate or save results in CPS issues the following messages -

 

"Connection to the server was lost; restart the application" and "Connection to the server has been restored" both of which are preventing me from saving.

 

Gerben or Nanda - do you have the same issue?

 

Thanks,

Brian

Re: Report to find jobs no longer scheduled - cps 8

$
0
0

If you executed the query in shell, you will encounter timeout issue because of the volume of records its pulling.

 

Save it in a job definition of type redwood script and and run it. It may take a long time for the job to complete.

 

For better performance, narrow down the selection to fewer records, for example add one more where clause to select only job definitions that start with 'ECC%' or that belongs to particular partition.

 

thanks

Nanda

Re: Report to find jobs no longer scheduled - cps 8

$
0
0

Hello Brian,

 

In a Report try 'select * from ' and select 'JobDefinition' from the dropdown box.

In the where clause box paste the following:

JobDefinition.UniqueId in (select distinct jd.MasterJobDefinition from JobDefinition jd where not exists (select 1 from Job j where j.JobDefintion = jd.UniqueId and j.ScheduledStartTime > 123456789))

 

Regards Gerben

Re: previous runs not showing in job monitor

$
0
0

Hi Nanda,

 

Yes, I'm sure they ran. Maybe someone deleted them from job monitor by mistake.

 

Thanks for the help.

 

 

Angelo

Remove all the job logs from legacy process server

$
0
0

Hi,

 

I would like to ask if anyone knew how to remove/detach the job logs that link to legacy which need to be removed ? As currently i removing those job logs manually which very time consuming when a process server have lots of job logs link to it. Appreciate the input here. Thanks.

 

 

Regards,

Chris.

Writing to Excel sheet

$
0
0

Hi All,

 

I have a requirement to write the values to excel sheet.

as of now we are capturing the error data and sending notification to the distribution list.

Is it possible to extract the error data for a given date range to excel....

 

we are thinking to write a vbscript to read the mails in outlook and export to excel.

 

Can't we do directly from redwood the same thing.. instead of reading mails.

 

Many many thanks in advance.


Re: Writing to Excel sheet

$
0
0

also I want to access log information to export it to csv. Any pointers would be highly appreciated.

Re: Remove all the job logs from legacy process server

Re: Remove all the job logs from legacy process server

$
0
0

Hi Zameer,

 

Yes, i am refering to the Redwood job logs that is completed. I having the issue where by i need to delete/remove all the completed job that related a to process server before i can proceed to remove that processs server which this activity is very tedious and time consuming. Can i know if there is faster alternative way to remove those job logs ?

 

 

Regards,

Chris

Re: Remove all the job logs from legacy process server

$
0
0

Hi Chris,

 

Sorry if i understand wrongly.

Recently we deleted the process server.Where we can find all the related jobs which are completed successfully are need to be deleted before deletion of process sever.

 

You can find it in environment section.Right clicking the process server and monitor related jobs.

Monitor_Related.png

It will list all the jobs and you can start deleting all the job's at once or partially.

After every job deleted,you can delete the process server and now you can be used for other system depending upon your licensing.


Or


Let me know are you looking about the job logs(error.txt,monitor txt) which are generated by the job/job chainwhich are completed in the system to cleanup.

 

Regards

Zameer

Re: Remove all the job logs from legacy process server

$
0
0

HI Zameer,

 

Can i know how you delete all those job belong to a process server at once ? Do you mind to share the steps ?

 

 

Regards,

Chris

Viewing all 2607 articles
Browse latest View live


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