Bug0013

Description
PyFLag fails to open PST file.

Pyflag fails to open a PST file that outlook XP/2003 can deal with.

debug_fp is NULL
unknown index structure. Could this be a new Outlook 2003 PST file?
19513(Critical Error): Scanner (<PstFile.Scan instance at 0x83b456c>) on Inode Ipc03_pst|K48769-0-0 Error: Pstfile: Can't open file
19513(Critical Error): Scanner (<PstFile.Scan instance at 0x83b456c>) on Inode Ipc03_pst|K48769-0-0 Error: Pstfile: Can't open file
  File "/home/tmc/pyflag-beta-bin/lib/python2.4/site-packages/pyflag/Scanner.py", line 463, in scanfile
    o.finish()
  File "/home/tmc/pyflag-beta-bin/lib/python2.4/site-packages/pyflag/Scanner.py", line 247, in finish
    self.external_process(fd)
  File "/home/tmc/pyflag-beta-bin/lib/python2.4/site-packages/pyflag/plugins/DiskForensics/FileHandlers/PstFile.py", line 86, in external_process
    self.fd.pst_handle=pypst2.Pstfile(fd.name)
  File "/home/tmc/pyflag-beta-bin/lib/python2.4/site-packages/pyflag/pypst2.py", line 166, in __init__
    raise IOError, "Pstfile: Can't open file"
None
Logged
2007-03-06
Logged By

Tomasz

Assigned to
Status
Open

Get back to the BugIndex


Scudette: We use libpst to handle PST files. There is a native PST binary parser starting to appear but its not quite finished. Maybe we should look into updating for the latest libpst version in the interim.