Hans Karlsen (talk | contribs) No edit summary |
Hans Karlsen (talk | contribs) No edit summary |
||
Line 13: | Line 13: | ||
# Try to make admin evolve once more | # Try to make admin evolve once more | ||
[[File:2021-10-18 11h08 34.png|none|thumb|950x950px]] | [[File:2021-10-18 11h08 34.png|none|thumb|950x950px]] | ||
==== Other Amin db issues ==== | |||
When admin db refuse to work it is one of these issues: | |||
# Eco_Ormapping is empty AND the db schema is old | |||
# Eco_Ormapping has newest versions - but db schema is old | |||
# DB schema is new but Eco_OrMapping is empty | |||
If issue 1: Evolve cannot run - and Repair only takes us issue 2 | |||
If issue 2: Evolve does not discover need to update db_schema, admin will not start due to old schema | |||
If issue 3: No error is seen until a future evolve when you end up in issue 1 | |||
The correct state is: 4. Eco_Ormapping stämmer med schemat |
Revision as of 09:23, 18 October 2021
Versions up until 2019-03-25 had issues with admin database evolve.
This gave the effect that upon evolving the admin database of MDrivenServer (happens when MDrivenServer has an updated internal model ) the changescript needed for doing further evolves could get ERASED
If this happen MDrivenServer will not be able to evolve to newer versions.
To restore this missing script follow the instructtions below:
- Download this XML File:Evolve.xml and open in a text editor. NOT a browser, you need to preserve the encoding of < and >.
- Version 13500 forward: File:OR-mapping_version_13500.xml
- Version 10923 forward: File:OR-mapping 10923 13499.xml
- Go to your MDrivenServer -settings-admin
- Check if you have the script already (Read current Evolve scrip) - if not paste the correct script based on version + then "Write Current Evolve Script" + ENSURE YOU SUCCESSFULLY LOADED THE SCRIPT BY ENSURING THAT Read CURRENT evolve script RETURNS IT
- Try to make admin evolve once more
Other Amin db issues
When admin db refuse to work it is one of these issues:
- Eco_Ormapping is empty AND the db schema is old
- Eco_Ormapping has newest versions - but db schema is old
- DB schema is new but Eco_OrMapping is empty
If issue 1: Evolve cannot run - and Repair only takes us issue 2
If issue 2: Evolve does not discover need to update db_schema, admin will not start due to old schema
If issue 3: No error is seen until a future evolve when you end up in issue 1
The correct state is: 4. Eco_Ormapping stämmer med schemat