<?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: Configuration of Talend Adminstration Center through commandline in Installing and Upgrading</title>
    <link>https://community.qlik.com/t5/Installing-and-Upgrading/Configuration-of-Talend-Adminstration-Center-through-commandline/m-p/2351653#M1001</link>
    <description>Hi, 
&lt;BR /&gt;It should be H2 database if you don't change the default one for TAC. You cannot find configuration table in your h2? 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBox.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150961iCA7263E67AEE6F52/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBox.png" alt="0683p000009MBox.png" /&gt;&lt;/span&gt;</description>
    <pubDate>Mon, 09 Dec 2013 03:16:34 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-12-09T03:16:34Z</dc:date>
    <item>
      <title>Configuration of Talend Adminstration Center through commandline</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Configuration-of-Talend-Adminstration-Center-through-commandline/m-p/2351647#M995</link>
      <description>I was trying to automate a few processes and am interested in knowing if there is any way I can set all the configuration properties in TAC with out logging in through a browser. Maybe updating some config file or some tables on the h2 database. 
&lt;BR /&gt;We are using Talend Enterprise 5.3.1 
&lt;BR /&gt;Thanks 
&lt;BR /&gt;Aditya</description>
      <pubDate>Sat, 16 Nov 2024 11:49:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Configuration-of-Talend-Adminstration-Center-through-commandline/m-p/2351647#M995</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration of Talend Adminstration Center through commandline</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Configuration-of-Talend-Adminstration-Center-through-commandline/m-p/2351648#M996</link>
      <description>Hi,&lt;BR /&gt;You can edit Talend Administrator Center configuration.properties file which is located in&amp;lt;\apache-tomcat-Installation&amp;gt;\webapps\org.talend.administrator\WEB-INF\classes without logging in through a browser. Did you want to edit by auto?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 21 Nov 2013 06:52:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Configuration-of-Talend-Adminstration-Center-through-commandline/m-p/2351648#M996</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-21T06:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration of Talend Adminstration Center through commandline</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Configuration-of-Talend-Adminstration-Center-through-commandline/m-p/2351649#M997</link>
      <description>Actually yes I want to auto edit. Maybe, through the script. 
&lt;BR /&gt;Specifically, I wanted to know how add the parameters for svn server. We have a case where the hostname of our svn is dynamic. Please let me know if adding the following parameters will work. 
&lt;BR /&gt;config.svn,config.svn.serverLocationUrl,http://hostname/svn,true 
&lt;BR /&gt;config.svn,config.svn.username,username,true 
&lt;BR /&gt;config.svn,config.svn.password,password,true 
&lt;BR /&gt;config.svn,config.svn.commitLogPattern,{0},true 
&lt;BR /&gt;I found these parameters by doing export parameters in the configuration page on the web console. 
&lt;BR /&gt;Thanks 
&lt;BR /&gt;Aditya</description>
      <pubDate>Thu, 21 Nov 2013 12:45:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Configuration-of-Talend-Adminstration-Center-through-commandline/m-p/2351649#M997</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-21T12:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration of Talend Adminstration Center through commandline</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Configuration-of-Talend-Adminstration-Center-through-commandline/m-p/2351650#M998</link>
      <description>Hi, &lt;BR /&gt;We need make a investigation on your case and come back to you asap.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 22 Nov 2013 02:47:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Configuration-of-Talend-Adminstration-Center-through-commandline/m-p/2351650#M998</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-22T02:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration of Talend Adminstration Center through commandline</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Configuration-of-Talend-Adminstration-Center-through-commandline/m-p/2351651#M999</link>
      <description>Hi aam_aadmi, 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Actually yes I want to auto edit. Maybe, through the script.&lt;BR /&gt;Specifically, I wanted to know how add the parameters for svn server. We have a case where the hostname of our svn is dynamic. Please let me know if adding the following parameters will work.&lt;BR /&gt;config.svn,config.svn.serverLocationUrl,http://hostname/svn,true&lt;BR /&gt;config.svn,config.svn.username,username,true&lt;BR /&gt;config.svn,config.svn.password,password,true&lt;BR /&gt;config.svn,config.svn.commitLogPattern,{0},true&lt;BR /&gt;I found these parameters by doing export parameters in the configuration page on the web console.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Before 5.3.1 version, you can modify the configuration.properties but the format you shows is wrong. This is the format we use in the import/export configuration file. 
