<?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: [resolved] Context DB Password Value in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Context-DB-Password-Value/m-p/2365688#M129271</link>
    <description>hi, 
&lt;BR /&gt;plz find the screen shot 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009METK.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157151iF038DD6255E734F9/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009METK.png" alt="0683p000009METK.png" /&gt;&lt;/span&gt;</description>
    <pubDate>Mon, 14 Nov 2016 08:08:22 GMT</pubDate>
    <dc:creator>bhagyarekha</dc:creator>
    <dc:date>2016-11-14T08:08:22Z</dc:date>
    <item>
      <title>[resolved] Context DB Password Value</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Context-DB-Password-Value/m-p/2365671#M129254</link>
      <description>Hello,&amp;nbsp;
&lt;BR /&gt;How can I change the value of the password in the context of database connections? I need to change out TOS, only in the configuration file.&amp;nbsp;
&lt;BR /&gt;There is a need for some hash value? Or simply write to the configuration file plaintext passwords? Currently in the configuration file is not stored plaintext passwords, so we need to find out how to easily change the configuration file.
&lt;BR /&gt;Thank you</description>
      <pubDate>Mon, 28 Jul 2014 11:12:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Context-DB-Password-Value/m-p/2365671#M129254</guid>
      <dc:creator>peterko</dc:creator>
      <dc:date>2014-07-28T11:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Context DB Password Value</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Context-DB-Password-Value/m-p/2365672#M129255</link>
      <description>Hi, 
