In some instances, connecting Query Builder to a database may cause JMP® to become non-responsive. This will typically be noticed at the Select Database Connection after connecting to your DSN.
JMP 19 checks for implicit SELECT table privileges, which negatively impacts JMP for customers with a lot of data tables within a database.
Workaround:
- Close JMP and reopen it.
- Click File > New > Script.
- Please paste the JSL Preferences(ODBCIgnorePrivileges(1));
- Execute the command.
- You will now be able to select your schema and populate tables after connecting in the Select Database Connection screen.
To avoid repeating this workaround daily, create a Startup Script that sets the following preference in JSL.
Preferences(ODBCIgnorePrivileges(1));