content_management_system_properties.xml File
You define the values in the content_management_system_properties.xml in order to configure your content management system.
You cannot specify or configure a repository in the single
sign-on server with the repository name that contains non-English
characters, for example French. Also, you should not use any special
characters in the repository name when you create the connector in
the IBM® Content Integrator,
for example
!@$%^&()=+
. You need to configure
your login credentials in the content_management_system_properties.xml file.
There are two sections in the content_management_system_properties.xml file. Common attributes
The common attributes are included in the <content_integration> tag set and consist of:- User name
- The user ID to connect to the IBM Content Integrator. IBM Product Master logs in to the IBM Content Integrator by using the credentials that are configured in the XML file.
- password
- The password to connect to the IBM Content Integrator. IBM Content Integrator logs in to all of the content management systems that are configured in the single sign-on server.
- data_map
- The name of the data maps used to perform searches on the configured repositories.
- sso_url
- The URL of the server where the single sign-on server is running.
- default_repo
- The default content management system.
Specific content management system attributes
The specific content management system attributes are included in the <repository> tag set and consist of:- repo_name
- The name of the repository connector.
- item_class
- The name of the item class for the contents.
- folder_urn
- The URN of the folder where the content is added.
- build_script
- The name of the build script.
- runOnLoad
- The attribute that controls whether the build script is run automatically
or manually. Set to
true
if you want it to run automatically.
content_management_system_config.xml Configuration file
The XML file takes the following format:<repositories>
<content_integration>
<username><![CDATA[]]></username>
<password><![CDATA[]]></password\>
<data_map><![CDATA[]]></data_map>
<sso_url><![CDATA[]]></sso_url>
<default_repo><![CDATA[]]></default_repo>
</content_integration>
<repository>
<repo_name><![CDATA[]]></repo_name>.
<item_class><![CDATA[]]></item_class> \
<folder_urn><![CDATA[vbr:/repository ID/item ID/verID/FOLDER]]></folder_urn>.
<build_script runOnLoad="true">pim script</build_script>
</repository>
</repositories>
Where:- <content_integration>
- A common entry.
- <repository>
- A content management system-specific entry.