Full Phase Error: extract table structure failed!
Scenarios
During a full migration or synchronization, an error is reported, and the log information is as follows: service DATAMOVE failed, cause by:extract table structure failed! Table is %s. message is %s.
Possible Causes
The table structure of the source database fails to be loaded. The possible cause is that the user deletes tables during synchronization or the source database user does not have required permissions.
Solution
- Contact the O&M engineers to check whether the table structure of the source database is normal. The common commands are as follows:
SELECT * FROM `%s`.`%s` LIMIT 1 SHOW CREATE TABLE `%s`.`%s`
- Contact the source database administrator to check whether the source database and tables have been deleted. If they were deleted, recreate the task by referring to Precautions.
- Check whether the migration account has the SHOW CREATE TABLE permission on the source database tables. If the account does not have the permission, grant the permission to the source database migration account by referring to Precautions. Then, in the task list, click Resume in the Operation column to resume the task.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot