Messages 27201 Through 27220

Note: If an error code within the above range does not appear in this list, it is considered an Internal Error, for which no specific user troubleshooting guidelines are available.

Message Code 27201

Not enough memory ('bytes required' bytes) for 'parameter'

Insufficient memory for the parameter specified.

Troubleshooting

  • Check the machine's memory resources, and close any unnecessary processes running on the machine.
  • Restart the computer and replay the script again.
  • If the problem persists, reduce the number of virtual users that you are running on the same machine.

Message Code 27202

Non-zero NameRegExp/ValueRegExp not supported

Troubleshooting

  • Specify a value of `0' for the "NameRegExp" and "ValueRegExp" arguments.

Message Code 27203

"MapName" must not start with '#'

Troubleshooting

  • Fix the "MapName" argument so that it does not start with `#'.

Message Code 27204

"AreaAlt" and/or "AreaOrdinal" are invalid when "MapName" is missing or empty

Troubleshooting

  • Enter a non-empty string for the "MapName" argument.

Message Code 27205

XCoord and YCoord should be valid numbers between 0 and 'maximum value'

Troubleshooting

  • Specify "XCoord" and "YCoord" argument values between `0' and the maximum value specified.

Message Code 27206

Either both, or neither of the XCoord/YCoord arguments should be specified

Troubleshooting

  • Specify both "XCoord" and "YCoord", or neither of them in the argument list.

Message Code 27207

The XCoord/YCoord arguments are mutually exclusive with the AreaAlt/AreaOrdinal/MapName arguments

The "XCoord" and "YCoord" arguments cannot be used with any of the "AreaAlt", "AreaOrdinal", "MapName" arguments.

Troubleshooting

  • Either specify "XCoord" and "YCoord", or any of the "AreaAlt", "AreaOrdinal", "MapName" arguments in the argument list.

Message Code 27208

The 'argument' argument (number 'argument ld 1') has already been specified in argument number 'argument ld 2'

The argument has already been specified in the argument list in the position denoted by 'argument Id 2'. The function requires only one instance of this argument.

Troubleshooting

  • Check which instance should remain and delete the other one.

Message Code 27209

The 'argument' argument (number 'argument ld') is empty

The argument Id specifies the position of the argument in the argument list.

Troubleshooting

  • Enter a non-empty string for the offending argument.

Message Code 27210

Missing 'argument' before argument number 'argument ld'

The argument Id specifies the position of the argument in the argument list.

Troubleshooting

  • Add the missing argument before the argument in the position denoted by the argument Id.

Message Code 27211

The "Action" argument (which specifies the URL) is missing or empty

Troubleshooting

  • Add a non-empty "Action" argument (with a value specifying the HTTP address of the action to perform) when submitting the data.

Message Code 27212

"Name" and/or "Value" missing before the 'argument' argument (number 'argument ld')

The argument specified must be precede by "Name" and/or "Value" arguments. The argument Id specifies the position of the argument in the argument list.

Troubleshooting

  • Add the missing "Name" and/or "Value" arguments, and delete the offending "ENDITEM" argument.

Message Code 27213

Unsupported value for the 'argument' argument (number 'argument ld')

The value of the argument specified is unsupported. The argument Id specifies the position of the argument in the argument list.

Troubleshooting

  • Specify a valid value for the offending argument. For more information on supported values, refer to the Function Reference.

Message Code 27214

The length of a saved parameter name cannot exceed 'number' bytes

The parameter name exceeds the maximum allowed length.

Troubleshooting

  • Shorten the parameter name specified by the "param" argument in the web_save_header function.

Message Code 27216

Invalid argument (number 'argument ld')

The argument is not recognized as a valid argument. The argument Id specifies the position of the argument in the argument list.

Troubleshooting

  • Check that the argument is spelled correctly.
  • Check that the offending argument is specified within the correct group in the argument list.

Message Code 27217

The 'argument' argument (number 'argument ld') is specified more than once for the same item

The function requires only one instance of this argument. The argument has already been specified in the argument list. The argument Id specifies the position of the argument in the argument list.

Troubleshooting

  • Check which instance should remain and delete the other one.

Message Code 27219

Length of parameter name exceeds maximum ('maximum length') for "Ord=ALL"

Troubleshooting

  • Shorten the parameter name to a permitted length.

Message Code 27220

Parameter_SaveString failed (rc='return value') when setting 'parameter' to "0"

The parameter specified could not be saved to "0".

Troubleshooting

  • Check that the parameter length is within a valid range. For more information on parameter ranges, refer to the Function Reference.