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