CKAN load test data - permission denied for _table_metadata

别来无恙 提交于 2019-12-10 20:12:55

问题


I installed CKAN 2.2 from source given the instructions at http://docs.ckan.org/en/latest/maintaining/installing/install-from-source.html. I also installed the datapusher service. Of what I can see it works ... I can click and browse CKAN. However, when I try to load some test data I get the error

sqlalchemy.exc.ProgrammingError: (ProgrammingError) permission denied for relation _table_metadata 'SECLT 1 FROM "_table_metadata" WHERE name = %s AND alias_of IS NULL' (u' ',)


回答1:


Hmm, it may be that your DataStore database permissions are not set correctly, see http://docs.ckan.org/en/latest/maintaining/datastore.html#set-permissions



来源:https://stackoverflow.com/questions/22449566/ckan-load-test-data-permission-denied-for-table-metadata

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