<?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 How to make Control-m on mainframe trigger QlikSense CLI to run a data injection job on QlikSense in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-make-Control-m-on-mainframe-trigger-QlikSense-CLI-to-run/m-p/1756978#M13446</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Control-M job needs to be extended, at the end of the job, it needs to write a message to QlikSense Command Line Interface(CLI) tool.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The QlikSense CLI tool can then initiate the scheduled data ingestion requests.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If anyone has tried implementing this it would be helpful to know the steps to follow and code line to include in extended Control-M job.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 01:12:45 GMT</pubDate>
    <dc:creator>aniketgoel</dc:creator>
    <dc:date>2024-11-16T01:12:45Z</dc:date>
    <item>
      <title>How to make Control-m on mainframe trigger QlikSense CLI to run a data injection job on QlikSense</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-make-Control-m-on-mainframe-trigger-QlikSense-CLI-to-run/m-p/1756978#M13446</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Control-M job needs to be extended, at the end of the job, it needs to write a message to QlikSense Command Line Interface(CLI) tool.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The QlikSense CLI tool can then initiate the scheduled data ingestion requests.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If anyone has tried implementing this it would be helpful to know the steps to follow and code line to include in extended Control-M job.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:12:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-make-Control-m-on-mainframe-trigger-QlikSense-CLI-to-run/m-p/1756978#M13446</guid>
      <dc:creator>aniketgoel</dc:creator>
      <dc:date>2024-11-16T01:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to make Control-m on mainframe trigger QlikSense CLI to run a data injection job on QlikSens</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-make-Control-m-on-mainframe-trigger-QlikSense-CLI-to-run/m-p/1757081#M13448</link>
      <description>&lt;P&gt;About the best I can offer is a point to the API documentation where you will find the APIs for the calls:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/September2020/APIs/EngineAPI/index.html" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/September2020/APIs/EngineAPI/index.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/September2020/APIs/EngineAPI/services-Doc-DoReload.html" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/September2020/APIs/EngineAPI/services-Doc-DoReload.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/September2020/APIs/EngineAPI/services-Doc-DoReloadEx.html" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/September2020/APIs/EngineAPI/services-Doc-DoReloadEx.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;There are likely other APIs that are going to be needed to create a full setup for things.&amp;nbsp; I am not aware of anyone having written anything such as was done in the QlikView side regarding an exe file etc., but maybe someone else will reply, sorry I do not have something better.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Thu, 29 Oct 2020 14:45:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-make-Control-m-on-mainframe-trigger-QlikSense-CLI-to-run/m-p/1757081#M13448</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-10-29T14:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to make Control-m on mainframe trigger QlikSense CLI to run a data injection job on QlikSense</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-make-Control-m-on-mainframe-trigger-QlikSense-CLI-to-run/m-p/1759481#M13514</link>
      <description>&lt;P&gt;When you say "QlikSense Command Line Interface(CLI) tool" are you referring&amp;nbsp;to the PowerShell Module Qlik-CLI?&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://github.com/ahaydon/Qlik-Cli-Windows/wiki" target="_blank" rel="noopener"&gt;https://github.com/ahaydon/Qlik-Cli-Windows/wiki&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="inherit"&gt;If so, you can write your PowerShell script to connect to the QRS apis and perform the &lt;/FONT&gt;necessary&lt;FONT face="inherit"&gt;&amp;nbsp;tasks and validate that it is working correctly.&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="inherit"&gt;Then you can use the &lt;/FONT&gt;following&lt;FONT face="inherit"&gt;&amp;nbsp;article to &lt;/FONT&gt;schedule&lt;FONT face="inherit"&gt;&amp;nbsp;it in Control-M&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://communities.bmc.com/docs/DOC-64328" target="_blank" rel="noopener"&gt;https://communities.bmc.com/docs/DOC-64328&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Nov 2020 23:10:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-make-Control-m-on-mainframe-trigger-QlikSense-CLI-to-run/m-p/1759481#M13514</guid>
      <dc:creator>Marc</dc:creator>
      <dc:date>2020-11-06T23:10:54Z</dc:date>
    </item>
  </channel>
</rss>

