You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
DS7/Job_JieFeng_FTP/quartz_jobs.xml

91 lines
2.8 KiB
XML

<?xml version="1.0" encoding="utf-8" ?>
<job-scheduling-data xmlns="http://quartznet.sourceforge.net/JobSchedulingData">
<processing-directives>
<overwrite-existing-data>true</overwrite-existing-data>
</processing-directives>
<schedule>
<job>
<name>Job_JFFTP</name>
<group>Job_JFFTP</group>
<description>解析辛克ftp文件</description>
<job-type>Job_JieFeng_FTP.Job_JFFTP,Job_JieFeng_FTP</job-type>
<durable>true</durable>
<recover>false</recover>
<job-data-map>
<!-- custname custpsw TimeType -->
<!--连接字符串-->
<entry>
<key>ConnectString</key>
<value>Data Source=127.0.0.1;Initial Catalog=dongshengdata_jf;Persist Security Info=True;User ID=sa;Password=ds20040201</value>
</entry>
<!--FTP地址-->
<entry>
<key>FTPADDRESS</key>
<value>127.0.0.1</value>
<!--<value>81.200.197.149:21</value-->
</entry>
<!--FTP路径-->
<entry>
<key>FTPPATH</key>
<value></value>
</entry>
<!--ftp用户名密码 -->
<entry>
<key>FTPUSERNAME</key>
<value>administrator</value>
</entry>
<entry>
<key>FTPPWD</key>
<value>sunshine</value>
</entry>
<!--
<entry>
<key>FTPUSERNAME</key>
<value>sintlogP</value>
</entry>
<entry>
<key>FTPPWD</key>
<value>
yoeOa&amp;09Ft
</value>
</entry>
-->
<!--船公司: 辛克代码中的船公司英文名称第一行;捷丰船公司名;; (注意:单分号分隔辛克代码中的船公司英文名称和捷丰船公司名,双分号分隔两条不同代码对) -->
<entry>
<key>CARRIER</key>
<value>China COSCO Shipping Corporation;COSCO;;Hamburg-Suedamerikanische;HBS;;</value>
</entry>
<!--运输条款: 辛克code;捷丰代码;; (注意:单分号分隔辛克代码和捷丰代码,双分号分隔两条不同代码对) -->
<entry>
<key>PaymentTerm</key>
<value>27;DOOR-DOOR;;30;CFS-CFS;;
DTS;DOOR-CFS;;
DTY;DOOR-CY;;
STD;CFS-DOOR;;
STY;CFS-CY;;
YTD;CY-DOOR;;
YTS;CY-CFS;;
YTY;CY-CY;;
</value>
</entry>
</job-data-map>
</job>
<trigger>
<cron>
<name>TriggerJob_JFFTP</name>
<group>Job_JFFTP</group>
<description>解析辛克ftp文件_触发器</description>
<job-name>Job_JFFTP</job-name>
<job-group>Job_JFFTP</job-group>
<cron-expression>0 0/1 * * * ? *</cron-expression>
</cron>
</trigger>
</schedule>
</job-scheduling-data>