Configuring the Migration Utility

The following table describes Migration Utility configuration settings in the appSettings section of the web.config file. This file is located in the following directory by default: C:\Oracle\Middleware\EPMSystem11R1\products\DataRelationshipManagement\client\migration-client

Note:

Any changes made to the web.config file will require a restart of the Web site in IIS to take effect.

Table 3-1 Configuration Settings

Key Description

configuredServers

Specifies the admin-configured connections. Each server connection must be separated by a semi-colon.

Syntax is display|net.tcp://URL/Oracle/Drm/Engine|name where:

  • display is the display name

  • URL is the URL for the remote application

    The URL can be copied from the DRM Console. Select the Host Machines tab and the Engine URL is displayed on the Engine sub tab.

  • name is the user name

showExceptionDetail

Specifies whether detailed exception information is displayed on the error page.

Caution:

Showing full details may present a security risk, as the detailed information may include file paths or other sensitive information. This setting should only be enabled for debugging or testing.

Specify True to enable exception detail or False to display detail according to the log4net settings. The default value is False.

enableAboutPage

Specifies whether the About page is enabled. The About page displays the version of the Migration Utility and system components; for greater security, this page is disabled by default. To check the version of the Migration Utility you can enable this page.

To enable the page but restrict access to administrators, edit the Discretionary Access Control List (DACL) on the /Forms/About.aspx file. See the IIS documentation for more information about how DACLs, Directory Security, and anonymous access interact to control access to Web pages.

Specify True to show the About page. The default value is False.

HTTPSOnly

Specifies if attempts to connect to this Web application over HTTP protocol are permanently redirected to HTTPS protocol.

Specify True to redirect from HTTP protocol to HTTPS.

Note:

The HTTPS protocol must be set up before setting this to True.

XFrameOptionsHeader

Specifies whether the DRM Web application can run in iFrames.

Specify SAMEORIGIN to allow the DRM Web application to run inside of a portal using iFrames.

Specify DENY to disallow the DRM Web application from running inside of an iFrame.

The default setting is DENY.

Increasing Upload File Size

The default limit for uploaded files is 4 MB. To change the default limit to 20 MB, add this setting in the <system.web> element of the web.config file:

<httpRuntime maxRequestLength="20480" executionTimeout="3600" />

Note:

By default, the web.config file is located in C:\Oracle\Middleware\EPMSystem11R1\products\DataRelationshipManagement\client\migration-client.