Editing the Master Configuration for the File Upload Interface

Prerequisites

To edit the master configuration for the file upload interface, you should have:

  • File upload interface master configuration defined in the application.

Procedure

To edit the master configuration for the file upload interface:

  1. Click the Admin link in the Application toolbar.
    A list appears.
  2. From the Admin menu, select M and then click Master Configuration.
    The Master Configuration appears.
  3. In the Master Configuration zone, click the Edit (The Edit Icon) icon in the Edit column corresponding to the File Upload Interface Configuration whose details you want to edit.

    The Master Configuration screen appears. It contains the following fields:

    Field Name Field Description Mandatory (Yes or No)
    Master Configuration Displays the name of the file upload interface business object.
    Note: This is a read-only field.
    Not applicable
    Validate Checksum Indicates that file integrity is checked before the staging file is uploaded in the ORMB system. No
    Validate Duplicate File Name Indicates that a validation check for duplicate filename is performed before the file is uploaded in the ORMB system. No
    Audit Log Required Indicates whether to log the corresponding file request status transition once the individual file request is processed. No
    Archive File Indicates whether to relocate the file to another location once the corresponding file is processed.
    Note: You need to specify the location that refers to the path mentioned in the Archive File Location or Archive Error File Location field.
    No
    Archive File Location Used to specify the file path that is needed to move the staged file(s).
    Note: Path will always start with either @SHARED_​DIR or @INSTALL_​DIR.
    • @SHARED_​DIR is the configured path of the shared directory.

    • @INSTALL_​DIR is the configured path of the installation directory defined with a property spl.runtime.environ.SPLEBASE in spl.properties file.

    Yes (Conditional)
    Note: This field is required when the Archive File checkbox is selected.
    Archive Error File Location Used to specify the file path that is needed to move the file(s) which have been failed during the upload process.
    Note: Path will always start with either @SHARED_​DIR or @INSTALL_​DIR.
    • @SHARED_​DIR is the configured path of the shared directory.

    • @INSTALL_​DIR is the configured path of the installation directory defined with a property spl.runtime.environ.SPLEBASE in spl.properties file.

    Yes (Conditional)
    Note: This field is required when the Archive File checkbox is selected.
    File Encryption Required Indicates that the encrypted files must be decrypted and staged in the ORMB application. No
    File Decryption Algorithm Used to specify the algorithm that is used for decrypting the third party provided encrypted file before uploading in the ORMB application. Yes (Conditional)
    Note: This field is required when the File Encryption Flag checkbox is selected.
    Cipher Type Used to indicate the type of encrypted methodology used to generate an encrypted key.
    Note: It is used to get the encrypted keystore password that is required to read ouaf_​keystore file which holds the encrypted file key.
    Yes (Conditional)
    Note: This field value is required when the encryption flag is true.
    Decryption Key Used to specify the key used for decrypting the encrypted file.
    Note: It is updated in ouaf_​keystore file, as it does not reside in the database.
    Yes (Conditional)
    Note: This field value is required when the encryption flag is true.
    Note: You can also edit the master configuration details on the Master Configuration screen by clicking the Edit button in the Master Configuration zone.
  4. Click Save.
    The changes made to the master configuration are saved.

Related Topics

For more information on... See...
Master Configuration screen Master Configuration Screen
Master Configuration zone Master Configuration