S
stevev
Guest
The typical cause of the error you saw is that all the tables you selected did not have a primary key. If at least one table has a primary key, then the model generation will succeed but with warnings. You should be able to view the warnings through the WebUI. You can still include tables without a primary key by indicating the column(s) you would like to use as the key column(s).
Continue reading...
Continue reading...