informatica mdm - product 360...informatica mdm - product 360 (release notes 8.0.03) 4 this hotfix...

31
Informatica MDM - Product 360 Release Notes Version: 8.0.03 (English)

Upload: others

Post on 19-Aug-2020

22 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Informatica MDM - Product 360...Informatica MDM - Product 360 (Release Notes 8.0.03) 4 This hotfix contains major performance improvements for search and reporting. It was necessary

Product 360

Informatica MDM - Product 360Release Notes

Version: 8.0.03

(English)

Page 2: Informatica MDM - Product 360...Informatica MDM - Product 360 (Release Notes 8.0.03) 4 This hotfix contains major performance improvements for search and reporting. It was necessary

Table of Contents

Release Information 4

Binaries Download 4

Software 4

All packages for the development of extensions for the current software version can be downloaded here: Software

Development Kit (SDK) 5

Change Summary 5

New & Noteworthy 5

Reporting framework 5

ReportStore/ReportStoreTemp tables 6

DeletionTimestamp 6

MS-SQL 6

Oracle 7

Stored procedures 7

Structures 7

Structure preset values without name 7

Preset value recognition 8

Classification 8

Overwriting article attribute values with structure group feature values is now more restrictive 8

Web 9

Variables support for views and detail tabs 9

Ability to refresh assortment in the web client 9

Classification detail tab for multi-selection 10

Automatic date bucket creation for dashboard bar chart component 10

Media Asset 12

No shared folder from media manager for export 12

All changes in hmm.properties 12

SAML Single Sign On 13

Rich Client 13

Data Quality 13

New Service API Endpoint 13

Performance improvements by parallel execution 13

GDSN Accelerator – 1WorldSync Item Management 14

TargetMarketExtension - Volume calculation 14

Tasks 14

Assignment of standard tasks to user groups 14

Informatica BPM Integration 15

Additional start condition for workflow trigger configurations 15

Merge REST Service API allows to use entity report query definition 15

Page 3: Informatica MDM - Product 360...Informatica MDM - Product 360 (Release Notes 8.0.03) 4 This hotfix contains major performance improvements for search and reporting. It was necessary

Scheduled merge operations provide extended item information within a workflow callback when finished 15

Report that presents all Products/Variants/Items that are currently in a specific workflow 15

Software Development Kit (SDK) 15

Integration tests 15

Fixed Limitations 15

Product 360 – Server / Product 360 – Desktop UI 16

Product 360 – Web 25

Product 360 – Supplier Portal 27

Product 360 – Media Manager 28

Page 4: Informatica MDM - Product 360...Informatica MDM - Product 360 (Release Notes 8.0.03) 4 This hotfix contains major performance improvements for search and reporting. It was necessary

Informatica MDM - Product 360 (Release Notes 8.0.03) 4

This hotfix contains major performance improvements for search and reporting. It was necessary to adjust the

database model in all schemas and all tables to achieve these.

The database upgrade can take less than an hour up to one day - depending on the amount of data and also

the version of the database. Please read the New & Noteworthy very carefully and plan more time for

. Make sure to have a backup available.the database upgrade

We are very sorry about this inconvenience but hope that you will agree with us that these improvements are

worth the effort.

Release Information

Release Date

Feb. 10th,

2016

Find the PIM modules' version and revision information below; for further details refer to the .Version compatibility matrix

Module Module version Revision

PIM Core 8.0.03.00 46476

PIM Web 8.0.03.00 11096

Digital Asset

Management

8.0.03 8445

Supplier Portal 8.0.03 9082

PIM Web Search 8.0.00 749

Binaries Download

Software

The installation packages of PIM x.x.xx will be available within the INFA shipping portal.

Partners will need to request software through the partner portal (beINFOrmed).

If they have not registered for beINFOrmed, they can do it here: https://beinformed.force.com/partners/welcome

Page 5: Informatica MDM - Product 360...Informatica MDM - Product 360 (Release Notes 8.0.03) 4 This hotfix contains major performance improvements for search and reporting. It was necessary

Informatica MDM - Product 360 (Release Notes 8.0.03) 5

All packages for the development of extensions for the current software version can be downloaded here: Software Development Kit (SDK)

Content Download link Remarks

PIM SDK target PIM_x.x.xx_SDK_target.zip This package contains the target platform for development of PIM extensions.

 

PIM SDK

complete

PIM_x.x.xx_SDK_complete.

zip

This package contains the target platform for development of PIM extensions plus

samples.

 

Java REST client PIM_x.x.

xx_SDK_RESTclient.zip

This package contains the java client implementation encapsulating the REST based

Services API.

 

PIM Supplier

Portal SDK

PIM_x.x.

xx_SupplierPortal_SDK.zip

This package contains the full Supplier Portal SDK including binaries, Tomcat

application server and samples.

Note that and do no longer contain source code. Instead of this an extra PIM SDK complete PIM SDK target

javadoc feature is integrated into the target definition. The complete javadoc for the SDK is available . Please here

contact your Partner Management representative for details on this.

Change Summary

API changes

/extensions

Repository

changes

Translation relevant UI

changes

PIM Server

configuration changes

PIM Rich Client

configuration changes

Difference to

PIM x.x.xx

API Requests xx xx xx xx Files Plugins

New & Noteworthy

Reporting framework

The PIM internal reporting framework has been refactored in several ways to greatly improve list access performance.

Here is an overview of the most important changes:

Page 6: Informatica MDM - Product 360...Informatica MDM - Product 360 (Release Notes 8.0.03) 4 This hotfix contains major performance improvements for search and reporting. It was necessary

Informatica MDM - Product 360 (Release Notes 8.0.03) 6

ReportStore/ReportStoreTemp tables

The amount of ReportStore resp. ReportStoreTemp (A+B) tables is now configurable through the server's

.plugin_customization.ini

Default is 10 tables each:

# Amount of ReportStore tables that will be used resp. added during server startup.

# Note that it is not possible to decrease the amount after they have been in use.

# Default: 10 tables

reporting.permanentTableCount = 10

 

# Amount of ReportStoreTemp tables that will be truncated resp. created during

server startup.

# Remaining ReportStoreTemp tables will be dropped.

# Default: 10 tables for A+B each

reporting.temporaryTableCount = 10

 

# Specifies whether or not to the created ReportStoreTemp tables should

# be created as index organized tables on Oracle databases.

# Default: true

reporting.oracle.useIndexOrganizedTables = true

Please not that while the ReportStoreTemp tables will be truncated (resp. dropped or created) during server startup, the

amount of ReportStore tables cannot be decreased once utilized.

DeletionTimestamp

The default deletion timestamp value for alive records was changed from to ' '.NULL 9999-12-31 00:00:00

In case you have any custom stored procedures that have conditions on DeletionTimestamp columns, you

