I am having issues setting up logging for the enterprise package we purchased.
Here is how we are running our indexer:
Everyone on our intranet access the web via http://webserver/
When indexing, it is ran locally on my computer and automatically uploaded to the server through a drive mapping. (Y:\ points to root of \\webserver\)
While setting up the log information I am having a hard time figuring it out. Everyone locally has write access to \\Server1\Public which is mapped to B:\ for everyone.
How can I have a log file written to that location? I keep getting an error:
Log filename and path not found (...)
Check that you specified the correct log filename in your Indexer settings, and that the folder has the required write permissions.
Again, I do not have direct access to IIS, since I'm updating remotely, so how can I set up logging?
Here is how we are running our indexer:
Everyone on our intranet access the web via http://webserver/
When indexing, it is ran locally on my computer and automatically uploaded to the server through a drive mapping. (Y:\ points to root of \\webserver\)
While setting up the log information I am having a hard time figuring it out. Everyone locally has write access to \\Server1\Public which is mapped to B:\ for everyone.
How can I have a log file written to that location? I keep getting an error:
Log filename and path not found (...)
Check that you specified the correct log filename in your Indexer settings, and that the folder has the required write permissions.
Again, I do not have direct access to IIS, since I'm updating remotely, so how can I set up logging?
Comment