IBM Books

Messages Reference


SQL2700 - SQL2799

SQL2701N Invalid command line option for "<progname>". Reason code: "<reason-code>"

Cause: Command line option for the data splitting utility is not valid. Valid options are:

Action: Given for each reason code:

1
There is an option not started with '-' sign.
2
Each option except 'h' (or 'H') must be followed by an argument.
3
There is an invalid option.
4
The argument of an option is too long (maximum 80 characters).

SQL2702N Failed to open the configuration file "<config-file>".

Cause: The utility cannot read the configuration file "<config-file>".

Action: Please ensure the configuration file exists and is readable.

SQL2703N Failed to open the log file "<log-file>".

Cause: The utility cannot open the log file "<log-file>" for writing or appending.

Action: Please ensure the log file exists and is writable.

SQL2704N Failed to open the input data file "<input-data-file>".

Cause: The utility cannot read the input data file "<input-data-file>".

Action: Please ensure the input data file exists and is readable.

SQL2705N Failed to open the input partitioning map file "<in-map-file>".

Cause: The utility cannot read the input partitioning map file "<in-map-file>".

Action: Please ensure the input partitioning map file exists and is readable.

SQL2706N Failed to open the output partitioning map file "<out-map-file>".

Cause: The utility cannot open the output partitioning map file "<out-map-file>" for writing.

Action: Please ensure the output partitioning map file is writable.

SQL2707N Failed to open the distribution file "<dist-file>".

Cause: The utility cannot open the distribution file "<dist-file>" for writing.

Action: Please ensure the distribution file is writable.

SQL2708N Failed to open the output data file "<out-data-file>".

Cause: The utility cannot open the output data file "<out-data-file>" for writing.

Action: Please ensure the output data file is writable.

SQL2709N Syntax error at line "<line>" of the configuration file.

Cause: There is a syntax error in the specification of a keyword and its argument.

Action: A keyword and its argument must be delimited by an '=' sign.

SQL2710N Invalid keyword at line "<line>" of the configuration file.

Cause: There is an undefined keyword in the configuration file.

Action: Valid keywords (case insensitive) are:

SQL2711N Invalid column delimiter (CDELIMITER) at line "<line>" of the configuration file.

Cause: The column delimiter (CDELIMITER) specified in the configuration file is not valid.

Action: Make sure the column delimiter (CDELIMITER) is a single byte character.

SQL2712N Invalid string delimiter (SDELIMITER) at line "<line>" of the configuration file.

Cause: The string delimiter (SDELIMITER) specified in the configuration file is not valid.

Action: The string delimiter (SDELIMITER) cannot be a period.

SQL2713N Invalid run type (RUNTYPE) at line "<line>" of the configuration file.

Cause: The value for run type (RUNTYPE) specified in the configuration file is not valid.

Action: Valid run type (RUNTYPE) can be either PARTITION or ANALYZE (case insensitive).

SQL2714N Invalid message level (MSG_LEVEL) at line "<line>" of the configuration file.

Cause: The value for message level (MSG_LEVEL) specified in the configuration file is not valid.

Action: Valid message level (MSG_LEVEL) can be either CHECK or NOCHECK (case insensitive).

SQL2715N Invalid check level (CHECK_LEVEL) at line "<line>" of the configuration file.

Cause: The value for check level (CHECK_LEVEL) specified in the configuration file is not valid.

Action: Valid check level (CHECK_LEVEL) can be either CHECK or NOCHECK (case insensitive).

SQL2716N Invalid record length (RECLEN) "<reclen>" at line "<line>" of the configuration file.

Cause: The value for record length (RECLEN) "<reclen>" specified in the configuration file is not valid.

Action: The record length (RECLEN) must be between 1 and 32767.

SQL2717N Invalid node specification (NODES) at line "<line>" of the configuration file. Reason code "<reason-code>".

Cause: The node specification (NODES) in the configuration file is not valid.

Action: Given for each reason code:

1
NODES has already been defined.

2
The format is not valid. A valid example: NODES=(0,30,2,3,10-15,57)

3
Each entry must be numeric data between 0 and 999.

4
Range specification must be from a lower number to a higher number.

SQL2718N Invalid output node specification (OUTPUTNODES) at line "<line>" of the configuration file. Reason code "<reason-code>".

Cause: The output node specification (OUTPUTNODES) in the configuration file is not valid.

Action: Given for each reason code:

1
OUTPUTNODES has already been defined.

2
The format is not valid. A valid example: OUTPUTNODES=(0,30,2,3,10-15,57)

3
Each entry must be numeric data between 0 and 999.

4
Range specification must be from a lower number to a higher number.

SQL2719N Invalid output type (OUTPUTTYPE) at line "<line>" of the configuration file.

Cause: The output type (OUTPUTTYPE) in the configuration file is not valid.

Action: Valid output types (OUTPUTTYPE) are W (write) or S (stdin), case insensitive.

SQL2720N Number of partition keys exceeded the maximum "256". This error was detected at line "<line>" of the configuration file.

