SQL/MX Programming Manual for Java

SQLJ Error Messages
HP NonStop SQL/MX Programming Manual for Java523726-003
D-39
Semantic Analysis (0201-000100—0201-022306)
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Verify that the stored procedure you are trying to call exists in the database
and resubmit. See the SQL/MX Guide to Stored Procedures in Java.
0201-011500
Cause. The SQLJ translator could not find the stored procedure that you specified but
found a procedure with the same name but with different arguments. The found-
string variable usually shows error 0201-011503 on page D-39.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Verify that the name and arguments of the stored procedure are what you
intended to call and resubmit. See the SQL/MX Guide to Stored Procedures in Java.
0201-011502
Cause. The SQLJ translator found a stored procedure with name and #num
arguments. Usually, this error occurs as the second part of the error 0201-011700 on
page D-40.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Verify that the name and arguments of the stored procedure are what you
intended to call and resubmit. See the SQL/MX Guide to Stored Procedures in Java.
0201-011503
Cause. The SQLJ translator found a stored procedure with routine-name and #num
arguments. Usually, this error occurs as the second part of error 0201-011500 on
page D-39.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Verify that the name and arguments of the stored procedure are what you
intended to call and resubmit. See the SQL/MX Guide to Stored Procedures in Java.
[0201-011500] Did not find a stored procedure or function
routine-name with num arguments. found-string
[0201-011502] Found procedure name with num arguments.
[0201-011503] Found function
routine-name with num arguments
and procedure
routine-name with num arguments.