10-04-2010 05:35 PM
I copied the reportgen_html.seq from C:\Program Files\National Instruments\TestStand 4.2.1\Components\Models\TestStandModels\ to
C:\Documents and Settings\All Users\Documents\National Instruments\TestStand 4.2.1\Components\Models\TestStandModels and customized it, but find that it will only run if I rename the original in the TestStand application directory.
Is there something else I need to do to get the new report generator to be called correctly?
Thanks!
10-04-2010 08:39 PM
You need to copy the main model files (Sequential, Batch, or Parallel) to that directory too. The reportgen is being called from those models, and it's finding them in the NI directory, then uses a relative path to find reportgen. I would recommend copying everything from the NI Models directory to the Public directory to get everything to work.
Allen P