MPEG2SWF: Source image [MPEG2SWF: Source image [MPEG2SWF: So

Known bugs reported by PacsOne users
Post Reply
tburba
Posts:50
Joined:Fri Apr 23, 2010 5:02 pm
Contact:
MPEG2SWF: Source image [MPEG2SWF: Source image [MPEG2SWF: So

Post by tburba » Tue Oct 15, 2013 2:06 pm

PacsOne 6.3.7. A failed job might appear with something like this in the "Details" column:
MPEG2SWF: Source image [MPEG2SWF: Source image [MPEG2SWF: Source image [MPEG2SWF: Failed to strip Dicom header from image file [D:/DICOM/2013-10-15-TUE/1.2.826.0.1.3680043.2.1118.531637280.880.1381836951.31]] does not exist] does not exist] does not exist.
The file exists, of course. Retrying only envelops the text with another "Source image [...] does not exist". Then I did the obvious thing:

Code: Select all

mysql> update dbjob set details='D:/DICOM/2013-10-15-TUE/1.2.826.0.1.3680043.2.1118.531637280.880.1381836951.31' where id='826736';
Query OK, 1 row affected (0.00 sec)
Rows matched: 1  Changed: 1  Warnings: 0
mysql>
and the job was successfully finished after the next retry. The cause is likely in PacsOne.exe, so it's up to you to provide a real fix.

Probably I've seen this earlier but did nothing as failed jobs anyway disappear after some time. And, we are not using those FLVs so nobody complains.

tburba
Posts:50
Joined:Fri Apr 23, 2010 5:02 pm
Contact:

Post by tburba » Tue Oct 15, 2013 2:07 pm

Might be required to reproduce this:

Code: Select all

mysql> select * from dbjob where id='826736' \G
*************************** 1. row ***************************
           id: 826736
     username: dicom
      aetitle: _
         type: mpeg2swf
        class: Image
         uuid: 1.2.826.0.1.3680043.2.1118.531637280.880.1381836951.31
     schedule: -1
     priority: NULL
   submittime: 2013-10-15 16:33:28
    starttime: 2013-10-15 16:33:33
   finishtime: 2013-10-15 16:33:35
       status: failed
      retries: 3
      details: D:/DICOM/2013-10-15-TUE/1.2.826.0.1.3680043.2.1118.531637280.880.1381836951.31
retryinterval: 0

pacsone
Site Admin
Posts:3149
Joined:Tue Sep 30, 2003 2:47 am

Post by pacsone » Tue Oct 15, 2013 3:34 pm

Those MPEG2SWF conversion jobs cannot be retried because the full path to the raw Dicom image file will be overwritten by the error status the 1st time the conversion job failed. Right now only the manual forwarding jobs can be retried, so we'll disable the <Retry> button for all the other jobs for the next release of PacsOne Server.

tburba
Posts:50
Joined:Fri Apr 23, 2010 5:02 pm
Contact:

Post by tburba » Tue Oct 15, 2013 3:44 pm

Then the "Check All" button should also uncheck any mpeg2swf jobs.

I see. It will still be better than nothing.

Post Reply