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
0
Comments
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