Hi,
Locally on LR machine I created complete .bat file with automatic excution -
- WebAutomation1.lrs
- Analysis.lrr (based on creted folder and MyAutomationTemplate7)
...
part of executable .bat file
... echo Setting Date Parameters... echo Setting Folders... echo Starting LR Controller... echo Starting LR Analysis... ... |
this bat file runs perfectly on the local machine, a folder with the current timestep is created, the controller and analyzer script is started and executed.
[ Folders Output Structure: ]
BUT
attempt to execute .bat file from any remote machine is failed since folders for the Results (highlighted) of the script that runs the analyzer are not created.
As result the script is failed... (w/o any errors)
Are there any additional configuration restrictions on running the Analyzer from a Remote machine? since the first part of the Controller still works fine?
x10