Internal error 33821 module 19

Mct
Mct Member Posts: 30
edited 2009-05-20 in Navision Financials
My company had a problem with our database which seemed corrupted.
The warning message dealed about internal error 33821 on module 19.

Anyway, we lost our data but we like to know from where this problem come.

I have an excel document about internal error but the 33821 error isn't in it so i turn to you to give me any ideas.

Thx

Comments

  • David_Singleton
    David_Singleton Member Posts: 5,479
    Mct wrote:
    My company had a problem with our database which seemed corrupted.
    The warning message dealed about internal error 33821 on module 19.

    Anyway, we lost our data but we like to know from where this problem come.

    I have an excel document about internal error but the 33821 error isn't in it so i turn to you to give me any ideas.

    Thx

    I have seen this odd thing a few times. The error messages only go up to 32,768 (15 bits) and sometimes roll over. If the error message is over 32768, simply subtract this and get the correct number, in your case 33821 - 32768 = 1053 so look for

    Internal Error 1053 in Module 19 on http://wiki.dynamicsbook.com/index.php?title=Internal_Error_in_Module_19
    David Singleton
  • Mct
    Mct Member Posts: 30
    thx a lot ;)