Hi all,

after updating 7.4.03.25 to 7.4.03.30 of linux rpms via

rpm -Uvh sapdb-callif-7.4.03.30.rpm sapdb-web-7.4.03.30.rpm

the Web Server got wrong file paths in WebAgent74.ini. Every second $
from the config is too much.
I thing that the following config file is wrong:

/opt/sapdb/web/config/WebAgent74.ini

[HTTP]
Browsable=0
DefaultDocument=index.html
DocumentRoot=$OWN32$/Documents
enableWebDAV=1
LogDirectory=$LOG$
LogRequests=1
MaxThreads=10
MimeTypeFile=$OWN32$/config/mime.types
Port=9999

[BIT32\COMServices]
[BIT64\COMServices]

[BIT32\Global]
LogFile=$LOG$/wa32.log
ConfLogFile=$LOG$/waconf32.log
logWithInfo=0

[BIT64\Global]
LogFile=$LOG$/wa64.log
ConfLogFile=$LOG$/waconf64.log
logWithInfo=0

After update this is the result:

/var/spool/sql/ini/WebAgent74.ini

[HTTP]
Browsable=0
DefaultDocument=index.html
DocumentRoot=/opt/sapdb/web$/Documents ####### see the $
enableWebDAV=1
LogDirectory=/var/log/sapdb
LogRequests=1
MaxThreads=10
MimeTypeFile=/opt/sapdb/web$/config/mime.types ####### see the $
Port=9999

[BIT32\COMServices]
[BIT64\COMServices]

[BIT32\Global]
LogFile=/var/log/sapdb/wa32.log
ConfLogFile=/var/log/sapdb/waconf32.log
logWithInfo=0

[BIT64\Global]
LogFile=/var/log/sapdb/wa64.log
ConfLogFile=/var/log/sapdb/waconf64.log
logWithInfo=0


Best Regards
Dirk Datzert


-- 
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to