Navision Backup Error (Urgent Help)

Madiya
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,

Comments

  • frede
    frede Member Posts: 80
    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, Denmark
  • Timo_Lässer
    Timo_Lässer Member Posts: 481
    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]