Skip to main content

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

A screenshot of the PeopleCode trace page

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.

FieldValue/Use
PeopleCode Trace is OFF/ONClick this icon to turn the PeopleCode trace ON or OFF. The image above right shows PeopleCode trace OFF.
SQL Trace is OFF/ONClick this icon to turn the SQL trace ON or OFF. The image above right shows SQL trace is ON.
Today’s APPSRV LogReturns the current day’s Application Server log.
Today’s TUXLOG fileReturns the current day’s Tuxedo server log (which stores communication between the database and the App Server).
Current user’s trace fileReturns the current user’s logs (generated with SQL On/Off or PeopleCode On/Off).
Custom search patternReturns user actions since logging into the Application Server.
All filesReturns all log files.
SearchExecutes search according to the selected search option.
ViewViews the file.
DownloadDownloads the file.
DeleteDeletes 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.

A screenshot showing over 5000 lines

FieldValue/Use
View OnlineSelect a 5000-line subset of the file.
DownloadDownloads the file.
GrepSpecify 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.

A screenshot showing the current app server configuration

FieldValue/Use
Log FenceThe log fence setting controls how much logging the app server does by default with no trace turned on.
Trace SQL MaskThis 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 MaskThis 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.