Cause: The number of partitioning keys defined cannot exceed the maximum limit: 256.

Action: Remove one or more partitioning keys defined in the configuration file.

SQL2721N Invalid partitioning key specification (PARTITION) at line "<line>" of the configuration file. Reason code "<reason-code>".

Cause: A partitioning key specification (PARTITION) in the configuration file is not valid. Valid format:

 PARTITION=<key name>,<position>,<offset>,
           <len>,<nullable>,<datatype>

If a delimited-data file, <position> must be defined; otherwise, <offset> and <len> must be defined.

Action: Given for each reason code:

1
Fields must be delimited by the ',' character.
2
<position>, <offset> and <len> must be positive integers.
3
<nullable> must take a value from {N,NN,NNWD}.
4
Valid <data type> includes: SMALLINT, INTEGER, CHARACTER, VARCHAR, FOR_BIT_CHAR, FOR_BIT_VARCHAR, FLOAT (for binary numerics only), DOUBLE (for binary numerics only), DATE, TIME, TIMESTAMP, DECIMAL(x,y).
5
For DECIMAL data type, precision (x) and scale (y) must be specified and they must be positive integers.
6
For CHARACTER or VARCHAR data type, <len> must be specified."

SQL2722N Invalid log file specification (LOGFILE) at line "<line>" of the configuration file.

Cause: The log file specification (LOGFILE) in the configuration file is not valid.

Action: The log file specification (LOGFILE) must be in one of the following two formats:

<log type> can only be W (write) or A (append), case insensitive.

SQL2723N Invalid trace specification (TRACE) at line "<line>" of the configuration file.

Cause: The trace specification (TRACE) in the configuration file is not valid.

Action: The trace specification (TRACE) must be a positive integer between 0 and 65536 (exclusive).

SQL2724N Invalid node list specification.

Cause: The node list specification is not valid.

Action: One and only one of the two parameters: NODES and MAPFILI (input partition map) must be specified in the configuration file.

SQL2725N Filename for output partition map was not specified.

Cause: If run type is ANALYZE, a filename for the output partition map must be defined.

Action: Specify a filename for the output partition map.

SQL2726N There is no partitioning key defined.

Cause: At least one partitioning key must be defined.

Action: Specify one or more partitioning keys.

SQL2727N Partition key "<key-name>" exceeds the record length "<reclen>".

Cause: For non-delimited data, starting position for a key must be less than the record length.

Action: Make sure starting position for a key is less than the record length.

SQL2728N Output node "<out-node>" is not defined in the node list.

Cause: Output node list must be a subset of the node list, which is derived from NODES or the input partition map file.

Action: Make sure all output nodes are defined in the node list.

SQL2729N Invalid input partition map.

Cause: There is at least one error in the input partition map file.

Action: The input partition map must contain no less than 4096 data entries, and each data entry must be a number between 0 and 999.

SQL2730N Error while writing header to output data file "<out-data-file>".

Cause: An I/O error occurred while writing the header to an output data file.

Action: Check your operating system documentation for file I/O errors and ensure that there is sufficient space on the output device.

SQL2731N Error while reading from input data file "<filename>".

Cause: An I/O error occurred while reading from input data file.

Action: Check your operating system documentation for file I/O errors.

SQL2732N Line "<line>" of the input data file contains binary data.

Cause: Binary data is not permitted on the host versions of this utility program.

Action: Check your input data file.

SQL2733N Run type (RUNTYPE) was not defined in the configuration file.

Cause: The run type (RUNTYPE) must be defined as either PARTITION or ANALYZE.

Action: Please specify run type (RUNTYPE) in the configuration file.

SQL2734N Invalid specification for parameter 32KLIMIT at line "<line>" of the configuration file.

Cause: The specification for parameter 32KLIMIT in the configuration file is not valid.

Action: Parameter 32KLIMIT can be either YES or NO, case insensitive.

SQL2735W The record "<rec-no>" of the input data file was discarded because it was an empty record.

Cause: The record "<rec-no>" of the input data is discarded because it contains nothing but spaces.

Action: Check record "<rec-no>" in the input data file.

SQL2736N sqlugrpi_api returned an error when processing record at line "<line>" of the input data file.

Cause: Partitioning key fields contain invalid data.

Action: Check the input data file at line "<line>".

SQL2737N Failed to write output data file for output node "<out-node>" when processing record at line "<line>" of input data file.

Cause: An I/O error occurred while writing a record to the output data file for node "<out-node>".

Action: Check your operating system documentation for file I/O errors and ensure that there is sufficient space on the output device.

SQL2738W Record at line "<line>" of input data file has been truncated when writing to the output data file for node "<out-node>". Expected writing length is "<reclen>" while actual writing length is "<real-len>".

Cause: Expected writing length (RECLEN) does not match the actual writing length.

Action: Adjust record length value defined in the configuration file.

SQL2739N The record length was not specified for a binary numerical data file.

Cause: If a binary numerical input data file, the record length has to be defined.

Action: Please specify the record length in your configuration file.

SQL2740N Float data type is not allowed in a non-binary input data file.

