View Log Files
The 'View Log Files' page is where code trace logs (generated with 'SQL On/Off' or 'PeopleCode On/Off') can be viewed.
Navigation: Manage GT eForms 3.x > GT Utilities > View Log Files
Search
There are five trace file search options on this page. Upon selecting one and clicking search, if there are multiple search results they will show up as options to then view, download, or delete. If there is only one result, the user will be automatically redirected to the display page to view the log.
Field | Value/Use |
---|---|
PeopleCode Trace is OFF/ON | Click this icon to turn the PeopleCode trace ON or OFF. The image above right shows PeopleCode trace OFF. |
SQL Trace is OFF/ON | Click this icon to turn the SQL trace ON or OFF. The image above right shows SQL trace is ON. |
Today’s APPSRV Log | Returns the current day’s Application Server log. |
Today’s TUXLOG file | Returns the current day’s Tuxedo server log (which stores communication between the database and the App Server). |
Current user’s trace file | Returns the current user’s logs (generated with SQL On/Off or PeopleCode On/Off). |
Custom search pattern | Returns user actions since logging into the Application Server. |
All files | Returns all log files. |
Search | Executes search according to the selected search option. |
View | Views the file. |
Download | Downloads the file. |
Delete | Deletes the file. |
Large File – Choose Viewing Range
If a file selected to view has more than 5000 lines, the user will be prompted with three options to review the file.
Field | Value/Use |
---|---|
View Online | Select a 5000-line subset of the file. |
Download | Downloads the file. |
Grep | Specify the search term and only search-match rows are returned for viewing. |
Application Server Configuration
The App Server Config tab displays the current Application Server configuration. The values are loaded from the psappsrv.cfg
file on the server.
Field | Value/Use |
---|---|
Log Fence | The log fence setting controls how much logging the app server does by default with no trace turned on. |
Trace SQL Mask | This SQL mask controls which trace flags are allowed. If this is set to 0, no traces will work. See Oracle documentation on application server configuration for more information. |
Trace PeopleCode Mask | This trace mask controls which PeopleCode trace options are allowed. If this is set to 0, no traces will work. See Oracle documentation on application server configuration for more information. |