Quote:
Originally posted by AmandaAlderman
I'm trying to create a database in ingres called refmail, and it says database does not exist and gives abnormal termination.
I've checked accessdb and there is no such database and everything looks fine, so why wont it create?
I am doing
createdb -urefmail refmail
gives me:
createdb -urefmail refmail
Creating database 'refmail' . . .
E_US0010 Database does not exist: 'refmail'.
(Sun Jan 26 17:19:21 2003)
and refmail is a valid user with create database priviledges.
I've created two other databases with junk names and they work fine! How can I find out why this one wont work?
|
Are you using the same -u flag, e.g. "-urefmail" with accessdb. If not then the db might not be listed, depending upon who created it and how the access to the DB is set up. Remember that Ingres allows different users to create dbs of the same name.
If you are using accessdb correctly then it could be a problem with the system catalogues, e.g. you created the DB and the session fell over leaving it in a half complete state. Have you tried deleting the DB using destroydb -urefmail refmail then recreating.
hth