keipidesu
6 years agoIdeator I
Vault File Structure
Where can I see how this file upload structure came to be?
C:\Aras\Vault\YOUR_DB_NAME\FIRST_CHARACTER_OF_ID\SECOND_AND_THIRD_CHARACTERS_OF_ID\REST_OF_ID\FILE_NAME
Where can I see how this file upload structure came to be?
C:\Aras\Vault\YOUR_DB_NAME\FIRST_CHARACTER_OF_ID\SECOND_AND_THIRD_CHARACTERS_OF_ID\REST_OF_ID\FILE_NAME
Hello,
This folder structure works to improve performance by keeping the number of files and folders inside of a single directory to a minimum. This is especially important as we expect our users to store large numbers of files inside of Aras Innovator.
I believe the code for the vault that handles building this structure and looking up files using this structure is stored inside of a DLL, so it's not accessible to see or change.
Chris
Hi Christopher, thanks a lot for your response. Is there any way to determine if the uploaded "file" to the vault was a directory or folder? Because the vault already uploads folders as files, even though they are not.
Hello,
It's not possible to upload a folder as a File item. Are you referring to a compressed format like a Zip file?
I'd also like to say as a general note, you should never need to manually access the Vault. Could you elaborate on what your use case for this is?
Chris