will have to adapt them before starting up the application!

Since this requires every row to be updated, you might expect the duration for a database update depending on the

amount of overall records from less than 1 hour up to 1 day. In the following we have some optimization possibilities for

the database which reduce the needed time drastically in our test scenarios. In all cases, having a good IO performance

and as much CPU cores as possible is very important as the critical statements will be executed with multiple threads by

the database.

MS-SQL

In case you are running MSSQL in Full Recovery Model it is recommended to change it to Simple Recovery Model

before, and change it back to Full Recovery Model after the update has been completed successfully.

Please switch the MAXDOP parameter of the database instance to 0 (default = unlimited) before the update, and back

to the value you had before afterwards. For the update maximum parallelism is recommended!

Page 7: Informatica MDM - Product 360...Informatica MDM - Product 360 (Release Notes 8.0.03) 4 This hotfix contains major performance improvements for search and reporting. It was necessary

Informatica MDM - Product 360 (Release Notes 8.0.03) 7

Make sure your transaction log files for each data file (MAIN, MASTER and SUPPLIER) is at least half the size of the

data file and set the auto grow ratio to at least 1024 MB and unlimited. If possible, use a SSD storage (or something

comparable with a high throughput). Make sure you have multiple temp db files and increase the initial size of each to 5

GB or more (maximum of files is one per CPU core, probably 8 should be enough). Please contact your DBA in case

you have further questions.

Oracle

In case you are running Oracle in mode it is recommended to disable it before, and re-enable it again ARCHIVELOG

after the update has been completed successfully.

Also for Oracle it is strongly recommended to update to release because with this release it is possible to 11.2.0.4

update the affected tables with the package rather than plain statements which not DBMS_REDEFINITION UPDATE

only avoids GBs of UNDO/REDO data, but also has been proven to be around 90% faster for most cases. The database

setup will recognize the release and will chose the corresponding method automatically.

Optional grant to utilize the DBMS_REDEFINITION package (sys user required, can be revoked after the update has been completed successfully):

GRANT EXECUTE ON DBMS_REDEFINITION TO PIM_MAIN;

GRANT EXECUTE ON DBMS_REDEFINITION TO PIM_MASTER;

GRANT EXECUTE ON DBMS_REDEFINITION TO PIM_SUPPLIER;

Stored procedures

The amount of existing stored procedures has been greatly decreased.

Please note that the remaining stored procedures in general are considered deprecated and will be subject for removal

in upcoming releases.

Structures

Structure preset values without name

When a structure preset value doesn't have a name in a specific language, instead the identifier of this structure preset

value is shown in all enumeration lists and is used as value. To identify structure preset values without name, these

structure preset values are shown as "*Unnamed: (Identifier: <identifier>)".

Page 8: Informatica MDM - Product 360...Informatica MDM - Product 360 (Release Notes 8.0.03) 4 This hotfix contains major performance improvements for search and reporting. It was necessary

Informatica MDM - Product 360 (Release Notes 8.0.03) 8

Preset value recognition

Slightly improved comparison of item attribute values against preset values. For example if the value of a decimal

attribute is "1" and the preset value is "1.0", there will be no error icon indicating that the value does not match a preset

value anymore. For date values, the preset value needs to be specified in the format "YYYY-MM-dd".

Classification

Overwriting article attribute values with structure group feature values is now more restrictive

If the server preference com.heiler.ppm.article.server/article.classification.attributes.

is set to , then the values of article attributes are always overwritten with the overwriteAttributeValues true

values of the inherited structure group features (from a maintenance structure). New is, that now all existing values of

the inherited article attributes are removed, before the values from the structure group feature are transferred to the

article attribute. This is especially interesting for multivalue attributes. Because now, after feature inheritance (through

classification or cumulative feature transfer), only the values of the inherited structure group feature will exist on the

article attribute.

E.g.:

Item1 has an multivalue attribute " " with the values and .Color color_front=green color_back=blue

StructureGroup1 has a structure group feature " " with the value (and no value with Color color_front=red

identifier ).color_back

Item1 is classified to StructureGroup1.

Now the attribute " " of has only the value . The value was Color Item1 color_front=red color_back

automatically removed.

Page 9: Informatica MDM - Product 360...Informatica MDM - Product 360 (Release Notes 8.0.03) 4 This hotfix contains major performance improvements for search and reporting. It was necessary

Informatica MDM - Product 360 (Release Notes 8.0.03) 9

Web

Variables support for views and detail tabs

The ${user.language} variable could be used as a logical key to specify UI language for views and details tabs.

Definition (product.listmodel.xml):

<definition defaultDefinition="false" i18NKey="Product list multi language"

rootEntity="Product2G">

<field identifier="Product2G.ProductNo" sortable="true"/>

<field identifier="Product2G.CurrentStatus" sortable="true"/>

<field identifier="Product2GLang.DescriptionShort" sortable="true">

<logicalKey identifier="ArticleLangType.LK.Language" value="${user.

language}"/>

</field>

</definition>

Definition (product.detailtab.xml):

<definition debugId="" i18NKey="Text translations fixed" id="sdk.

textTranslations.fixed" permissionId="" rootEntity="Product2G" position="12">

<column>

<fieldGroup displaySectionWidget="true" subEntityId="Product2GLang">

<field identifier="Product2GLang.DescriptionShort" readOnly="false"/>

<field identifier="Product2GLang.DescriptionLong" readOnly="false"/>

<field identifier="Product2GLang.Keyword" readOnly="false"/>

<logicalKey displayAllValues="false" identifier="ArticleLangType.LK.

Language" selectable="false" value="${user.language}"/>

</fieldGroup>

</column>

<column>

<fieldGroup displaySectionWidget="true" subEntityId="Product2GLang">

<field identifier="Product2GLang.DescriptionShort" readOnly="false"/>

<field identifier="Product2GLang.DescriptionLong" readOnly="false"/>

<field identifier="Product2GLang.Keyword" readOnly="false"/>

<logicalKey displayAllValues="false" identifier="ArticleLangType.LK.

Language" selectable="false" value="11"/>

</fieldGroup>

</column>

</definition>

Ability to refresh assortment in the web client

In queries context when search performed trough the assortment refresh link is added.

Page 10: Informatica MDM - Product 360...Informatica MDM - Product 360 (Release Notes 8.0.03) 4 This hotfix contains major performance improvements for search and reporting. It was necessary

Informatica MDM - Product 360 (Release Notes 8.0.03) 10

Classification detail tab for multi-selection

Now user can see classification information in the detail tab for multiple selected items. Declassification is also possible

by selecting row in classification information table and clicking on delete button. If declassification touches more than

100 items it will be performed asynchronously by server job.

Automatic date bucket creation for dashboard bar chart component

If the user creates a bar chart component and defines a grouping field parameter that retrieves data types of time or

