...
In the text field at the top please run the following command
| Code Block |
|---|
select id, job_name, done from system_job |
Click Click Execute
Check the results for any jobs where done is either False or '0' (depending on what version of DualShield you are using.
...
In the text field at the top please run the following command
| Code Block |
|---|
Update system_job SET done=1 WHERE id= |
...
n |
...
(n = the corresponding id to the unfinished job, therefore in this example as per the screenshot above, n = 2)
If successful you should now be able to replace the Web Certificate
...

