The following table lists the return code and the associated message:
|
Return Code |
Message Number |
Text |
|---|---|---|
|
76 |
0018E |
INVALID OPTION |
|
4 |
0038E |
MISSING PARAMETER |
|
28 |
0039E |
INVALID PARAMETER parameter |
|
76 |
0080E |
USER userid DOES NOT EXIST |
|
32 |
0356E |
TAG tagname DOES NOT EXIST |
|
16 |
0358E |
TAG tagname ALREADY EXISTS IN FILE |
|
12 |
0358E |
ORDINAL ordinal ALREADY EXISTS IN FILE |
|
24 |
0819E |
TAG CANNOT BE REMOVED. IT IS IN USE BY userid |
|
8 |
7079E |
ITEM NOT FOUND |
Example:
vmdirect tag define name 100 vmdirect tag define addr 200 vmdirect tag define state 500 vmdirect tag define city 300
vmdirect tag query all
The result is displayed as follows:
*NAME: 100 *ADDR: 200 *CITY: 300 *STATE: 500
vmdirect tag set usera name Zack Bradford vmdirect tag set usera addr Maple Avenue vmdirect tag set usera state va vmdirect tag set usera city Anytown
vmdirect tag show usera all
The result is displayed as follows:
*NAME: Zack Bradford *ADDR: Maple Avenue *CITY: ANYTOWN *STATE: VA
|
Copyright © 2014 CA.
All rights reserved.
|
|