/[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

Contents of /lims.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations)
Mon Mar 24 16:35:39 2003 UTC (21 years ago) by dpavlin
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +2 -1 lines
File MIME type: text/xml
lims changes

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 <user>rfctest</user>
15 <passwd>dinamo</passwd>
16 <lang>HR</lang>
17 <!-- production -->
18 <!--
19 <ashost>cipkg</ashost>
20 <client>200</client>
21 <sysnr>20</sysnr>
22 -->
23 <!-- development -->
24 <ashost>sap01pbf</ashost>
25 <client>111</client>
26 <sysnr>11</sysnr>
27 <trace>0</trace>
28 <discover>Z_ZDMM0123_SIGMA_RFC</discover>
29 <params>
30 <FILEPATH>ZSIGMA</FILEPATH>
31 <PORT>ZIDOC</PORT>
32 <!-- <FILENAME>in script</FILENAME> -->
33 </params>
34 </sap>
35
36 </config>
37

  ViewVC Help
Powered by ViewVC 1.1.26