<?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: tscramble in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tscramble/m-p/2360876#M125361</link>
    <description>vgalopin, 
&lt;BR /&gt;I have the JDK installed on my client machine in the following path. I have also added the path under preferences -&amp;gt; java -&amp;gt; Installed JREs 
&lt;BR /&gt;I see that jdk path is checked here. I chose the type Standard VM while adding the new path. 
&lt;BR /&gt;C:\Program Files\Java\jdk1.6.0_25 
&lt;BR /&gt;Please let me know if i am missing anything. Do i need to install JDK on the Talend server as well. 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Sai Krishna.</description>
    <pubDate>Wed, 04 Jan 2012 18:53:51 GMT</pubDate>
    <dc:creator>MDOTSHADBA</dc:creator>
    <dc:date>2012-01-04T18:53:51Z</dc:date>
    <item>
      <title>tscramble</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tscramble/m-p/2360872#M125357</link>
      <description>The tscramble component available in the following link is giving compilation errors. 
&lt;BR /&gt; 
&lt;A href="http://www.talendforge.org/exchange/index.php?eid=410&amp;amp;product=tos&amp;amp;action=view&amp;amp;nav=1,2,1" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.talendforge.org/exchange/index.php?eid=410&amp;amp;product=tos&amp;amp;action=view&amp;amp;nav=1,2,1&lt;/A&gt; 
&lt;BR /&gt;Basically I am tring to encrypt and decrypt data. We are Using Talend Integration suite 4.2.2 
&lt;BR /&gt;Any help is appreciated!! 
&lt;BR /&gt; 
&lt;BR /&gt;Errors 
&lt;BR /&gt;*************************************************************** 
&lt;BR /&gt;Exception in thread "main" java.lang.Error: java.lang.Error: Unresolved compilation problems: 
&lt;BR /&gt; Type mismatch: cannot convert from SecretKey to KeySpec 
&lt;BR /&gt; skey cannot be resolved 
&lt;BR /&gt; SecretKeySpec cannot be resolved to a type 
&lt;BR /&gt; kgen cannot be resolved 
&lt;BR /&gt; The method getBytes(String) is undefined for the type Integer 
&lt;BR /&gt; The method decodeBuffer(String) in the type CharacterDecoder is not applicable for the arguments (Integer) 
&lt;BR /&gt; keytScramble_2 cannot be resolved to a type 
&lt;BR /&gt; The constructor SecretKeySpec(char[], String) is undefined 
&lt;BR /&gt; Cipher cannot be resolved to a type 
&lt;BR /&gt; Cipher cannot be resolved 
&lt;BR /&gt; ALGORITHM cannot be resolved to a variable 
&lt;BR /&gt; Cipher cannot be resolved to a variable 
&lt;BR /&gt; valueToEnc cannot be resolved 
&lt;BR /&gt; BASE64Encoder cannot be resolved to a type 
&lt;BR /&gt; Void methods cannot return a value 
&lt;BR /&gt; The method getBytes() is undefined for the type Integer 
&lt;BR /&gt; The method decodeBuffer(String) in the type CharacterDecoder is not applicable for the arguments (Integer) 
&lt;BR /&gt;*********************************************************************************************</description>
      <pubDate>Sat, 16 Nov 2024 12:28:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tscramble/m-p/2360872#M125357</guid>
      <dc:creator>MDOTSHADBA</dc:creator>
      <dc:date>2024-11-16T12:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: tscramble</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tscramble/m-p/2360873#M125358</link>
      <description>Hi Sai,
&lt;BR /&gt;Thanks for reporting that, I'll test it again and see what the issue could be.</description>
      <pubDate>Wed, 04 Jan 2012 18:02:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tscramble/m-p/2360873#M125358</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-04T18:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: tscramble</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tscramble/m-p/2360874#M125359</link>
      <description>Thank you vgalopin
&lt;BR /&gt;Please let me know if you need any additional details.</description>
      <pubDate>Wed, 04 Jan 2012 18:06:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tscramble/m-p/2360874#M125359</guid>
      <dc:creator>MDOTSHADBA</dc:creator>
      <dc:date>2012-01-04T18:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: tscramble</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tscramble/m-p/2360875#M125360</link>
      <description>Sai,&lt;BR /&gt;I found what's wrong!&lt;BR /&gt;This component requires a Java JDK installed, if you have this error this means that you are using a JRE, or that Talend is configured to use a JRE.&lt;BR /&gt;Verify what you Java installation is.</description>
      <pubDate>Wed, 04 Jan 2012 18:39:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tscramble/m-p/2360875#M125360</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-04T18:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: tscramble</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tscramble/m-p/2360876#M125361</link>
      <description>vgalopin, 
