Sie sind auf Seite 1von 13

Oracle® Data Relationship

Management
Addendum

Release 11.1.2.4
E76695-04
January 2018
Oracle Data Relationship Management Addendum, Release 11.1.2.4

E76695-04

Copyright © 2016, 2018, Oracle and/or its affiliates. All rights reserved.

Primary Author: EPM Information Development Team

This software and related documentation are provided under a license agreement containing restrictions on
use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your
license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify,
license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means.
Reverse engineering, disassembly, or decompilation of this software, unless required by law for
interoperability, is prohibited.

The information contained herein is subject to change without notice and is not warranted to be error-free. If
you find any errors, please report them to us in writing.

If this is software or related documentation that is delivered to the U.S. Government or anyone licensing it on
behalf of the U.S. Government, then the following notice is applicable:

U.S. GOVERNMENT END USERS: Oracle programs, including any operating system, integrated software,
any programs installed on the hardware, and/or documentation, delivered to U.S. Government end users are
"commercial computer software" pursuant to the applicable Federal Acquisition Regulation and agency-
specific supplemental regulations. As such, use, duplication, disclosure, modification, and adaptation of the
programs, including any operating system, integrated software, any programs installed on the hardware,
and/or documentation, shall be subject to license terms and license restrictions applicable to the programs.
No other rights are granted to the U.S. Government.

This software or hardware is developed for general use in a variety of information management applications.
It is not developed or intended for use in any inherently dangerous applications, including applications that
may create a risk of personal injury. If you use this software or hardware in dangerous applications, then you
shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure its
safe use. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this
software or hardware in dangerous applications.

Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of
their respective owners.

Intel and Intel Xeon are trademarks or registered trademarks of Intel Corporation. All SPARC trademarks are
used under license and are trademarks or registered trademarks of SPARC International, Inc. AMD, Opteron,
the AMD logo, and the AMD Opteron logo are trademarks or registered trademarks of Advanced Micro
Devices. UNIX is a registered trademark of The Open Group.

This software or hardware and documentation may provide access to or information about content, products,
and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly
disclaim all warranties of any kind with respect to third-party content, products, and services unless otherwise
set forth in an applicable agreement between you and Oracle. Oracle Corporation and its affiliates will not be
responsible for any loss, costs, or damages incurred due to your access to or use of third-party content,
products, or services, except as set forth in an applicable agreement between you and Oracle.
Contents
Documentation Accessibility

Documentation Feedback

1 January 2018
Stop Service on All Machines to Upgrade or Update Repository 1-1
Analytics Deployments to a WebLogic Domain Name Other than EPMSystem 1-1
Considerations for Using Data Relationship Management SOAP Service 1-1
Considerations for Installing on an IIS Server with Multiple Websites and Services
Configured 1-2

2 March 2017
Local Formula Functions 2-1
SharedNodeDelimiter and SharedNodeSequenceSeparator Characters 2-2
Quoted Strings in Exports 2-2

3 November 2016
Close Version Parameter Correction 3-1
Notification Emails 3-1
Script Validation for Move 3-1
HTTP Quality of Service Issues 3-2
FindByProperties and ADMIN User 3-2
Access to ROLE_ROLE_PRIVS is Required 3-2
Overridden Name or Parent Not Calculated 3-2

4 July 2016
Selecting and Switching Tabs in Firefox 4-1

iii
Pasting Into Description Field 4-1

iv
Documentation Accessibility
For information about Oracle's commitment to accessibility, visit the Oracle
Accessibility Program website at http://www.oracle.com/pls/topic/lookup?
ctx=acc&id=docacc.

Access to Oracle Support


Oracle customers that have purchased support have access to electronic support
through My Oracle Support. For information, visit http://www.oracle.com/pls/topic/
lookup?ctx=acc&id=info or visit http://www.oracle.com/pls/topic/lookup?ctx=acc&id=trs
if you are hearing impaired.

