I just tested with 2.2.1 and a simple table:
create table library.test (test_data varchar(256));
And I was able to find the table both with Object Type "Table" and "Table, Views and Other Objects".
A few things that could be a problem:
- authority
- wrong library either specified during the search, or not specified when creating the table and hence created in some arbitrary library
- SQL name vs System name as they could be different (e.g. create table library.sql_name for system name sys_name ...)
#Db2#Support#SupportMigration