&lt;BR /&gt;I have the JDK installed on my client machine in the following path. I have also added the path under preferences -&amp;gt; java -&amp;gt; Installed JREs 
&lt;BR /&gt;I see that jdk path is checked here. I chose the type Standard VM while adding the new path. 
&lt;BR /&gt;C:\Program Files\Java\jdk1.6.0_25 
&lt;BR /&gt;Please let me know if i am missing anything. Do i need to install JDK on the Talend server as well. 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Sai Krishna.</description>
      <pubDate>Wed, 04 Jan 2012 18:53:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tscramble/m-p/2360876#M125361</guid>
      <dc:creator>MDOTSHADBA</dc:creator>
      <dc:date>2012-01-04T18:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: tscramble</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tscramble/m-p/2360877#M125362</link>
      <description>Sai,&lt;BR /&gt;In Preferences, click on Talend, and check that the Java Interpreter is corresponding to the right path.</description>
      <pubDate>Wed, 04 Jan 2012 19:04:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tscramble/m-p/2360877#M125362</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-04T19:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: tscramble</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tscramble/m-p/2360878#M125363</link>
      <description>vgalopin,
&lt;BR /&gt;After adding the Java.exe path from jdk on the Java Interpreter, I am getting similar set of errors ( i have attached screen shot ) 
&lt;BR /&gt;On the execution run screen i am getting the following message. 
&lt;BR /&gt;Exception in thread "main" java.lang.Error: Unresolved compilation problem: 
&lt;BR /&gt; TalendString cannot be resolved</description>
      <pubDate>Wed, 04 Jan 2012 19:54:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tscramble/m-p/2360878#M125363</guid>
      <dc:creator>MDOTSHADBA</dc:creator>
      <dc:date>2012-01-04T19:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: tscramble</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tscramble/m-p/2360879#M125364</link>
      <description>Hi
&lt;BR /&gt;The dependency routines are missing, right click on the job name and select 'set up dependency routines' option to add the system routines.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Thu, 05 Jan 2012 01:28:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tscramble/m-p/2360879#M125364</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-05T01:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: tscramble</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tscramble/m-p/2360880#M125365</link>
      <description>Thank you Shong, The errors related to talendstring went away. I am getting the following errors now 
&lt;BR /&gt; 
&lt;BR /&gt;Exception in thread "main" java.lang.Error: Unresolved compilation problems: 
&lt;BR /&gt; Type mismatch: cannot convert from SecretKey to KeySpec 
&lt;BR /&gt; skey cannot be resolved 
&lt;BR /&gt; SecretKeySpec cannot be resolved to a type 
&lt;BR /&gt; kgen cannot be resolved 
&lt;BR /&gt; keytScramble_1 cannot be resolved to a type 
&lt;BR /&gt; The constructor SecretKeySpec(char[], String) is undefined 
&lt;BR /&gt; Cipher cannot be resolved to a type 
&lt;BR /&gt; Cipher cannot be resolved 
&lt;BR /&gt; ALGORITHM cannot be resolved to a variable 
&lt;BR /&gt; Cipher cannot be resolved to a variable 
&lt;BR /&gt; valueToEnc cannot be resolved 
&lt;BR /&gt; BASE64Encoder cannot be resolved to a type 
&lt;BR /&gt; Void methods cannot return a value</description>
      <pubDate>Thu, 05 Jan 2012 16:19:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tscramble/m-p/2360880#M125365</guid>
      <dc:creator>MDOTSHADBA</dc:creator>
      <dc:date>2012-01-05T16:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: tscramble</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tscramble/m-p/2360881#M125366</link>
      <description>Something is definitely wrong. All the encryption classes come from the jdk, the fact that your studio cannot find them, even though you have configured it to use the jdk is not normal. 