v
Documentation Feedback

Documentation Feedback
To provide feedback on this documentation, send email to epmdoc_ww@oracle.com,
or, in an Oracle Help Center topic, click the Feedback button located beneath the
Table of Contents (you may need to scroll down to see the button).
Follow EPM Information Development on these social media sites:
LinkedIn - http://www.linkedin.com/groups?gid=3127051&goback=.gmp_3127051
Twitter - http://twitter.com/hyperionepminfo
Facebook - http://www.facebook.com/pages/Hyperion-EPM-Info/102682103112642
Google+ - https://plus.google.com/106915048672979407731/
#106915048672979407731/posts
YouTube - https://www.youtube.com/user/EvolvingBI

vi
1
January 2018
Related Topics
• Stop Service on All Machines to Upgrade or Update Repository
• Analytics Deployments to a WebLogic Domain Name Other than EPMSystem
• Considerations for Using Data Relationship Management SOAP Service
• Considerations for Installing on an IIS Server with Multiple Websites and Services
Configured

Stop Service on All Machines to Upgrade or Update


Repository
Before upgrading to a new release or updating the repository, stop Oracle Data
Relationship Management services on all machines that point to the source repository.
Otherwise, the Data Relationship Management application schema may contain stale
Engine Info records, causing the Data Relationship Management application to fail to
start afterward.

Analytics Deployments to a WebLogic Domain Name Other


than EPMSystem
For Oracle Data Relationship Management Analytics deployments, the default name of
the WebLogic domain is EPMSystem and is hardcoded into the createDrmSvc.cmd file. If
your domain is not named EPMSystem then, before running an installation or upgrade,
you must edit the createDrmSvc.cmd file to change EPMSystem to the name of your
domain. Edit the following lines in the createDrmSvc.cmd file.

set USERDOMAIN_HOME=%MW_HOME%\user_projects\domains\EPMSystem

call"%MW_HOME%\user_projects\domains\EPMSystem\bin\setDomainEnv.cmd"

Considerations for Using Data Relationship Management


SOAP Service
• An AppParameters Element must occur in the Oracle Data Relationship
Management SOAP Header for the message to process correctly at the Data
Relationship Management and Oracle Data Relationship Governance Web
services.
• When using Stateful Sessions in the Data Relationship Management and Data
Relationship Governance Web services, the SessionMaintainParams Element

1-1
Chapter 1
Considerations for Installing on an IIS Server with Multiple Websites and Services Configured

must occur before the AppParameters Element in the SOAP Header for the
operation to be processed correctly on the Stateful Session. Otherwise, the
Stateful Session ID will not be recognized and will not be processed.

Considerations for Installing on an IIS Server with Multiple


Websites and Services Configured
The Oracle Data Relationship Management Installer is generally designed to install the
Data Relationship Management client applications to the Default Website, where the
Default Website’s IIS Site Number is 1. In special circumstances where the first IIS site
is non-HTTP, or the Default Website is not IIS Site Number 1, the Data Relationship
Management client applications may need to undergo a one-time manual installation
into IIS. For any customer impacted with this special situation, contact Support for
assistance if needed.

1-2
2
March 2017
Related Topics
• Local Formula Functions
• SharedNodeDelimiter and SharedNodeSequenceSeparator Characters
• Quoted Strings in Exports

Local Formula Functions


The following functions are only local in scope and will not function properly if used in
a global context:
• AncestorProp
• DualAncestorProp
• HasParentNode
• HasSiblingWith
• IsNodeAbove
• ListAncestors
• ListSiblings
• NextSibling
• NodeAccessGroups
• ParentPropValue
• PreviousSibling
The following are functions can be local in scope if a local property is passed in the
parameters:
• InheritedPropOrigin
• IsDefinedPropVal
• ListNodePropValues
• NodeIsValidForPropertyHiers
• NodePropValue
• OrigPropValue
• PropValue
• ReplacePropValue
The ListRelatedNodesWith function is local in scope if the relationship parameter is
Ancestors or Siblings.