date (e.g. article creation timestamps or article price validity dates), the component will automatically group by an

according time range schema. The schema can be selected by an automatically generated dropdown menu in the

header of the bar chart component.

Page 11: Informatica MDM - Product 360...Informatica MDM - Product 360 (Release Notes 8.0.03) 4 This hotfix contains major performance improvements for search and reporting. It was necessary

Informatica MDM - Product 360 (Release Notes 8.0.03) 11

According xml template:

template for barchart component with date and time grouping field

<flexUi name="Default" version="1.0.0">

<!-- Dashboard that holds the four components presented in the picture. The

default time range is "Last 12 months"

-->

<layout type="grid">

<parameter key="columns" value="2"/>

<parameter key="rows" value="4"/>

<parameter key="rowHeight" value="220px"/>

<parameter key="spacingSize" value="20px"/>

<!-- display article creation timestamps. The data will be grouped

automatically -->

<component

i18NKey="Article Creation Timestamps in Master Catalog"

identifier="grouped_chart_timestamps0" type="barchart">

<layoutData>

<parameter key="colSpan" value="1"/>

<parameter key="rowSpan" value="2"/>

</layoutData>

<parameter key="groupingField" value="ArticleLog.CreationDate(HPM)"/>

<parameter key="barChartColor" value="green"/>

<dataSource entity="Article" identifier="dataSet"

ref="byCatalog" type="reportByAlias"/>

</component>

<!-- display article creation timestamps. The data will be grouped

automatically -->

<component

i18NKey="Article Creation Timestamps in Master Catalog"

identifier="grouped_chart_timestamps1" type="barchart">

<layoutData>

<parameter key="colSpan" value="1"/>

<parameter key="rowSpan" value="1"/>

</layoutData>

Page 12: Informatica MDM - Product 360...Informatica MDM - Product 360 (Release Notes 8.0.03) 4 This hotfix contains major performance improvements for search and reporting. It was necessary

Informatica MDM - Product 360 (Release Notes 8.0.03) 12

<parameter key="groupingField" value="ArticleLog.CreationDate(HPM)"/>

<dataSource entity="Article" identifier="dataSet"

ref="byCatalog" type="reportByAlias"/>

</component>

<!-- display article sales prices valid date from. The data will be grouped

automatically -->

<component

i18NKey="Article Sales Prices Valid Date From in Master Catalog"

identifier="grouped_chart_dates0" type="barchart">

<layoutData>

<parameter key="colSpan" value="1"/>

<parameter key="rowSpan" value="2"/>

</layoutData>

<parameter key="barChartColor" value="orange"/>

<parameter key="groupingField" value="ArticlePriceSales.ValidFrom

(${Default},${Default},EUR,DE,${Default})"/>

<dataSource entity="Article" identifier="dataSet"

ref="byCatalog" type="reportByAlias"/>

</component>

<!-- display article sales prices valid date from. The data will be grouped

automatically -->

<component

i18NKey="Article Sales Prices Valid Date From in Master Catalog"

identifier="grouped_chart_dates1" type="barchart">

<layoutData>

<parameter key="colSpan" value="1"/>

<parameter key="rowSpan" value="1"/>

</layoutData>

<parameter key="barChartColor" value="red"/>

<parameter key="groupingField" value="ArticlePriceSales.ValidFrom

(${Default},${Default},EUR,DE,${Default})"/>

<dataSource entity="Article" identifier="dataSet"

ref="byCatalog" type="reportByAlias"/>

</component>

</layout>

</flexUi>

Media Asset

No shared folder from media manager for export

The in hmm.properties defined shared folder "hmm.share.export" is not necessary any more, the temporary zip files will

be stored under the "filestorage.mime.path" which is defined in server.properties.

All changes in hmm.properties

Removed properties

Page 13: Informatica MDM - Product 360...Informatica MDM - Product 360 (Release Notes 8.0.03) 4 This hotfix contains major performance improvements for search and reporting. It was necessary

Informatica MDM - Product 360 (Release Notes 8.0.03) 13

property key

hmm.share.

export

SAML Single Sign On

Rich Client

When SAML is enabled in the SamlConfig.xml, the Rich Client will display the login form or login prompt configured by

the IdP. No special configuration is required for this scenario.

The SAML login can be skipped by pressing <ctrl> key during client startup process.

The Rich Client Single Sign On also triggers, if configured, the automated user creation, if a default user group is

configured.

Data Quality

New Service API Endpoint

A new API endpoint was introduced to allow synchronous DQ rule execution without the overhead of the Job framework.

The API is available at /manage/dataquality/executions. See the page for details.REST Data Quality API

Performance improvements by parallel execution

A new pool has been introduced to allow parallel execution of IDQ rules. This pool manages multiple executors per IDQ

rule. The pool can also be configured to be prepopulated with 1 executor for each IDQ rule during system startup. The

pool grows lazily on execution of DQ rules which might result in slower execution times after server start.

The pool parameters can be configured in plugin_customization.ini.

# Maximum of executors per IDQ rule in executor object pool. Use higher numbers for

better concurrent rule execution.

com.heiler.ppm.dataquality.server/dataquality.executionPool.maxTotalPerRule=10

# Total maximum of executors across all IDQ rules. Roughly, this is maxTotalPerRule

multiplied with number of frequently used IDQ rules.

com.heiler.ppm.dataquality.server/dataquality.executionPool.maxTotal=200

# If true, one executor for each DQ rule is created on server start. If false, rule

executors are created on demand. Set to false to speed up

# server startup time. First rule execution takes longer in this case.

com.heiler.ppm.dataquality.server/dataquality.executionPool.populateOnStart=false

Pool statistics are accessible via the JMX bean com.heiler.ppm.dataQuality/dqExecutorPool.

Page 14: Informatica MDM - Product 360...Informatica MDM - Product 360 (Release Notes 8.0.03) 4 This hotfix contains major performance improvements for search and reporting. It was necessary

Informatica MDM - Product 360 (Release Notes 8.0.03) 14

GDSN Accelerator – 1WorldSync Item Management

TargetMarketExtension - Volume calculation

The automatical calculation of the field "Volume" can be deactivated by using a server preference. By default the

calculation is enabled, meaning each time one of the fields "Width", "Height" or "Depth" has been changed - the value of

the field "Volume" will be calculated automatically.

To disable this behavior just put following line to the (on the ):plugin_customization.ini server

com.heiler.ppm.gdsn.server/GDSNTargetMarketExtensionUOM.Volume_calculate = false

Tasks

Assignment of standard tasks to user groups

Standard tasks can now be assigned to another user group as well as to anther user via the "Assign task" dialog.

Page 15: Informatica MDM - Product 360...Informatica MDM - Product 360 (Release Notes 8.0.03) 4 This hotfix contains major performance improvements for search and reporting. It was necessary

