A table with the specified name is not known to you. This table may not exist; or this table exists but you have no privileges for it.
Use a QUERY statement issued on the system table DOMAIN.TABLES to find out the names of the tables for which you have privileges. Then correct the table name. It may be sufficient to place the missing owner in front of it. If this does not remove the error, create a table with the desired name or check why you have no privileges for the existing table.