Hello,
I believe I’ve found part of the issue. It appears the MS SQL Server JDBC Driver 2.0 does not work with our scaffolding functionality. The 3.0 SQL Server JDBC Driver does work, and looking at the 3.0 release notes, I see the following as a fix:
411695 getSchemas should return schema information
In previous versions of the driver, the driver returned user information instead of
the schema information.The driver will now return schema information and supports pattern
matching for schema name per JDBC spec
This makes sense since the scaffolding wizard was not populating the schema information with the 2.0 driver.
Another thing to note: When switching JARs in the data connection, some caching is going on with the JAR that prevents the scaffolding wizard to use the new JAR. So, if you are using the 2.0 JAR in a current connection, you will need to either delete that connection, create a new one – or switch the JARs in the connection and restart ME4S.
Kind regards,
Dave