Methods for Accessing WSDL, WADL Files, and Swagger in Informatica MDM.

To access the WSDL and WADL files in Informatica MDM and Swagger API, follow these steps:

SOAP-based APIs:

To access the list of SIF APIs in SOAP UI for Informatica MDM, use the following URL:
http://<host>:<port>/cmx/request/wsdl
Soap UiSoapUI-SIF API
















 REST-based APIs:

For REST-based APIs, you can download the WADL file from the following URL:
http://<host>:<port>/cmx/request/wadl

Swagger Documentation:

Starting from version 10.4, Informatica MDM has moved to Swagger for API documentation. To access the Swagger UI, use the following URL:
http://<host>:<port>/cmx/swagger-ui.html


Note: you'll need access to the MDM hub, but you don't require admin privileges.

SHARE:

Bulk Data Import using New File Import feature in the E360/C360 - MDM

Informatica MDM 10.4v Offers a "New File Import" feature in the E360/C360 Tool to support Bulk Data Import capability. Users can import large amounts of data and relationship's from an excel or CSV fine into Data Director. The system supports data with Unicode characters, including Chinese, Japanese, and Korean. Users can import a maximum of 10k records at once, but admin have the flexibility to adjust this limit in the properties file.

Prerequisite:-

Set up a role within Hub, allocate the needed privileges under SAM, and then assign users to that role.

Step 1:- Login to Provisioning Tool and create Business Entity.

Step 2:- Create a trigger and configure type of event(CreateBE/UpdateBE) and Role for this operation and tag Business Entity.

Step 3:- Prepare an CSV file with the columns/fields defined in the Business Entity.

Note:- If any of the fields have reference values, we need to ensure the value defined in the csv has to present in that lookup/reference table.

Step 4:- Login to E360 UI and choose New File import option.

Step 5:- Upload the CSV file.

Step 6:- Click Next to go to "Map Fields" section - select the Target i:e Business Entity defined in the provisioning tool.

Step 7:- Now click and accept and select the business entity to map the source and Target fields.

Step 8:- Drag the source fields to target fields.

Note:- 
During the Insert Operation, ensure to map the source fields such as Pkey_Src to the Source Key in the Target system.
For the Update Operation, it is necessary to specify the rowid primary key in order to update an existing record. When attempting to update records using the source key and the source system, make sure to input a value in all mandatory fields. Failure to provide a value in the required fields will result in an error message being displayed.

Step 9:- Click next to go to "preview & import" section, here you can verify values assigned to target fields properly or not.

Step 10:- Click import option available on top right corner to start the import process.

Then go to My Jobs section to review the status of results.


SHARE:

New and Enhanced Features in Informatica MDM 10.4 and 10.5

On this page, we will explore the various features that have been added or enhanced in Informatica versions 10.4 and 10.5. I will highlight a comprehensive list of these features, but for a complete and detailed list, please refer to the official release guide.

Category10.4v10.5v
Provisioning Tool
Chart components - You can create Chart components to display data graphically for business entity records, tasks, or other master data information. You can find the Chart component in the Component Editor under the Configuration section.Multiple users can concurrently perform exclusive configuration tasks in the Provisioning tool, such as adding or editing two different business entities.
Match Rule Sets - create match rule sets based on a sample data set and the match training. You will find Match Rule sets option under Configuration section.Elasticsearch Upgrade - integrating an upgraded Elasticsearch node into an existing Informatica MDM system. The existing node continues to handle search operations during the update, ensuring no downtime.
Additional page Component - in the Layout Designer that provide access to more information that users need. For example, you might design an additional page with primary, secondary and custom components to assist users in accessing more charts or external web applications.
HubThe Hub Console is downloaded to the client desktop as a JAR file. Previously, the Hub Console was downloaded to the client desktop as a JNLP fileFew Hub Server properties were introduced, those properties can be configured in cmxserver.properties files
com.informatica.mdm.bes.services.hierarchy.with.duplicates.depth
com.informatica.mdm.bes.services.hierarchy.no.duplicates.depth
cmx.login.autocomplete
cmx.server.jgroup.name
REST APIThe MDM Hub uses Swagger to list all the REST web services with URLs and parameters. Previously, the MDM Hub used Web Application Description Language (WADL) to list all the REST URLs and parameters. Swagger URL:-http://<host>:<port>/cmx/swagger-ui.html
E360
You can import new data and relationships in bulk from an Excel or a CSV source file.
Login to E360 and choose "New File Import" option
You can now export a business entity record and its related records to a PDF file with the Download as PDF menu.
To filter child or grandchild records of a parent business entity in the Entity 360 UI, enable the `filterChildOutput` property in the Search Query Results Options. This will display search results based on the filter parameters specified for the child records.

10.4 Release Guide:- Link
10.5 Release Guide:- Link
SHARE:
Blogger Template Created by pipdig