2-1
Chapter 2
SharedNodeDelimiter and SharedNodeSequenceSeparator Characters

SharedNodeDelimiter and SharedNodeSequenceSeparator


Characters
Different characters must be used when setting up the SharedNodeDelimiter and
SharedNodeSequenceSeparator system preferences. For example, if the
SharedNodeDelimniter is a colon, the SharedNodeSequenceSeparator character
cannot be a colon.

Note:
The SharedNodeDelimiter character should not be used anywhere that would
affect node names.

Quoted Strings in Exports


When the Quoted Strings option is selected for export, each column value will be
enclosed in quotes. Any existing quotes within the column value will be doubled.
For example,
=IF("ABC","XYZ",)

changes to
"=IF(""ABC"",""XYZ"",)"

2-2
3
November 2016
Related Topics
• Close Version Parameter Correction
• Notification Emails
• Script Validation for Move
• HTTP Quality of Service Issues
• FindByProperties and ADMIN User
• Access to ROLE_ROLE_PRIVS is Required
• Overridden Name or Parent Not Calculated

Close Version Parameter Correction


There is an error in the “Using the Data Relationship Management Batch Client”
chapter of the Oracle Data Relationship Management User's Guide. The command
line parameter for Close Version should be /vabbrev.

Notification Emails
Oracle Data Relationship Governance notification emails are not sent to the user
performing the action. For example, if User A and User B are authorized to commit a
request and User A performs the commit, User B receives an email notification of the
commit, however User A does not receive an email notification.

Script Validation for Move


To create a script validation for a Move:
1. On the Home page, select Administer.
2. From New, select Validation.
3. From Class, select Script.
By default, validation level is Node and run mode is Batch.
4. Under Run this Validation, select Real Time.
This enables the validation to be triggered on a particular action (such as Move).
5. From Level, select Move.

Note:
The Level option is above the Real Time option that you selected in step 4.

6. Save the validation.

3-1
Chapter 3
HTTP Quality of Service Issues

HTTP Quality of Service Issues


The Oracle Data Relationship Management Client delivers a rich user experience via
web browser over HTTP. For customers running the Data Relationship Management
Client over a network with extremely high latency, high hop counts, or other low HTTP
QoS, it may be necessary to deliver the Data Relationship Management Client via
browser sessions hosted on a Citrix Server, RDP gateway server, or other comparable
UI hosting solution within the Data Relationship Management datacenter to mitigate
networking issues.

FindByProperties and ADMIN User


The ADMIN user cannot be added to custom Property Categories in 11.1.2 Oracle
Data Relationship Management. As a consequence, if a property listed in the
FindByProperties system preference is not added to a Property Category that ADMIN
is already a member of, then ADMIN will not be able to perform a Find with that
property in the Hierarchy Browse window.

Access to ROLE_ROLE_PRIVS is Required


Oracle Data Relationship Management requires access to ROLE_ROLE_PRIVS for
database export external connections.

Overridden Name or Parent Not Calculated


If a workflow model has been set up to allow Recalculated Task Properties and the
calculated Name or Parent is manually overridden, then the Name or Parent will not be
calculated again during that stage or any subsequent stage.

3-2
4
July 2016
Related Topics
• Selecting and Switching Tabs in Firefox
• Pasting Into Description Field

Selecting and Switching Tabs in Firefox


Some releases of Oracle Data Relationship Management Suite 11.1.2.4.xxx may have
issues with selecting and switching tabs if using Firefox ESR 38.2.x / FireFox 40.

Pasting Into Description Field


In some cases, content cannot be pasted from the clipboard by using right click and
then Paste. To workaround this issue, use Ctrl-V or click Edit and then select Paste to
paste content from the clipboard.

4-1

Das könnte Ihnen auch gefallen