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

 

   

region

This command sets the isolated region that vwtool accesses in the current session, thereby determining the data the various commands output.

Syntax

region <regionid>

Parameters

regionid

Region ID of isolated region in which to run vwtool. Isolated region numbers can range from 0 - 999.

If necessary, use the regions command to display a list of all isolated regions loaded in memory or a list of all isolated regions in the VWService.

   

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 Isolated region 0 exists in each VWService. This region contains system data and is reserved for system software use. Because you cannot modify the data in isolated region 0, most vwtool commands are unavailable for that region; the exceptions to this rule are the dump and listobjects commands, which you can execute in isolated region 0, and the attachtran command, which you must execute in isolated region 0.