<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Saving JMP File / data table in Sharepoint through JSL in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Saving-JMP-File-data-table-in-Sharepoint-through-JSL/m-p/389372#M63952</link>
    <description>&lt;P&gt;Here's a 2010 article that expands on &lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/4550"&gt;@pmroz&lt;/a&gt; comments.&lt;/P&gt;&lt;P&gt;&lt;A href="https://whitepages.unlimitedviz.com/2010/12/unc-path-naming-for-files-stored-on-sharepoint-2/" target="_blank" rel="noopener"&gt;https://whitepages.unlimitedviz.com/2010/12/unc-path-naming-for-files-stored-on-sharepoint-2/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not a sharepoint user, but it appears you need some software on your machine that makes the http WebDAV stuff from sharepoint appear to be a network file. (Edit: And Isaac has a good comment at the bottom of that blog.)&lt;/P&gt;&lt;P&gt;As far as I know there is no builtin capability for this in JMP.&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/3022"&gt;@briancorcoran&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 29 May 2021 13:33:19 GMT</pubDate>
    <dc:creator>Craige_Hales</dc:creator>
    <dc:date>2021-05-29T13:33:19Z</dc:date>
    <item>
      <title>Saving JMP File / data table in Sharepoint through JSL</title>
      <link>https://community.jmp.com/t5/Discussions/Saving-JMP-File-data-table-in-Sharepoint-through-JSL/m-p/389003#M63907</link>
      <description>&lt;P&gt;I'm trying to store a jmp data table which I can periodically update through JSL script (e.g. treating it like a check-in, check-out log).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So far, I was able to successfully open the data table using the Open() function. However, instead of opening the actual data table, it downloaded like a temporary copy of the table from sharepoint as I see that the table name became "Untitled $$$".&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is still acceptable as long as I can just save this new table in the same sharepoint directory and write over the existing file. I tried the Save(), Save as(), Copy Location () but none of these functions work.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The errors which I faced are similar to the ones discussed in this thread below:&lt;/P&gt;
&lt;P&gt;&lt;LI-MESSAGE title="Save data table to a sharepoint" uid="5252" url="https://community.jmp.com/t5/Discussions/Save-data-table-to-a-sharepoint/m-p/5252#U5252" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I wonder if there are any new solutions since 2012.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Appreciate the help&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 19:48:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Saving-JMP-File-data-table-in-Sharepoint-through-JSL/m-p/389003#M63907</guid>
      <dc:creator>Djtjhin</dc:creator>
      <dc:date>2023-06-09T19:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: Saving JMP File / data table in Sharepoint through JSL</title>
      <link>https://community.jmp.com/t5/Discussions/Saving-JMP-File-data-table-in-Sharepoint-through-JSL/m-p/389372#M63952</link>
      <description>&lt;P&gt;Here's a 2010 article that expands on &lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/4550"&gt;@pmroz&lt;/a&gt; comments.&lt;/P&gt;&lt;P&gt;&lt;A href="https://whitepages.unlimitedviz.com/2010/12/unc-path-naming-for-files-stored-on-sharepoint-2/" target="_blank" rel="noopener"&gt;https://whitepages.unlimitedviz.com/2010/12/unc-path-naming-for-files-stored-on-sharepoint-2/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not a sharepoint user, but it appears you need some software on your machine that makes the http WebDAV stuff from sharepoint appear to be a network file. (Edit: And Isaac has a good comment at the bottom of that blog.)&lt;/P&gt;&lt;P&gt;As far as I know there is no builtin capability for this in JMP.&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/3022"&gt;@briancorcoran&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 29 May 2021 13:33:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Saving-JMP-File-data-table-in-Sharepoint-through-JSL/m-p/389372#M63952</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2021-05-29T13:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: Saving JMP File / data table in Sharepoint through JSL</title>
      <link>https://community.jmp.com/t5/Discussions/Saving-JMP-File-data-table-in-Sharepoint-through-JSL/m-p/389716#M63989</link>
      <description>&lt;P&gt;A few links that may or may not have some helpful info, I cannot tell if the errors in your example are the same as was discussed in these more recent posts:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;LI-MESSAGE title="Unable to save file to Sharepoint" uid="342106" url="https://community.jmp.com/t5/Discussions/Unable-to-save-file-to-Sharepoint/m-p/342106#U342106" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;LI-MESSAGE title="How to extract data from an Excel file on Sharepoint?" uid="336998" url="https://community.jmp.com/t5/Discussions/How-to-extract-data-from-an-Excel-file-on-Sharepoint/m-p/336998#U336998" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;LI-MESSAGE title="Open microsoft office 365 cloud-based excel from JMP/JSL?" uid="242367" url="https://community.jmp.com/t5/Discussions/Open-microsoft-office-365-cloud-based-excel-from-JMP-JSL/m-p/242367#U242367" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jun 2021 20:52:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Saving-JMP-File-data-table-in-Sharepoint-through-JSL/m-p/389716#M63989</guid>
      <dc:creator>ih</dc:creator>
      <dc:date>2021-06-01T20:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: Saving JMP File / data table in Sharepoint through JSL</title>
      <link>https://community.jmp.com/t5/Discussions/Saving-JMP-File-data-table-in-Sharepoint-through-JSL/m-p/389763#M63999</link>
      <description>&lt;P&gt;Thanks for sharing this.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jun 2021 03:12:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Saving-JMP-File-data-table-in-Sharepoint-through-JSL/m-p/389763#M63999</guid>
      <dc:creator>Djtjhin</dc:creator>
      <dc:date>2021-06-02T03:12:36Z</dc:date>
    </item>
  </channel>
</rss>

