Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] Unable to Read Entity from MDM Connection

Hi,
I'm new user of MDM software. Please suggest me how to fix the following problem.
I want to read entity from MDM connection in Data Integration perspective. The Data model and container have been created. After call "Read Entity" from entity, Server throw exception as show below and can't go to next process with "Read Entity".
Both MDM Studio CE and MDM Server CE build is r95165 V5.2.1.
running on window 7 64bit.
Best regards
00:09:45,165 ERROR SOAP request exception
javax.xml.rpc.soap.SOAPFaultException: Endpoint {urn-com-amalto-xtentis-webservi
ce}XtentisPort does not contain operation meta data for: {urn-com-amalto-xtentis
-webservice}WSGetUniversePKs
at org.jboss.ws.core.jaxrpc.SOAPFaultHelperJAXRPC.exceptionToFaultMessag
e(SOAPFaultHelperJAXRPC.java:189)
at org.jboss.ws.core.jaxrpc.SOAP11BindingJAXRPC.createFaultMessageFromEx
ception(SOAP11BindingJAXRPC.java:63)
at org.jboss.ws.core.CommonSOAPBinding.bindFaultMessage(CommonSOAPBindin
g.java:645)
at org.jboss.ws.core.server.ServiceEndpointInvoker.invoke(ServiceEndpoin
tInvoker.java:277)
at org.jboss.wsf.stack.jbws.RequestHandlerImpl.processRequest(RequestHan
dlerImpl.java:408)
at org.jboss.wsf.stack.jbws.RequestHandlerImpl.handleRequest(RequestHand
lerImpl.java:272)
at org.jboss.wsf.stack.jbws.RequestHandlerImpl.doPost(RequestHandlerImpl
.java:189)
at org.jboss.wsf.stack.jbws.RequestHandlerImpl.handleHttpRequest(Request
HandlerImpl.java:122)
at org.jboss.wsf.stack.jbws.EndpointServlet.service(EndpointServlet.java
:84)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
icationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
ilterChain.java:206)
at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFi
lter.java:96)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
icationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
ilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
alve.java:230)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
alve.java:175)
at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(Securit
yAssociationValve.java:179)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(Authentica
torBase.java:524)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValv
e.java:84)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
ava:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
ava:102)
at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedC
onnectionValve.java:157)
at org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.ja
va:393)
at org.apache.catalina.authenticator.MDMSingleSignOn.invoke(MDMSingleSig
nOn.java:73)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
ve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav
a:262)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
:844)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.proce
ss(Http11Protocol.java:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:44
6)
at java.lang.Thread.run(Unknown Source)
Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hello,
Go to the Integration perspective, on the left pane search for the metadata folder. Click with the right button on the metadata folder, and then click the option that you want.

View solution in original post

4 Replies
Anonymous
Not applicable
Author

Hello,
Have you created a metadata for the entity that you want to read?
It's not mandatory but the easiest way is to create a metadata input/output and then just drag them to you job.
Anonymous
Not applicable
Author

Hi,
I'm following tutorial from Talend MDM Practical Starter Guide (page 25). I think i already created metadata but i don't want to overlook something. Could you tell me where to create a metadata input/output?
Anonymous
Not applicable
Author

Hello,
Go to the Integration perspective, on the left pane search for the metadata folder. Click with the right button on the metadata folder, and then click the option that you want.
Anonymous
Not applicable
Author

Hi,
Thank you for you help