LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Report Generation Toolkit Error (undefined erro)

Does anybody know what error -214 682 7864 (0x800A01A8) means when coming from the Report Generation Toolkit.

 

I have an app which has been happily ticking over for several weeks, and then this error was generated when attempting to write a table to a spreadsheet. The error was generated all the way down in NIReportGenerationToolkit.lvlib:Excel_Get_range.vi (this is the ActiveX code).

 

Any ideas? 

0 Kudos
Message 1 of 9
(3,826 Views)
My guess is it might be related to file permission error. Check your permissions
0 Kudos
Message 2 of 9
(3,817 Views)

Muks,

 

This was the same file that had been written to correctly for two weeks periodically already, so that has me really stumped!

0 Kudos
Message 3 of 9
(3,807 Views)
0 Kudos
Message 4 of 9
(3,794 Views)
Thanks for the link Muks. It is not really the same issue as my app falls over after some time behaving normally. I use the same report generation function multiple times, with very similar inputs, on the same excel file, with no problems whatsoever.
0 Kudos
Message 5 of 9
(3,770 Views)

 


Thanks for the link Muks. It is not really the same issue as my app falls over after some time behaving normally. I use the same report generation function multiple times, with very similar inputs, on the same excel file, with no problems whatsoever.

 

 

Do you suspect a corruption?

0 Kudos
Message 6 of 9
(3,765 Views)
sorted it out?
0 Kudos
Message 7 of 9
(3,739 Views)

nrp wrote:

 

I have an app which has been happily ticking over for several weeks, and then this error was generated when attempting to write a table to a spreadsheet.


Was it the first time you attempted to write the table to that spreadsheet?

 

Maybe the error is due to the spreadsheet grown oversize than its limit so that it cant accomodate the table anymore. Smiley Indifferent

 

What is the version of MS Office you are using? I think Office 2003 can go only upto 1024 columns...

- Partha ( CLD until Oct 2027 🙂 )
0 Kudos
Message 8 of 9
(3,732 Views)

Thanks for the tips!

 

I haven't exactly sorted it out, but did see a similar error this morning. When I spoke to the operator I asked them about it and they calmly said yes they had closed the spreadsheet that was open! D'oh! So my app was more than likely trying to write to a spreadsheet which it assumed was open (as it had opened it), but in fact was no longer there...

 

I thought this could be the cause when I first saw the error, and so tried to simulate this kind of failure, but didn't get the same error (or any error actually!). A bit odd really.

 

Holding thumbs that this error is due to the spreadsheet being closed!!!

 

 

0 Kudos
Message 9 of 9
(3,719 Views)