Date Posted:
Product: ChemBioOffice Enterprise
Product: ChemBioOffice Enterprise
Problem:
Why is my log file becoming so large?
Solution:
A debug flag was set to True when the ChemOffice Webserver was released. This means that the cfw log file could get very big and general performance could eventually slow down.
to fix the problem:
- Browse to:
\\Inetpub\wwwroot\ChemOffice\webserver_source\cfserverasp\source - Open csdo_utils_vbs.asp.
- Change Line 11:
from: bLogSqlNoMWFORM = true
to: bLogSqlNoMWFORM = false
Comments
0 comments
Article is closed for comments.