Corrupt MDriven Server
(Adding message template to the top of the page) |
(Added Edited template with July 12, 2025.) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{message | {{Edited|July|12|2025}} | ||
<message>Write the content here to display this box</message> | |||
We have seen cases where the ''admin db __MDrivenServer/App_data/DatabaseCompact.sdf'' has been corrupted between deploys and will not evolve correctly. | 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. | 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 12: | ||
# Allow to read ECO_ORMAPPING from TextBox into db2 | # Allow to read ECO_ORMAPPING from TextBox into db2 | ||
How to use: | ==== 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]] |
Latest revision as of 06:28, 20 January 2025
This page was created by Hans.karlsen 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.
- Download the DB.
- Use the tool found here: C:\CapableObjectsWush\source\AppCompleteGeneric\AppCompleteGenericFixCorruptAdminDB\
What the tool does is:
- Given two compact DBs, read ECO_ORMAPPING into TextBox
- 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.