Informatica MDM - Product 360 (Release Notes 8.0.03) 15

Informatica BPM Integration

Additional start condition for workflow trigger configurations

"Entity created" and "Entity changed" trigger configurations have been extended by the new "Initiator" start condition. In

this way, "Entity created" and "Entity changed" events triggering a workflow can be configured so that the wokflow is

only started when the entity creation/change has been performed by a user, an import, a merge or the service API.

Merge REST Service API allows to use entity report query definition

The Service API regarding scheduling merge operation does now support the entity report query syntax. This does allow

to merge a subset of items from a single catalog by specifying a list of items or a search criteria e.g. For more details

take a look at the .REST Merge API

Scheduled merge operations provide extended item information within a workflow callback when finished

A scheduled merge operation does now provide the possibility to send information within the workflow callback, which

does allow to retrieve e.g. all items which were filtered by the data quality e.g. For more details please see the REST

documentation page.Merge API

Report that presents all Products/Variants/Items that are currently in a specific workflow

A new report allows to query all objects that are currently active in a given workflow. By that it is e.g. possible to create a

dashboard that shows a bar chart with all items of an individual workflow.

Software Development Kit (SDK)

Integration tests

The class was moved to the new plugin com.heiler.ppm.junit.IntegrationTests com.heiler.ppm.junit.

. This means, that this new plugin has to be added to the dependencies of every plugin that implements an server

integration test suite. Instead the plugin is not needed anymore as dependency.com.heiler.ppm.junit

Fixed Limitations

This release delivers a number of bug fixes that have been documented in the Fixed Limitations section below. If you

encounter difficulties or have further questions regarding one of these limitations, contact Informatica Global Customer

Support and reference the CR number.

Page 16: Informatica MDM - Product 360...Informatica MDM - Product 360 (Release Notes 8.0.03) 4 This hotfix contains major performance improvements for search and reporting. It was necessary

Informatica MDM - Product 360 (Release Notes 8.0.03) 16

Product 360 – Server / Product 360 – Desktop UI

Reference

Number

Description

HPM-

25243

Export canceled caused by closed connection on DB

HPM-

24857

HPM is not processing assets fast enough.

HPM-

24875

PIM server JVM is not responsive anymore and finally terminates (memory leak in TaskSynchronizer)

HPM-

25186

Import fails because "only 100% of the mapped columns are contained in the selected files"

HPM-

24872

Login at PIM Web not possible if using SSO at PIM Desktop and LDAP disabled

HPM-

25187

GetMatchingRatesHandler gets called up to 4 times on every click/action in the MappingDialog

HPM-

25527

Error when running a DQ rule that operates on subentity data in certain constellations

HPM-

25526

Major delays with search replace as well as dq rule execution

HPM-

18739

Unlike stated in the manual, it is not possible to start the PIM service using Oracle service name instead of SID

HPM-

25493

Newly created folder inherits the Nameof the last group touched

HPM-

24828

Merge preview updating Media Asset assignment in master without merging

HPM-

24780

Changes to images aren't being picked up by export

Export aborts for items with attributes without a name in the feature name language

Page 17: Informatica MDM - Product 360...Informatica MDM - Product 360 (Release Notes 8.0.03) 4 This hotfix contains major performance improvements for search and reporting. It was necessary

Informatica MDM - Product 360 (Release Notes 8.0.03) 17

HPM-

25930

HPM-

25095

Data type filter "purpose" for data type attribute values doesn't work correctly

HPM-

24858

Non Editable Rich Text fields display is incomplete and without formatting

HPM-

25588

Error during structure assignment by entering Structure name

HPM-

24877

unreliable display of asset informations

HPM-

25251

Exports are failing with the error "MediaAssetProvider Function call failed"

HPM-

24948

Media Asset Access Levels during Export

HPM-

24084

Exception after completing tasks generated via a workflow

HPM-

25239

Unable to install database on Oracle RAC using Service name

HPM-

25006

Not possible to store of decimal separators in combination with thousands separator in the cumulative view, in other languages

except German.

HPM-

24613

Deleted Tasks refresh issue

HPM-

24834

Multi assignment to groups with the same features is not working consistant

HPM-

24866

Discussion: Defect 30943 - Nutrition Quantity contained

HPM-

19311

Saving export template runs into error and leads to the loss of the template

scheduled immediate export run in error

Page 18: Informatica MDM - Product 360...Informatica MDM - Product 360 (Release Notes 8.0.03) 4 This hotfix contains major performance improvements for search and reporting. It was necessary

Informatica MDM - Product 360 (Release Notes 8.0.03) 18

HPM-

24418

HPM-

24302

Use of LOWER database functions in MediaAssetJPQL makes indexes useless and highly affects query performance

HPM-

24751

Structure group mapping fails with missing rights for objects

HPM-

25018

Open structure in new view will open same structure again

HPM-

24715

Client freeze when deleting the supplier catalog currently selected in the context toolbar having many supplier catalogs

HPM-

24891

Master catalog loaded at initial login

HPM-

24825

Index violation PIM_MAIN.XAK1_ProblemLogEntry during execution of DQ rule

HPM-

16899

When selecting a preset value from the drop-down list (preset value ID is shown) another preset value is created

HPM-

24954

Setting ACL permissions about a server-side job within an ItemProcessors

HPM-

24845

The LanguageID 56 for Korean does not match the definition of Microsoft for langID's.

HPM-

23369

Allow to select a monthly repetition pattern for weekdays

HPM-

23798

Exception when double-clicking qualified field in DQ field selection dialog

HPM-

25394

Inconsistent behavior with Comma and Point seperated Product attributes

HPM-

24246

Checkboxes become white and uncheckable when client loading with minimized RDP window

Page 19: Informatica MDM - Product 360...Informatica MDM - Product 360 (Release Notes 8.0.03) 4 This hotfix contains major performance improvements for search and reporting. It was necessary

Informatica MDM - Product 360 (Release Notes 8.0.03) 19

HPM-

25370

"PIM_8.0.02.00_Rev-44437_server_linux64.full.tgz" error in opening zip file" error when installing linux application server

archive in Control Center

HPM-

24731

Hard coded decimal numbers being rounded in import mapping

HPM-

24610

PIM 8 Installation manual does not have instructions for installing Audit Trail server in Linux

HPM-

25386

After deleting a rule configuration all "triggered" dq runs fail

HPM-

24863

Error related to log file after upgrade to PIM 7.1.05.01 SDK

HPM-

25560

List information get's lost in Web when moving from one category to another

HPM-

25501

"java.sql.SQLException: Invalid state, the Connection object is closed." error while performing hotfolder import

HPM-

25689

Export of Deleted assignments from Products to Structure Groups is not working correctly

HPM-

25631

Slow performance when loading 1.4 Mio items in the mastercatalog with option "load optimized"

