Repositories Maintenace
When selected in the form Repositories List one of the options to add, delete, modify or copy the Repository will appear this form with different fields on or off.
This form contains the information:
- Repository name: Repository identifier whose value can not be repeated or changed once assigned. You can have a maximum length of 32 characters. (Eg "FS_Server1")
- Description of the Repository: Description that clearly identifies the repository. You can have a maximum length of 128 characters. (Eg, "File System on Server1 with 2 Teras")
- Kind of Repository: Indicates the type of repository. You can implement new types if needed. Currently available are:
- FS: FileSystem. Storage system in a folder accessible to Swing or Web clients.
- BBDD: Data Base. Storage in a table as BLOB attribute. Recommended for small files or types of documents with low volume.
- FTP: Storage on an ftp server. Recommended for types of documents with limited access.
- S3: Cloud Storage on Amazon S3. Sharing information around the world with security and the speed and costs selected..
- REFURL: Reference to documents/pages existing in Internet/Intranet. Allows to classify and catalog documents of interest without having them stored locally. (The documents are not deleted when you delete the record)
- URL or reference to the Repository:The URI or URL that references the repository. For FS will be a path accessible to the computer or computers that use it (Ej.:"D:\\OPD\\Reposit\\": Note the double \\ in Windows. "/opt/OpenProdoc/Rep/"), in the case of database will be a JDBC url, in the case of FTP, name or ip address. For S3, the bucket name.
- Additional parameters of the Repository (specific for every type): In the case of databases, the additional parameter is "driver; table_name". For all the kinds of repositories, is the key for encription. For including encription in databases blob, use: "driver;table_name;EncriptionKey"
- Repository User.: User required to connect to remote server, not required for FS. For S3 the "Access Key Id".
- Repository Password: Password required to connect to remote server, not required for FS. For S3 the "Secret Access Key".
- Flag indicating whether the repository is encrypted: If this option is checked, documents will be encrypted when stored and decrypted when recover. This ensures that even if someone has access to documents through the disc, the documents are readable only through OPD. Keep in mind that this process introduces a small overhead and OPD do not use a sophisticated encryption system, so if there are highly confidential documents should be evaluated using additional measures.
View: Repositories List
Help Index OpenProdoc