GFIX raises an error if you specify username and password before specifying sweep and ignore options.
By: Quinn Wildman
Abstract: incompatible switch combination error is raised
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
Published on: 2/7/2001 12:00:00 AM
Server Response from: ETNASC02