pq22150 - "No table or view exists by that name." error reported for an existing table. ------------------------------------------------------------------------------------------------------------------ Affected Platforms: Affected Features: Database Prerequisites: Symptom: Accessing a db2 database running on a host mvs system. An error 'ABT.DBB.12.e: No table or view exists by that name.' is generated prior to a table update (insert or update) even though the table exists. The failing scenario issued a select against the table, then attempted to execute an insert. The following walkback was generated. Solution: Open a workspace on file pq22150.st and file in the patch. AbtDatabaseConnection>>#openTableNamed:ifError: sendt a self tableOrViewExistsNamed:ifError: message given the table name given as a parameter to #openTableNamed:ifError:. This check is typically superfluous since the table name should be valid as given. An unresolved error was being generated in some cases when connected to host database on the check.