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
johnmoore
Level IV

Difficulties opening jmpaddin stored on sharepoint site with scripting

When I manually open an add-in stored on a sharepoint site I get the following warning, but the add-in will install successfully.

 

johnmoore_0-1614613896101.pngjohnmoore_1-1614613921555.png

 

However, when I try to do the same from JSL, I get the following error.   Any ideas how I could get around this?

open("https://elancoah.sharepoint.com/sites/ElancoManagedJMPAdd-ins/addinDepot/hatchery.jmpaddin");

johnmoore_2-1614613969396.png

 

2 REPLIES 2
ih
Super User (Alumni) ih
Super User (Alumni)

Re: Difficulties opening jmpaddin stored on sharepoint site with scripting

You might need to authenticate with sharepoint first first before opening the file, maybe these two posts will help:

How to extract data from an Excel file on Sharepoint? 

Open microsoft office 365 cloud-based excel from JMP/JSL? 

johnmoore
Level IV

Re: Difficulties opening jmpaddin stored on sharepoint site with scripting

Thanks for the reply.  I authenticate by opening the site in a web browser box and then closing the box.  So far I am not having this issue with data files, just the add-in files.

Recommended Articles