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

 

   

rosterconfig

This command displays configuration information for a specified roster, including:

  • Table name - the user-defined logical name of the database table that contains the roster.

See Logical vs. physical table names for further information.

  • Derived from - the name of the roster from which this roster is derived.

  • Physical table name - the unique, system-defined name of the database table that contains the roster.

See Logical vs. physical table names for further information.

  • The server ID of the server that the roster is on.

  • The repository class ID - an integer value that uniquely identifies the work class which corresponds to this roster.

  • View ID of the roster.

  • Base view ID - the view ID of the roster from which this roster is derived.

  • System field names, types, and lengths.

System fields are listed only if you enter "y" for the showsystemfields parameter. For a list of system fields, see System fields defined.

  • Data field logical names, physical names, types and lengths.

  • Logical index key names, physical index key names, and components.

Syntax

rosterconfig <rostername> <showsystemfields>

Parameters

rostername

Name of roster.

Enter an asterisk (*) to display all rosters.

showsystemfields

Toggle between displaying and not displaying system fields.

Enter "y" to display the system fields or "n" to not display the system 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.