<?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: List of all Schema Load Schedules in Administrative Discussions</title>
    <link>https://community.incorta.com/t5/administrative-discussions/list-of-all-schema-load-schedules/m-p/2990#M50</link>
    <description>&lt;P&gt;Hi Rasha,&lt;/P&gt;&lt;P&gt;The above query will only help us retrieve the Job Names by schema. But we would like to know the details (similar to Schedule Screen - Like timings, Load Type, Days etc) of the schedule of each job.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Srini&lt;/P&gt;</description>
    <pubDate>Wed, 19 Oct 2022 16:14:35 GMT</pubDate>
    <dc:creator>srini_ch</dc:creator>
    <dc:date>2022-10-19T16:14:35Z</dc:date>
    <item>
      <title>List of all Schema Load Schedules</title>
      <link>https://community.incorta.com/t5/administrative-discussions/list-of-all-schema-load-schedules/m-p/2918#M48</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Is there a way to retrieve all the schema load schedules with details in a tenant?&lt;/P&gt;&lt;P&gt;Version - 5.1.4&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;</description>
      <pubDate>Mon, 10 Oct 2022 17:08:20 GMT</pubDate>
      <guid>https://community.incorta.com/t5/administrative-discussions/list-of-all-schema-load-schedules/m-p/2918#M48</guid>
      <dc:creator>srini_ch</dc:creator>
      <dc:date>2022-10-10T17:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: List of all Schema Load Schedules</title>
      <link>https://community.incorta.com/t5/administrative-discussions/list-of-all-schema-load-schedules/m-p/2964#M49</link>
      <description>&lt;P&gt;Hi Srini,&lt;/P&gt;&lt;P&gt;Please Try the following query using Incorta metadata DB:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;SELECT
    A.NAME AS "Schema_Name",
    B."NAME" AS "Job_Name",
    B.DESCRIPTION AS "Description"
FROM
    _IncortaMetadata.SCHEMA A
    JOIN _IncortaMetadata.SCHEDULER_JOB B ON A.ID = B.ENTITYID
WHERE
    (B.JOBTYPE = 1)
    And B.ENTITYTYPE = 5&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 17 Oct 2022 11:35:27 GMT</pubDate>
      <guid>https://community.incorta.com/t5/administrative-discussions/list-of-all-schema-load-schedules/m-p/2964#M49</guid>
      <dc:creator>Rasha</dc:creator>
      <dc:date>2022-10-17T11:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: List of all Schema Load Schedules</title>
      <link>https://community.incorta.com/t5/administrative-discussions/list-of-all-schema-load-schedules/m-p/2990#M50</link>
      <description>&lt;P&gt;Hi Rasha,&lt;/P&gt;&lt;P&gt;The above query will only help us retrieve the Job Names by schema. But we would like to know the details (similar to Schedule Screen - Like timings, Load Type, Days etc) of the schedule of each job.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Srini&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2022 16:14:35 GMT</pubDate>
      <guid>https://community.incorta.com/t5/administrative-discussions/list-of-all-schema-load-schedules/m-p/2990#M50</guid>
      <dc:creator>srini_ch</dc:creator>
      <dc:date>2022-10-19T16:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: List of all Schema Load Schedules</title>
      <link>https://community.incorta.com/t5/administrative-discussions/list-of-all-schema-load-schedules/m-p/3223#M64</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is there any update on this request?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Srini&lt;/P&gt;</description>
      <pubDate>Fri, 11 Nov 2022 18:52:44 GMT</pubDate>
      <guid>https://community.incorta.com/t5/administrative-discussions/list-of-all-schema-load-schedules/m-p/3223#M64</guid>
      <dc:creator>srini_ch</dc:creator>
      <dc:date>2022-11-11T18:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: List of all Schema Load Schedules</title>
      <link>https://community.incorta.com/t5/administrative-discussions/list-of-all-schema-load-schedules/m-p/3284#M65</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.incorta.com/t5/user/viewprofilepage/user-id/333"&gt;@srini_ch&lt;/a&gt;&amp;nbsp; -&amp;nbsp;&lt;/P&gt;
