<?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: Automate TAC license installation via Linux RPM package in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Automate-TAC-license-installation-via-Linux-RPM-package/m-p/2287686#M146809</link>
    <description>Talend supports setting the license key since version 5.2 using the metaservlet.&amp;nbsp; I use the metaservlet but have not used the setLicenseKey action.
&lt;BR /&gt;
&lt;A href="https://help.talend.com/search/all?query=Calling+metaServlet&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/search/all?query=Calling+metaServlet&amp;amp;content-lang=en&lt;/A&gt;
&lt;BR /&gt;----------------------------------------------------------
&lt;BR /&gt;&amp;nbsp; Command: setLicenseKey
&lt;BR /&gt;----------------------------------------------------------
&lt;BR /&gt;Description&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : Set a new license for Talend Administrator Center
&lt;BR /&gt;Requires authentication : true
&lt;BR /&gt;Since&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 5.2
&lt;BR /&gt;Sample&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; :
&lt;BR /&gt;{
&lt;BR /&gt;&amp;nbsp; "actionName": "setLicenseKey",
&lt;BR /&gt;&amp;nbsp; "authPass": "admin",
&lt;BR /&gt;&amp;nbsp; "authUser": "admin@company.com",
&lt;BR /&gt;&amp;nbsp; "licenseKeyPath": "c:/temp/TDQ_EE.license"
&lt;BR /&gt;}
&lt;BR /&gt;Specific error codes&amp;nbsp;&amp;nbsp;&amp;nbsp; :
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 110: license is not file or not exist
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 111: license file operation failed</description>
    <pubDate>Wed, 07 Jan 2015 22:27:19 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-01-07T22:27:19Z</dc:date>
    <item>
      <title>Automate TAC license installation via Linux RPM package</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Automate-TAC-license-installation-via-Linux-RPM-package/m-p/2287685#M146808</link>
      <description>Other than the normal method of browsing to a license file on the local machine via the TAC's 
&lt;B&gt;LICENSES-&amp;gt;Add new license&lt;/B&gt; GUI view, has anyone running on Linux had any success with creating an rpm package to automate the process of configuring the TAC with a new license file? 
&lt;BR /&gt;It doesn't appear that the command line supports this (i.e. uploading of a license file to the TAC). For example, is there a way to directly load the license file into the database that the TAC uses, or a way to invoke a web service POST that presents the license file to the TAC? 
&lt;BR /&gt;We are creating several Linux rpm packages to automate things like: 
&lt;BR /&gt; 
&lt;BR /&gt;setting up Talend environment variables, 
&lt;BR /&gt;installation of Talend license file 
&lt;BR /&gt;installation of the job server 
&lt;BR /&gt;installation of TAC and command line, 
&lt;BR /&gt;etc 
&lt;BR /&gt;It would nice to have a way to automate this, since we will have quite a few TAC servers in support of the various DEV, QA, and PROD environments.</description>
      <pubDate>Sat, 16 Nov 2024 11:22:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Automate-TAC-license-installation-via-Linux-RPM-package/m-p/2287685#M146808</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: Automate TAC license installation via Linux RPM package</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Automate-TAC-license-installation-via-Linux-RPM-package/m-p/2287686#M146809</link>
      <description>Talend supports setting the license key since version 5.2 using the metaservlet.&amp;nbsp; I use the metaservlet but have not used the setLicenseKey action.
&lt;BR /&gt;
&lt;A href="https://help.talend.com/search/all?query=Calling+metaServlet&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/search/all?query=Calling+metaServlet&amp;amp;content-lang=en&lt;/A&gt;
&lt;BR /&gt;----------------------------------------------------------
&lt;BR /&gt;&amp;nbsp; Command: setLicenseKey
&lt;BR /&gt;----------------------------------------------------------
&lt;BR /&gt;Description&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : Set a new license for Talend Administrator Center
&lt;BR /&gt;Requires authentication : true
&lt;BR /&gt;Since&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 5.2
&lt;BR /&gt;Sample&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; :
&lt;BR /&gt;{
&lt;BR /&gt;&amp;nbsp; "actionName": "setLicenseKey",
&lt;BR /&gt;&amp;nbsp; "authPass": "admin",
&lt;BR /&gt;&amp;nbsp; "authUser": "admin@company.com",
&lt;BR /&gt;&amp;nbsp; "licenseKeyPath": "c:/temp/TDQ_EE.license"
&lt;BR /&gt;}
&lt;BR /&gt;Specific error codes&amp;nbsp;&amp;nbsp;&amp;nbsp; :
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 110: license is not file or not exist
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 111: license file operation failed</description>
      <pubDate>Wed, 07 Jan 2015 22:27:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Automate-TAC-license-installation-via-Linux-RPM-package/m-p/2287686#M146809</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-07T22:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: Automate TAC license installation via Linux RPM package</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Automate-TAC-license-installation-via-Linux-RPM-package/m-p/2287687#M146810</link>
      <description>Hi Steve,&lt;BR /&gt;If you have found a solution - please share it, we are interested in same automation.&lt;BR /&gt;Thank you!</description>
      <pubDate>Tue, 05 Jul 2016 17:50:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Automate-TAC-license-installation-via-Linux-RPM-package/m-p/2287687#M146810</guid>
      <dc:creator>Gadik</dc:creator>
      <dc:date>2016-07-05T17:50:24Z</dc:date>
    </item>
  </channel>
</rss>

