Oracle® Fusion Middleware Release Notes 11g Release 1 (11.1.1) for Linux x86-64 Part Number E14770-33 |
|
|
PDF · Mobi · ePub |
This chapter describes issues associated with Oracle WebCenter Content: Records. It includes the following topics:
In addition to the information discussed here, see the chapter in this release note documentation concerning Oracle WebCenter Content. Issues which affect WebCenter Content may also affect Records.
This section describes general issues and workarounds. It contains the following sections:
Section 39.1.1, "Role Report Output is Dependent on User Generating the Report"
Section 39.1.3, "Oracle Text Search and Report Configuration Options"
Section 39.1.4, "Upgrade from 10g Audit Trail Periods Missing"
Section 39.1.6, "Sorting and Listing Retention Category Content"
Section 39.1.8, "Setting Security Group for Retention Items"
A role report can be generated by choosing Records then Reports then Role from the Main menu. Note that the output of the report may not show all data for all roles. The output is dependent on the user who is generating the report and the permissions given to that user.
It should be noted that screening is a retention feature that only returns content items with a life cycle or items that are frozen.
When using Oracle Text Search, an incompatibility existed with the options to exclude report templates and reports in search results. These options appear on the Configure Report Settings Page.
It is now possible to exclude reports in search results by selecting the Exclude Reports in Search Results checkbox. However, if the Exclude Report Template in Search Results checkbox is selected, templates are still included in searches. Oracle is aware of this issue and is working to fix it in a future release.
When upgrading this product from release version 10g to release version 11g, the complete audit trail dates are not available. The audit periods from 2001 to 2010 should be present after upgrading, but only periods between 2001 to 2006 are present. The missing years can be added manually. Oracle is aware of this issue and is working to fix it in a future release.
Due to the size of the database used with the Freedom of Information Act/Privacy Act (FOIA/PA) functionality, the FOIA/PA option is not supported for those sites using DB2 for their database.
When retention categories are sorted then listed, they are listed on a per-source basis. For example, if three sources are used (Source1, Source2, Source3), all items from Source1 are sorted as a separate group, items from Source2 are sorted as a separate group, and items from Source3 are sorted as a separate group. Then items from each source are displayed in a "round robin" style with the first item of Source1, the first item from Source2, and the first item from Source3, followed by the second item of each source.
"Drag and drop" functionality to move dashboard panels is not available when using the Firefox browser. Instead, you should remove the panel and re-insert a new panel in the proper location.
Items created for use in the Retention Schedule should have the security group set to recordsgroup rather than Public. If set to Public, non-URM users may have access to items in the Retention Schedule when performing standard searches.
This section describes configuration issues and workarounds. It contains the following sections:
Section 39.2.2, "Restart Required: Performance Monitoring and Reports"
Section 39.2.3, "Audit Trail Sorting Results and Database Fulltext Search"
Section 39.2.4, "Prefix Size Limitation When Using Offsite Storage"
Importing the Freedom of Information Act (FOIA) archive from the Setup Checklist page may display a spurious error message stating Archiver is already running, please try again later.
This error may be safely ignored. It is generated because the click to initiate the archive is registered twice. Ignore the warning, wait fifteen minutes and then see if the alert notification for that task is removed. The import of the archive can also be confirmed by opening the Archiver and verifying that the FOIAPrivacyAct archive is present.
After performance monitoring is selected and enabled, the Content Server must be restarted in order for monitoring to commence. Note that a restart is also required after configuration of the software in order for all report options to appear on the appropriate menus.
When sorting the audit trail using Oracle DB, the output depends on the type of sort being performed.
When sorting with Database Fulltext Search, sorting is case-sensitive, meaning that upper case items will always appear first in a list. When sorting with Oracle Text Search, a case-insensitive search is performed.
If offsite storage functionality is enabled on the system, the total size allowed for the content ID for a physical item is 11 characters. When setting up offsite storage, verify if automatic assignment of IDs is enabled and if so, make sure the content prefix is set to 5 characters or less.
If the EmailMetadata component is installed for use with WebCenter Content, a configuration variable must be set in order for the user interface to be made available in Records.
Set the ShowEmailMetadataMenu
variable to TRUE in the emailmetadata_environment.cfg file in the /components/EmailMetadata directory.
Restart Content Server after setting the variable then refresh or reload the browser. Options become available to map email fields to metadata fields. To use those options, choose Administration then Configure Email Metadata from the Main menu.
When upgrading from the 10g version, the HttpRelativeWebRoot
configuration parameter must be changed in the config.cfg file to the following:
HttpRelativeWebRoot=/urm/
It is critical to change the parameter exactly as shown.
A connection address must be changed to enable 10g adapters to work with version 11g.
Previous connection strings were similar to the following example:
http://myhost.mycompany.com:myport/URMinstance/idcplg
The new connection string should be similar to the following example:
http://myhost.mycompany.com:myport/_dav/URMinstance/idcplg
The addition of the _dav
string is all that changes.
The following configuration variables should be set in the config.cfg file to configure the RSS Reader in the Dashboard.
If the Content Server is used behind a proxy server, the proxy address and port number must be set:
RssProxyServerAutoDetected=
content server network's proxy address
You must also configure the proxy port for the content server network:
RssProxyPortAutoDetected=
content server network's proxy port
This section describes changes in the documentation. It contains the following sections:
Section 39.3.1, "Menu Name Changes Not Reflected in Documentation"
Section 39.3.2, "Physical Content Management Services Not Documented"
The External Performance Monitoring menu listed in documentation should be changed to Performance Monitoring. This is accessed by choosing Records then Audit then Performance Monitoring from the Top menu.
The following services were omitted from the PCM services documented in the Oracle WebCenter Content Services Reference Guide:
GET_RELATED_CONTENT
: retrieves a page used to show Related Links for the specified content. The following are additional required service parameters:
dSource: source being used for the search (for example, "Physical").
dID: the unique identifier of the external item.
dLinkTypeID: the unique identifier for the related content type link.
GET_EXTERNAL_ITEM_SEARCH_RESULTS
: retrieves a page used to search physical items. The following are additional required service parameters:
dSource: source being used for the search (for example, "Physical").
QueryText: the text used for the search.
ErmSearchTable: the source table name. This should be EXTERNAL_SOURCE for a Physical source.
SearchEngineName: the search engine to use. Default is DATABASE.
SearchQueryFormat: the search query format to use. Default is UNIVERSAL.
The option to use sftp
is now available (in addition to other options) as the FTP protocol when creating Offsite Storage. This was omitted from the documentation.