SQLCODE -204 is "object does not exist".
I was getting this error while executing a query, this was happening because I was using the SCHEMA name of Q7 database and executing the query inside Q0 db.
means not able to find table with given user id.
When I corrected the db name it works fine.
This error also appear when you are not using schema name in query.