09-08-2016 01:22 PM
Can you resend the sequence in TestStand 2012. It appears to be a newer version which I can't open.
09-08-2016 01:46 PM
Here it is in TS2012 and LV12.
09-08-2016 01:58 PM
I was able to open the TestStand 2012. The LV file still shows it's a later version and does not open. I have LabVIEW 2012 SP 1.
09-08-2016 02:00 PM
I removed the LabVIEW step and ran the TestStand sequence.
I get a Run Time error: An exception occurred inside of the call to .NET member 'GenerateReport':
System.Runtime.InteropServices.COMException (0xFFFFBC6B): Index out of range.
at NationalInstruments.TestStand.Interop.API.ReportSections.get_Item(Object index)
at NIOTFReportGenerator.CollectionStepResult.UpdateExisting(IStepResult updatedStepResultI, Boolean usingConserveMemory, ReportFileStream& tempFileStream)
at NIOTFReportGenerator.OTFRptGenerator.GenerateReport(SequenceContext sequenceContext, String inputReportHeader, String inputReportFooter, ReportSection& mainSequenceReportSection, String& errorMessage, Double& errorCode, Boolean& errorOccurred)
09-08-2016 04:09 PM
I get a Run Time Error on the TestStand sequence.
Have you tried running it?
09-08-2016 04:16 PM - edited 09-08-2016 04:18 PM
Yes, and it puts the report in the seqlocation\testname\ folder automatically.
The test sequence may still be linked to the labview 2016 version. See if you can point it to the one in the MoveReportFileLV12.vi folder. That VI is the same but saved for labview 2012.
09-08-2016 04:17 PM
An exception occurred inside of the call to .NET member 'GenerateReport':
System.Runtime.InteropServices.COMException (0xFFFFBC6B): Index out of range.
at NationalInstruments.TestStand.Interop.API.ReportSections.get_Item(Object index)
at NIOTFReportGenerator.CollectionStepResult.UpdateExisting(IStepResult updatedStepResultI, Boolean usingConserveMemory, ReportFileStream& tempFileStream)
at NIOTFReportGenerator.OTFRptGenerator.GenerateReport(SequenceContext sequenceContext, String inputReportHeader, String inputReportFooter, ReportSection& mainSequenceReportSection, String& errorMessage, Double& errorCode, Boolean& errorOccurred)
Step 'Generate Report' of sequence 'ProcessOTFStepResults' in 'ReportGen_html.seq'
09-08-2016 04:19 PM
Turn off on the fly reporting.
09-08-2016 04:24 PM
Okay, there's a new error.
Item is locked, protected, or in use and cannot be deleted.
Error accessing item 'ResultList'.
09-08-2016 04:26 PM
Is that error occuring inside the VI?