&lt;DIV class="p-rich_text_section"&gt;I created a dashboard that which shows the dashboard and schema schedule information (attached) . For this I had to import couple of new tables into Incorta metadata schema to make it work. If these tables and joins already exist then dont have to do these changes. Below are the changes to be done in Physical schema (_IncortaMetadata)&lt;/DIV&gt;
&lt;UL class="p-rich_text_list p-rich_text_list__bullet" data-stringify-type="unordered-list" data-indent="0" data-border="0"&gt;
&lt;LI data-stringify-indent="0" data-stringify-border="0"&gt;Import following table&lt;/LI&gt;
&lt;/UL&gt;
&lt;PRE class="c-mrkdwn__pre" data-stringify-type="pre"&gt;QRTZ_TRIGGERS
QRTZ_SIMPROP_TRIGGERS&lt;/PRE&gt;
&lt;UL class="p-rich_text_list p-rich_text_list__bullet" data-stringify-type="unordered-list" data-indent="0" data-border="0"&gt;
&lt;LI data-stringify-indent="0" data-stringify-border="0"&gt;Create a formula column in the SCHEDULER_JOB table. Defined the column name as ID_String. Below is the formula logic&lt;/LI&gt;
&lt;/UL&gt;
&lt;PRE class="c-mrkdwn__pre" data-stringify-type="pre"&gt;string(
  _IncortaMetadata.SCHEDULER_JOB.ID
)&lt;/PRE&gt;
&lt;UL class="p-rich_text_list p-rich_text_list__bullet" data-stringify-type="unordered-list" data-indent="0" data-border="0"&gt;
&lt;LI data-stringify-indent="0" data-stringify-border="0"&gt;&amp;nbsp;Define the join between SCHEDULER_JOB to QRTZ_TRIGGERS, USERS table (Refer to the screenshot)&lt;/LI&gt;
&lt;/UL&gt;
&lt;PRE class="c-mrkdwn__pre" data-stringify-type="pre"&gt;SCHEDULER_JOB.ID_String ------&amp;gt; QRTZ_TRIGGERS.TRIGGER_NAME
SCHEDULER_JOB.OWNERID -----&amp;gt; USER.ID&lt;/PRE&gt;
&lt;UL class="p-rich_text_list p-rich_text_list__bullet" data-stringify-type="unordered-list" data-indent="0" data-border="0"&gt;
&lt;LI data-stringify-indent="0" data-stringify-border="0"&gt;&amp;nbsp;Define the join between QRTZ_TRIGGERS to QRTZ_SIMPROP_TRIGGERS table&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Sun, 13 Nov 2022 17:44:13 GMT</pubDate>
      <guid>https://community.incorta.com/t5/administrative-discussions/list-of-all-schema-load-schedules/m-p/3284#M65</guid>
      <dc:creator>amit_kothari</dc:creator>
      <dc:date>2022-11-13T17:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: List of all Schema Load Schedules</title>
      <link>https://community.incorta.com/t5/administrative-discussions/list-of-all-schema-load-schedules/m-p/3292#M66</link>
      <description>&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;Thanks for the above solution. After deploying the above, I noticed below,&lt;/P&gt;&lt;P&gt;1. Few schema load schedules are missing their "Recur Every" part in the QRTZ_SIMPROP_TRIGGERS table.&lt;/P&gt;&lt;P&gt;2. We have a few schema loads schedules to run only between business hours, and how do we show the between hours in the report.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Srini&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 18:39:01 GMT</pubDate>
      <guid>https://community.incorta.com/t5/administrative-discussions/list-of-all-schema-load-schedules/m-p/3292#M66</guid>
      <dc:creator>srini_ch</dc:creator>
      <dc:date>2022-11-15T18:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: List of all Schema Load Schedules</title>
      <link>https://community.incorta.com/t5/administrative-discussions/list-of-all-schema-load-schedules/m-p/3515#M73</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.incorta.com/t5/user/viewprofilepage/user-id/15"&gt;@amit_kothari&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Is there any update on how to address the above ask?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Srini&lt;/P&gt;</description>
      <pubDate>Thu, 29 Dec 2022 19:40:34 GMT</pubDate>
      <guid>https://community.incorta.com/t5/administrative-discussions/list-of-all-schema-load-schedules/m-p/3515#M73</guid>
      <dc:creator>srini_ch</dc:creator>
      <dc:date>2022-12-29T19:40:34Z</dc:date>
    </item>
  </channel>
</rss>

