When a database has a lot of tables, the FBTableStatisticsManager.getTableStatistics call fails.
The getTableCount() returns 1367, thus bufferSize() returns 65641, which is bigger than the 64K suppored by the FB API.
Can you reduce getDatabaseInfo() call buffer size requirement by getting the stats one-by-one ( getInfoItems() )?
When a database has a lot of tables, the FBTableStatisticsManager.getTableStatistics call fails.
The getTableCount() returns 1367, thus bufferSize() returns 65641, which is bigger than the 64K suppored by the FB API.
Can you reduce getDatabaseInfo() call buffer size requirement by getting the stats one-by-one ( getInfoItems() )?