Skip navigation FileNet logo
Glossary  |  Help Directory  
  Help for vwtool
  Search
Process Reference  
vwtool
Getting Started
Commands
  !<shell_cmd>
  =
  assertbehavior
  attachtran
  config
  convert
  count
  createDBviews
  dbconfig
  deletewob
  dispatchwob
  dump
  echo
  emptyqueue
  environment
  hardcopy
  help
  listdbconfig
  listobjects
  listobjects
  loadstatus
  lockwob
  logconfig
  logquery
  memory
  pagebreak
  queueconfig
  readcdl
  recover
  region
  regions
  resetloadstatus
  rosterconfig
  schemastatus
  statistics
  stepprocessors
  storedquery
  terminatewob
  trace
  unlockwob
  version
  views
  wobquery
  workstation
  writetrace

 

   

logconfig

This command outputs the physical table name, field names and types, and indexes for the specified event log. Optionally, the output also includes sytem-defined fields in the event log. For information about event logs, see About event logs.

The physical table name is the unique, system-defined name of the database table that contains the event log; see Logical vs. physical table names for further information.

Syntax

logconfig <logtablename> <showsystemfields>

Parameters

logtablename

Name of event log.

Enter an asterisk (*) to display all event logs.

 

showsystemfields

Whether to output system-defined event log fields. Enter "y" to output system-defined fields or "n" to exclude system-defined fields.

   

TIP In vwtool, you can enter parameters on the command line (following the command name) or let vwtool prompt you for the information by entering just the command name. Generally, we recommend prompt mode for all but the simplest commands. Entering the parameters on the command line is intended primarily for script-driven input.

NOTE If necessary, change to the desired isolated region prior to executing this command.