<div dir="ltr"><div><div><div>Thank you Julian, Sean and Adam for your help on this.<br><br></div>It was indeed some problem involving the permissions of the *Linux* user ('admin') versus the *Postgres* superuser ('postgres')<br><br></div>The problem has been solved by creating a Postgres superuser also named 'admin' as follows:<br><br>admin:~/crud1 $ sudo -i<br><br>root:~ # su - postgres<br><br>postgres:~ $ createuser -P -s -e admin<br><br>postgres:~ $ exit<br><br>root:~# exit<br><br>admin:~/crud1 $ <br><br></div>Then I recompiled the urp file, executed the generated sql script, and ran the application.<br><br><br></div>