Hi Experts,
I am facing two issues:
1. If i define a job in CPS and it fails during execution, the stdlog shows below error:
com.redwood.scheduler.connector.sap.rfc.command.ParameterDoesNotExistException: Mandatory parameter not set: JOBNAME
com.redwood.scheduler.connector.sap.rfc.command.ParameterDoesNotExistException: Mandatory parameter not set: JOBNAME
at com.redwood.scheduler.connector.sap.rfc.command.JobParameterHelper.getJobParameterUppercase(JobParameterHelper.java:219)
at com.redwood.scheduler.connector.sap.rfc.command.AbstractXbpJobRunCommand.execute(AbstractXbpJobRunCommand.java:141)
at com.redwood.scheduler.connector.sap.rfc.command.AbstractXbpCommand.doExecute(AbstractXbpCommand.java:84)
at com.redwood.scheduler.connector.sap.rfc.command.AbstractCommand.execute(AbstractCommand.java:57)
at com.redwood.scheduler.connector.sap.rfc.service.operation.RunJobOperation.doWork(RunJobOperation.java:136)
at com.redwood.scheduler.connector.sap.rfc.service.SapJobWork.doWork(SapJobWork.java:38)
at com.redwood.scheduler.infrastructure.workqueue.Worker.run(Worker.java:76)
at java.lang.Thread.run(Thread.java:763)
What correction is needed during defining and submitting the job?
2. If the job is defined in CPS and it fails during execution, i cannot see any logs in ECC system in SM37.
But for successful execution i can see finished status jobs and logs as well.
What settings do i need to make to show the errors in SAP system as wee?
Thanks,
Babu