Skip to main content
August 28, 2025
Solved

Where are journal attachments stored in OneStream?

  • August 28, 2025
  • 1 reply
  • 0 views

Hi all,

Does anyone know the physical storage location for journal attachments in OneStream? I found a table (table name: Attachements) with file names and related text but couldn’t locate the actual folder or path where I can extract it using a BR.

Thanks in advance!

Best answer by MarcusH

Journal attachments are not saved to a folder in OneStream. You are correct in that they are saved to the table Attachments. They are accessed from the Journals module - the Journal UniqueId is used as the key in the Attachments table. Search this forum for XFFileEx for more information on creating a file from the stored filebytes. You can then extract them to any file and folder you want.

1 reply

MarcusHAnswer
August 28, 2025

Journal attachments are not saved to a folder in OneStream. You are correct in that they are saved to the table Attachments. They are accessed from the Journals module - the Journal UniqueId is used as the key in the Attachments table. Search this forum for XFFileEx for more information on creating a file from the stored filebytes. You can then extract them to any file and folder you want.