&lt;BR /&gt;You can use Implicit Context Load(or 
&lt;A href="https://help.talend.com/search/all?query=tContextLoad&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;tContextLoad&lt;/A&gt;) to define password as a context parameter and put value into an external file or database. 
&lt;BR /&gt;When your job is exported and running external to Talend, you can change password value in specified file or table directly. 
&lt;BR /&gt;Or define it as a local context parameter, then you will be able to change it in the context file. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 28 Jul 2014 11:38:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Context-DB-Password-Value/m-p/2365672#M129255</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-28T11:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Context DB Password Value</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Context-DB-Password-Value/m-p/2365673#M129256</link>
      <description>Thank you,&amp;nbsp;&lt;BR /&gt;but to me it would be sufficient if the password to be changed in context file.&amp;nbsp;&lt;BR /&gt;Problem is that when I create a context, then the password is not stored in the file as plain text, but it looks like some hash.&amp;nbsp;&lt;BR /&gt;Therefore it is sufficient to change the password in the configuration file that generated the TOS DI and then change the value of password value? I exported Context of DB connection using the "Export as context".&lt;BR /&gt;Thank you</description>
      <pubDate>Mon, 28 Jul 2014 14:49:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Context-DB-Password-Value/m-p/2365673#M129256</guid>
      <dc:creator>peterko</dc:creator>
      <dc:date>2014-07-28T14:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Context DB Password Value</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Context-DB-Password-Value/m-p/2365674#M129257</link>
      <description>Hi, &lt;BR /&gt;There is no password info in your context file? Did you check your context file when export your job as .zip file?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 29 Jul 2014 08:32:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Context-DB-Password-Value/m-p/2365674#M129257</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-29T08:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Context DB Password Value</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Context-DB-Password-Value/m-p/2365675#M129258</link>
      <description>Hi,&amp;nbsp;
&lt;BR /&gt;in my&amp;nbsp;exported&amp;nbsp;context file is password value, but it is not a value which I entered. Therefore, I am wondering if I can then change only in the open form.&amp;nbsp;
&lt;BR /&gt;Line in the context file looks as follows:
&lt;BR /&gt;
&lt;PRE&gt;&amp;nbsp; &amp;nbsp; &amp;lt;contextParameter comment="" name="Etl_Password" prompt="Etl_Password?" promptNeeded="false" type="id_Password" value="nLOBLe5G7cO3f0QfJhGzUg=="/&amp;gt;&lt;/PRE&gt;
&lt;BR /&gt;And my 
&lt;U&gt;password&amp;nbsp;value&lt;/U&gt;, which is in the exported file is not the same, I've entered.
&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 29 Jul 2014 09:49:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Context-DB-Password-Value/m-p/2365675#M129258</guid>
      <dc:creator>peterko</dc:creator>
      <dc:date>2014-07-29T09:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Context DB Password Value</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Context-DB-Password-Value/m-p/2365676#M129259</link>
      <description>Hi, 
&lt;BR /&gt;Did you check Default. properties file under demo/.zip filename/context/? In addition, DB connection password has been encrypted since 5.5. You cannot change info in properties file directly but make it&amp;nbsp; in .bat file. 
&lt;BR /&gt;For example; 
&lt;BR /&gt; 
&lt;PRE&gt; java -Xms256M -Xmx1024M -cp ../lib/dom4j-1.6.1.jar;../lib/systemRoutines.jar;../lib/userRoutines.jar;.;job1_0_1.jar; test.job1_0_1.job1 --context=Default --context_param db_user=root --context_param db_password=1234 %*&lt;/PRE&gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 29 Jul 2014 10:32:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Context-DB-Password-Value/m-p/2365676#M129259</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-29T10:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Context DB Password Value</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Context-DB-Password-Value/m-p/2365677#M129260</link>
      <description>Thank you very much&amp;nbsp;Sabrina!</description>
      <pubDate>Tue, 29 Jul 2014 10:53:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Context-DB-Password-Value/m-p/2365677#M129260</guid>
      <dc:creator>peterko</dc:creator>
      <dc:date>2014-07-29T10:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Context DB Password Value</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Context-DB-Password-Value/m-p/2365678#M129261</link>
      <description>Hi pantolik, &lt;BR /&gt;If this issue is fixed, may I ask you to mark this topic as resolved? You can click the "Set this topic as resolved" link which is right underneath your initial post? This way, other users will be informed that this thread has been resolved.&lt;BR /&gt;Many thanks&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 29 Jul 2014 11:01:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Context-DB-Password-Value/m-p/2365678#M129261</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-29T11:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Context DB Password Value</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Context-DB-Password-Value/m-p/2365679#M129262</link>
      <description>hi, 
&lt;BR /&gt;there is more simple way: 
&lt;BR /&gt;in the context parameters, 
&lt;BR /&gt;the login type is string, 
&lt;BR /&gt;the password type is "password-type": that means it is encrypted, 
&lt;BR /&gt;if you choose String type, when you export the jobs, the password value will be in clear.</description>
      <pubDate>Mon, 09 Mar 2015 17:33:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Context-DB-Password-Value/m-p/2365679#M129262</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-09T17:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Context DB Password Value</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Context-DB-Password-Value/m-p/2365680#M129263</link>
      <description>Hi Xdshi, 
&lt;BR /&gt;I have used context for passwords,earlier it was working fine but i do not know what happens now if i keep the password column in string mode it is working.if i keep it in password mode it is not working. 
&lt;BR /&gt;the password i entered is correct.i did copy and paste between "password" 
&lt;BR /&gt;Appreciate for quick response. 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;rekha</description>
      <pubDate>Mon, 14 Nov 2016 06:04:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Context-DB-Password-Value/m-p/2365680#M129263</guid>
      <dc:creator>bhagyarekha</dc:creator>
      <dc:date>2016-11-14T06:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Context DB Password Value</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Context-DB-Password-Value/m-p/2365681#M129264</link>
      <description>Hi,
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;if i keep it in password mode it is not working.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Could you please give us some screenshots of your problem?&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Mon, 14 Nov 2016 06:32:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Context-DB-Password-Value/m-p/2365681#M129264</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-14T06:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Context DB Password Value</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Context-DB-Password-Value/m-p/2365682#M129265</link>
      <description>Hi please see the below screen shots 
&lt;BR /&gt;permission were their but still am getting that error. 
&lt;BR /&gt;i have &amp;nbsp;tried for tmysqlconnection using password mode.even that is not worked 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEdX.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154241iA7CAB0498D4EEB1F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEdX.png" alt="0683p000009MEdX.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEdc.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153863i94924CA3C30CC8B0/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEdc.png" alt="0683p000009MEdc.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Mon, 14 Nov 2016 07:11:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Context-DB-Password-Value/m-p/2365682#M129265</guid>
      <dc:creator>bhagyarekha</dc:creator>
      <dc:date>2016-11-14T07:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Context DB Password Value</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Context-DB-Password-Value/m-p/2365683#M129266</link>
      <description>can you try to manually give the password in the password field and see if that works?</description>
      <pubDate>Mon, 14 Nov 2016 07:21:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Context-DB-Password-Value/m-p/2365683#M129266</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-14T07:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Context DB Password Value</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Context-DB-Password-Value/m-p/2365684#M129267</link>
      <description>Hi sankalp&lt;BR /&gt;yes it is working,if i give it manually&lt;BR /&gt;regards,&lt;BR /&gt;rekha</description>
      <pubDate>Mon, 14 Nov 2016 07:22:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Context-DB-Password-Value/m-p/2365684#M129267</guid>
      <dc:creator>bhagyarekha</dc:creator>
      <dc:date>2016-11-14T07:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Context DB Password Value</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Context-DB-Password-Value/m-p/2365685#M129268</link>
      <description>You will need to show your context to me. Can you please share that screenshot?&amp;nbsp;I tried doing it (keeping password as datatype password) and it worked for me.&amp;nbsp;</description>
      <pubDate>Mon, 14 Nov 2016 07:43:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Context-DB-Password-Value/m-p/2365685#M129268</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-14T07:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Context DB Password Value</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Context-DB-Password-Value/m-p/2365686#M129269</link>
      <description>In the past i have used. it got worked. but now it is not.i have &amp;nbsp;re installed talend(6.3 version) again am facing the same problem.</description>
      <pubDate>Mon, 14 Nov 2016 07:51:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Context-DB-Password-Value/m-p/2365686#M129269</guid>
      <dc:creator>bhagyarekha</dc:creator>
      <dc:date>2016-11-14T07:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Context DB Password Value</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Context-DB-Password-Value/m-p/2365687#M129270</link>
      <description>Well something must have changed that is why this issue is coming. Can you please share screenshot of your context with me?</description>
      <pubDate>Mon, 14 Nov 2016 07:57:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Context-DB-Password-Value/m-p/2365687#M129270</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-14T07:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Context DB Password Value</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Context-DB-Password-Value/m-p/2365688#M129271</link>
      <description>hi, 
&lt;BR /&gt;plz find the screen shot 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009METK.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157151iF038DD6255E734F9/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009METK.png" alt="0683p000009METK.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Mon, 14 Nov 2016 08:08:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Context-DB-Password-Value/m-p/2365688#M129271</guid>
      <dc:creator>bhagyarekha</dc:creator>
      <dc:date>2016-11-14T08:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Context DB Password Value</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Context-DB-Password-Value/m-p/2365689#M129272</link>
      <description>I do not any issues with your context here.&amp;nbsp;I thing..You are using context.Password1 and context.Port1 -- I hope you intend to you didnt intend to use context.Password in place of Password1.&amp;nbsp;&lt;BR /&gt;Also Can you try to print on console &amp;nbsp;following variables&amp;nbsp;&lt;BR /&gt;context.Password1 (not context.Password)&lt;BR /&gt;context.HostName&lt;BR /&gt;context.Port1&lt;BR /&gt;context.UserName&amp;nbsp;&lt;BR /&gt;and confirm that details are correct?</description>
      <pubDate>Mon, 14 Nov 2016 08:32:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Context-DB-Password-Value/m-p/2365689#M129272</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-14T08:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Context DB Password Value</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Context-DB-Password-Value/m-p/2365690#M129273</link>
      <description>no actually i am using correct one i have sent you he sample.am using correct spell&lt;BR /&gt;Thank you&lt;BR /&gt;regards,&lt;BR /&gt;rekha</description>
      <pubDate>Mon, 14 Nov 2016 08:44:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Context-DB-Password-Value/m-p/2365690#M129273</guid>
      <dc:creator>bhagyarekha</dc:creator>
      <dc:date>2016-11-14T08:44:47Z</dc:date>
    </item>
  </channel>
</rss>

