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
1
vote
1 answer

Master Data Services- Merge members

Can any one tell me how to merge two members in an MDS entity using C# as Codebehind.
0
votes
0 answers

How can I optimize MDM solution with fuzzy algorithm in Pyspark?

For writing a custom MDM solution, each record is compared with each record (sort of cross join) to get the match case i.e., if we have N records with M columns then in worst case (NNM) comparison are required. Moreover, if it involves fuzzy…
0
votes
0 answers

Stibo STEP - finding product secondary hierarchy using JS SDK

At STIBO STEP, writing a global business rule, using javascript SDK, I wanna see which secondary hierarchy a product is at. example if was primary hierarchy, it would be node.getParent(). The "node" is a…
Sevila
  • 131
  • 4
  • 10
0
votes
0 answers

MDM Operational server getting partially stared

I recently installed IBM MDM 11.5, DB2 and IBM WebSphere on my system. For some reason the Asset in MDM-operational-server is stopped and isn't getting started. I'm new to this and don't know what is causing the problem. Business-level…
0
votes
0 answers

How to sync the changes between MDS and OLTP database?

I am trying the SQL MDS feature. In the explorer I have created the model, entity and attributes. Then I copied the data from the OLTP database table and pasted into excel to put (import) it into the MDS. Question - When I make a value change to…
variable
  • 8,262
  • 9
  • 95
  • 215
0
votes
2 answers

How to handle seasonal items in NetSuite

My organization sells outdoor equipment (tents, sleeping bags, etc.) and is hitting a roadblock with how to handle seasonal items in NetSuite. We are in the process of standing up Centric as a PLM system for our Product team, which has a product…
ZSwitaj
  • 13
  • 5
0
votes
0 answers

Talend for Master Data Management

I am working on a project to extract Master Data from a Database that gathers data from many departments, and this should be done using Talend. I did some researches to understand what is Master Data exactly and I have some modest experience in…
MFR096
  • 19
  • 2
0
votes
1 answer

Lock Master Data for Personnel Number in ABAP for a long time

Because of the DSGVO we need to delete personnel data but first we need to lock the personnel data (Infotypes). Every function module I use works only while the reports is in execution, after that the personnel data is unlocked again. DATA:…
Mogera
  • 37
  • 1
  • 9
0
votes
1 answer

Source-to-target mapping document

When we say source-to-target mapping document, does it typically include all the mappings between the different layers? For example, given the following lineage: source systems -> staging tables -> EDW -> data marts Would there be 3 separate mapping…
0
votes
0 answers

Master Data Service alternative

I want an alternative for Master data services(MDS) which is not cloud based. Main agenda is to retrieve the data from Microsoft SQL server in excel format, make the changes in excel and upload it back to SQL server. Need a application with fronted…
0
votes
1 answer

Using Regular Expression to extract 4 digits from a string?

Hoping for some help. I am new to regex and I am trying to come up with something that will search a string and check if it has 4 consecutive digits, and if so extract that 4 digit number into a new attribute. I want to use a regular expression,…
0
votes
1 answer

relation between real person and legal person in master data service

I want to create master data for an organization. I have 5 basic data, one of them is persons. I use the master data service (SQL server). I designed models with the named party and some entities. my entities are Person, organization and…
0
votes
1 answer

Stibo Step Search Business Rules

Is there a way to search text in all business rules in the Stibo Step product? I have inherited a project and I'm trying to track down all the places an attribute is used. I have a attribute VA-1 but we have business rules that gives it a default…
J.D
  • 452
  • 5
  • 10
0
votes
1 answer

Create a business rule in MDM 2012 that tests the Sum of attributes of an entity

I have created an entity on MDM 2012 and I like to create a business rule that tests if the SUM of 3 attributes is 100. I didn't find a way on the Action Panel to use arithmetic operators or simply a SUM function.
0
votes
1 answer

IBM MDM BusinessProxy CompositeTxn thread safety

Are instance level objects in IBM MDM BusinessProxy/ExternalRules/BehaviorExtension thread safe ? If 5 threads are invoking a BusinessProxy(BP) via MQ or WebserviceCall or by BatchProcessor,then are 5 BP Objects created newly or is it just a single…
Chandru
  • 336
  • 1
  • 5
  • 14