| Siebel Portal Framework Guide > Integrating External Content >  Reviewing the SWE Log File
 The SWE log file can help you debug errors in your Portal Agent configuration.  
The location of the log file is, siebsrvr_root\log.The name of the log files are swelog_<pid>.txtand sweusage_<pid>.txt, where <pid> is the process Id of the corresponding Siebel process. To enable the SWE log file 
Open your application's configuration file, for example uagent.cfg.
Application configuration files are located in the siebsrvr_root\BIN\language_code.Under the [SWE] heading in the .cfg file, add the following parameter:
[SWE] EnableSWELog = TRUERestart the object manager to allow this new parameter to take effect.
 |