Subject | Error -904 when creating a new Firebird 1.0 database |
---|---|
Author | fredlaub |
Post date | 2002-10-30T12:11:10Z |
Hi,
I get following message when trying to create a new database with
isql:
-904 unavailable database
My script:
CREATE DATABASE 'G:\dbFred\mainfred1.gdb'
USER 'fred' PASSWORD 'fredxyz1234'
PAGE_SIZE 2048
DEFAULT CHARACTER SET 'UNICODE_FSS'
FILE 'G:\dbFred\mainfred2.gdb' STARTING AT PAGE 10001 LENGTH 10000
PAGES;
I have administrator rights.
I looked in the newsgroup and I didn't find anything on the subject.
It's the first time I'm creating a database on my system.
My set-up:
Windows2000 professional with 256Mo memory.
Firebird 1.0 running locally
Services running:
Firebird Guardian Service
Firebird Server
Your help will be appreciated.
Frederic
PS I'm migrating from Oracle
I get following message when trying to create a new database with
isql:
-904 unavailable database
My script:
CREATE DATABASE 'G:\dbFred\mainfred1.gdb'
USER 'fred' PASSWORD 'fredxyz1234'
PAGE_SIZE 2048
DEFAULT CHARACTER SET 'UNICODE_FSS'
FILE 'G:\dbFred\mainfred2.gdb' STARTING AT PAGE 10001 LENGTH 10000
PAGES;
I have administrator rights.
I looked in the newsgroup and I didn't find anything on the subject.
It's the first time I'm creating a database on my system.
My set-up:
Windows2000 professional with 256Mo memory.
Firebird 1.0 running locally
Services running:
Firebird Guardian Service
Firebird Server
Your help will be appreciated.
Frederic
PS I'm migrating from Oracle