The OneStream Community is temporarily frozen until June 29th due to the ongoing maintenance. Please read the blog post here to learn more.
Forum Discussion
GregM
2 years agoNew Contributor
Where are file attachments stored after attaching them to a Reconciliation?
When we attach a file to a Reconciliation, where is the file stored and how is it stored? It it stored in the application database as a BLOB or on the application server in the file system? Is it encrypted?
The files are stored in the application database as varbinary(max) bytes, BLOB. Unsure as to encryption.
You could test for encryption by extracting the file in an extender and see if the file can be parsed as normal.Thank you. I see the table XFW_RCM_ReconSupportDoc contains the object.
2 Replies
- RobbSalzmannValued Contributor II
The files are stored in the application database as varbinary(max) bytes, BLOB. Unsure as to encryption.
You could test for encryption by extracting the file in an extender and see if the file can be parsed as normal.- GregMNew Contributor
Thank you. I see the table XFW_RCM_ReconSupportDoc contains the object.
Related Content
- 4 years ago
- 2 years ago
- 2 years ago