Internal error 8 in module 24
pvar
Member Posts: 157
Hi,
I get the above error when trying to print the sales order. We have customized our print routine to print the details from the PBOM line table. I looked at the error list and I see the following description on the error
24-8 #Err_MT_RecordTooLong (Module_MT,8)
I think it's complaining about some record being too long and I have identified the record it's complaining about by running the debugger but don't know why it's too long.
Does anyone know more about this error and what could I do to rectify it?
Thanks in advance
I get the above error when trying to print the sales order. We have customized our print routine to print the details from the PBOM line table. I looked at the error list and I see the following description on the error
24-8 #Err_MT_RecordTooLong (Module_MT,8)
I think it's complaining about some record being too long and I have identified the record it's complaining about by running the debugger but don't know why it's too long.
Does anyone know more about this error and what could I do to rectify it?
Thanks in advance
0
Comments
-
If you use RecRef or FieldRef in the report, then:Internal Error 8 in Module 24
Module: 24 (MiniTree)
Error code: 1572872
Description: #Err_MT_RecordTooLong (Module_MT,8)
Possible reason:
It indicates that you try to insert a textstring that is to long for the field.Timo Lässer
Microsoft Dynamics NAV Developer since 1997
MSDynamics.de - German Microsoft Dynamics Community - member of [clip]0 -
Actually the report stops at the GroupHeader section of Sales Line table and nothing gets assigned/printed to a text variable there and the only code on the OnPreSection is
CurrReport.SHOWOUTPUT :=
CurrReport.TOTALSCAUSEDBY = MiscSalesLine.FIELDNO("Document No.");0 -
I found it!! It was actually an overflow error on a text variable that is printed on the report footer. But the debugger stopped on the group header of another dataitem!!
So that confirms that the internal error 8 is casued by an overflow error but it could be anywhere on your report, just spend few hours of digging and you will find it where it is.0
Categories
- All Categories
- 75 General
- 75 Announcements
- 66.7K Microsoft Dynamics NAV
- 18.8K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 610 NAV Courses, Exams & Certification
- 1.9K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 251 Dynamics CRM
- 103 Dynamics GP
- 6 Dynamics SL
- 1.5K Other
- 991 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 28 Design Patterns (General & Best Practices)
- Architectural Patterns
- 9 Design Patterns
- 4 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1K General Chat
- 1.6K Website
- 77 Testing
- 1.2K Download section
- 23 How Tos section
- 249 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions
