Sunday, August 31, 2014

When attachments is added to document, in which directory it will be stored in repository

 I checked in a new file and it got stored at the below location in the vault and weblayout dir -
Vault:
/home/oracle/fmw_ps5/user_projects/domains/fmwps5_domain/ucm/cs/vault/document/czvf/mde2/16402.js

Weblayout file:
/home/oracle/fmw_ps5/user_projects/domains/fmwps5_domain/ucm/cs/weblayout/groups/public/documents/document/czvf/mde2/~edisp/ecmps5_016402.js
=======================================

Any attachments that you add gets stored as zip file in the same weblayout -

/home/oracle/fmw_ps5/user_projects/domains/fmwps5_domain/ucm/cs/weblayout/groups/public/documents/document/czvf/mde2/~edisp/ecmps5_016402@z~aa.zip
=======================================
If File store provider is configured with jdbc storage,
FILESTORAGE is the table. It stores the native, web file and the attachment zip file too.

The native file has the DRENDITIONID value of "primaryFile" . Web file has the value as - "webViewableFile".

The attachment that you add gets stored with the DRENDITIONID value of "rendition:Z"
These are stored in a BLOB format in database. There are ways to extract the data from a blob.


================@@@ENJOY@@@@++++++++++

No comments:

Post a Comment