cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • DownloadSemiconductor Toolkit: Tools to create wafer maps, add wafer geometry to graphics, explore die defects & compare wafers.
  • Discovery Summit 2026: Early User Edition - September 23-24.Register. It's free.
  • Use JMP Clinical with CDISC-compliant data. Review studies, ID safety and efficacy signals & communicate findings with interactive graphics. Register to see how. Aug. 27, 2 pm US ET.

JMP Knowledge Base

Choose Language Hide Translation Bar
Selecting schemas in JMP® 19 Query Builder causes JMP to become non-responsive.

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:

  1. Close JMP and reopen it.
  2. Click File > New > Script.
  3. Please paste the JSL Preferences(ODBCIgnorePrivileges(1));
  4. Execute the command.
  5. 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));



 

 

 

Details
Operating System
Windows
Reported Version
19.0
Products JMP JMP Pro JMP Clinical

Recommended Articles