&lt;BR /&gt;The valid format is the one of a traditionnal *.properties file (the pair key=value), you can get some exemple in the file itself. 
&lt;BR /&gt;Hotplugging not possible: You need to stop tomcat, apply your modifications, restart tomcat. 
&lt;BR /&gt;From 5.3.1, there is a little difference. We moved most properties in DB, in the table CONFIGURATION. In this version, the SVN keys are hotplug-able. (Some other keys need a restart for technical reason). 
&lt;BR /&gt;Let me know is there any further help we can give. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 25 Nov 2013 03:09:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Configuration-of-Talend-Adminstration-Center-through-commandline/m-p/2351651#M999</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-25T03:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration of Talend Adminstration Center through commandline</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Configuration-of-Talend-Adminstration-Center-through-commandline/m-p/2351652#M1000</link>
      <description>Thanks Sabrina. 
&lt;BR /&gt;I haven't been able to follow-up on this. 
&lt;BR /&gt;Which DB is this?? Is it the h2 database?? I am not able to see any table called configuration on it.
&lt;BR /&gt;Thanks
&lt;BR /&gt;Aditya</description>
      <pubDate>Fri, 06 Dec 2013 09:50:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Configuration-of-Talend-Adminstration-Center-through-commandline/m-p/2351652#M1000</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-06T09:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration of Talend Adminstration Center through commandline</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Configuration-of-Talend-Adminstration-Center-through-commandline/m-p/2351653#M1001</link>
      <description>Hi, 
&lt;BR /&gt;It should be H2 database if you don't change the default one for TAC. You cannot find configuration table in your h2? 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBox.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150961iCA7263E67AEE6F52/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBox.png" alt="0683p000009MBox.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Mon, 09 Dec 2013 03:16:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Configuration-of-Talend-Adminstration-Center-through-commandline/m-p/2351653#M1001</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-09T03:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration of Talend Adminstration Center through commandline</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Configuration-of-Talend-Adminstration-Center-through-commandline/m-p/2351654#M1002</link>
      <description>I am checking the same h2 db. We setup everything using default configuration only.&lt;BR /&gt;I am,not to able to see any of those tables. I have logged in using tisadmin.&lt;BR /&gt;Some tables I am seeing are audit,brach,calendar,component etc.</description>
      <pubDate>Tue, 10 Dec 2013 09:42:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Configuration-of-Talend-Adminstration-Center-through-commandline/m-p/2351654#M1002</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-10T09:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration of Talend Adminstration Center through commandline</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Configuration-of-Talend-Adminstration-Center-through-commandline/m-p/2351655#M1003</link>
      <description>Hi, 
&lt;BR /&gt;Could you please open a ticket on 
&lt;A href="http://support.talend.com/otrs/customer.pl" target="_blank" rel="nofollow noopener noreferrer"&gt;Talend Support Portal&lt;/A&gt; so that we can give a remote assistance to you.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 10 Dec 2013 09:50:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Configuration-of-Talend-Adminstration-Center-through-commandline/m-p/2351655#M1003</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-10T09:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration of Talend Adminstration Center through commandline</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Configuration-of-Talend-Adminstration-Center-through-commandline/m-p/2351656#M1004</link>
      <description>If your SVN server name is changing over the time this could lead to a huge problem. Typically a change of the SVN server name must be reflected to the studios and the server name is also part of the project configuration.&lt;BR /&gt;Before you start investigating efforts in scripting the TAC you should try if a change of the SVN server in the TAC configuration has effect to the existing projects.  My experiences are the existing projects will not recognize this change.&lt;BR /&gt;I suggest to add an fixed DNS name for the SVN server, everything else leads into a nightmare and you cannot be sure your developers can work in a reliable environment.&lt;BR /&gt;What causes your SVN server to have a new host alias ? This is very usual.</description>
      <pubDate>Fri, 10 Jan 2014 22:06:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Configuration-of-Talend-Adminstration-Center-through-commandline/m-p/2351656#M1004</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-10T22:06:34Z</dc:date>
    </item>
  </channel>
</rss>

