what mean by "account name and password in the schedule options"
What they refering to?
You should check the UNC path for your mapped drive (it should look similar to \\ComputerName\SharedFolder\Resource), you can find more information on it here.
what mean by "account name and password in the schedule options"
What they refering to?
Yes, you need to choose "Local file" as log location. Have you entered full UNC path in \\ComputerName\SharedFolder\Resource format? If so but it's still doesn't work from the schedule (while it works when you run it manually), there should be a problem with account specified in the schedule settings. You should try to specify another account, e.g. enter your Windows username/password.
The problem with the schedule appears because the schedule works as a system service. So by default it runs analysis under the "local system" account that doesn't have access to network. So you need to enter an account that can access the network. Mapped drives cannot be used in any case as they aren't mapped when the scheduler runs WebLog Expert, so only full UNC paths work.
If you use full UNC path as well as custom account name and password, and it still doesn't work, maybe the problem appears because it is necessary to specify a custom username and password to access the shared folder. In this case you have two options:
1. You can set another script/program to copy log files to your computer, so WebLog Expert will simply read them from the local drive.
2. You can use the net use command (with necessary parameters) in the schedule task properties, "Pre-Processing" tab to map the UNC path to a mapped drive. In this case you also need to use this mapped drive in the log path instead of the full UNC path. E.g. you can use a command like the following:
net use e: \\server2\logs MyPassword /user:Admins\Dan
and then enter E:\*.log as log path in the profile properties.
If it doesn't help, could you please provide screenshots of the following dialogs: "Profile Properties > Log Files", "Schedule Options", "Task Properties > Action" (for the "Testing" task) and "Task Properties > Pre-Processing". If you wish you can send them to us privately by email to support@weblogexpert.com . Maybe we'll be able to determine the problem after reviewing this screenshots.
What they refering to?