SQLCODE -204 means "object does not exist".
DB2 is looking for the object "DB2INST1.USERS"

The DB2 assumes that db2inst1 is the schema name. 
You can use the SET SCHEMA statement or use the userid with the same
name as your schema.

Regards,
Ovidijus.

On Tue, 2010-03-23 at 18:59 +0800, ANUJ KUMAR wrote:
> DB2 SQL Error: SQLCODE=-204, SQLSTATE=42704

-- 
You received this message because you are subscribed to the Google
Groups "Java EE (J2EE) Programming with Passion!" group.
To post to this group, send email to
java-ee-j2ee-programming-with-passion@googlegroups.com
To unsubscribe from this group, send email to
java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en?hl=en

To unsubscribe from this group, send email to 
java-ee-j2ee-programming-with-passion+unsubscribegooglegroups.com or reply to 
this email with the words "REMOVE ME" as the subject.

Reply via email to