<?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: Qlik Enterprise Manager - schedule question in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Enterprise-Manager-schedule-question/m-p/2539610#M15694</link>
    <description>&lt;P&gt;Great! Thanks for sharing&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/156834"&gt;@Jon_Donker&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;I missed the right context of the question. It is on Qlik Replicate....... my bad.&lt;BR /&gt;I'll mark your answer as solution.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Mark Costa&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 19 Dec 2025 05:57:33 GMT</pubDate>
    <dc:creator>marksouzacosta</dc:creator>
    <dc:date>2025-12-19T05:57:33Z</dc:date>
    <item>
      <title>Qlik Enterprise Manager - schedule question</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Enterprise-Manager-schedule-question/m-p/2539589#M15690</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;I am looking at migrating our QR schedules via pipelines for different environments.&amp;nbsp; When I export out the QR server via api and look at the schedules; I see the schedules are set up like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;{
    "name": "DEV_S004_GCS_DLA",
    "command_id": 25,
    "schedule": "0 1 * * * *",
    "command_requests": {
        "cleanlogs_req": {
            "server": {},
            "task": {},
            "fts": {}
        },
        "logfilerollover_req": {},
        "execute_req": {
            "task": "",
            "operation": "EXECUTE_OPERATIONS_BOTH",
            "flags": "FRESH"
        },
        "stoptask_req": {
            "task": ""
        }
    },
    "task": "DEV_T222_DL_LENDING_DLA",
    "is_local_time": true
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the "schedule" section - it looks like a cron; but it has six variables instead of the expected five.&amp;nbsp; Can you please inform me what these different variables mean?&lt;/P&gt;</description>
      <pubDate>Thu, 18 Dec 2025 22:16:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Enterprise-Manager-schedule-question/m-p/2539589#M15690</guid>
      <dc:creator>Jon_Donker</dc:creator>
      <dc:date>2025-12-18T22:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Enterprise Manager - schedule question</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Enterprise-Manager-schedule-question/m-p/2539599#M15691</link>
      <description>&lt;P class=""&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/156834"&gt;@Jon_Donker&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P class=""&gt;Great question! I believe the schedule format you're seeing is a cron expression, but it uses the &lt;STRONG&gt;Quartz cron format&lt;/STRONG&gt; rather than the standard Unix cron format. The key difference is that Quartz cron has &lt;STRONG&gt;6 fields&lt;/STRONG&gt; instead of 5, with &lt;STRONG&gt;seconds&lt;/STRONG&gt; as the first field.&lt;/P&gt;&lt;P class=""&gt;Here's the field breakdown:&lt;/P&gt;&lt;DIV class=""&gt;Position Field Allowed Values 1 &lt;STRONG&gt;Seconds&lt;/STRONG&gt; 0-59 2 Minutes 0-59 3 Hours 0-23 4 Day of month 1-31 5 Month 1-12 or JAN-DEC 6 Day of week 1-7 or SUN-SAT&lt;/DIV&gt;&lt;P class=""&gt;&lt;BR /&gt;So, for your example schedule "0 1 * * * *":&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;0&lt;/STRONG&gt; = at second 0&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;1&lt;/STRONG&gt; = at minute 1&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;*&lt;/STRONG&gt; = every hour&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;*&lt;/STRONG&gt; = every day of the month&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;*&lt;/STRONG&gt; = every month&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;*&lt;/STRONG&gt; = every day of the week&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;Full reference:&amp;nbsp;&lt;BR /&gt;&lt;A href="https://help.qlik.com/en-US/compose/December2024/Content/ComposeDWDL/Main/DW/Cron%20Format%20and%20Examples/cron_format_and_example.htm" target="_blank" rel="noopener"&gt;https://help.qlik.com/en-US/compose/December2024/Content/ComposeDWDL/Main/DW/Cron%20Format%20and%20Examples/cron_format_and_example.htm&lt;/A&gt;&lt;/P&gt;&lt;P class=""&gt;Hope this helps!&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Regards,&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;Mark Costa&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Dec 2025 03:17:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Enterprise-Manager-schedule-question/m-p/2539599#M15691</guid>
      <dc:creator>marksouzacosta</dc:creator>
      <dc:date>2025-12-19T03:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Enterprise Manager - schedule question</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Enterprise-Manager-schedule-question/m-p/2539603#M15693</link>
      <description>&lt;P&gt;Thanks Mark.&lt;/P&gt;&lt;P&gt;I worked it out after a bit of experimenting.&amp;nbsp; It is "Year" for the once off runs in Qlik Replicate.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Eg:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Jon_Donker_0-1766117306508.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/185879i2A4E701273735BDE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Jon_Donker_0-1766117306508.png" alt="Jon_Donker_0-1766117306508.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;{
	"name":	"Test",
	"command_id":	25,
	"schedule":	"30 15 7 1 * 2026",
	"command_requests":	{
		"cleanlogs_req":	{
			"server":	{
			},
			"task":	{
			},
			"fts":	{
			}
		},
		"logfilerollover_req":	{
		},
		"execute_req":	{
			"task":	"",
			"operation":	"EXECUTE_OPERATIONS_BOTH",
			"flags":	"FRESH"
		},
		"stoptask_req":	{
			"task":	""
		}
	},
	"task":	"EIT_T002_OB_RFSB_ACCT_02",
	"enabled":	false
}&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 19 Dec 2025 04:10:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Enterprise-Manager-schedule-question/m-p/2539603#M15693</guid>
      <dc:creator>Jon_Donker</dc:creator>
      <dc:date>2025-12-19T04:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Enterprise Manager - schedule question</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Enterprise-Manager-schedule-question/m-p/2539610#M15694</link>
      <description>&lt;P&gt;Great! Thanks for sharing&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/156834"&gt;@Jon_Donker&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;I missed the right context of the question. It is on Qlik Replicate....... my bad.&lt;BR /&gt;I'll mark your answer as solution.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Mark Costa&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Dec 2025 05:57:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Enterprise-Manager-schedule-question/m-p/2539610#M15694</guid>
      <dc:creator>marksouzacosta</dc:creator>
      <dc:date>2025-12-19T05:57:33Z</dc:date>
    </item>
  </channel>
</rss>

