You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to either create an ERD containing tables or to import tables into an existing ERD from a DB2 database the schema name, although specified, seems to default to the name of the user that logs on to the database. The "Load Tables" button works correctly, i.e. the tables are loaded from the specified schema but if I select one or more and click the "Finish" button, I get a com.ibm.db2.jcc.am.SqlSyntaxErrorException: DB2 SQL Error: SQLCODE=-204, SQLSTATE=42704, which indicates that the table doesn't exist in the schema named after the database user. This is obviously true, because the table lives in the schema that I specified in the GUI but somehow this doesn't get recognized.
The text was updated successfully, but these errors were encountered:
When trying to either create an ERD containing tables or to import tables into an existing ERD from a DB2 database the schema name, although specified, seems to default to the name of the user that logs on to the database. The "Load Tables" button works correctly, i.e. the tables are loaded from the specified schema but if I select one or more and click the "Finish" button, I get a com.ibm.db2.jcc.am.SqlSyntaxErrorException: DB2 SQL Error: SQLCODE=-204, SQLSTATE=42704, which indicates that the table doesn't exist in the schema named after the database user. This is obviously true, because the table lives in the schema that I specified in the GUI but somehow this doesn't get recognized.
The text was updated successfully, but these errors were encountered: