/[sap_import]/mail2sap.xml
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /mail2sap.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (hide annotations)
Tue Dec 17 19:00:29 2002 UTC (21 years, 3 months ago) by dpavlin
Branch: MAIN
Changes since 1.3: +1 -1 lines
File MIME type: text/xml
fix path

1 dpavlin 1.1 <config>
2    
3     <!-- where is log located? It should be writable by user mail -->
4 dpavlin 1.4 <log>/data/sap_import/orders.log</log>
5 dpavlin 1.1
6     <!-- temporary directory (ON SAME FILESYSTEM AS $outdir - we use
7     rename to move file to outdir); we will add PID to end of this
8     path to make it unique -->
9     <msgdir>/var/autofs/data/export_sigma/mime</msgdir>
10    
11     <!-- where will attachements end up before SAP rfc is called -->
12     <outdir>/var/autofs/data/export_sigma</outdir>
13    
14     <!-- configuration parameters for SAP -->
15     <sap>
16     <ashost>cipkg</ashost>
17     <user>rfctest</user>
18     <passwd>dinamo</passwd>
19     <lang>HR</lang>
20     <client>200</client>
21     <sysnr>20</sysnr>
22     <trace>0</trace>
23 dpavlin 1.2 <discover>Z_ZDMM0123_SIGMA_RFC</discover>
24 dpavlin 1.3 <params>
25     <FILEPATH>ZSIGMA</FILEPATH>
26     <PORT>ZIDOC</PORT>
27     <!-- <FILENAME>in script</FILENAME> -->
28     </params>
29 dpavlin 1.1 </sap>
30    
31     </config>
32    

  ViewVC Help
Powered by ViewVC 1.1.26