Check Database 6.0: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 27: | Line 27: | ||
# [[Check Attachments | import the file names into a temporary table]] and compare with ''attachment'' table | # [[Check Attachments | import the file names into a temporary table]] and compare with ''attachment'' table | ||
<li> Check if there is any [[Geospatial Orphans | geospatial orphans]] | <li> Check if there is any [[Geospatial Orphans | geospatial orphans]] | ||
<li> Check Task CDFs [[CDF error NullPointerException]] | |||
<li> Check enum category Work Item Status vs work item status and Task Status vs task status (lower case variations are not correct) | |||
</ol> | </ol> | ||
Revision as of 18:07, 16 April 2017
This pages outlines what to check in databases even after they have been upgraded to 6.0 and have been used by the country with 6.0.
- Check that what should have been fixed before, during and after upgrade to 6.0 was actually done
- Check coordinates distance and bearing
- Check if any items are missing row with approval_state NEW in link table
- Check if attachments are missing or mixed (i.e. attachments from another country)
- compare number of in attachment table and C:\IMSMAng\server\attachments folder
- import the file names into a temporary table and compare with attachment table
- Check if there is any geospatial orphans
- Check Task CDFs CDF error NullPointerException
- Check enum category Work Item Status vs work item status and Task Status vs task status (lower case variations are not correct)
The importance of filled in values in the fieldreport table is covered on this page.
If you need to check the Date of Information then there are a MySQL page and a PostgreSQL page.
If you need to check the Form ID/Item IDs then there are a MySQL page and a PostgreSQL page.
If you need to check the Approval information then there are a MySQL page and a PostgreSQL page. Template:NavBox Hub