Trying to obtain job details and getting 404 response

Good morning,

I have a DICOM service registered in my Orthanc 1.9.1 configuration file and I am trying to use an asynchronous C-MOVE to pull an object. The retrieve command returns a job ID, as documented, and sometimes, when asking for the job details, the jobs command returns 404 Not Found.

It’s not always and it has better chances for success if i give it a second or so before I issue the first request.

Is this as intended/expected or is there any configuration item I could use?

Thank you.

João Neta

Hello,

is the job still present in orthanc UI?

You can try to change “JobsHistorySize”, I set it to 100 myself.