cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.
Get the free JMP Student Edition for qualified students and instructors at degree granting institutions.
Choose Language Hide Translation Bar
View Original Published Thread

Difficulties opening jmpaddin stored on sharepoint site with scripting

johnmoore
Level IV

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.