GetAutoSearchParameters "can't create directory"
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
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
This discussion has been closed.
Comments
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