| 23 | |
| 24 | * Q: When running the script "create_db.sh", I get the following cryptic error message: |
| 25 | {{{ Creating base RASBASE...Warning/error in AdminIf Connect: }}} |
| 26 | |
| 27 | {{{ SQLSTATE: 08001 SQLCODE: -402}}} |
| 28 | |
| 29 | A: Please login as the user owning the postgresql processes, and run the same command. Use '''only''' that user for further work with rasdaman. If you use Ubuntu and installed postgres with apt-get, then you should probably login as user '''postgres'''. ( The problem is that the database does not allow the rasdaman tools full access, under they run under the administrative user that launched the server process. ) |