Configuring the Location of the Application Log Files - Brainware Intelligent Capture - Foundation 23.1 - Foundation 23.1 - Brainware - external

Brainware Intelligent Capture Installation

Platform
Brainware
Product
Brainware Intelligent Capture
Release
Foundation 23.1
License

To configure the location of the application log files, complete the following step in your BIC database.

Notes

Update the following command with the desired log file directory and then execute the command.
Note: To revert to the default setting, set LogOutDir to an empty string.
  • For SQL Server

    exec sp_SetGlobalApplicationSetting 'LogOutDir', '[log file directory]', True

    Example

    exec sp_SetGlobalApplicationSetting 'LogOutDir', 'C:\Program Files (x86)\Brainware\Log Files', True

  • For Oracle

    exec sp_SetGlobalApplicationSetting ('LogOutDir', '[log file location]', 1)

    Example

    exec sp_SetGlobalApplicationSetting ('LogOutDir', 'C:\Program Files (x86)\Brainware\Log Files', 1)