cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
erickskrobot
Level I

Disabling JMP Live, JMP Public and Check for Updates on preferences file

Hi,

I am working on the upgrade to the version 16 of JMP in my company, and we have a preferences file that disables JMP Live, JMP Public and Check for Updates.

This is how the file looks like:

Disable JMP Server URL("*");
Disable JMP Live URL("*");
Check for Updates( 0 );
Update Check Frequency( 1 );

 

But testing this file with version 16 it does not seem to work, as I can still check for updates and access both JMP Live and JMP Public, and I could not find anything related on the documentation library. Did these change with this new version?

 

Thanks,

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Disabling JMP Live, JMP Public and Check for Updates on preferences file

I'm checking end-to-end now, but in 16 the option Disable JMP Live URL, needs to be in jmpStartAdmin.jsl

In your case, to disable publishing to public.jmp.com, you'd want:

 

 

Disable JMP Live URL("*public.jmp.com");

The * at the front takes care of https:// and http://

View solution in original post

2 REPLIES 2
txnelson
Super User

Re: Disabling JMP Live, JMP Public and Check for Updates on preferences file

I believe you need to contact the JMP 16 test and development team on this.  Go to the Help pull down menu in JMP 16 and submit either a Bug report, or a Feedback report. 

Or, contact JMP support

     support@jmp.com

Jim

Re: Disabling JMP Live, JMP Public and Check for Updates on preferences file

I'm checking end-to-end now, but in 16 the option Disable JMP Live URL, needs to be in jmpStartAdmin.jsl

In your case, to disable publishing to public.jmp.com, you'd want:

 

 

Disable JMP Live URL("*public.jmp.com");

The * at the front takes care of https:// and http://

Recommended Articles