Configurations for Document Upload to Multiple Libraries

Documents can be uploaded to multiple libraries instead of single library. This way, the number of documents within each library can be controlled within the threshold.

Enter values for the following parameters in the AAI_CMIS_REPO_MASTER table in the Config Schema as given:

  • V_REPO_ID -- Unique value for identification of Library
  • V_REPO_URL -- Update the value with the repository URL
  • V_DEF_PATH -- Update the folder path
  • D_START_DATE -- Upload start date for the library/folder
  • D_END_DATE -- Upload end date for the library/folder
  • V_INFODOM -- Update Infodom name
  • V_CMIS_REPO_ID -- Update the value with REPOSITORY_ID (note that this value is case-sensitive)

Note:

For old documents, in DOCUMENT_MASTER, only V_DOC_CMIS_ID column is updated in case of CMIS integrated uploads. After applying 80710 ML patch, V_REPO_ID column in DOCUMENT_MASTER should be updated with value as updated in AAI_CMIS_REPO_MASTER.V_REPO_ID column. This needs to be updated for all rows that are having value in V_DOC_CMIS_ID column of DOCUMENT_MASTER.