Questions tagged [master-data-management]

Master Data Management (MDM) aims to provide a single point of reference for an organisation's slow-moving but critical data. MDM does not give precedence to fast-moving / transaction data.

A master data management tool can be used to support master data management by removing duplicates, standardizing data (mass maintaining), and incorporating rules to eliminate incorrect data from entering the system in order to create an authoritative source of master data.

Here is the Wikipedia article for MDM.

External Resources

64 questions
0
votes
0 answers

MDS Excel add-in multiple entities in one xls file

Hi We have a couple of issues that might be bugs. At least we cannot find any fixes or help on the web. We have an Excel sheet with a sheet per Entity. All data comes from the same MDS. Screenshot of MDS spreadheet First problem When we close the…
0
votes
2 answers

IBM MDM Component level getParty but as per requesterTimeZone

We have existing code to retrieve user detail by component level getPetrson call. Perhaps the last developer did component level getPerson due to performance benefits. But now I have requriement that all the date fields in the getPerson response…
Chandru
  • 336
  • 1
  • 5
  • 14
0
votes
2 answers

How to migrate changes in MDS across environments (Dev, Stg, Prd)

We've started using MDF inhouse recently. So far, we've had a single person work on MDS at a time. This allows that person to work on a single ticket at a time, once they're done migrating all of MDS with or without data to STG, and if it passes…
0
votes
1 answer

maintainParty transaction IBM MDM and the symbol '&' in xml

ETL-Informatica team prepares an XML (maintainParty transaction) to be consumed by IBM-MDM . In general an XML cannot have the symbol '&' and it has to be replaced by & Instead of repacing the symbol '&' by the entity & , is there any other…
Chandru
  • 336
  • 1
  • 5
  • 14
0
votes
1 answer

Select records from SAP MDG?

I am new to SAP-MDG and I have added few customers using the standard SAP screens, I am interested in knowing if we can directly connect to MDG tables using Hana Studio. Tables like MARA or KNA1, can I directly fire select queries on these…
Divyesh Kalbhor
  • 385
  • 3
  • 19
0
votes
1 answer

Master data services 2016 data validation

All modules and attributes are created as per my requirement using Master data services 2016. I am working on data validation. Requirement is that, we have to display custom message to users while he/she is trying to enter duplicate data in the…
Ganesh
  • 266
  • 3
  • 13
0
votes
1 answer

Is ternary operator available in stibo MDM?

I'm new to Stibo MDM. For some requirement i'm writing javascript to check the condition (Business Condition) and this condition will return true/false. I want to generate logger message for both true and false value. I have used ternary operator…
Ramya jois
  • 29
  • 5
0
votes
1 answer

Master Data Services Web Application Issue

I am trying to create a Master Data Service Web Application. So far, I have not succeeded with this activity. I have check on internet for possible solutions but: The .NET 3.5 and 4.5 features are checked, the svc file is present, but everytime I…
0
votes
4 answers

Master Data Services deleting rows from UI

We have duplicate data in entities in Master data services and not in staging tables. how can we delete these? We cannot delete each row because these are more than 100?
0
votes
1 answer

Using SQS for batch running

I am starting a new architecture to support a MDM (Master data management) database. For the MDM database I will be using a graph database (Neo4J). So the I need to integrate disparate sources within the MDM database. I will have sources from…
p.magalhaes
  • 7,595
  • 10
  • 53
  • 108
0
votes
1 answer

Insertion in Leaf table in SQL Server MDS is very slow

I am using SSIS to move data from an existing database to an MDS database. I am following the following Control flow; Truncate TableName_Leaf Load Data to stg The second step has the following data flow: 1. Load data from source database (This has…
0
votes
5 answers

Master Data Services

I'm a SQL Server developer learning MDS. I loaded some entities via staging tables and via Excel add-in. I'm trying to update members in an entity in MDS via the staging table. I can successfully add new members, but any attribute updates to…
0
votes
1 answer

Data Validation Master Data Service

I'm currently working on a POC MDS/MDM WCF service and have a question regarding validation. Does anyone have an example of calling the MDS web api to kick of validating the MDS model? I know i have to add a service reference to MDS in order to gain…
0
votes
1 answer

Removing the deleted Member from the MDS Database - SQL Server 2012

I deleted one of Code from MDS which was not required initially for the process. Example: Code: TEST-001 Later realized this code is required and tried to re-insert this into MDS through EXCEL (MDS plugin) MDS throws an error as below: Code - The…
Sreedhar
  • 29,307
  • 34
  • 118
  • 188
0
votes
1 answer

MDS excel add in issue while selecting values in domain based attribute

When I am trying to select a value in domain based attribute using MDS Excel Add in, I am getting a long list of BLANK values in the dropdown. These blank records does not exist in my MDS database. Wondering from where these records are coming in…