<?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 Cloud option for Setting up multiple connections in Talend Studio using a script in Installing and Upgrading</title>
    <link>https://community.qlik.com/t5/Installing-and-Upgrading/Cloud-option-for-Setting-up-multiple-connections-in-Talend/m-p/2405985#M11004</link>
    <description>&lt;P&gt;The Talend Help pages mention a way to create connections from the command line via a json file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.talend.com/r/uIldY5UBNooGuBSHBXt9aA/8KEYD9VjLp3ArzJm~a4w5w" target="_blank"&gt;https://help.talend.com/r/uIldY5UBNooGuBSHBXt9aA/8KEYD9VjLp3ArzJm~a4w5w&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The JSON in example can handle local connections and remote TAC connections it seems, but what are the correct key/values to be used for a AWS_Europe cloud connection. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Talend &lt;B&gt;myConnection.json example&lt;/B&gt; as mentioned : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp;[&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp;    {&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp;        "name": "localConnection",&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp;        "description": "My local connection",&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp;        "local": true,&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp;        "user": "user@talend.com",&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp;        "workSpace": "D:\\Talend\\workspace"&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp;    },&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp;	{&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp;        "name": "remoteConnection",&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp;        "description": "My TAC connection",&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp;        "local": false,&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp;        "user": "studiouser@company.com",&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp;        "password": "mypassword",&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp;        "workSpace": "D:\\Talend\\remoteworkspace",&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp;        "url": "&lt;A href="http://192.128.8.88:8081/org.talend.administrator" target="_blank"&gt;http://192.128.8.88:8081/org.talend.administrator&lt;/A&gt;"&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp;    }&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp;]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then you would use the command from below in CMD to create the connections in automated fashion &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp;&lt;B&gt;Talend-Studio-win-x86_64.exe -nosplash -application org.talend.commandline.GenerateConnection -consoleLog -data commandline-workspace -f myConnections.json&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has someone attempted this and can provide me with the correct JSON template to accomplish this for a Cloud connection?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2024 23:58:32 GMT</pubDate>
    <dc:creator>DSM_Daimler</dc:creator>
    <dc:date>2024-11-15T23:58:32Z</dc:date>
    <item>
      <title>Cloud option for Setting up multiple connections in Talend Studio using a script</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Cloud-option-for-Setting-up-multiple-connections-in-Talend/m-p/2405985#M11004</link>
      <description>&lt;P&gt;The Talend Help pages mention a way to create connections from the command line via a json file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.talend.com/r/uIldY5UBNooGuBSHBXt9aA/8KEYD9VjLp3ArzJm~a4w5w" target="_blank"&gt;https://help.talend.com/r/uIldY5UBNooGuBSHBXt9aA/8KEYD9VjLp3ArzJm~a4w5w&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The JSON in example can handle local connections and remote TAC connections it seems, but what are the correct key/values to be used for a AWS_Europe cloud connection. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Talend &lt;B&gt;myConnection.json example&lt;/B&gt; as mentioned : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp;[&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp;    {&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp;        "name": "localConnection",&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp;        "description": "My local connection",&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp;        "local": true,&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp;        "user": "user@talend.com",&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp;        "workSpace": "D:\\Talend\\workspace"&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp;    },&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp;	{&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp;        "name": "remoteConnection",&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp;        "description": "My TAC connection",&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp;        "local": false,&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp;        "user": "studiouser@company.com",&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp;        "password": "mypassword",&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp;        "workSpace": "D:\\Talend\\remoteworkspace",&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp;        "url": "&lt;A href="http://192.128.8.88:8081/org.talend.administrator" target="_blank"&gt;http://192.128.8.88:8081/org.talend.administrator&lt;/A&gt;"&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp;    }&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp;]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then you would use the command from below in CMD to create the connections in automated fashion &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp;&lt;B&gt;Talend-Studio-win-x86_64.exe -nosplash -application org.talend.commandline.GenerateConnection -consoleLog -data commandline-workspace -f myConnections.json&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has someone attempted this and can provide me with the correct JSON template to accomplish this for a Cloud connection?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:58:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Cloud-option-for-Setting-up-multiple-connections-in-Talend/m-p/2405985#M11004</guid>
      <dc:creator>DSM_Daimler</dc:creator>
      <dc:date>2024-11-15T23:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: Cloud option for Setting up multiple connections in Talend Studio using a script</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Cloud-option-for-Setting-up-multiple-connections-in-Talend/m-p/2405986#M11005</link>
      <description>&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Refer to the API &lt;A href="https://api.us.cloud.talend.com/tmc/swagger/swagger-ui.html#/configuration" alt="https://api.us.cloud.talend.com/tmc/swagger/swagger-ui.html#/configuration" target="_blank"&gt;documentation&lt;/A&gt;, there is no API available for creating a TMC connection now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jul 2021 09:29:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Cloud-option-for-Setting-up-multiple-connections-in-Talend/m-p/2405986#M11005</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-07-22T09:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: Cloud option for Setting up multiple connections in Talend Studio using a script</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Cloud-option-for-Setting-up-multiple-connections-in-Talend/m-p/2405987#M11006</link>
      <description>&lt;P&gt;Hi, thanks for taking the time to get back, but your answer is off topic. I'm not looking to automate TMC connections, I'm looking for the correct JSON details that can be used to create a Talend Studio connection via command line instead of requiring the developer to do this manually via "Manage Connections", as stated in my question and examples &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;grts&lt;/P&gt;&lt;P&gt;Diaz&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 06:47:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Cloud-option-for-Setting-up-multiple-connections-in-Talend/m-p/2405987#M11006</guid>
      <dc:creator>DSM_Daimler</dc:creator>
      <dc:date>2021-07-27T06:47:36Z</dc:date>
    </item>
  </channel>
</rss>

