Use this tool to view or delete web services messages that were not claimed by a work item (using a Receive system function).
Syntax
vwmsg [-h] | [-r <Region>] [-v] [-D]
[-O | -o <File Name>] [-d <Delimiter>] [-f <Format>]
[-w <where clause>] [-Y<user_name>+<password>]
[-s <Start Time> | -S <Hours>]
[-e <End Time> | -E <Hours>]
[-b <Block Size> ]
Parameters
-h | Displays the syntax for vwmsg. | ||||||||||||||||||||||||||||||||
-r <Region> | Specifies the isolated region to be processed. Isolated region numbers can range from 0 - 999. |
||||||||||||||||||||||||||||||||
-v | Provides verbose output to the standard output device (stdout). | ||||||||||||||||||||||||||||||||
-D | Deletes unclaimed message records. | ||||||||||||||||||||||||||||||||
-O | Sends output to the screen. | ||||||||||||||||||||||||||||||||
-o <File Name> | Sends output to the specified file name. | ||||||||||||||||||||||||||||||||
-d <Delimiter> | Specifies the delimiter to use in the output file (-o option). | ||||||||||||||||||||||||||||||||
-f <Format> | Specifies the format to use for the output file (-o option). Valid formats are:
The default format is: trspoeWcCRmOM. |
||||||||||||||||||||||||||||||||
-w <where clause> | Defines the where clause for the query. This option ignores the -s, -S, -e, and -E parameters. | ||||||||||||||||||||||||||||||||
-Y <user_name>+<password> | Logs on using the specified user name and password. | ||||||||||||||||||||||||||||||||
-s <Start Time> | Defines a specific start time. | ||||||||||||||||||||||||||||||||
-S <Hours> | Defines the start time as the current time minus the specified number of hours. | ||||||||||||||||||||||||||||||||
-e <End Time> | Defines a specific end time. | ||||||||||||||||||||||||||||||||
-E <Hours> | Defines the end time as the current time minus the specified number of hours. | ||||||||||||||||||||||||||||||||
-b <Block Size> | Defines the number of records processed per transaction. The default is 200. |