[Ur] Fatal initialization error: Table 'uw_crud1_t1' does not exist. [SOLVED]
Stefan Scott Alexander
stefanscottalexx at gmail.com
Sat May 16 13:02:34 EDT 2015
Thank you Julian, Sean and Adam for your help on this.
It was indeed some problem involving the permissions of the *Linux* user
('admin') versus the *Postgres* superuser ('postgres')
The problem has been solved by creating a Postgres superuser also named
'admin' as follows:
admin:~/crud1 $ sudo -i
root:~ # su - postgres
postgres:~ $ createuser -P -s -e admin
postgres:~ $ exit
root:~# exit
admin:~/crud1 $
Then I recompiled the urp file, executed the generated sql script, and ran
the application.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.impredicative.com/pipermail/ur/attachments/20150516/0759aadc/attachment.html>
More information about the Ur
mailing list