MDrivenWiki
Log in

Advanced Difference between revisions of "Corrupt MDriven Server"

From MDrivenWiki
(Created page with "We have seen cases where the admin admin db __MDrivenServer/App_data/DatabaseCompact.sdf has been corrupted between deploys and will not evolve correctly. For this scenario a...")
 
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
We have seen cases where the admin admin db __MDrivenServer/App_data/DatabaseCompact.sdf has been corrupted between deploys and will not evolve correctly.
+
We have seen cases where the <code>admin db __MDrivenServer/App_data/DatabaseCompact.sdf</code> has been corrupted between deploys and will not evolve correctly.
  
For this scenario a tool exists to help to move the admin_ECO_ORMAPPING from a similair/same versioned db into the corrupt one.
+
Because of this scenario, a tool exists to help move the <code>admin_ECO_ORMAPPING</code> from a similar/same versioned DB into the corrupt one.
  
Download the db.
+
Download the DB.
  
Use the tool found here: C:\CapableObjectsWush\source\AppCompleteGeneric\AppCompleteGenericFixCorruptAdminDB\
+
Use the tool found here: <code>C:\CapableObjectsWush\source\AppCompleteGeneric\AppCompleteGenericFixCorruptAdminDB\</code>
  
 
What the tool does is:
 
What the tool does is:
# given two compact dbs - read ECO_ORMAPPING into TextBox
+
# Given two compact DBs, read ECO_ORMAPPING into TextBox
# allow to read ECO_ORMAPPING from TextBox into db2
+
# Allow to read ECO_ORMAPPING from TextBox into db2
  
How to use: download db, find same version db, read ECO_ORMAPPING from correct - possibly manually update if no correct version is found - apply mapping to corrupt db.
+
How to use: download DB, find same version DB, read ECO_ORMAPPING from correct - possibly manually. Update if no correct version is found and apply mapping to corrupt DB.
 +
[[Category:MDriven Server]]
 +
[[Category:Advanced]]

Latest revision as of 08:20, 15 June 2023

We have seen cases where the admin db __MDrivenServer/App_data/DatabaseCompact.sdf has been corrupted between deploys and will not evolve correctly.

Because of this scenario, a tool exists to help move the admin_ECO_ORMAPPING from a similar/same versioned DB into the corrupt one.

Download the DB.

Use the tool found here: C:\CapableObjectsWush\source\AppCompleteGeneric\AppCompleteGenericFixCorruptAdminDB\

What the tool does is:

  1. Given two compact DBs, read ECO_ORMAPPING into TextBox
  2. Allow to read ECO_ORMAPPING from TextBox into db2

How to use: download DB, find same version DB, read ECO_ORMAPPING from correct - possibly manually. Update if no correct version is found and apply mapping to corrupt DB.