You are not logged in.
Announcement
Unanswered posts
|
Pages: 1
As far as I know, Talend Open Studio is not really oriented towards MDM. Basically, it is an ETL tool but it can help you to manage and share your master data depending on what you expect from MDM tools. It can help you to keep track of your data flows and to connect your different data systems.
Some of the features that could help you to manage your master data are :
- the business modeler (to document your business models)
- the job designer (to transform, modify, update your master data...)
- the quantity of components that helps you to connect to almost any kind of data source (database, files, web services...)
- some components are useful for data quality such as tFuzzyMatch, tUniqRow, and many others...
But unlike some MDM tools, there is no workflow for validation of data modification. Talend Open Studio does not handle a per data user role. But user roles exist on projects and jobs that change data, not on data themselves.
Maybe if you explain a bit more your need, we could tell whether Talend can be of some help. MDM is such a fashion acronym that it can have a lot of different meaning...
Offline
Hello All
Yes, It is a very good news. January 25, 2010 , Talend announced the availability of the first open source Master Data Management (MDM) solution.
Read news:
http://www.talend.com/press/Talend-Intr … lution.php
Download Talend MDM Community Edition and start Talend MDM journey!!!
http://cdnetworks-kr-2.dl.sourceforge.n … V3.2.0.zip
Best regards
shong
Offline

Hi,
With intressed I watched the announcement of Talend MDM. Congratulations with the release !!
I've downloaded it and am trying things out. I have a few questions:
- Will there be a separated section in the forum for Talend MDM?
- Can you post some examples on how to use Talend Open Studio to move data to and from Talend MDM?
Regards,
Bas van Reeuwijk
Offline
Hi
As Bas said, I too attented at the webinar with interest.
We work with EBX Plateform and IBM MDM for PIM and Talend seems an interesting alternative.
I too downloaded the product and hope there will be a specific section in the forum and tutorials too.
Regards
Luc
Offline
Hello All
- Will there be a separated section in the forum for Talend MDM?
Yes, I have talked to our website administractor, and a separated section in our forum for Talend MDM is avaliable now!! Thanks for your suggestion!
- Will there be a separated section in the forum for Talend MDM?
- Can you post some examples on how to use Talend Open Studio to move data to and from Talend MDM?
Here I create a demo job about extracting data from Talend MDM with tMDMInput component, see my screenshots.
I too downloaded the product and hope there will be a specific section in the forum and tutorials too.
Here is the installation doc:
http://www.talendforge.org/wiki/doku.ph … tion_guide
You can download the user documentation about MDM from our website.
http://www.talend.com/download.php
Best regards
shong
Offline

Hi Shong,
You must either be in a different timezone or a very early starter :-)
I have tried this the other way around. Using an xmlField and tMDMOutput, but I got rmi exceptions on the MDM Server. Can you please show a scenario of putting data into the MDM? And can you add an image of the datamodel you use in MDM.
I see there's a great potential for this product, but there's still a lot of learning to do :-)
Thanks in advance.
Bas van Reeuwijk
Last edited by wbvreeuwijk (2010-01-29 07:10:06)
Offline
Hello
Can you please show a scenario of putting data into the MDM?
Here goes a demo job about how to load data into Talend MDM with tMDMOutput component.
Best regards
shong
Offline

Hi,
Thanks, that worked!
Now on to more complex datatypes...
Regards,
Bas van Reeuwijk
Offline
Hi,
I've got the same rmi error.
A question: Is the field "xmlField" a default field name, or is it a "real" name?
In fact I already have data in a container created with MDM studio. I really want to get connected to this container and I don't want to populate it through another job.
What is the field name I should call? (other parameters - concept, data cluster - seems ok >> what is "Universe" in the node tMDMInput ?)
Thx for the help.
Offline
Hello
A question: Is the field "xmlField" a default field name, or is it a "real" name?
No, it is just a field name, you can name it as any string.
what is "Universe" in the node tMDMInput ?
'Universe' means verson control, it is a feature in MDM enterprise release, you can query different version of records with tMDMInput. In MDM open studio, there is not version control, just let it empty.
Best regards
shong
Offline
Shong,
I just worked out in the same way u have asked.
Some Java remote exception error is getting returned.
Offline
I am getting this remote exception:
Starting job newoutmdm at 17:40 22/05/2010.
[statistics] connecting to socket on port 4063
[statistics] connected
Exception in component tMDMInput_1_In
AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server
faultSubcode:
faultString: java.rmi.RemoteException
faultActor:
faultNode:
faultDetail:
{http://xml.apache.org/axis/}stackTrace:java.rmi.RemoteException
at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:222)
at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:129)
at org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1087)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
at javax.xml.parsers.SAXParser.parse(Unknown Source)
at org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227)
at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)
at org.apache.axis.Message.getSOAPEnvelope(Message.java:435)
at org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62)
at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206)
at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
at org.apache.axis.client.Call.invoke(Call.java:2767)
at org.apache.axis.client.Call.invoke(Call.java:2443)
at org.apache.axis.client.Call.invoke(Call.java:2366)
at org.apache.axis.client.Call.invoke(Call.java:1812)
at org.talend.mdm.webservice.XtentisBindingStub.getItem(XtentisBindingStub.java:5085)
at newtest_job.newoutmdm_0_1.newoutmdm.tMDMInput_1_InProcess(newoutmdm.java:2016)
at newtest_job.newoutmdm_0_1.newoutmdm.runJobInTOS(newoutmdm.java:2812)
at newtest_job.newoutmdm_0_1.newoutmdm.main(newoutmdm.java:2686)
{http://xml.apache.org/axis/}hostname:curlyda
java.rmi.RemoteException
at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:222)
at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:129)
at org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1087)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
at javax.xml.parsers.SAXParser.parse(Unknown Source)
at org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227)
at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)
at org.apache.axis.Message.getSOAPEnvelope(Message.java:435)
at org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62)
at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206)
at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
at org.apache.axis.client.Call.invoke(Call.java:2767)
at org.apache.axis.client.Call.invoke(Call.java:2443)
at org.apache.axis.client.Call.invoke(Call.java:2366)
at org.apache.axis.client.Call.invoke(Call.java:1812)
at org.talend.mdm.webservice.XtentisBindingStub.getItem(XtentisBindingStub.java:5085)
at newtest_job.newoutmdm_0_1.newoutmdm.tMDMInput_1_InProcess(newoutmdm.java:2016)
at newtest_job.newoutmdm_0_1.newoutmdm.runJobInTOS(newoutmdm.java:2812)
at newtest_job.newoutmdm_0_1.newoutmdm.main(newoutmdm.java:2686)
[statistics] disconnected
Job newoutmdm ended at 17:40 22/05/2010. [exit code=1]
Offline

Hi Shong
I am pulling the data from talend MDM to tlog row and i followed the way you have suggested but in the output i am getting output as
<id>101</id> <name>Rahul</name>
please help me out how to get rid of this
Offline

Hey Shong same fot the tmdm output even i am facing the same java.rmi remote exception
Offline

Hi All,
i was doing a POC for a MDM solution.
I have to setup the data for that . I am using the MDM 4.2.2. I was following this thread , to import and export data to and from Repository. The screens are changed and not exactly like the one showing here. I am not able to see the xml field. could anyone helped me.
regards,
Manoj.V
Offline
Pages: 1