/[sap_import]/lims.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 /lims.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations)
Thu Mar 20 10:13:13 2003 UTC (21 years ago) by dpavlin
Branch: MAIN
File MIME type: text/xml
import all files from some directory, for LIMS integration

1 dpavlin 1.1 <config>
2    
3     <!-- where is log located? It should be writable by user mail -->
4     <log>/data/sap_import/lims.log</log>
5    
6     <!-- where are files located for SAP import -->
7     <indir>/var/autofs/data/export_lims</indir>
8    
9     <!-- store files whish are processed in DBM -->
10     <dbm>/data/sap_import/lims.db</dbm>
11    
12     <!-- configuration parameters for SAP -->
13     <sap>
14     <ashost>cipkg</ashost>
15     <user>rfctest</user>
16     <passwd>dinamo</passwd>
17     <lang>HR</lang>
18     <!-- production -->
19     <!--
20     <client>200</client>
21     <sysnr>20</sysnr>
22     -->
23     <!-- development -->
24     <client>111</client>
25     <sysnr>11</sysnr>
26     <trace>0</trace>
27     <discover>Z_ZDMM0123_SIGMA_RFC</discover>
28     <params>
29     <FILEPATH>ZSIGMA</FILEPATH>
30     <PORT>ZIDOC</PORT>
31     <!-- <FILENAME>in script</FILENAME> -->
32     </params>
33     </sap>
34    
35     </config>
36    

  ViewVC Help
Powered by ViewVC 1.1.26