Hi Experts,
We have a new requirement. Client is asking to send spool in x.ls format instead of txt format via mail. Is there any possibility to send spool request in .xls format from SAP CPS?
Regards
Rajkumar
Hi Experts,
We have a new requirement. Client is asking to send spool in x.ls format instead of txt format via mail. Is there any possibility to send spool request in .xls format from SAP CPS?
Regards
Rajkumar
I have the below piece of code in the post running action and does what it is supposed to do and display the required information on the web page i have developed for the business. What i want to have is the run time (Elapsed time) for each job on the list I have. How do I calculate the difference in RUNEND and RUNSTART? Please help
tv = webtable.getTableValueBySearchKeySearchColumnName("<Job Name>","RUNSTART");
tv.setColumnValue(j.getRunStart().toFormattedString("dd-MMM-yyyy HH:mm:ss"));
tv = webtable.getTableValueBySearchKeySearchColumnName("<Job Name>","RUNEND");
tv.setColumnValue(j.getRunEnd().toFormattedString("dd-MMM-yyyy HH:mm:ss"));
tv = webtable.getTableValueBySearchKeySearchColumnName("<Job Name>","STATUS");
tv.setColumnValue(j.getStatus().name().toUpperCase());
Thank You
Hi All,
Can you please give an idea how to install platform agents on Windows DFS (Distributed File System) servers.We have two single Windows servers using Microsoft DFS service. The network share is a replicated directory between the two nodes. I am not able to find instructions in the admin guide for DFS servers. This is to configure File events and also to move the files from one directory to another.
We are on M33.104.
Thanks,
Nanak
I created a report job to run every 24 hours, but not sure how to add e-mail address to it, to have that created report.csv sent to me automatically.
Can someone please guide me on this? Thanks in advance
Rick
Hello,
I wonder if there is a possibility to mass change the user entered in the steps overview of a released job.
I know that in the Table TBTCS the Jobowner is saved and in TBTCP I can view the user entered in the steps overview but only for jobs which have already been executed, does anyone of you know which table keeps the steps user for a released job?
Kind regards
Florian Wittmann
Hi,
We are on CPS 8 M33.104 version and we have requirement to schedule a job to run every 2 hours Monday to Sunday (12 jobs per day ) without skip.
and with the 2 submit frame the jobs are getting skipped if the job run for more then 2 hours.
Let me know if there is any other alternative to submit the jobs to run every 2 hours? let me know if need more details
Thanks
Vishal