SQL/MX Programming Manual for Java

SQLJ Error Messages
HP NonStop SQL/MX Programming Manual for Java523726-003
D-78
Java Code Generation (0700-000100—0700-
001600)
Effect. The SQLJ translator fails to generate a Java source file (.java) during code
generation.
Recovery. Report the entire message to your service provider.
0700-000500
Cause. The SQLJ translator could not generate code because it could not find
information for one of these types of classes: context, iterator, or ProfileKeys.
Effect. The SQLJ translator fails during code generation.
Recovery. Report the entire message to your service provider.
0700-000600
Cause. The SQLJ translator could not generate code for a FETCH statement because
it could not find the iterator object that was specified in the statement.
Effect. The SQLJ translator fails during code generation.
Recovery. Report the entire message to your service provider.
0700-000700
Cause. The SQLJ translator could not generate code for a FETCH statement because
it could not find the host variables that were specified in the INTO clause of the FETCH
statement.
Effect. The SQLJ translator fails during code generation.
Recovery. Report the entire message to your service provider.
0700-000800
Cause. The SQLJ translator could not generate code for a FETCH statement because
it found an extra bind variable in the statement.
[0700-000500] unable to generate execution code
(ClassNotFound)
[0700-000600] unable to generate code for FETCH statement: no
cursor to fetch from
[0700-000700] unable to generate code for FETCH statement: no
list to fetch into
[0700-000800] unable to generate code for FETCH statement:
extra fetch bind vars found