Discussion:
[firebird-support] gfix full or reserve required
Hugo Eyng hugoeyng@msn.com [firebird-support]
2016-07-06 22:20:50 UTC
Permalink
Hello.

I tried to use gfix -w async -u USER -p PASSWAORD MYDB.FDB and gfix
displayed "full or reserve required".

What does it mean? That "full" or "reserve" is required? :))
--
Atenciosamente,

Hugo Eyng
Helen Borrie helebor@iinet.net.au [firebird-support]
2016-07-06 22:49:27 UTC
Permalink
Post by Hugo Eyng ***@msn.com [firebird-support]
I tried to use gfix -w async -u USER -p PASSWAORD MYDB.FDB and gfix
displayed "full or reserve required".
What does it mean? That "full" or "reserve" is required? :))
The -u switch in gfix is NOT an abbreviated form for the username but
for page-fill capacity, i.e., -u[se] with the argument reserve (for
reserve space) or full (for use the full page). It's not what you
want, I know, but don't set this to full unless the database is also
read-only.

Your password abbreviation is wrong for gfix, too. It is -pa[ssword].
The -p abbreviation in gfix is for something else, used in
recovery of transactions from broken multi-database connections.

You want:

gfix -w async -user USER -password PASSWAORD MYDB.FDB

Helen
Hugo Eyng hugoeyng@msn.com [firebird-support]
2016-07-07 13:52:04 UTC
Permalink
Hi Helen.

Thank you.

I should pay more attention to the command usage.

Hugo Eyng
Post by Helen Borrie ***@iinet.net.au [firebird-support]
Post by Hugo Eyng ***@msn.com [firebird-support]
I tried to use gfix -w async -u USER -p PASSWAORD MYDB.FDB and gfix
displayed "full or reserve required".
What does it mean? That "full" or "reserve" is required? :))
The -u switch in gfix is NOT an abbreviated form for the username but
for page-fill capacity, i.e., -u[se] with the argument reserve (for
reserve space) or full (for use the full page). It's not what you
want, I know, but don't set this to full unless the database is also
read-only.
Your password abbreviation is wrong for gfix, too. It is -pa[ssword].
The -p abbreviation in gfix is for something else, used in
recovery of transactions from broken multi-database connections.
gfix -w async -user USER -password PASSWAORD MYDB.FDB
Helen
--
Atenciosamente,

Hugo Eyng
Loading...