Home Server

GetAutoSearchParameters "can't create directory"

edited June 2003 in Server
any ideas here ?
I'm not sure which directory this it tyring to create !




if (lWebRequest.AutoSearchParameters.Count = 0) then
begin
SaveLogFile('JWebTier', '1.5'); // writes a
line to a text file

try
rsWebTier1.GetAutoSearchParameters(lWebRequest);

except on e:exception do
begin
SaveLogFile('JWebTier', '1.5e ' + e.Message); // the message
here is "unable to create directory"
end;
end;
end;

// never makes it to this point

Regards,

Chester

Comments

  • edited June 2003


    Try testing the WebTier without that call.

    It may be that the WebTier is unable to create the Log file, see
    WebTier.LogSettings.






    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
This discussion has been closed.