I'm facing this error &i donno what is the problem exactly hope that anybody can help me:when i'm trying to loggin into navision after entering username &password i get this error message <The file DCMEMSTREAM contain a record that cannot be read completly. Please this is very urgent hope that anybody can help me in case u got the same error message before
Best Regards
Mohamad Barada
Independent ERP & CRM Consultant
+961 70 912700
0
Comments
Try to delete your .zup file and .dmp, .emt, .smt, .hmt in your client folder and subfolders. It will clear all possible wrongly generated files.
Please, send me the HW and OS specification of the computer... (mainly HDD free space, RAM, OS version)
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Stop the server, delete the dbms.zup in the server directory and restart it.
We have done some translations in the sql server and after we gave the value 17 to the serverno in the table dbo$dbproperty (i think that is the name of the table) the error occures.
So speak out if anybody find the solution \:D/
What I did to solve the problem was the following, first I got the objects from a backup (when importing objects you can just select a backup file and it imports the object from that, takes some time but is much faster than restoring the database,...). Then i logged on the corrupted database with a navision 4.0 client and converted the database (this allowed me to log on the corrupted db just fine), I made a backup of all the companies and last created a new database (3.7) in which i first imported the objects and then the restored the backup.
Other ways to do this could be by using SQL server. after the task was completed i tryed using the dts export utility of the enterprise manager and works fine as long as you dont select all the data at once, select one company at a time and the common table. this way you can either create a new db in which you export the data from the corrupted one directly.
I hope this will solve some of you some time, merry christmas
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
On the 3.6 Clients we have the massege "The file DCMEMSTREAM contain a record that cannot be read completly".
My Solution for this Problem was:
Drop the table $ndo$dbproperty from the database and rebuild the table from backup or a testcopy of the database. After that enable the select permission for the group public.
In our case this solution brings us back to production.