community.borland.com

Article #26814: GFIX raises an error if you specify username and password before specifying sweep and ignore options.

gfix raises the error "incompatible switch combination" when specifying username and password before specifying sweep and ignore options.

Example:

gfix -user sysdba -password masterkey -sweep -ignore employee.gdb

This command succeeds:

gfix -sweep -ignore -user sysdba -password masterkey employee.gdb

Last Modified: 07-FEB-01