Roles

These are the roles that are needed:

  • Can read jobs

FAQ on iconik Job management.

Can I create jobs manually?

All jobs are created by other actions and tasks that are created in iconik. e.g:

  • New files found
  • Uploads
  • File transfers

How do I find out what caused a job to fail?

Jobs are dependant on the resources that they will touch when be executed, so it can depend on what the job was doing, what storage it might have involved, whether an ISG that might be involved is offline or not.

The first step to debugging the job is to make a mental modal of what that job will have to do. For example, transcode jobs will try and read the original file. This depends on that storage being available that the file resides on, the file still being available, and being able to read the file. In addition to that it depends whether the file is in the cloud, it will try cloud transcoders, if it's on-premise the ISG transcoder must be online. Then we work out whether the file can be transcoded - it might be an unsupported format, finally after transcoding it will be pushed to another storage which must be ready and available.

Steps in the job process are shown in the job information, and you can see where it might have failed in the steps.

Why is a job marked as SKIPPED?

This usually happens because the job has already been done before and doesn't need doing again.

Why can I only see my own jobs?

This is because your user needs to have the role Can Read Jobs.

Why can't I delete jobs?

Jobs are part of the history of operations in iconik. In the future we might start removing very old jobs from the list.