![HP NonStop SQL/MX Скачать руководство пользователя страница 346](http://html.mh-extra.com/html/hp/nonstop-sql-mx/nonstop-sql-mx_messages-manual_165150346.webp)
Trigger, UDR Server, and Language Manager
Messages (11000 through 11399)
HP NonStop SQL/MX Messages Manual — 640324-001
13 -16
Recovery. Determine if the class file exists in the directory. If the SQL/MX statement is
a CALL statement, determine if the class file was moved from the directory that was
specified when the procedure was created. If the class file has been moved, either
restore it to the original location, or drop the procedure and re-create it with the new
location of the class file.
SQL 11206
Cause. Initialization of the class failed, either because of a problem with a static code
block in the class file or because the class file has an incorrect format.
Effect. The operation fails.
Recovery. Determine if the class file exists in the directory. If the SQL/MX statement is
a CALL statement, determine if the class file was moved from the directory that was
specified when the procedure was created. If the static initialization code is correct,
check that the class file was not modified after it was generated with the NonStop
Server for Java
javac
utility.
SQL 11207
Cause. The Java method given in the CREATE PROCEDURE statement was not
found in the class file or, if this is a CALL statement, the Java method corresponding to
the stored procedure was not found in the class file.
Effect. The operation fails.
Recovery. Verify that the Java method exists in the class file and that it has the public
and static attributes, and then retry the SQL/MX statement. Use the NonStop Server
for Java
javap
utility to determine which methods exist in a given class file. If this is a
CALL statement, determine if the class file was removed or modified after the stored
procedure was created. If so, you might need to drop and re-create the stored
procedure.
SQL 11208
Cause. In a CREATE PROCEDURE statement, the list of parameter types specified in
the EXTERNAL NAME clause was not enclosed in parentheses.
Effect. The operation fails.
11206 Java class
class-file-name
failed to initialize.
11207 Java method
method-name
was not found in Java class
class-file-name
.
11208 Specified signature is invalid. Reason: The list of
parameter types must be enclosed in parentheses.
Содержание NonStop SQL/MX
Страница 4: ......
Страница 8: ...Contents HP NonStop SQL MX Messages Manual 640324 001 iv ...
Страница 26: ...General Messages 0 through 999 HP NonStop SQL MX Messages Manual 640324 001 2 2 ...
Страница 130: ...SQL MX MXCMP Messages 2000 through 2999 HP NonStop SQL MX Messages Manual 640324 001 4 34 ...
Страница 186: ...Parser and Compilation Messages 3000 through 3999 HP NonStop SQL MX Messages Manual 640324 001 5 56 ...
Страница 242: ...Normalizer Messages 5000 through 5999 HP NonStop SQL MX Messages Manual 640324 001 7 2 ...
Страница 246: ...Optimizer Messages 6000 through 6999 HP NonStop SQL MX Messages Manual 640324 001 8 4 ...
Страница 248: ...Generator Messages 7000 through 7999 HP NonStop SQL MX Messages Manual 640324 001 9 2 ...
Страница 360: ...Trigger UDR Server and Language Manager Messages 11000 through 11399 HP NonStop SQL MX Messages Manual 640324 001 13 30 ...
Страница 472: ...Messages Generated by the Message System 16000 through 16999 HP NonStop SQL MX Messages Manual 640324 001 16 2 ...
Страница 614: ...Utility Messages 20000 through 23099 HP NonStop SQL MX Messages Manual 640324 001 18 138 ...
Страница 738: ...SQLSTATE Values Returned by NonStop SQL MX HP NonStop SQL MX Messages Manual 640324 001 21 86 SQLSTATE Values ...
Страница 752: ...Non SQLCODE Error Messages HP NonStop SQL MX Messages Manual 640324 001 A 14 MXGNAMES Utility ...