I had a database code corruption occur today and I am just wondering if anyone else has had a similar occurance and or knows of a better way to fix it.
I have a multiuser database that is replicated (I haven't had to split it yet and since it is a short term database I am not looking at doing so).
When I went to synchronize it this morning, it worked except that there were about 8 conflicts all related to the MSysAccessStorage system table. The end result was that my forms would not open and the VBA window would open. All of my coding was still there, but the database would not read it (File not found error). From what I can tell this occurred due to me synchronizing the databases while a user was in the replica. The only solution that I found was to create a new database and import the guts of the corrupted database in.
Has anyone else come across this and if so, have you found any other solution after it occurs?
I have a multiuser database that is replicated (I haven't had to split it yet and since it is a short term database I am not looking at doing so).
When I went to synchronize it this morning, it worked except that there were about 8 conflicts all related to the MSysAccessStorage system table. The end result was that my forms would not open and the VBA window would open. All of my coding was still there, but the database would not read it (File not found error). From what I can tell this occurred due to me synchronizing the databases while a user was in the replica. The only solution that I found was to create a new database and import the guts of the corrupted database in.
Has anyone else come across this and if so, have you found any other solution after it occurs?