Hello,
As mentioned before, it would be interesting to see the error that occurs. Please also mention your CPS version with it.
Regards Gerben
Hello,
As mentioned before, it would be interesting to see the error that occurs. Please also mention your CPS version with it.
Regards Gerben
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
Great!
Thanks Gerben. Appreciate your help.
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.
Nanda,
Is there any chance you could provide a SQL example I could use to modify?
Thanks,
Brian
Are you sure the missing job chains are running?
I think the missing ones were never scheduled.
thanks
Nanda
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
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
...and you can use Epoch Converter - Unix Timestamp Converter to convert the date time stamp to epoch (pick the value in milliseconds).
thanks
Nanda
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
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
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
Hi Nanda,
Yes, I'm sure they ran. Maybe someone deleted them from job monitor by mistake.
Thanks for the help.
Angelo
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.
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.
also I want to access log information to export it to csv. Any pointers would be highly appreciated.
Hi Chris,
Let me know are you discussing about the job logs outputs or the jobs which are completed and is assigned to one of the process server.
If you paste the screen shot,it will be helpful for us to reply quickly.
If It is job logs,you can follow the link below.
Regular Activities for SAP CPS - SAP Central Process Scheduling by Redwood - SAP Library
Some of the system related job definition will be used for clean up activities. like "System_RemoveOldJobs"
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
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.
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
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