SQL/MX Programming Manual for Java
SQLJ Error Messages
HP NonStop SQL/MX Programming Manual for Java—523726-003
D-95
SQLJ Run-Time Messages
SQLSTATE 46130
Cause. The SQLJ run time expected this statement to contain no parameters in the 
profile entry but found parameters in the profile.
Effect. SQLJ cannot execute this statement.
Recovery. Report the entire message to your service provider.
SQLSTATE 46130
Cause. The SQLJ run time could not find the profile profile-name. For example, a 
class file might be missing, or an I/O error occurred while reading the profile.
Effect. SQLJ cannot execute this statement.
Recovery. Verify that the serialized profile (.ser) or profile class (.class) file exists 
and is readable. If the error recurs, report the entire message to your service provider.
SQLSTATE 46130
Cause. The SQLJ run time called an unexpected method for this statement. For 
example, SQLJ called getXXX methods for a statement type of 
PREPARE_STATEMENT.
Effect. SQLJ cannot execute this statement.
Recovery. Verify that SQLJ is calling the appropriate method for the statement type. If 
the error recurs, report the entire message to your service provider.
Messages Without SQLSTATE Values
Message Without an SQLSTATE Value
Cause. The SQLJ run time encountered actual-number columns when it expected 
expected-number of columns.
Effect. SQLJ cannot execute this statement.
expected statement 'statement-name' to use 0 (zero) 
parameters, found 
num-params 
profile 
profile-name not found: exception 
unexpected call to method 
method-name 
expected 
expected-number columns in select list but found 
actual-number 










