User run a BTP POJO job and got the following error:
2025-06-01T00:00:128.345Z: Version: 1.0.1
No such method startJob
java.lang.NoSuchMethodException: com.broadcom.pojo.sap.job.scheduler.SAPJobScheduler.startJob(sapjobscheduler.Endpoint, sapjobscheduler.AuthEndpoint, sapjobscheduler.ClientId, sapjobscheduler.ClientSecret, sapjobscheduler.Description, sapjobscheduler.Payload, sapjobscheduler.MaxRetry, sapjobscheduler.SleepInterval, sapjobscheduler.FailureInterval, sapjobscheduler.LogLevel)
Workload Automation Agent 12.0 or above
The error indicates that job definition is missing one or more parameters.
The startJob requires 11 parameters. Make sure to add all the parameters such as "sapjobscheduler.JobId" to the job.
SAP BTP Job Attributes details here.