Oracle® Marketing Segmentation Guide > Installing and Administering Segmentation and List Generation > Configuring Marketing Segmentation >

Manage Enterprise Content Management Integration


This section provides an overview of configuring connections to the Oracle Content Server.

NOTE:  You do not need to configure any connections for Oracle sales Cloud users.

When campaigns are launched, the target audience contact details are collected using the information in the Business Intelligence Repository, formatted using the Business Intelligence server, and then stored in a content server.

You, as the administrator, can configure for connections to the Oracle Content Server for non Oracle Sales Cloud application users, as described in the following sections:

Update the connection to the Oracle Content Server

  1. Sign on to Enterprise Manager.
  2. Display the Marketing tab of the Deployment page.
  3. Click Lock and Edit Configuration to enable changes to be made.
  4. Complete the elements using the descriptions in the Help topic for the page. Click the Help button on the page to access the page-level help for the following options:
    • URL option
    • Username option
    • Password option
    • Confirm Password option
  5. Click Apply, then click Activate Changes to execute your changes and release the lock to enable another system administrator to make changes
  6. Return to the Business Intelligence Overview page and click Restart.

Edit additional settings for the Oracle Content Server connection

  1. Open the file instanceconfig.xml for editing. You can find this file at:
    ORACLE_INSTANCE/config/OracleBIPresentationServicesComponent/coreapplication_obips1
  2. Locate the section in which you must add the elements that are described in the following list:

    SocketTimeoutSec: Specifies the number of seconds that the socket waits for the Content Server to respond while transferring records. The default value is 60. There is no minimum or maximum value.

    FileSizeMB: Specifies the size in megabytes of files that are generated during List Generation and inserted into the Content Server. The default is 10. The minimum size is 1MB and the maximum size is 50MB.

  3. Include the elements and their ancestor elements as appropriate, as shown in the following example:

<ServerInstance>

<Marketing>

<ContentServer>

<URL>myhost.com:6666/st1b2rep/idcplg</URL>

<SocketTimeoutSec>120</SocketTimeoutSec>

<FileSizeMB>5</FileSizeMB>

</ContentServer>

</Marketing>

</ServerInstance>

You do not specify values for user name and password in the instanceconfig.xml file. Instead you specify values in Enterprise Manager that are stored securely within the central credentials wallet, along with all other user names and passwords.

NOTE:  Do not change the URL element. This value is centrally managed by Enterprise Manager.

  1. Save your changes and close the file.
  2. Restart Oracle Business Intelligence.
Oracle® Marketing Segmentation Guide Copyright © 2014, Oracle and/or its affiliates. All rights reserved. Legal Notices.