| Use CMIS Repository 
				   | 
 
				  Whether Business Data Services (BDS) will use a content management system (CMS) to provide case folders. This can be either the internal TIBCO DocumentStore, or an external CMS. 
					  When selected, the 
						User Details for CMIS Server (Internal or External) fields are displayed. 
					  
 
					 Default: Cleared 
					  
 
					 build.properties entry: 
						bpm.cmis.enabled 
					  
 
				   | 
 
				
 
				 
				  | User Details for CMIS Server (Internal or External) 
				   | 
 
				
 
				 
				  | Admin User 
				   | 
 
				   Name of the CMS administrator user. If you are using the TIBCO DocumentStore, specify whatever name you want to use for the administrator user. If you are using an external CMS, you must supply the correct name as defined on the external CMS. 
					  Default: Admin 
					  
 
					 The supplied value is stored in the ECMCredentialsKeystore shared resource and used when authenticating against the CMS server. 
					  
 
					 build.properties entry: 
						bpm.cmis.adminuser 
					  
 
				   | 
 
				
 
				 
				  | Admin User Password 
				   | 
 
				  Password for the CMS administrator user. If you are using the TIBCO DocumentStore, specify whatever value you want to use for the administrator user password. If you are using an external CMS, you must supply the correct password as defined on the external CMS. 
					  Default: admin 
					  
 
					 The supplied value is stored in the ECMCredentialsKeystore shared resource and used when authenticating against the CMS server. 
					  
 
					 build.properties entry: 
						bpm.cmis.adminpassword (stored in encrypted format)
					  
 
				   | 
 
				
 
				 
				  | External CMIS 
				   | 
 
				  Whether BDS will use the internal TIBCO DocumentStore or an external CMS to provide case folders: 
					  
						- When cleared (the default option), BDS uses the internal TIBCO DocumentStore as its CMS. 
						
 
 
						- When selected, the 
						  External CMIS Server Details fields are displayed. 
						
 
 
					  
 
					 Default: Cleared 
					  
 
					 build.properties entry: 
						bpm.cmis.useinternal 
					  
 
				   | 
 
				
 
				 
				  | External CMIS Server Details: 
					  
				   | 
 
				
 
				 
				  | URL 
				   | 
 
				  URL that is used to connect to the CMS's CMIS interface. 
					  Default: http://localhost:9090/alfresco/api/-default-/public/cmis/versions/1.0/atom 
					  
 
					 build.properties entry: 
						bpm.cmis.url 
					  
 
				   | 
 
				
 
				 
				  | CMIS Binding Type 
				   | 
 
				  Type of binding that is used against the CMIS URL. Currently, only 
					 atompub is supported. 
					  Default: atompub 
					  
 
					 build.properties entry: 
						bpm.cmis.bindingtype 
					  
 
				   | 
 
				
 
				 
				  | Repository ID 
				   | 
 
				   ID of the main repository within the CMS that is to be connected to. 
					  Default: -default- 
					  
 
					 build.properties entry: 
						bpm.cmis.repositoryid 
					  
 
				   | 
 
				
 
				 
				  | AMX BPM Folder Path 
				   | 
 
				  Path of an existing folder in the main repository that is used to store case folder data. You must either specify a folder that already exists or create a new folder manually and specify that folder. 
					  Default: /Sites/amxbpm/documentLibrary 
					  
 
					 build.properties entry: 
						bpm.cmis.amxbpmfolderid 
					  
 
				   | 
 
				
 
				 
				  | CMIS Server is SSL Enabled 
				   | 
 
				  Whether the external CMS server is enabled for SSL. When selected, the 
					 SSL Trust Store Configuration fields are displayed. 
				   | 
 
				
 
				 
				  | SSL Trust Store Configuration 
				   | 
 
				
 
				 
				  | Create a Trust Store 
				   | 
 
				  Obtains certificates from the specified CMS server and creates a new trust store, which will be used to establish the trust relationship with the external CMS server: 
					  
						- Click 
						  Create a Trust Store. 
						
 
 
						- Specify a password to protect the keystore and click 
						  Next 
						  . The SSL setup wizard displays the certificates imported from the external CMS server. 
						
 
 
						- In the 
						  Trust Selected Certifications area, select the certificates to trust and click 
						  Finish. The wizard fills in the 
						  Trust Store Location, 
						  Trust Keystore Type, and 
						  Trust Store Password fields. 
						  
If you do not click 
							 Create a Trust Store, you must specify the details of an existing trust store that can be used to establish the trust relationship with the external CMS server. 
						   
 
						 
 
					  
 
				   | 
 
				
 
				 
				  | Trust Store Location 
				   | 
 
				  Either: 
					  
						- the location in which the created trust store will be stored, or 
						
 
 
						- the location of the trust store to be uploaded to ActiveMatrix Administrator. (You can either type this directly or use the 
						  Browse button to find it.) 
						
 
 
					  
 
					 build.properties entry: 
						bpm.cmis.keystorelocation 
					  
 
				   | 
 
				
 
				 
				  | Trust Keystore Type 
				   | 
 
				  The type of the created or uploaded trust store: JKS or JCEKS. 
					  Default: JKS. 
					  
 
					 build.properties entry: 
						bpm.cmis.keystoretype 
					  
 
				   | 
 
				
 
				 
				  | Trust Store Password 
				   | 
 
				  Either: 
					  
						- the password specified in the 
						  Create a Trust Store wizard, or 
						
 
 
						- the password required to access the trust store that is to be uploaded. 
						
 
 
					  
 
					 build.properties entry: 
						bpm.cmis.keystorepassword 
					  
 
				   | 
 
				
 
				 
				  | Test Connection 
				   | 
 
				  Verifies that TIBCO Configuration Tool can connect to the external CMS server using the information supplied on this page. 
				   |