To configure the location of the application log files, complete the following step in your BIC database.
Notes
-
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)