Index
|
Description
|
|
|
2001
|
Missing argument, Filename expected.
The
stage requires an input or output filename. If you do not specify a fully
qualified path; the current working directory is selected.
|
2002
|
%s file: '%s', Rc: %d, Reason: %s.
The input
or output file specified could not be found or failed to open for either
reading or writing. Check that the spelling of the filename is correct and
if the specified file is not located in the current working directory; a
fully qualified path must be specified. If the file cannot be opened for
writing, it may be write-protected or locked by another stage or external
application. Check that you do not have more than one occurrence of this
stage in any executing pipeline that is trying to access the file.
|
2003
|
Failure reading file: '%s', Rc: %d, Reason: %s.
The
file read operation failed. The file or sections of the file may be locked
for output by another stage or external application. Check that you do not
have a stage in any executing pipeline that may have already locked the
file for output.
|
2004
|
Invalid 'from-to' combination. from: %d to: %d. '%d' must be %s '%d'.
An
overlapping column range has been specified. The from column must be numerically
less than or equal to the to column.
|
2005
|
Invalid argument: '%s', %s expected.
The
message explains the type of the argument which should be specified; this
may be an operand, string or integer value.
|
2006
|
Creation of %s pipe failed, Rc: %d, Reason: %s.
The
stage failed to create an output-read
or input-write pipe. This is an
operating systems-level error; the message explains the reason why the
creation failed.
|
2007
|
Invalid argument: '%s', operand: '%s' expected.
The
message indicates the specific operand which must be specified.
|
2008
|
Unused.
|
2009
|
Invalid argument: '%s', integer expected.
An
integer value must be specified.
|
2010
|
Buffer overflow during construction of pipeline argument.
The
argument to be passed to the called pipeline is longer than the space
allocated for it. The maximum argument length is limited to 4095
characters.
|
2011
|
Invalid input stream number(s): '%s', valid streams for this stage are: '0 - %d'.
The
argument specifies a stream number which is greater than the current
highest connected input stream. You cannot reference a stream which is not
connected.
|
2012
|
Invalid argument: '%s', two byte hexchar expected.
You must
specify a two byte hexadecimal value in the range 01-FF with an x, X, h or H prefix. For
example: xAB.
|
2013
|
Failure launching %s: '%s', Rc: %d, Reason: %s.
The specified
process has failed to launch; the message explains the reason why.
|
2014
|
Failure launching %s, Rc: %d, Reason: %s.
The
specified process has failed to launch; the message explains the reason
why.
|
2015
|
Missing argument: '%s' expected.
The
stage expects a specific and required operand.
|
2016
|
Warning
executing shell command.
With arg: '%s'.
Process Rc: %d, maximum allowed Rc:
%d.",
|
2017
|
Invalid string: '%s', length: %d. A string of minimum length: %d, and maximum length: %d; is expected.
You
must specify an argument which resolves to an ASCII character string that
is at least as long as the minimum required length, and no longer than the
maximum allowed length.
|
2018
|
REGEXP: Error parsing expression: %s, Reason: %s
The
following messages are issued by the TR1 regular expression parser:
The expression contains an invalid back reference. The expression contains an invalid range in a {} expression. One of *?+{ is not preceded by a valid regular expression. The expression contains mismatched '{' and '}' braces. The expression contains mismatched '[' and ']' braces. The expression contains an invalid collating element name. The expression is too complex to process. The expression contains an invalid character class name. The expression contains an invalid character escape sequence. The expression contains mismatched '(' and ')' parentheses. The expression contains an invalid range specifier. There are insufficient resources to process the expression. TR1 regular expression could not match the specified character sequence. An unspecified error condition.
Reference
the following chapter: Specifying pipe options,
for details of the options that can be specified with the supporting
regular expression parser.
|
2019
|
Missing argument, delimited string expected.
The
stage expects a literal string of characters.
|
2020
|
Missing argument, integer expected.
The
stage expects an integer value.
|
2021
|
Missing argument, operand %s expected.
The stage
expects an operand.
When a
single, known operand is expected; the message will tell you exactly what
is required. However, when more than one operand is acceptable in this
position; you must reference the relevant stage command documentation to
determine the options.
|
2022
|
Missing termination delimiter: '%c' expected at end of string: '%s'.
A
closing string delimiter is missing; a literal string must start and end
with the same delimiting character.
|
2023
|
NULL delimited string: '%s'.
An
empty/null delimited string is not allowed in this position.
|
2024
|
Invalid argument, non numeric character(s) in: '%s', integer expected.
Only the
decimal digits 0-9 are valid in
an integer value.
|
2025
|
Overflow on integer: %d, maximum integer value is: %d.
The
stage has set a limit on the maximum size of the integer value that can be
specified in this position.
|
2026
|
Overlapping groups: %d(%d-%d) and: %d(%d-%d).
The specified
groups have overlapping column ranges. The groups indicated in the message
are the expanded versions; they indicate the absolute beginning and ending
columns of each group.
|
2027
|
Write to pipe failed!
Pipelines
was unable
to write to the input-write pipe.
The message explains the reason why the write failed.
|
2028
|
_getdrives() failed with Rc: %d, Reason: %s.
The
operating system has failed to provide the bit-mask which describes the drives
which are currently defined by the system.
|
2029
|
Failure positioning read pointer to eof, on file: '%s', Rc: %d, Reason: %s.
Pipelines
was unable
set the file-pointer to the end-of-file position on the specified file. Try
running the pipeline again and if the problem persists; contact me.
|
2030
|
Failure executing shell command. With arg: '%s'. Process Rc: %d exceeds the maximum allowed Rc: %d.
The
shell command/executed process has passed back a return code that is higher
than the permitted return code. You should check the documentation of the specified
command or process to determine the highest expected return code which
represents the successful completion of the process. If you are executing a
list or sequence of commands of differing return code completion levels;
then you should specify the MAXERROR operand as an argument on each primary
input stream record.
|
2031
|
Missing argument, double-precision floating-point value expected.
The
stage expects a double-precision floating point value.
|
2032
|
Invalid value: '%s', a properly constructed double-precision floating-point value expected.
The
stage expects a valid double-precision floating point value. Excluding the
characters '. e,
E, +, -' and the decimal digits 0-9;
the value specified may contain non-numeric characters or it may simply be
ill-defined.
|
2033
|
Unexpected argument(s): '%s'.
The
stage does not require any more arguments. Remove the extraneous
argument(s).
|
2034
|
Invalid argument: '%s', operand expected.
The stage
expects an operand in this position. Check the corresponding stage
documentation to determine which operand(s) you can specify.
|
2035
|
Missing argument, single character, two byte hexchar or eight byte binchar expected.
The stage
expects an argument that resolves to a single character.
|
2036
|
Invalid argument: %d, stream already specified.
The
stage does not allow the stream to be specified more than once.
|
2037
|
Invalid hexchar: '00', values in the range: '01-FF', expected.
A value
of zero is not allowed.
|
2038
|
The number of %schars in character or string definition: '%s', is not a multiple of %d.
The number
of characters in either a binary or hexadecimal value is not a multiple of
2 or 8, respectively.
|
2039
|
Invalid binchar: '00000000', values in the range: '00000001-11111111', expected.
A value
of zero is not allowed.
|
2040
|
Invalid argument: '%s', eight byte binchar expected.
You must
specify an eight-byte binary value in the range 00000001-11111111 with a b or B prefix. For example: b00000111
|
2041
|
Duplicate or out of sequence %s KEY: '%s'.
The key
field specified is not unique. You should ensure that consecutive key
fields are not the same.
|
2042
|
Invalid double-precision floating-point value: %s, values in the range: %.0lf to %.0lf, expected.
The stage
expects a double-precision floating-point value in the range specified by
the message.
|
2043
|
Invalid %schar(s) in character or string definition: '%s'.
There
is an invalid binary or hexadecimal character in the specified character or
string definition.
|
2044
|
'SELECT' on undefined input stream(s): %s. Highest that can be selected is stream: %d.
You
cannot select a stream that is not connected; the message indicates that the
SELECT operand specifies a stream that is greater than the highest
connected stream number.
|
2045
|
Invalid
operand: SECONDARY. A secondary input stream is not defined!
The
stage cannot read from the secondary input stream; as the stream is not defined.
|
2046
|
Invalid output group '%s', 'to/for' integer position or length expected.
The
stage expects an integer output position or output position and length
specification.
|
2047
|
Invalid argument: '%s', single character, two byte hexchar or eight byte binchar expected.
The
stage expects an argument that resolves to a single character.
|
2048
|
Missing argument, eight byte binchar expected.
The
stage expects an eight byte binary value.
|
2049
|
Limit reached on: %s. Counting stopped at: %d.
The
maximum count limit has been reached. The stage stops processing before the
count overflows.
|
2050
|
Missing argument, two byte hexchar expected.
The
stage expects a two byte hexadecimal value.
|
2051
|
Invalid integer: %d, signed values in the ranges: %d to %d, %d to %d, expected.
The
stage expects an integer value in the range specified by the message.
|
2052
|
Invalid integer: %s, unsigned values in the range: %d to %d, expected.
The stage
expects an unsigned integer value in the range specified by the message.
|
2053
|
Unable to erase file: '%s'. Rc: %d, Reason: %s.
The
stage has failed to erase the specified file. The message explains the
reason why the operation failed.
|
2054
|
Unused.
|
2055
|
Unable to rename file: '%s' to '%s'. Rc: %d, Reason: %s.
The
stage has failed to rename the specified file. The message explains the
reason why the operation failed.
|
2056
|
2056
Incomplete argument: '%s', %s expected.",
|
2057
|
The following drive(s) are not defined on this machine: '%s'.
The
argument specifies a drive or drives which are not defined by the system.
|
2058
|
%s entry '%s' contains one or more of the following invalid characters: '%s'.
The Path
operand must not contain of any of the characters: / : < > | ”
The
Filename and extension operands must not contain any of the characters: / :
< > | ” \
|
2059
|
Unused.
|
2060
|
Missing argument, unsigned integer expected.
The stage
expects an unsigned integer value.
|
2061
|
Invalid argument: '%s', unsigned integer expected.
The
stage expects an unsigned integer value.
|
2062
|
Invalid argument, non numeric character(s) in: '%s', unsigned integer expected.
Only decimal
digits 0-9 are valid in an
unsigned integer value.
|
2063
|
You cannot specify the NOWAIT operand in combination with the CMD operand.
Each
executing (system) SHELLEXECUTE command must be allowed to complete before the
next (system) SHELLEXECUTE command is issued.
|
2064
|
Invalid
delay interval: %I64d ms. A %s interval of: %ld ms is allowed.
The
number of milliseconds specified is greater the maximum allowed.
|
2065
|
ooRexx %s: '%s'
is defined, but not properly initialised. Inspect the value of element: '%s'.
Element
'.0' does not contain an integer
value that defines the number of elements in the specified ooRexx array or
stem. In order to iterate the collection; the stage expects a whole integer
value which defines the 1-based index of the last element in the
collection.
|
2066
|
Missing
argument, command expected.
The
SHELLEXECUTE stage command expects each input record to define a command to
execute. The input record is either empty/null or does not specify a fully
qualified command.
|
2067
|
Missing argument, ooRexx %s expected.
The speciified ooRexx variable type is missing. This
could be a variable/stem or array name.
|
2068
|
Undefined ooRexx %s: '%s'.
The specified ooRexx variable, array or stem is not
defined.
|
2069
|
You cannot specify the %s operand in this stage position!
The
operand cannot be used when the stage command is specified in this position.
Reference the relevant stage command help file for details.
|
2070
|
Invalid ooRexx variable name: '%s'.
The specified ooRexx variable name is invalid. See here for a description of the
ooRexx variable name rules.
|
2071
|
Cannot %s shared file segment: %s. Rc: %d, Reason: %s.
The specified swap-file shared segment could not be
created, opened, read or written to. The message states exactly which
operation has failed. Try
running the pipeline again and if the problem persists; contact me.
|
2072
|
The record of length: %d, exceeds the maximum allowed length of: %d. The first 50 bytes of the record are: '%.50s'
The specified record exceeds the maximum (default) length
of 256K. If you need
to process records that exceed this maximum record length; edit the
following registry entry:
HKEY_LOCAL_MACINE\SOFTWARE\TenFiftyTwo\Pipelines\Settings\MaxRecLength
|
2999
|
%s
A
generic third-party user defined
stage message.
The exact
meaning is defined by the stage DLL which issues this message. If you are
the author of a third-party stage and you would like a specific message
template added to this list or you would like to have your stage DLL
included in the builtin stage set
for subsequent distribution (with acknowledgements of course); please
contact: me.
|