Options

Error 131 While running report

postsauravpostsaurav Member Posts: 708
Hi Experts,

While Running a report(export to excel) in NAVISION 2009 the error comes-

The operating system returned the error (131):

An attempt was made to move the file pointer before the beginning of the file.

I know that this is due to the storage capacity of the temporary file, is there any way that it can be resolved.

Regards

Saurav Dhyani

Thanks & Regards,
Saurav Dhyani

Do you Know this About NAV?


Connect - Twitter | Facebook | Google + | YouTube

Follow - Blog | Facebook Page | Google + Page

Answers

  • Options
    SogSog Member Posts: 1,023
    It can not be resolved no, but you can work with the limitations.
    Calculate up front an estimate of how large the file will be, if it exceeds the tempfile capacity, filter the records to export within tempfile capacity. Export those, and leave the other records visible for the user to export them again.
    |Pressing F1 is so much faster than opening your browser|
    |To-Increase|
  • Options
    deV.chdeV.ch Member Posts: 543
    You could add a new field to the ExcelBuffer Table fo type GUID, add it to Primary Key and Use the ExcelBuffer not as Temporary Record. But don't forget to Delete the created Records after the Report is finished.
Sign In or Register to comment.