Corrupt MDriven Server
m ((username removed) (log details removed))
No edit summary
Line 4: Line 4:
Because of this scenario, a tool exists to help move the ''admin_ECO_ORMAPPING'' from a similar/same versioned DB into the corrupt one.
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.
# Download the DB.
 
# Use the tool found here: '''C:\CapableObjectsWush\source\AppCompleteGeneric\AppCompleteGenericFixCorruptAdminDB\'''  
Use the tool found here: '''C:\CapableObjectsWush\source\AppCompleteGeneric\AppCompleteGenericFixCorruptAdminDB\'''  


What the tool does is:
What the tool does is:
Line 12: Line 11:
# 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 and 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:MDriven Server]]
[[Category:Advanced]]
[[Category:Advanced]]

Revision as of 05:12, 28 November 2024

This page was created by Hans.karlsen@mdriven.net on 2017-08-27. Last edited by Edgar on 2025-01-20.

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.

  1. Download the DB.
  2. 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:

  1. Download DB
  2. Find same version DB
  3. Read ECO_ORMAPPING from correct - possibly manually.
  4. Update if no correct version is found and apply mapping to corrupt DB.