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:
vmsecure tag define name 100 vmsecure tag define addr 200 vmsecure tag define state 500 vmsecure tag define city 300
vmsecure tag query all
The result is displayed as follows:
*NAME: 100 *ADDR: 200 *CITY: 300 *STATE: 500
vmsecure tag set usera name Zack Bradford vmsecure tag set usera addr Maple Avenue vmsecure tag set usera state va vmsecure tag set usera city Anytown
vmsecure 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.
|
|