&lt;BR /&gt;Could you do this for me: 
&lt;BR /&gt;- Select the tScramble component in your design 
&lt;BR /&gt;- On the bottom left, click on the Code Viewer tab to show the code for the tScramble component 
&lt;BR /&gt;- Click on the Down Arrow next to it and make sure "All" is selected. 
&lt;BR /&gt;- Copy the code displayed and paste it here 
&lt;BR /&gt;It will help me understand why it's working for me and not for you.</description>
      <pubDate>Fri, 06 Jan 2012 18:59:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tscramble/m-p/2360881#M125366</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-06T18:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: tscramble</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tscramble/m-p/2360882#M125367</link>
      <description>// ============================================================================ 
  &lt;BR /&gt;// 
  &lt;BR /&gt;// This source code has been automatically generated by_Talend Integration Suite Professional Edition 
  &lt;BR /&gt;// / JobDesigner (CodeGenerator version 4.2.2.r63143) 
  &lt;BR /&gt;// You can find more information about Talend products at 
  &lt;A href="http://www.talend.com"&gt;www.talend.com&lt;/A&gt;. 
  &lt;BR /&gt;// 
  &lt;BR /&gt;// ============================================================================ 
  &lt;BR /&gt;package test.test1_0_1; 
  &lt;BR /&gt;import routines.Mathematical; 
  &lt;BR /&gt;import routines.DataOperation; 
  &lt;BR /&gt;import routines.Relational; 
  &lt;BR /&gt;import routines.TalendDate; 
  &lt;BR /&gt;import routines.TalendDataGenerator; 
  &lt;BR /&gt;import routines.Numeric; 
  &lt;BR /&gt;import routines.SQLike; 
  &lt;BR /&gt;import routines.TalendString; 
  &lt;BR /&gt;import routines.StringHandling; 
  &lt;BR /&gt;import routines.system.*; 
  &lt;BR /&gt;import routines.system.api.*; 
  &lt;BR /&gt;import java.text.ParseException; 
  &lt;BR /&gt;import java.text.SimpleDateFormat; import 
 &lt;BR /&gt;&lt;BR /&gt;To see the whole post, download it &lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009MdFM"&gt;here&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009MdFM"&gt;OriginalPost.pdf&lt;/A&gt;</description>
      <pubDate>Mon, 09 Jan 2012 14:23:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tscramble/m-p/2360882#M125367</guid>
      <dc:creator>MDOTSHADBA</dc:creator>
      <dc:date>2012-01-09T14:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: tscramble</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tscramble/m-p/2360883#M125368</link>
      <description>Hi,
&lt;BR /&gt;Thanks for that. There's obviously issues in my component, I have issues on my side too. I'll try to find some time today to work on it and fix it.
&lt;BR /&gt;I'll let you know once I release a fixed version.</description>
      <pubDate>Wed, 11 Jan 2012 13:28:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tscramble/m-p/2360883#M125368</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-11T13:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: tscramble</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tscramble/m-p/2360884#M125369</link>
      <description>Thank you VGalopin. I will wait to hear from you.</description>
      <pubDate>Wed, 11 Jan 2012 16:27:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tscramble/m-p/2360884#M125369</guid>
      <dc:creator>MDOTSHADBA</dc:creator>
      <dc:date>2012-01-11T16:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: tscramble</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tscramble/m-p/2360885#M125370</link>
      <description>Hello, 
&lt;BR /&gt; 
&lt;BR /&gt;Have you been able to do any progress so far? I think that such a component would be a really nice thing to have. 
&lt;BR /&gt;(I have also tested the component as well and I encountered the exact same issues as saikrishna) 
&lt;BR /&gt;Razvan</description>
      <pubDate>Thu, 27 Sep 2012 09:55:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tscramble/m-p/2360885#M125370</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-27T09:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: tscramble</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tscramble/m-p/2360886#M125371</link>
      <description>Thank you showing interest, I have NOT heard anything from vgalopin so far</description>
      <pubDate>Fri, 28 Sep 2012 16:13:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tscramble/m-p/2360886#M125371</guid>
      <dc:creator>MDOTSHADBA</dc:creator>
      <dc:date>2012-09-28T16:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: tscramble</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tscramble/m-p/2360887#M125372</link>
      <description>It's obviously been awhile, was this issue ever resolved?</description>
      <pubDate>Mon, 12 Jan 2015 22:07:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tscramble/m-p/2360887#M125372</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-12T22:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: tscramble</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tscramble/m-p/2360888#M125373</link>
      <description>Hello,&lt;BR /&gt;I don't know if it's the good explanation for the case problem but i see a similar problem after un copy / paste of the studio.&lt;BR /&gt;In this case, just recreate a new workspace and import your batchs. After that, the problem is solved.&lt;BR /&gt;Otherwise, you can also try to recreate a new workspace with an other JDK.&lt;BR /&gt;Jérémy</description>
      <pubDate>Tue, 27 Dec 2016 15:18:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tscramble/m-p/2360888#M125373</guid>
      <dc:creator>fabien_gimala</dc:creator>
      <dc:date>2016-12-27T15:18:06Z</dc:date>
    </item>
  </channel>
</rss>