HPM-

25895

Wrong display of columns if you have large quantities of item in the list view

HPM-

25767

Strange behavior when you assign an accepted workflow task to another user

HPM-

25862

Update DB fails with error 3624 in update script 6.92

HPM-

25541

Invalid migration path 7.1.05.00 -> 8.0.02.00

HPM-

25903

Database Upgrade takes very long and needs very large transaction logs

Images with whitespaces in file names are not correctly shown in web client preview tab

Page 20: Informatica MDM - Product 360...Informatica MDM - Product 360 (Release Notes 8.0.03) 4 This hotfix contains major performance improvements for search and reporting. It was necessary

Informatica MDM - Product 360 (Release Notes 8.0.03) 20

HPM-

25650

HPM-

25494

SQLServerException: String or binary data would be truncated leads to not consuming the messages from queue and

messages are piling up

HPM-

26213

Database cannot be updated due to index violation on xak2_ArticleAttribute

HPM-

25448

cant reference LK at name from top for higher levels than 1

HPM-

25590

PIM Client crashes, if branded articles (~ 20,000) called and grouping by region in master catalog is active.

HPM-

24876

NPE in com.heiler.ppm.workflow.activevos.internal.eventlistener.TaskCompletedListener

HPM-

24977

Report byWorkflowStatus does not distinguish between entity

HPM-

25638

Server takes long time to startup if many DQ rules are present

HPM-

25542

Kit and components - the reference dialog is still shown even if the user has no rights

HPM-

25562

Data Quality Trigger Configuration changes are not propagated

HPM-

25497

Merged from version 7.0.04.10 to 7.1.05.01 does not contain proxy transitions of custom fields.

HPM-

25582

DQ field selection dialog delivers wrong type for multiple transition fields

HPM-

25461

Please remove key fields from field selection dialog

HPM-

24754

Error when sorting ArticleAttributeTableView by value column

Repeated export job failing

Page 21: Informatica MDM - Product 360...Informatica MDM - Product 360 (Release Notes 8.0.03) 4 This hotfix contains major performance improvements for search and reporting. It was necessary

Informatica MDM - Product 360 (Release Notes 8.0.03) 21

HPM-

24752

HPM-

25205

Create product in item view brings an error massage (ArticleStructureGroupMap is a write protected subentity..), if item is

assigned to structure group.

HPM-

25007

The "delivery to market temperature maximum UOM" is not exported in the "deliveryToMarketTemperatureMaximum" tag

HPM-

25614

Changing Discount group number / Supplier / Customer in Discount groups

HPM-

25572

Kit and components - context menu is still shown even if the user has no rights

HPM-

25075

Error in hotfolder configuration

HPM-

25253

DQ-Rule doesn't work if an umlaut is in the name of the configuration

HPM-

25574

Not possible to import with changed identifier e.g. 27 letters.

HPM-

25983

Wrong display of "No third party selected"

HPM-

25402

Transition fields are not working in the view article attribute values.

HPM-

25980

Error message about unsupported database version shows version number without dots.

HPM-

25138

Complete flag of newly created task is set to "true" by default

HPM-

24840

Error in REST API call

HPM-

25399

Update script needed that adds language "Latvian" (lettisch) to database

Copy Export file post processing step is not copying the file added by Add file step

Page 22: Informatica MDM - Product 360...Informatica MDM - Product 360 (Release Notes 8.0.03) 4 This hotfix contains major performance improvements for search and reporting. It was necessary

Informatica MDM - Product 360 (Release Notes 8.0.03) 22

HPM-

25726

HPM-

25766

Workflow task is displayed twice in my tasks

HPM-

25589

Error message during mediaasset search in PIM Product 360

HPM-

25637

Make the calculation for usable product volume configurable

HPM-

26106

When an item of a task is cloned the structure assignment is not cloned correctly

HPM-

25361

Export fails when exporting media assets in a zip file (post export step) and filetransfer.protocol is http

HPM-

24823

Output port with empty value creates empty sub entity but shouldn't

HPM-

25485

PIM 8: Moved substructure groups will be deleted too, after the old structure group without substructure groups was deleted.

HPM-

25791

Quickfilter adds value multiply by pasting with STRG+V

HPM-

25390

Tasks assigned to system user are shown as "Unknown" in TaskTreeView

HPM-

25319

Receiving error message that db job history identifier exceeds 50 when performing Search and Replace

HPM-

26145

Duplicate fields in field selection dialog is marked wrong

HPM-

24960

IntegrationTests class missing in sdk

HPM-

24951

Inconsistent data in database when using datatype decimal and request it via service api

Image preview is also shown if there are no images attached

Page 23: Informatica MDM - Product 360...Informatica MDM - Product 360 (Release Notes 8.0.03) 4 This hotfix contains major performance improvements for search and reporting. It was necessary

Informatica MDM - Product 360 (Release Notes 8.0.03) 23

HPM-

24822

HPM-

23143

Assignments to items/products... shows exclamation mark in "Document identifier" column

HPM-

24365

If adding field to class detail view the field is not resized correct

HPM-

24687

Empty Multi value attribute on a Structure do not inherit to the Items

HPM-

24633

Performance is very bad if you search in Media Asset view

HPM-

19699

Image folder is not cleaned up after client has been closed

HPM-

24416

Progress bar doesn‘t refresh correct

HPM-

18734

It is possible to delete structure feature using [Delete] key without action right "Delete structure feature"

HPM-

24419

Ldap login dosn´t work if user exists with High and Low Case

HPM-

24639

CommandOperator side effects in the Detail/Form views

HPM-

24382

It's not possible to create several custom "text features" with the same preview tag

HPM-

10188

Root Version is displayed as "Null" when acls are set

HPM-

24486

Images in Configure Lists Views, Detail Tabs and Action Menus are cut off

HPM-

23887

"Widget is disposed" message appears, check reason for this message and correct message text

User Manual Export

Page 24: Informatica MDM - Product 360...Informatica MDM - Product 360 (Release Notes 8.0.03) 4 This hotfix contains major performance improvements for search and reporting. It was necessary

Informatica MDM - Product 360 (Release Notes 8.0.03) 24

HPM-

24169

HPM-

18268

View "Items of the product" is not refresh on selecting/deselecting an item assortment

HPM-

24728

Scrollbar in Detail view

HPM-

22866

+ is avaliable at "Multimedia attachments" view, when item is readonly.

HPM-

25613

PriceGroupDiscountPurchase.DiscountRate doesn't accept maximum value

Page 25: Informatica MDM - Product 360...Informatica MDM - Product 360 (Release Notes 8.0.03) 4 This hotfix contains major performance improvements for search and reporting. It was necessary

Informatica MDM - Product 360 (Release Notes 8.0.03) 25

Product 360 – Web

Reference

