SQLCODE=-911 : “warehouser_error_message”: "File <<filename>>.csv.zip could not be loaded due to an exception in dashDB

蹲街弑〆低调 提交于 2019-12-25 05:35:31

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!