Internal stored procedures messages (19000 through 19999)
SQL 19000
19000 An internal error occurred in internal stored procedure processing.
Cause
Internal error.
Effect
NonStop SQL/MX is unable to process the request.
Recovery
None. Report the entire message to your service provider.
SQL 19001
19001 An error was found in field description of internal stored procedure.
Cause
Internal error.
Effect
NonStop SQL/MX is unable to process the request.
Recovery
None. Report the entire message to your service provider.
SQL 19002
19002 No such internal stored procedure : name defined.
Cause
Internal error.
Effect
NonStop SQL/MX is unable to process the request.
Recovery
None. Report the entire message to your service provider.
SQL 19003
19003 Internal stored procedure failed without any error information returned.
Cause
Internal error.
Effect
NonStop SQL/MX is unable to process the request.
Recovery
None. Report the entire message to your service provider.
SQL 19016
19016: Stored procedure name expects a type1 type value for parameter number. The data type of the actual parameter value is type2.
-
Where,
-
name is the name of the built-in function;
-
type1 is the data type of a formal parameter to the built-in function;
-
number is the number of the formal parameter, starting with 1;
-
type2 is the data type of the actual parameter to the built-in function.
Cause
An attempt is made to call a built-in function with a parameter value that has a data type which is incompatible with the formal parameter.
Effect
The request fails.
Recovery
None.
SQL 19017
19017 The format of input value value is invalid for input type input type.
-
Where,
-
value is a user specified input value to a versioning built-in function;
-
input type is a valid input type to one of the versioning built-in functions (VERSION_INFO, RELATEDNESS).
Cause
An attempt is made to access a built-in function with an input value that is invalid for the specified input type.
Effect
The request fails.
Recovery
None.
SQL 19019
19019 Input type value is not defined for stored procedure built-in function.
-
Where,
-
value is a user specified input value to a versioning built-in function;
-
built-in function is the name of one of the versioning built-in functions (VERSION_INFO, RELATEDNESS).
Cause
An attempt is made to access the named built-in function with an input-type that is not supported by that function.
Effect
The request fails.
Recovery
None.
SQL 19020
19020 Stored procedure name expects value input parameters.
Cause
A wrong number of input parameters are entered for the stored procedure.
Effect
NonStop SQL/MX is unable to process the request.
Recovery
If the message is returned from an explicit invocation of the stored procedure, re-enter the request with the correct number of input parameters. Otherwise, report the entire message to your service provider.
SQL 19021
19021 Stored procedure name returns with error: number.
Cause
Internal error.
Effect
NonStop SQL/MX is unable to process the request.
Recovery
None. Report the entire message to your service provider.
SQL 19022
19022 Target feature version target_feature_version is an invalid version.
-
Where,
-
target_feature_version is the input version to the FEATURE_VERSION_INFO built-in function. This function is used to determine the user objects that are returned.
Cause
An invalid feature version value is specified.
Effect
The operation fails.
Recovery
Specify a valid feature version value as input to the FEATURE_VERSION_INFO built-in function.
SQL 19030
19030 Version of these modules is incompatible for this command.
Cause
The specified module file is compiled with old compiler and does not have the source name section and object name section.
Effect
The operation fails.
Recovery
Compile the module with a newer compiler.