 |
» |
|
|
|
An FPARSE
error code is a 32-bit negative integer returned in the result parameter
of the FPARSE
intrinsic. The FPARSE
intrinsic parses a file designator to determine if it is syntactically
correct. If so, then the result parameter returns a positive value.
For more FPARSE
information, see the "Remote File Access" section
of Using NS 3000/iX Network Services. MESSAGE: -1 | CAUSE: Bad item
values. ACTION: Provide a valid item
(0-5). |
MESSAGE: -2 | CAUSE: Parameter
bounds violation. ACTION: Provide a proper
parameter within bounds. |
MESSAGE: -3 | CAUSE: Illegal
delimiter — misuse of ".", "/",
or ":" ACTION: Fix with an appropriate
delimiter. |
MESSAGE: -4 | CAUSE: User specified
only one of items array or vector array. ACTION: Specify both items
and corresponding vector array. |
MESSAGE: -5 | CAUSE: Illegal
item value in items array. ACTION: Correct value in
the items array. |
MESSAGE: -6 | CAUSE: Item list
not terminated by the 0 terminator. ACTION: Terminate list by
the 0 terminator. |
MESSAGE: -7 | CAUSE: Undefined
system file. ACTION: Correct with a valid
system file name. |
MESSAGE: -8 | CAUSE: "*FDesig"
has lockword specified ACTION: Remove lockword specified. |
MESSAGE: -9 | CAUSE: NS not
present, but user specified envid. ACTION: Install NS or do
not specify envid. |
MESSAGE: -101 | CAUSE: First character
of filename not alphabetic. ACTION: Provide a valid MPE
file starting character. |
MESSAGE: -102 | CAUSE: Filename
expected in the string. ACTION: Provide a filename
in the string. |
MESSAGE: -103 | CAUSE: Filename
identifier too long. ACTION: Provide a filename
8 characters or less. |
MESSAGE: -104 | CAUSE: First character
of lockword not alphabetic. ACTION: Provide a valid alphabetic
first character. |
MESSAGE: -105 | CAUSE: Lockword
expected in the string. ACTION: Provide a lockword
in the string. |
MESSAGE: -106 | CAUSE: Lockword
identifier too long. ACTION: Provide a lockword
8 characters or less. |
MESSAGE: -107 | CAUSE: First character
of groupname not alphabetic. ACTION: Provide a valid MPE
syntax starting character. |
MESSAGE: -108 | CAUSE: Groupname
expected in the string. ACTION: Provide a valid group. |
MESSAGE: -109 | CAUSE: Groupname
identifier too long. ACTION: Supply group 8 characters
or less. |
MESSAGE: -110 | CAUSE: First character
of accountname not alphabetic. ACTION: Provide a valid alphabetic
starting character for the account. |
MESSAGE: -111 | CAUSE: Accountname
expected in the string. ACTION: Provide an account
name in the string. |
MESSAGE: -112 | CAUSE: Accountname
identifier too long. ACTION: Provide an accountname
of 8 characters or less. |
MESSAGE: -113 | CAUSE: First character
of envidname not alphabetic. ACTION: Provide an alphabetic
first character for the envidname. |
MESSAGE: -114 | CAUSE: Envidname
expected in the string. ACTION: Provide and envidname
in the string. |
MESSAGE: -115 | CAUSE: Envidname
identifier too long. ACTION: Provide an envidname
of 8 characters or less. |
|