문제

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' ',)

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top