NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

-17501; Unexpected Operating System Error.

Hello,
 
I have a sequence that calls a sub-sequence in a new thread. Also I have to use the On-The-Fly reporting.
If I execute the main-sequence at first time everything is ok, but at the second time I get this runtime-error.
Details: "An error occurred calling 'ProcessOneResult' in 'ITSOnTheFlyReportGen' of 'TestStand On-The-Fly Report Generator'"
Location: "Step 'Process Step Result' of sequence 'ProcessOTFStepResult' in 'reportgen_html.seq'"
The error doesn't occure if don't use the On-The-Fly reporting or if I call the sub-sequence in a new execution.
But I can not use this options.
 
So I don't know what to do,
 
Ciao TPoint
 
0 Kudos
Message 1 of 4
(3,726 Views)
What version of TestStand are you using?

Have you customized the process model or report generation sequences/DLLs?
 
Does it only happen on certain sequences?  Do the shipping examples work?
 
Allen P.
NI
0 Kudos
Message 2 of 4
(3,692 Views)
Hi Allen,
 
I use TestStand 3.1 and LabVIEW 7.1! I have not modified the process model.
 
It works with shipping examples, so it should be to do with my own steps. I made a example that creates the error. By the way, we made a own Editor (like the Sequence-Editor) so some features of the step doesn't work.
It seems that ther error has to do with the protocol-VI's.
There is a Init-Report-VI, where I have to remove some properties wich was created in an iteration before.. (See my problem  http://forums.ni.com/ni/board/message?board.id=330&message.id=8949#M8949)
 
I found a workaround without using threads.
 
Thank you for helping,
TPoint
 
 
0 Kudos
Message 3 of 4
(3,680 Views)
Oh - I forgot:
 
You have to generate the boolean variable: StationGlobals.End!
 
0 Kudos
Message 4 of 4
(3,677 Views)