03-30-2011 02:39 PM
Hi All,
I'm having difficulty getting my sequence to function again.
I'm using the ParallelModel.seq and that calls ModelSupport.seq.
In the Setup Report Display Settings - Main(ModelSupport.seq) I'm getting the following error:
An error occurred accessing 'TempFileDirectory' in 'Report' of 'NI TestStand 2010 API'
Pathname is invalid.
-17204; Pathname is invalid.
Step 'Set Temp File Directory Path' of sequence 'Setup Report Display Settings' in 'ModelSupport.seq'
The ModelSupport.seq is called by parallelModel.seq I but parameters.ReportFilePath doesn't feature in parallelModel.seq rather there a Parameters.ModelData.ReportOptions.ReportFilePath.
It not very familiar with ModelSupport.seq. I had been running off a different system successfully, which I wiped, and only came across this issue today.
Does anyone know why this would suddenly start giving an error?
Thanks,
Sean
03-31-2011 05:38 AM
An old ModelSupport.seq was being pulled in rather than from the documents and settings.
Ensured it would no longer be pulled in and the current ModelSupport.seq allowed the test to continue.