Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
SncJt
Contributor III
Contributor III

Mdm timeout

Hi,

 

I have an issue with my job in attachment.

It is part of a Route, and its role is to put my data into my MDM.

 

If I send few data, everything works fine.

If I send all my datas, I have the following error : 

java.lang.Exception:java.lang.RuntimeException: java.lang.RuntimeException: java.net.SocketTimeoutException: Read timed out

 

Do you have any idea of what I have to configure to make it accepts all my datas ?

Where can I find the entire error message ?

 

Thank a lot, 

 

Best regards

 

 

0683p000009M3PH.jpg

 

 

Labels (3)
5 Replies
Anonymous
Not applicable

did you used Talend MDM Ui URL in the tMDMbulkload component, if you use mdm ui link then follow below steps

1) after tMDMbulkload => tMDMoutput in tMDMoutput use sopaui link for mdm,

2) And in  tMDMbulkload  use commit size around 30k

3) And in tMDMoutput  use extended commit size and use below the commit size in tbulkload like around 10k rows

 

 

SncJt
Contributor III
Contributor III
Author

Hi,

 

Thank you for your reply.

I can't really understand your proposition, why put a tMDMoutput after the tMdmBulkLoad ?

 

I tried but it doesn't change my issue.

 

Best regards

 

Anonymous
Not applicable

Okay, what is the commit size you are using in tMDMBulkload?

SncJt
Contributor III
Contributor III
Author

I tried to define it at 30000

Anonymous
Not applicable

  1. Can you reduce to 10K in tMDMbulkload component and 3-5K in tMDMoutput component and see
  2. And can you redeploy the data model in MDM. check whether it created a table in back end database or not.
  3. Try to increase a memory ofr the job and directly run in server from studio

And may i know how much data is input side (how many rows?)