Hi,
Is there a CLT command in OD to check whether a schedule job is completed or failed?
ThanksVinod Goud
You can run iwodserverstatus which shows you what is running
iwodschedget -a shows what is scheduled but not success/failure of old deployments.
Might have to check teh logs
Thanks Andy.
I verified "iwodschedget -a" but it is not helpful. I can look at the logs and verify it manually, but I would like create a automated build step in Continous Integration server to verify whether the schedule job is completed or not.
I will see if I can write a script to look at the logs and verify the status.
Thanks
Vinod Goud