Cause: Float data type is only supported when the file type is BIN (binary).

Action: Make sure data types and the type of input data file match.

SQL2741N Invalid file type specification at line "<line>" of the configuration file.

Cause: The file type specification (FILETYPE) in the configuration file is not valid.

Action: The valid value of file type parameter can be ASC (positional ascii data file), DEL (delimited ascii data file), or BIN (binary numerical data file), case insensitive.

SQL2742N The length of partition key "<partition-key>" does not match its precision.

Cause: In a binary input data file, the length of a partition key with decimal data type must conform to the equation: LENGTH=(PRECISION+2)/2 (integer division), because it is a packed decimal.

Action: Match the length of a decimal-typed partition key with its precision if the input data file is a binary data file.

SQL2743N The length of partition key "<partition-key>" does not match its data type.

Cause: In a binary input data file, the length of a partition key with integer, small integer, float, and double data type must be a predefined constant, i.e. 4 for integer, 2 for small integer, 4 for float, and 8 for double.

Action: Check partition key definitions in the configuration file.

SQL2744N Illegal file name specification for "<file>" at line "<line>" of the configuration file.

Cause: The maximum length for a file name is 80 bytes.

Action: Check the configuration file.

SQL2745N Invalid NEWLINE flag at line "<line>" of the configuration file.

Cause: The NEWLINE flag must be either YES or NO, and if not given, it is NO.

Action: Check the specification of NEWLINE flag in the configuration file.

SQL2746N An incomplete record was found while reading record "<record-number>" from the input data file.

Cause: If a fixed-length positional ASC file or a binary numerical data file, each record has to be exactly the same length as the value of the RECLEN parameter in the configuration file.

Action: Make sure the input data file is complete.

SQL2747N A record was too long while reading record "<rec-no>" from the input data file.

Cause: For a positional ASC input data file or a delimited data file with parameter 32KLIMIT on, the maximum record length can not exceed the 32k (bytes) limit.

Action: Check your input data file and make sure the record length is less than 32k bytes.

SQL2748N Record "<record-number>" has a length of "<length>" bytes, which is too short to hold the partitioning key "<key>".

Cause: For a positional ASC input data file or a binary numerical data file, each record has to be long enough to hold all partitioning keys.

Action: Check the record length of your input data file.

SQL2749N Partitioning key "<key-no>" of record "<rec-no>" was not in the first 32k bytes of the record.

Cause: If a record is greater than 32k bytes long in a delimited data file, all partitioning keys of each record have to be within the first 32k bytes of the record.

Action: Check record "<rec-no>" in the input data file.

SQL2750N The length of line "<line-number>" in the configuration was more than 255 bytes.

Cause: The maximum length of a line in the configuration file must be less than 255 bytes.

Action: Check your configuration file and make sure all lines are less than 255 bytes.

SQL2751N The actual length "<actual-reclen>" of record "<rec-no>" did not match the expected length "<exp-reclen>".

Cause: If new line checking is required for a fixed length ASC data file (NEWLINE parameter is YES and RECLEN parameter is not zero), the actual length of each record has to match the expected record.

Action: Check record "<rec-no>" in the input data file.

SQL2752N Invalid codepage specification "<codepage>" at line "<line>" of the configuration file.

Cause: The codepage specification is not valid. It must be a positive integer.

Action: Correct the codepage specification in the configuration file.

SQL2753N Failed to get the country code and codepage for the application. Return code from function "<function-name>" is "<rc>".

Cause: The program failed to get the country code and codepage of its environment.

Action: Check with your database system adminstrator.

SQL2754N Codepage "<source-cp>" cannot be converted to codepage "<target-cp>".

Cause: The database does not support codepage conversion between those two codepages.

Action: Please ensure your data is in a convertible codepage.

SQL2761N Only one of table name or nodegroup can be specified.

Cause: Specify either the table name or the nodegroup name, but not both.

Action: Check your command line options.

SQL2762N The utility failed to find the database installation path.

Cause: The utility needs to know where the database manager is installed, then it can find its bind file.

Action: Make sure your database manager is properly installed.

SQL2763N The table "<tbl-name>" was not found.

Cause: The table "<tbl-name>" cannot be located in sysibm.systables.

Action: Make sure the table exists in the database.

SQL2764N The nodegroup "<nodegroup>" was not found.

Cause: The nodegroup "<nodegroup>" cannot be located in sysibm.sysnodegroupdef.

Action: Make sure the nodegroup exists in the database.

SQL2765W The utility failed to open output partition map file "<out-map-file>".

Cause: The utility cannot open the output partition map file for writing. It will write the output to stdout.

Action: Check your file access permissions.

SQL2766N The partition map is not of the correct size "<map-size>".

Cause: The size of the partition map is not correct. Data is corrupted in the database.

Action: Contact the Database Administrator to resolve the problem.

SQL2767N A command line option is not valid.

Cause: There is an invalid command line option.

Action: Make sure to specify the correct command line options.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]

[ DB2 List of Books | Search the DB2 Books ]