Configure Document Upload Location Properties

A document upload in the OFSAA is initially stored in a temporary directory in the web local path of the web layer. After the document copying process to the temporary directory is complete, it is copied to the ftpshare location of the application layer. This is a two-stage process.

To configure the temporary and permanent directories to save the uploaded documents, set the parameters DOCUMENT_UPLOAD_TEMP and DOCUMENT_Upload_Save in the configuration table of the Config Schema as shown in the following table:

Table 9-1 Parameter name, value, and their description for Document Upload location properties

PARAMNAME PARAMVALUE DESCRIPTION
DOCUMENT_UPLOAD_TEMP /TEMPFOL

Set the value of the temporary directory. The directory is created in the web local path of the web tier.

To find the web local path, execute the following query in the CONFIG schema:

SELECT LOCALPATH FROM WEB_SERVER_INFO;

DOCUMENT_UPLOAD_SAVE /DocStorage

Set the value of the document storage directory. The directory is created in the FTPSHARE path of the application tier.

To find the FTPSHARE path, execute the following query in the CONFIG schema:

SELECT FTPDRIVE FROM APP_SERVER_INFO;