<?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: How to Schedule JSL and Python Scripts Sequentially in JMP 19 in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-Schedule-JSL-and-Python-Scripts-Sequentially-in-JMP-19/m-p/937154#M109244</link>
    <description>&lt;P&gt;First I would try to figure out what is the issue with Task Scheduler. Next I would try to google some trustworthy scheduling options. I have no proper recommendations as I have been fine with Task Scheduler or different Python based orchestrators for scheduling Python ETL.&lt;/P&gt;</description>
    <pubDate>Tue, 24 Mar 2026 16:33:51 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2026-03-24T16:33:51Z</dc:date>
    <item>
      <title>How to Schedule JSL and Python Scripts Sequentially in JMP 19</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-Schedule-JSL-and-Python-Scripts-Sequentially-in-JMP-19/m-p/937081#M109236</link>
      <description>"I am a JMP 19 user. I would like to automate a JSL script to run every morning at 7:00 AM, which fetches data from Oracle via ODBC, updates the data table, and saves it as an .xlsx file. Subsequently, I want to execute a Python script at 8:00 AM that imports that .xlsx file, performs various operations, and sends the results via email. I already have both the JSL and .py files—how can I automate this entire workflow?"</description>
      <pubDate>Tue, 24 Mar 2026 10:08:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-Schedule-JSL-and-Python-Scripts-Sequentially-in-JMP-19/m-p/937081#M109236</guid>
      <dc:creator>Ronaldo</dc:creator>
      <dc:date>2026-03-24T10:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to Schedule JSL and Python Scripts Sequentially in JMP 19</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-Schedule-JSL-and-Python-Scripts-Sequentially-in-JMP-19/m-p/937107#M109238</link>
      <description>&lt;P&gt;If you are using Windows you could use Task Scheduler&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2026 11:11:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-Schedule-JSL-and-Python-Scripts-Sequentially-in-JMP-19/m-p/937107#M109238</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2026-03-24T11:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to Schedule JSL and Python Scripts Sequentially in JMP 19</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-Schedule-JSL-and-Python-Scripts-Sequentially-in-JMP-19/m-p/937108#M109239</link>
      <description>I’m already aware of that, but for some reason, it’s not working on my PC. Are there any other ways to handle this?</description>
      <pubDate>Tue, 24 Mar 2026 11:15:53 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-Schedule-JSL-and-Python-Scripts-Sequentially-in-JMP-19/m-p/937108#M109239</guid>
      <dc:creator>Ronaldo</dc:creator>
      <dc:date>2026-03-24T11:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to Schedule JSL and Python Scripts Sequentially in JMP 19</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-Schedule-JSL-and-Python-Scripts-Sequentially-in-JMP-19/m-p/937154#M109244</link>
      <description>&lt;P&gt;First I would try to figure out what is the issue with Task Scheduler. Next I would try to google some trustworthy scheduling options. I have no proper recommendations as I have been fine with Task Scheduler or different Python based orchestrators for scheduling Python ETL.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2026 16:33:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-Schedule-JSL-and-Python-Scripts-Sequentially-in-JMP-19/m-p/937154#M109244</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2026-03-24T16:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to Schedule JSL and Python Scripts Sequentially in JMP 19</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-Schedule-JSL-and-Python-Scripts-Sequentially-in-JMP-19/m-p/937157#M109245</link>
      <description>&lt;P&gt;Hi Ronaldo,&lt;/P&gt;
&lt;P&gt;Generally you need Admin privileges to run scheduled tasks on Windows if the operation works outside of your user folders. You will likely need "Log on as a batch job" permission as well.&amp;nbsp; If your IT group won't give you permissions for this, you can start JMP manually and try to use the Schedule function in JSL, but that may constrain what you can do to within the JMP session.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Brian Corcoran&lt;/P&gt;
&lt;P&gt;JMP Development&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2026 17:03:08 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-Schedule-JSL-and-Python-Scripts-Sequentially-in-JMP-19/m-p/937157#M109245</guid>
      <dc:creator>briancorcoran</dc:creator>
      <dc:date>2026-03-24T17:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to Schedule JSL and Python Scripts Sequentially in JMP 19</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-Schedule-JSL-and-Python-Scripts-Sequentially-in-JMP-19/m-p/937159#M109247</link>
      <description>&lt;P&gt;There are quite a few Q&amp;amp;A on this site about task scheduler on win.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You should not try to use the JMP scheduler function for an app that needs to run long term; you need something like the OS task scheduler that will restart when the machine restarts. I think some of the Q&amp;amp;A may have been about how to get a started-but-not-logged-in machine to run JMP.&lt;/P&gt;
&lt;P&gt;JMP can be started from the command line with a .jsl file to execute, and that is probably what you want from the win task scheduler.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2026 17:11:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-Schedule-JSL-and-Python-Scripts-Sequentially-in-JMP-19/m-p/937159#M109247</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2026-03-24T17:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to Schedule JSL and Python Scripts Sequentially in JMP 19</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-Schedule-JSL-and-Python-Scripts-Sequentially-in-JMP-19/m-p/937194#M109256</link>
      <description>&lt;P class="_tgt transPara grammarSection"&gt;&lt;SPAN class="transSent" data-group="0-0"&gt;I'm using a simple method:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="_tgt transPara grammarSection"&gt;&lt;SPAN class="transSent" data-group="1-0"&gt;Run it at a scheduled time in AutoHotkey because I have a large AHK that runs as soon as the AutoHotkey boots up.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="_tgt transPara grammarSection"&gt;&lt;SPAN class="transSent" data-group="2-0"&gt;AutoHotkey is so useful.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2026 00:57:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-Schedule-JSL-and-Python-Scripts-Sequentially-in-JMP-19/m-p/937194#M109256</guid>
      <dc:creator>lwx228</dc:creator>
      <dc:date>2026-03-25T00:57:06Z</dc:date>
    </item>
  </channel>
</rss>

