CMIS (Content Management Interoperability Services) is an OASIS standard enabling information sharing between different Content Management Systems. Document management within OFSAA can integrate with CMIS services to support document upload and download to the CMIS repository.
NOTE |
To use the features explained in this section, additional licenses may apply. For details, contact My Oracle Support. |
Perform the following configurations:
1. Set the following parameters in the configuration table in the Config Schema to enable CMIS:
a. Set the value of IS_CMIS_ENABLED parameter to TRUE. If this is set to FALSE, document upload will happen on ftpshare.
b. Update the value of CMIS_ATOMPUB_URL parameter with the repository URL. Make sure the URL is up & running.
For example: http://192.0.2.1:7777/service/cmis
2. Modify the property file INFODOM_cmis.properties, which is available inside $FIC_HOME/ficweb/webroot/conf folder.
a. Rename the file by replacing the INFODOM with actual name of Infodom. For example if Infodom name is “OFSAAINFO”, rename the file to OFSAAINFO_cmis.properties.
b. The property file will contain the following entries. Update them as per the CMIS URL.
REPOSITORY_ID=5
USER=admin
PASSWORD=password
DEFAULTPATH=/Default
DOC_OBJ_TYPE_ID=cmis:document
FLDR_OBJ_TYPE_ID=cmis:folder
3. Redeploy the application onto your configured web application server. For more information on generating and deploying the EAR/ WAR file, refer to the Post Installation Configuration section in the Oracle Financial Services Analytical Applications Infrastructure Installation & Configuration Guide 8.0.2.0.0.
4. Restart all the OFSAAI services. For more information, refer to the Start/Stop Infrastructure Services section in the Oracle Financial Services Analytical Applications Infrastructure Installation & Configuration Guide 8.0.2.0.0.