Event when you filter for jobs in "all history"?
A job can be deleted from history but in this case the tasks also get deleted.
Occasionally there can be some error reading the job from the database and it won't appear; you could check that in the server logs. If that's the case - sorry, you'll need to enter it manually again.
If you really badly need to see that job - here are some hackerish steps you might try:
- first try to find out its id. Both task and job ids go incrementing, so you can guess by looking the task id and neighbor tasks job ids.
- eventually check in server log whether it is really in the database
- stop converter server service
- if it's in the db, use some toll like sqlite studio to open it directly
If it is not in the db then it has gone for good.
Regards,
Plamen