Message Reference

SQL9300 - SQL9399

SQL9301NAn invalid option is specified or an option parameter is missing.

Explanation: Either the option specified is invalid or an option parameter is not specified.

The command cannot be processed.

User Response: Correct the option and resubmit the command.

SQL9302NInvalid option parameter: "<option-parameter>".

Explanation: The option parameter specified is invalid.

The command cannot be processed.

User Response: Correct the option parameter and resubmit the command.

SQL9303NNo <option> is specified.

Explanation: The required option "<option>" is not specified.

The command cannot be processed.

User Response: Resubmit the command with the required option.

SQL9304NUnable to open file "<filename>" for writing.

Explanation: The command cannot be processed.

User Response: Ensure that the system can access the file.

SQL9305NThe <name> is too long. The maximum length is <max-length>.

Explanation: The <name> is longer than the maximum length of <max-length>.

The command cannot be processed.

User Response: Ensure that the <name> does not exceed the maximum length.

SQL9306NOne or more of the field names are too long. The maximum length is <max-length>.

Explanation: The total length of a field name includes the specified prefix and/or a column suffix, which can either be its name or its number. This total length must not exceed the maximum length.

The command cannot be processed.

User Response: Ensure that all the field names do not exceed the maximum length.

SQL9307NRemarks cannot be retrieved from the database. Error code = "<sqlcode>".

Explanation: An error has occurred when attempting to retrieve the remarks of a column from the database.

The command cannot be processed.

User Response: Check the error code for more information.

SQL9308WSQL data type "<sqltype>" of the column "<colname>" is not supported.

Explanation: The SQL data type "<sqltype>" is not supported in the specified host language.

No declaration is generated for this column.

User Response: Ensure that this is the desired table.

SQL9320IConnecting to the database "<database>"...

Explanation: The utility is attempting to connect to the database "<database>".

User Response: See the error message for details if it fails.

SQL9321IBinding the utility automatically...

Explanation: The utility is attempting to bind itself to the database.

User Response: See the error message for details if it fails.

SQL9322IRetrieving column information from the table "<table>"...

Explanation: The utility is attempting to retrieve column information from the table "<table>".

User Response: See the error message for details if it fails.

SQL9323IGenerating declarations to the file "<filename>"...

Explanation: The utility is attempting to generate declarations to the file "<filename>".

User Response: See the error message for details if it fails.

SQL9324IDisconnecting from the database "<database>"...

Explanation: The utility is attempting to disconnect from the database "<database>".

User Response: See the error message for details if it fails.


[ Top of Page | Previous Page | Next Page ]