Number

Description

HPMW-5169 Able to create price although action right is revoked

HPMW-5172 Able to see price fields although visibility rights are revoked

HPMW-5152 Remove "All supplier catalogs" option from saved searches

HPMW-4560 Unable to create Workflow Task with Structure groups

HPMW-5170 Media View shows all Derivatives even if there are none

HPMW-5002 Only the default channel is saved when activating the key "channel" for mediaassets

HPMW-5151 It is possible to add objects from one supplier catalog to an existing task with objects from a different supplier

catalog

HPMW-5112 update Overview of DetailTab loads unnecessary items

HPMW-5113 Login to web client loads structure system three times

HPMW-5127 Clicking on Queries Context tab in PIM Web leads to NULL Pointer Exception in PIM version 8

HPMW-5047 Field values are not shown in Web client if the same fieldType as used multiple times

HPMW-5166 Error when searching for more than 600 item numbers

HPMW-5230 "Check box" fields are not interpreted as a "3-state" fields

HPMW-5154 PIM Web Access not working properly behind Netscalar LoadBalancer

HPMW-5053 The direct link for the create reference pop up contains multiple entity IDs

HPMW-5093 It is possible to change the password if SAML is active

HPMW-5186 login with restricted language give an error

HPMW-5192 If PIM-Web is closed or user logged off, the user is still displayed in PIM-Desktop as logged in in rich client.

Page 26: Informatica MDM - Product 360...Informatica MDM - Product 360 (Release Notes 8.0.03) 4 This hotfix contains major performance improvements for search and reporting. It was necessary

Informatica MDM - Product 360 (Release Notes 8.0.03) 26

HPMW-5183 Order of derivatives in asset view

HPMW-5147 Field Selection dialog needs to listen to "VisibleFromTop" attribute of data field

HPMW-5121 Copy URL from share pop up not working in Firefox

HPMW-5085 Selection in list view gets lost after hide/show Quick search filter

HPMW-5064 User session hangs after clicking refresh button in Structures context if there is no system id in cookies

HPMW-5117 Deleting an item resets the filter of the main table

HPMW-4969 Internal server error shown when accessing Multimedia context with secure connection

HPMW-5063 In structure context moving back after drill down doesn't change entity of the table

HPMW-5180 Typo in tab "Classification"

Page 27: Informatica MDM - Product 360...Informatica MDM - Product 360 (Release Notes 8.0.03) 4 This hotfix contains major performance improvements for search and reporting. It was necessary

Informatica MDM - Product 360 (Release Notes 8.0.03) 27

Product 360 – Supplier Portal

Reference

Number

Description

HSP-3035 Occasional errors when uploading files

HSP-3039 Using of old Tomcat Version

HSP-3038 XSS Security Vulnerability in Upload Component

HSP-3044 HTTP Session created on login page already

HSP-3045 Set httpOnly flag for session cookies for security reasons

HSP-3040 Lost password feature exposes user name as url parameter

HSP-3042 Tomcat Version is shown

HSP-3036 Tab key navigation not consistent on user registration after

invitation

HSP-3041 Internal stacktrace in problem log when uploading invalid Excel

files

HSP-3034 Catalog assignment still shows 0 after catalog is assigned

HSP-3055 Template Upload shows Error

Page 28: Informatica MDM - Product 360...Informatica MDM - Product 360 (Release Notes 8.0.03) 4 This hotfix contains major performance improvements for search and reporting. It was necessary

Informatica MDM - Product 360 (Release Notes 8.0.03) 28

Product 360 – Media Manager

Reference

Number

Description

HMM-6094 Missing icon HTTP links Mac OS X

HMM-6092 Download of shopping cart fails

HMM-6047 When creating new users, NULL values are used for new fields

HMM-6039 Jobbag will not open if in the memo are unprintable characters from MAC

HMM-6037 Hot folder processing stopped

HMM-6034 Missing Migration Path for Obsolet Internet Modul

HMM-6033 Wrong path in document PIM_8.0.02MigrationManual.pdf

HMM-6031 Searching for Jobs takes *extremely* long

HMM-6016 Root admin and organization admin can't locked/unlocked User

HMM-6009 HSX Upload is setting the wrong creation date

HMM-6008 Group Export with a "/" in Name not working correct

HMM-6006 Properties in "hmm-inbox.properties" are case sensetive

HMM-5993 Both Versions can be put in cart but only 1 Version is in zip file

HMM-5986 XML Connector export date format not correct / changed since PIM 7

HMM-5969 Search for property field of type Integer (Ganzzahl) = nnn doesn't show any result

HMM-5968 The PIM assignment popup with details (ID/Catalog/Name) not appearing for some items in MAM

web.

HMM-5967 Hotfolder in Supplier Portal Mode cannot set access level / and (or) state

Page 29: Informatica MDM - Product 360...Informatica MDM - Product 360 (Release Notes 8.0.03) 4 This hotfix contains major performance improvements for search and reporting. It was necessary

Informatica MDM - Product 360 (Release Notes 8.0.03) 29

Copyright

Copyright (c) 1993-2016 Informatica LLC. All rights reserved.

This software and documentation contain proprietary information of Informatica LLC and are provided under a license agreement

containing restrictions on use and disclosure and are also protected by copyright law. Reverse engineering of the software is prohibited.

No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording or

otherwise) without prior consent of Informatica LLC. This Software may be protected by U.S. and/or international Patents and other

Patents Pending. Use, duplication, or disclosure of the Software by the U.S. Government is subject to the restrictions set forth in the

applicable software license agreement and as provided in DFARS 227.7202-1(a) and 227.7702-3(a) (1995), DFARS 252.227-7013©(1)

(ii) (OCT 1988), FAR 12.212(a) (1995), FAR 52.227-19, or FAR 52.227-14 (ALT III), as applicable. The information in this product or

documentation is subject to change without notice. If you find any problems in this product or documentation, please report them to us

in writing. Informatica, Informatica Platform, Informatica Data Services, PowerCenter, PowerCenterRT, PowerCenter Connect,

PowerCenter Data Analyzer, PowerExchange, PowerMart, Metadata Manager, Informatica Data Quality, Informatica Data Explorer,

Informatica B2B Data Transformation, Informatica B2B Data Exchange Informatica On Demand, Informatica Identity Resolution,

Informatica Application Information Lifecycle Management, Informatica Complex Event Processing, Ultra Messaging and Informatica

Master Data Management are trademarks or registered trademarks of Informatica LLC in the United States and in jurisdictions

throughout the world. All other company and product names may be trade names or trademarks of their respective owners. Portions of

this software and/or documentation are subject to copyright held by third parties, including without limitation: Copyright DataDirect

Technologies. All rights reserved. Copyright © Sun Microsystems. All rights reserved. Copyright © RSA Security Inc. All Rights

