Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Strategies can be disabled in the iQSonar Service configuration file

(Default location: C:\Program Files\iQuate\iQSonar ScanEngine 4.0\bin\iQuate.iQSonar.ScanEngine.exe.Configconfig)

Add values to the DisabledStrategies XML element. “<ProductAdapterName>:<StrategyName>”. Values are comma separated.

 


For Example:

To disable to disable the "Oracle Discovery Unix (Folder)" and "Oracle Discovery Unix (Install Logfile)" strategies in the "Oracle Database" product adapter you would use the following:

 

Code Block
languagexml
<add key="DisabledStrategies" value="Oracle Database:Oracle Discovery Unix (Folder),Oracle Database:Oracle Discovery Unix (Install Logfile)" />

 

 



Info

Ensure there is only one DisabledStrategies XML element in the config file

...

Page Properties
hiddentrue


 
Related issues