Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't import tables from a schema in DB2 #17

Open
janzamojski opened this issue May 26, 2021 · 0 comments
Open

Can't import tables from a schema in DB2 #17

janzamojski opened this issue May 26, 2021 · 0 comments

Comments

@janzamojski
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant