NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

I get run time error in step Set Report in reportgen_xml sequence

I get run time error in step "Set Report" in reportgen_xml.seq. The error code is "Out of memory".
I don't know what to do.
I use BatchModel, I have 6 batch loops. The problem appears on the 3d loop. I have NI 3.5.
Help me!!!!!!
I send attachment (screen of error).
0 Kudos
Message 1 of 14
(4,800 Views)
Hi Marta,

How much RAM do you have and how fast is your processor?  Depending on these, you could be receiving this error.  You could also try changing the below settings.

In the Configure menu, Report Options, select "Conserve Memory and only display latest result"
In the Configure menu, Model Options, select "Discard Results..." box.

Let me know if this helps out.
Message 2 of 14
(4,768 Views)

Hi Terry, thank you for your reply !

I don't know why - the option "Conserve Memory and Only Display Latest Results" - is not for change in my TestStand. I send you "print screen" in the attachment.

0 Kudos
Message 3 of 14
(4,744 Views)
Hi,

Those options are not available for XML reporting.  It might be that the result list is too large and runs out of memory.  For the loop that it throws the error in, what exactly is that loop doing?  I will try to reproduce the error.

Message 4 of 14
(4,728 Views)

Hi Terry,

each loop does the same tests,

my computer is Pentium(4) 4 CPU 2.66 GHz 2.68 GHz, 504 MB of RAM.

When the problem will occure again I'll send you xml report .

Thank you for your help !

0 Kudos
Message 5 of 14
(4,710 Views)
Hi,

Can you briefly explain exactly what is happening in the loop?  This way I can try to duplicate your test.

0 Kudos
Message 6 of 14
(4,682 Views)
Hi Terry, it happened again 😞
Actually I see that the problem appeares in the same subsequence of my sequence. In that  subsequence I have approximately 25 numeric steps, 6 of them are on skip now.
The problem appeares suddenly after many batch loops.  I have the message "Error, Parameter new value: Out of memory. [Error code -17000, out of memory].
After that on next loop I see it runs and writes reports for others subsequences and steps, but on the "problem subsequence" again I get message "Out of memory"...
At the one of the problem loops I saw other message "An error occured calling 'Process One Result' in ITSO FlyReportGen of TestStand on-the-Fly-Report-Generator. Out of memory. Source: TSOTFRG  [Error Code: -17000, Out of memory].
I use "Discard Results or Disable Results " enable option in the ModelOptions. But without success. Is this a problem of TestStand or may be is this the special problem of my subsequence or any step in that subsequence?
 
0 Kudos
Message 7 of 14
(4,657 Views)
Hi Marta,

Can you post your sequence or an example sequence of what you are doing that also causes this error?  I haven't been able to duplicate this error yet.
0 Kudos
Message 8 of 14
(4,640 Views)

Hi, Terry. I analyzed this error is occured only when I use xml - report. In case of html report it isn't occured.

Anyway I send you my sequence. Actually the problems is usually happened on the DVMD Errors Monitoring (DVMD Test sequence). But I tried to run many loops with html report option and I didn't get this error.

Regards.

0 Kudos
Message 9 of 14
(4,631 Views)
Hi,

There might be a couple of issues that might be causing this.  An XML report has more overhead than an HTML report and your resultlist could becoming to large and therefore, running out of memory.  I am currently trying to test this out to verify what exactly is causing your error.  I will post my result, when I narrow this down.
0 Kudos
Message 10 of 14
(4,602 Views)