问题
The Cloudant Schema Discovery Process (SDP) is reporting the following error message while loading my dashDB database:
"warehouser_error_message": "File xxxxxx/xxxxxx_nnnn_nnn_n_n.csv.zip
could not be loaded due to an exception in dashDB. Reason: <DB2 SQL
Error: SQLCODE=-911, SQLSTATE=40001, SQLERRMC=68, DRIVER=4.18.60>"
How can I fix this?
回答1:
The SDP locks the database during the initial load. The -911 error indicates there is a lock contention issue. Ensure you aren't performing any other operations on the database table that is being loaded by the SDP.
For find the current load status, see this question: How can I tell if my SDP process is still running the 'initial' load?
来源:https://stackoverflow.com/questions/30804646/sqlcode-911-warehouser-error-message-file-filename-csv-zip-could-not