Reserved. Copyright © Ordinal Technology Corp. All rights reserved.Copyright © Aandacht c.v. All rights reserved. Copyright Genivia,

Inc. All rights reserved. Copyright Isomorphic Software. All rights reserved. Copyright © Meta Integration Technology, Inc. All rights

reserved. Copyright © Intalio. All rights reserved. Copyright © Oracle. All rights reserved. Copyright © Adobe Systems Incorporated. All

rights reserved. Copyright © DataArt, Inc. All rights reserved. Copyright © ComponentSource. All rights reserved. Copyright © Microsoft

Corporation. All rights reserved. Copyright © Rogue Wave Software, Inc. All rights reserved. Copyright © Teradata Corporation. All

rights reserved. Copyright © Yahoo! Inc. All rights reserved. Copyright © Glyph & Cog, LLC. All rights reserved. Copyright © Thinkmap,

Inc. All rights reserved. Copyright © Clearpace Software Limited. All rights reserved. Copyright © Information Builders, Inc. All rights

reserved. Copyright © OSS Nokalva, Inc. All rights reserved. Copyright Edifecs, Inc. All rights reserved. Copyright Cleo

Communications, Inc. All rights reserved. Copyright © International Organization for Standardization 1986. All rights reserved.

Copyright © ej- technologies GmbH. All rights reserved. Copyright © Jaspersoft Corporation. All rights reserved. Copyright ©

International Business Machines Corporation. All rights reserved. Copyright © yWorks GmbH. All rights reserved. Copyright © Lucent

Technologies. All rights reserved. Copyright (c) University of Toronto. All rights reserved. Copyright © Daniel Veillard. All rights

reserved. Copyright © Unicode, Inc. Copyright IBM Corp. All rights reserved. Copyright © MicroQuill Software Publishing, Inc. All rights

reserved. Copyright © PassMark Software Pty Ltd. All rights reserved. Copyright © LogiXML, Inc. All rights reserved. Copyright © 2003-

2010 Lorenzi Davide, All rights reserved. Copyright © Red Hat, Inc. All rights reserved. Copyright © The Board of Trustees of the

Leland Stanford Junior University. All rights reserved. Copyright © EMC Corporation. All rights reserved. Copyright © Flexera Software.

All rights reserved. Copyright © Jinfonet Software. All rights reserved. Copyright © Apple Inc. All rights reserved. Copyright © Telerik

Inc. All rights reserved. Copyright © BEA Systems. All rights reserved. Copyright © PDFlib GmbH. All rights reserved. Copyright ©

Orientation in Objects GmbH. All rights reserved. Copyright © Tanuki Software, Ltd. All rights reserved. Copyright © Ricebridge. All

rights reserved. Copyright © Sencha, Inc. All rights reserved. Copyright © Scalable Systems, Inc. All rights reserved. Copyright ©

jQWidgets. All rights reserved. Copyright © Tableau Software, Inc. All rights reserved. Copyright© MaxMind, Inc. All Rights Reserved.

Copyright © TMate Software s.r.o. All rights reserved. Copyright © MapR Technologies Inc. All rights reserved. This product includes

software developed by the Apache Software Foundation (http://www.apache.org/), and/or other software which is licensed under

various versions of the Apache License (the "License"). You may obtain a copy of these Licenses at http://www.apache.org/licenses/.

Unless required by applicable law or agreed to in writing, software distributed under these Licenses is distributed on an "AS IS" BASIS,

WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licenses for the specific language

governing permissions and limitations under the Licenses. This product includes software which was developed by Mozilla (http://www.

mozilla.org/), software copyright The JBoss Group, LLC, all rights reserved; software copyright © 1999-2006 by Bruno Lowagie and

Paulo Soares and other software which is licensed under various versions of the GNU Lesser General Public License Agreement,

which may be found at http:// www.gnu.org/licenses/lgpl.html. The materials are provided free of charge by Informatica, "as-is", without

warranty of any kind, either express or implied, including but not limited to the implied warranties of merchantability and fitness for a

particular purpose. The product includes ACE(TM) and TAO(TM) software copyrighted by Douglas C. Schmidt and his research group

at Washington University, University of California, Irvine, and Vanderbilt University, Copyright (©) 1993-2006, all rights reserved. This

product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (copyright The OpenSSL Project. All

Rights Reserved) and redistribution of this software is subject to terms available at http://www.openssl.org and http://www.openssl.org

/source/license.html. This product includes Curl software which is Copyright 1996-2013, Daniel Stenberg, . All Rights Reserved.

Permissions and limitations regarding this software are subject to terms available at http://curl.haxx.se/docs/copyright.html. Permission

to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above

copyright notice and this permission notice appear in all copies. The product includes software copyright 2001-2005 (©) MetaStuff, Ltd.

Page 30: Informatica MDM - Product 360...Informatica MDM - Product 360 (Release Notes 8.0.03) 4 This hotfix contains major performance improvements for search and reporting. It was necessary

Informatica MDM - Product 360 (Release Notes 8.0.03) 30

All Rights Reserved. Permissions and limitations regarding this software are subject to terms available at http://www.dom4j.org/ license.

html. The product includes software copyright © 2004-2007, The Dojo Foundation. All Rights Reserved. Permissions and limitations

regarding this software are subject to terms available at http://dojotoolkit.org/license. This product includes ICU software which is

copyright International Business Machines Corporation and others. All rights reserved. Permissions and limitations regarding this

software are subject to terms available at http://source.icu-project.org/repos/icu/icu/trunk/license.html. This product includes software

copyright © 1996-2006 Per Bothner. All rights reserved. Your right to use such materials is set forth in the license which may be found

at http:// www.gnu.org/software/ kawa/Software-License.html. This product includes OSSP UUID software which is Copyright © 2002

Ralf S. Engelschall, Copyright © 2002 The OSSP Project Copyright © 2002 Cable & Wireless Deutschland. Permissions and limitations

regarding this software are subject to terms available at http://www.opensource.org/licenses/mit-license.php. This product includes

software developed by Boost (http://www.boost.org/) or under the Boost software license. Permissions and limitations regarding this

software are subject to terms available at http:/ /www.boost.org/LICENSE_1_0.txt. This product includes software copyright © 1997-

2007 University of Cambridge. Permissions and limitations regarding this software are subject to terms available at http:// www.pcre.org

/license.txt. This product includes software copyright © 2007 The Eclipse Foundation. All Rights Reserved. Permissions and limitations

regarding this software are subject to terms available at http:// www.eclipse.org/org/documents/epl-v10.php and at http://www.eclipse.

org/org/documents/edl-v10.php. This product includes software licensed under the terms at http://www.tcl.tk/software/tcltk/license.html,

http://www.bosrup.com/web/overlib/?License, http:// www.stlport.org/doc/ license.html, http://asm.ow2.org/license.html, http://www.

cryptix.org/LICENSE.TXT, http://hsqldb.org/web/hsqlLicense.html, http://unit.sourceforge.net/doc/license.html, http://jung.sourceforge.

net/license.txt , http://www.gzip.org/zlib/zlib_license.html, http://www.openldap.org/software/release/ license.html, http://www.libssh2.

org, http://slf4j.org/license.html, http://www.sente.ch/software/OpenSourceLicense.html, http://fusesource.com/downloads/license-

agreements/fuse-message-broker-v-5-3- license-agreement; http://antlr.org/license.html; http://aopalliance.sourceforge.net/; http://www.

bouncycastle.org/licence.html; http://www.jgraph.com/jgraphdownload.html; http://www.jcraft.com/jsch/LICENSE.txt; http://jotm.

objectweb.org/bsd_license.html; . http://www.w3.org/Consortium/Legal/ 2002/copyright-software-20021231; http://www.slf4j.org/license.

html; http://nanoxml.sourceforge.net/orig/copyright.html; http://www.json.org/license.html; http:// forge.ow2.org/projects/javaservice/,

http://www.postgresql.org/about/licence.html, http://www.sqlite.org/copyright.html, http://www.tcl.tk/software/tcltk/license.html, http://

www.jaxen.org/faq.html, http://www.jdom.org/docs/faq.html, http://www.slf4j.org/license.html; http://www.iodbc.org/dataspace/iodbc/wiki

/iODBC/License; http:// www.keplerproject.org/md5/license.html; http://www.toedter.com/en/jcalendar/license.html; http://www.edankert.

com/bounce/index.html; http://www.net-snmp.org/about/ license.html; http://www.openmdx.org/#FAQ; http://www.php.net/license/3_01.

txt; http://srp.stanford.edu/license.txt; http://www.schneier.com/blowfish.html; http:// www.jmock.org/license.html; http://xsom.java.net;

http://benalman.com/about/license/; https://github.com/CreateJS/EaselJS/blob/master/src/easeljs/display/Bitmap.js; http://www.

h2database.com/html/license.html#summary; http://jsoncpp.sourceforge.net/LICENSE; http://jdbc.postgresql.org/license.html; http://

protobuf.googlecode.com/svn/trunk/src/google/protobuf/descriptor.proto; https://github.com/rantav/hector/blob/master/LICENSE;

http://web.mit.edu/Kerberos/krb5- current/doc/mitK5license.html; http://jibx.sourceforge.net/jibx-license.html; https://github.com/lyokato

/libgeohash/blob/master/LICENSE; https://github.com/hjiang/jsonxx/ blob/master/LICENSE; https://code.google.com/p/lz4/;

https://github.com/jedisct1/libsodium/blob/master/LICENSE; http://one-jar.sourceforge.net/index.php? page=documents&file=license;

https://github.com/EsotericSoftware/kryo/blob/master/license.txt; http://www.scala-lang.org/license.html; https://github.com/tinkerpop/

blueprints/blob/master/LICENSE.txt; and http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html. This product

includes software licensed under the Academic Free License (http://www.opensource.org/licenses/afl-3.0.php), the Common

Development and Distribution License (http://www.opensource.org/licenses/cddl1.php) the Common Public License (http://www.

opensource.org/licenses/cpl1.0.php), the Sun Binary Code License Agreement Supplemental License Terms, the BSD License (http://

www.opensource.org/licenses/bsd-license.php), the new BSD License (http://opensource.org/ licenses/BSD-3-Clause), the MIT License

(http://www.opensource.org/licenses/mit-license.php), the Artistic License (http://www.opensource.org/licenses/artistic- license-1.0) and

the Initial Developer’s Public License Version 1.0 (http://www.firebirdsql.org/en/initial-developer-s-public-license-version-1-0/). This

product includes software copyright © 2003-2006 Joe WaInes, 2006-2007 XStream Committers. All rights reserved. Permissions and

limitations regarding this software are subject to terms available at http://xstream.codehaus.org/license.html. This product includes

software developed by the Indiana University Extreme! Lab. For further information please visit http://www.extreme.indiana.edu/. This

product includes software Copyright (c) 2013 Frank Balluffi and Markus Moeller. All rights reserved. Permissions and limitations

regarding this software are subject to terms of the MIT license. This Software is protected by U.S. Patent Numbers 5,794,246;

6,014,670; 6,016,501; 6,029,178; 6,032,158; 6,035,307; 6,044,374; 6,092,086; 6,208,990; 6,339,775; 6,640,226; 6,789,096; 6,823,373;

6,850,947; 6,895,471; 7,117,215; 7,162,643; 7,243,110; 7,254,590; 7,281,001; 7,421,458; 7,496,588; 7,523,121; 7,584,422; 7,676,516;

7,720,842; 7,721,270; 7,774,791; 8,065,266; 8,150,803; 8,166,048; 8,166,071; 8,200,622; 8,224,873; 8,271,477; 8,327,419; 8,386,435;

8,392,460; 8,453,159; 8,458,230; 8,707,336; 8,886,617 and RE44,478, International Patents and other Patents Pending.

DISCLAIMER: Informatica LLC provides this documentation "as is" without warranty of any kind, either express or implied, including,

but not limited to, the implied warranties of noninfringement, merchantability, or use for a particular purpose. Informatica LLC does not

warrant that this software or documentation is error free. The information provided in this software or documentation may include

technical inaccuracies or typographical errors. The information in this software and documentation is subject to change at any time

without notice.

NOTICES This Informatica product (the "Software") includes certain drivers (the "DataDirect Drivers") from DataDirect Technologies, an

operating company of Progress Software Corporation ("DataDirect") which are subject to the following terms and conditions: 1. THE

DATADIRECT DRIVERS ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,

Page 31: Informatica MDM - Product 360...Informatica MDM - Product 360 (Release Notes 8.0.03) 4 This hotfix contains major performance improvements for search and reporting. It was necessary

Informatica MDM - Product 360 (Release Notes 8.0.03) 31

INCLUDING BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR

PURPOSE AND NON-INFRINGEMENT. 2. IN NO EVENT WILL DATADIRECT OR ITS THIRD PARTY SUPPLIERS BE LIABLE TO

THE END-USER CUSTOMER FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL OR OTHER DAMAGES

ARISING OUT OF THE USE OF THE ODBC DRIVERS, WHETHER OR NOT INFORMED OF THE POSSIBILITIES OF DAMAGES IN

ADVANCE. THESE LIMITATIONS APPLY TO ALL CAUSES OF ACTION, INCLUDING, WITHOUT LIMITATION, BREACH OF

CONTRACT, BREACH OF WARRANTY, NEGLIGENCE, STRICT LIABILITY, MISREPRESENTATION AND OTHER TORTS.