Forum Discussion

Kai's avatar
Kai
New Contributor III
2 years ago

Application Database Folder and System Database Folder

I am wondering where are the files in the Application Database Folder and System Database Folder physically stored? I am able to find the files under FileShare in the directory where OneStream is installed, but I cannot find the physical folder structure of the Application Database Folder and System Database Folder. Please advise. Thank you

  • These refer to the databases that OneStream maintains. If you go to the System tab and select Tools | Database you will see something like this:

    Expand Tables and then go to the table FileContents in either of the databases. That is where the data resides.

  • PeterFu's avatar
    PeterFu
    Contributor II

    Hi Kai,

     

    See Print screen below. This is from my local laptop (that is why is showing C:), but this field should give you what you are looking for.

     

  • Kai's avatar
    Kai
    New Contributor III

    Thank you Peter! I am able to find the Fileshare folders. Do you know where we can find the Application Database Folder and System Database Folder, as shown below (Not the Applications and System folder within FileShare Folder)? Thank you

     

    • MarcusH's avatar
      MarcusH
      Contributor III

      These refer to the databases that OneStream maintains. If you go to the System tab and select Tools | Database you will see something like this:

      Expand Tables and then go to the table FileContents in either of the databases. That is where the data resides.

      • Kai's avatar
        Kai
        New Contributor III

        Hi Marcus, 

        Thank you for your response. This is what I am thinking as well. In the table structure, there are three relevant tables - FileContents, FileInfo and Folder. In the FileContents table, the ContentFileBytes column saved file data in Bytes. I guess OneStream stores files such as word, excel, pdf as Bytes. Do you think this is the case? Thank you