maximum line in Item Journal

richtsang
Member Posts: 41
Hi,
I have not faced this scale before. So, hope someone can give me some advice.
My client intends to import 10M text file data to navision. He had tried to import 1M before. End up there are 30+ line in one item journal batch.
So, the question is "Any line limitation in one item journal batch? And any line limitation for posting". My client will do it in mid-night. So, it should not affect other users.
thanks in advance.
Rich
I have not faced this scale before. So, hope someone can give me some advice.
My client intends to import 10M text file data to navision. He had tried to import 1M before. End up there are 30+ line in one item journal batch.
So, the question is "Any line limitation in one item journal batch? And any line limitation for posting". My client will do it in mid-night. So, it should not affect other users.
thanks in advance.
Rich
0
Comments
-
The max. Line No (integer field) can be 2147483647.
So if you go with Lineno += 10000; you can "only" store 2147480000 lines. but you can also use LineNo += 1 (so you can create 2147483647 lines)
If there is a limit on posting? I doesn't found one.
But for a faster posting i would make split postings.
So it's faster and if, for example in line 2147470000 is a error, the server mus not make a whole rollback for all lines.Do you make it right, it works too!0 -
Dear Garak,
thanks for your reply
Rich0 -
There is no rule that states that, when using code, you NEED to use 10000, 20000, 30000.... as line numbers. NAV does this so there is room to be able to insert new lines between existing ones. You can use 1,2,3 just as well, it won't matter.0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K 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
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions