Navision Backup Error (Urgent Help)
Madiya
Member Posts: 22
Hi
when i do a navision backup i get an error message after about 5 minutes that says" There is an error in the database structure. The error (1190 in module 19) may have been caused by the program or a computer. Table: G?L Entry, Company:, Key fields: Entry No." How do i fix this. When i test the G?L entry table my test run successful. Can someone help urgently.
Thanks,
when i do a navision backup i get an error message after about 5 minutes that says" There is an error in the database structure. The error (1190 in module 19) may have been caused by the program or a computer. Table: G?L Entry, Company:, Key fields: Entry No." How do i fix this. When i test the G?L entry table my test run successful. Can someone help urgently.
Thanks,
0
Comments
-
Hi,
could just be that there is not enough free space in the database for you to do the backup...
Is anybody working with the database while you are doing the backup.
Try to copy the database to a local setup and make a navision backup from there.
If the database only consist of one file you can make a copy without stopping the server...Regards,
Henrik Frederiksen, Denmark0 -
Internal Error 1190 in Module 19
Modul 19 = Database Errors (see also Module 34)
Errorcode: 1246374
Description: #Err_DB_AlphaTypeIncorrect
This error can have several reasons:
- Spaces at the beginning / end of Code Fields
- Lower case letters in Code Fields
You can solve this problem with a batch, which deletes all spaces at the beginning and/or ending of the code field and makes the content of the code field uppercase:
YourCodeField := UPPERCASE(DELCHR(YourCodeField,'<>',' '));
Using RecordRef and FieldRef for this makes it a lot easier.Timo Lässer
Microsoft Dynamics NAV Developer since 1997
MSDynamics.de - German Microsoft Dynamics Community - member of [clip]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
- 250 Dynamics CRM
- 102 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
