...
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
<?xml version="1.0" encoding="ISO-8859-1"?> <job order="yes" stop_on_error="no" idle_timeout="60" title="Join Job"> <settings > <log_level ><![CDATA[debug9]]></log_level> <history_on_process ><![CDATA[0]]></history_on_process> <history_with_log ><![CDATA[gzip]]></history_with_log> </settings> <params > <param name="show_join_order_list" value="true"/> </params> <script language="java" java_class_path="" java_class="com.sos.jitl.join.JobSchedulerJoinOrdersJSAdapterClass"/> <run_time /> </job> |
...