Skip to main content Skip to complementary content
Close announcements banner

Configuring timeout for MDM web service request

You can configure timeout for MDM web service connection in Talend Studio.

Procedure

  1. Find and open the Talend-Studio-linux-gtk-x86_64.ini or Talend-Studio-linux-gtk-aarch64.ini file.
  2. Add the following two parameters in the .ini file.
    # Timeout value in milliseconds for connecting to MDM Server
    -Djavax.xml.ws.client.connectionTimeout=<timeout-in-milliseconds>
    
    # Timeout value in milliseconds for receiving messages from MDM Server
    -Djavax.xml.ws.client.receiveTimeout=<timeout-in-milliseconds>
  3. Save your changes and restart Talend Studio.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!