DataFlux Data Management Studio 2.5: User Guide

Format for a Custom Timeout Configuration File

Here is the XML format for the custom time-out configuration file that is mentioned in the usage note: What Can I Do About Time-Out Errors in Data Jobs with the Web Service Node or the HTTP Request Node?

<?xml version="1.0" encoding="UTF-8"?> -<beans xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop.xsd" xmlns:aop="http://www.springframework.org/schema/aop" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.springframework.org/schema/beans"> <bean class="org.apache.http.params.BasicHttpParams" id="httpParams"/> -<bean class="org.apache.http.params.HttpConnectionParamBean"> -<constructor-arg index="0"> <ref bean="httpParams"/> </constructor-arg> <property value="60000" name="connectionTimeout"/> <property value="60000" name="soTimeout"/> </bean> </beans>

Documentation Feedback: yourturn@sas.com
Note: Always include the Doc ID when providing documentation feedback.

Doc ID: dfDMStd_TimeoutConfig.html