<?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] Archived file to Active MQ in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Archived-file-to-Active-MQ/m-p/2222329#M15983</link>
    <description>ok, let me clarify it. I created component which is in my local machine(as I connect to server using SVN, work and update jobs remotely using SVN). When i run that job on my local machine(using required contexts) it is working fine but when i generate it on TAC and tried to run its not working and I can see it is failing at new component. so I guess we need to have that component on server side aswell!! 
&lt;BR /&gt;Please let me know what should i do??</description>
    <pubDate>Tue, 20 Nov 2012 18:43:19 GMT</pubDate>
    <dc:creator>vbadri</dc:creator>
    <dc:date>2012-11-20T18:43:19Z</dc:date>
    <item>
      <title>[resolved] Archived file to Active MQ</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Archived-file-to-Active-MQ/m-p/2222323#M15977</link>
      <description>Hello every one, hope all doing good.
&lt;BR /&gt;My requirement goes like this, I have to archive 2 .csv files into 1 .zip file and need to send it to Queue(Active MQ). in bytes type of message (as i am converting that .zip file into bytes[]). I am using some java code to convert that .zip file into bytes[] but in the end I am getting a .zip file which is not readable, it says exact size but not able read it or open it(it says file corrupted). But i can see the archived file is in very good condition before upload.
&lt;BR /&gt;By the way we have defined a separate component for tmomoutput because the default component is just converting everything into string even though i say it as bytes[], as the archive file should be in binary format. I am getting same result even i used default tmomoutput component which seems to be strange.
&lt;BR /&gt;I will attach some screen shots of my job, please suggest me or help me.
&lt;BR /&gt;Talend Version: 5.1.2
&lt;BR /&gt;OS: Windows 7
&lt;BR /&gt;Thank you
&lt;BR /&gt;
&lt;BR /&gt;Kind Regards,
&lt;BR /&gt;Badri.Venkata</description>
      <pubDate>Sat, 16 Nov 2024 12:08:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Archived-file-to-Active-MQ/m-p/2222323#M15977</guid>
      <dc:creator>vbadri</dc:creator>
      <dc:date>2024-11-16T12:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Archived file to Active MQ</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Archived-file-to-Active-MQ/m-p/2222324#M15978</link>
      <description>Hi 
&lt;BR /&gt;The official component tMomOutput supports bytes message on v5.2.0. Selected 'byte message' from the message body type list. 
&lt;BR /&gt;Shong</description>
      <pubDate>Sat, 17 Nov 2012 04:50:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Archived-file-to-Active-MQ/m-p/2222324#M15978</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-11-17T04:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Archived file to Active MQ</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Archived-file-to-Active-MQ/m-p/2222325#M15979</link>
      <description>thanks shong, my doubt is can we import that component into our 5.1.2(we've signed for 3 years agreement with talend and we upgraded just last week only). 
&lt;BR /&gt;kind regards,
&lt;BR /&gt;Badri.Venkata</description>
      <pubDate>Sat, 17 Nov 2012 08:51:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Archived-file-to-Active-MQ/m-p/2222325#M15979</guid>
      <dc:creator>vbadri</dc:creator>
      <dc:date>2012-11-17T08:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Archived file to Active MQ</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Archived-file-to-Active-MQ/m-p/2222326#M15980</link>
      <description>Hi 
&lt;BR /&gt;Strictly speaking, you are required to upgrade to use the new feature provided in the new version. However, I think this way can work, copy the component from the new version and replace the component in the older version. To do: 
&lt;BR /&gt;1. Remove the component folder from &amp;lt;v5.1.2 studio install path&amp;gt;\plugins\org.talend.designer.components.localprovider_5.1.2.xxxxx\components. 
&lt;BR /&gt;2. Copy the component folder from &amp;lt;v5.2.0 studio install path&amp;gt;\plugins\org.talend.designer.components.localprovider_5.2.0.xxxxx\components. and paste it to 
&lt;BR /&gt;&amp;lt;v5.1.2 studio install path&amp;gt;\plugins\org.talend.designer.components.localprovider_5.1.2.xxxxx\components. 
&lt;BR /&gt;Shong</description>
      <pubDate>Sat, 17 Nov 2012 09:03:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Archived-file-to-Active-MQ/m-p/2222326#M15980</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-11-17T09:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Archived file to Active MQ</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Archived-file-to-Active-MQ/m-p/2222327#M15981</link>
      <description>Hello Shong, hope you are doing well, I tried that 5.2 version but it failed to work and it seems to be working as previous one. 
&lt;BR /&gt;So we created a new component which is working absolutely fine in my local studio and giving archived file as it need to be. 
&lt;BR /&gt;But the issue is when I upload that JOB in TAC I am not getting same output, because the component which i created is not on Talend Server, so can you please help me how to move my own component into server aswell so that others users can also use it with out any issues. 
&lt;BR /&gt;please help me Shong as we are approaching deadlines for our projects soon. 
&lt;BR /&gt;Thank you so much. 
&lt;BR /&gt;Kind Regards, 
&lt;BR /&gt;Badri.Venkata</description>
      <pubDate>Tue, 20 Nov 2012 16:07:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Archived-file-to-Active-MQ/m-p/2222327#M15981</guid>
      <dc:creator>vbadri</dc:creator>
      <dc:date>2012-11-20T16:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Archived file to Active MQ</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Archived-file-to-Active-MQ/m-p/2222328#M15982</link>
      <description>Hi 
&lt;BR /&gt;Can you clarify more clear what you want to do? If you just want to deploy the job script to Job server and execute it on Job sever, you don't need to install this component on Job server. What's the error you get if the job don't work on Job Server? 
&lt;BR /&gt;If you are opening a remote project, and expects that other users open the same project in their Talend Studio and get this job works, you need to install this component correctly. 
&lt;BR /&gt;Shong</description>
      <pubDate>Tue, 20 Nov 2012 18:35:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Archived-file-to-Active-MQ/m-p/2222328#M15982</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-11-20T18:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Archived file to Active MQ</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Archived-file-to-Active-MQ/m-p/2222329#M15983</link>
      <description>ok, let me clarify it. I created component which is in my local machine(as I connect to server using SVN, work and update jobs remotely using SVN). When i run that job on my local machine(using required contexts) it is working fine but when i generate it on TAC and tried to run its not working and I can see it is failing at new component. so I guess we need to have that component on server side aswell!! 
&lt;BR /&gt;Please let me know what should i do??</description>
      <pubDate>Tue, 20 Nov 2012 18:43:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Archived-file-to-Active-MQ/m-p/2222329#M15983</guid>
      <dc:creator>vbadri</dc:creator>
      <dc:date>2012-11-20T18:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Archived file to Active MQ</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Archived-file-to-Active-MQ/m-p/2222330#M15984</link>
      <description>hi
&lt;BR /&gt;Please upload the job execution log, so that I can help you further.
&lt;BR /&gt;Shong</description>
      <pubDate>Tue, 20 Nov 2012 18:45:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Archived-file-to-Active-MQ/m-p/2222330#M15984</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-11-20T18:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Archived file to Active MQ</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Archived-file-to-Active-MQ/m-p/2222331#M15985</link>
      <description>### Job STARTED at 2012/11/20 15:21:38 (jobId=20121120_152129_kEWsu, jobExecutionId=20121120152137_ha0o2) ### 
&lt;BR /&gt;Connecting to URL: tcp://ipaddress:12012 
&lt;BR /&gt;Consuming queue: GENERICEXPORT.REQUEST 
&lt;BR /&gt;We will consume messages while they continue to be delivered 
&lt;BR /&gt;Connecting to URL: tcp://ipaddress:12012 
&lt;BR /&gt;Producing queue: GENERICEXPORT.RESPONSE 
&lt;BR /&gt;Closing connection 
&lt;BR /&gt;Reading in binary file named : /opt/eCat_Export_DevTest/South London and Maudsley NHS Foundation Trust/Mapped Data/South London and Maudsley NHS Foundation Trust mapped.zip 
&lt;BR /&gt;File size: 3298 
&lt;BR /&gt;Num bytes read: 3298 
&lt;BR /&gt;Closing input stream. 
&lt;BR /&gt; 
&lt;BR /&gt;This is what you are asking for? 
&lt;BR /&gt;Kind Regards, 
&lt;BR /&gt;Badri.Venkata</description>
      <pubDate>Tue, 20 Nov 2012 19:05:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Archived-file-to-Active-MQ/m-p/2222331#M15985</guid>
      <dc:creator>vbadri</dc:creator>
      <dc:date>2012-11-20T19:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Archived file to Active MQ</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Archived-file-to-Active-MQ/m-p/2222332#M15986</link>
      <description>hi all, 
&lt;BR /&gt;anything about your request I think, but avoid whiteSpace in FolderName with Unix/linux OS ( /opt/eCat_Export_DevTest/South London and Maudsley NHS Foundation Trust/Mapped Data/South London and Maudsley NHS Foundation Trust mapped.zip) 
&lt;BR /&gt;regards 
&lt;BR /&gt;laurent</description>
      <pubDate>Wed, 21 Nov 2012 09:13:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Archived-file-to-Active-MQ/m-p/2222332#M15986</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-11-21T09:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Archived file to Active MQ</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Archived-file-to-Active-MQ/m-p/2222333#M15987</link>
      <description>There is no problem with that (i guess)because with same kind of white spaces I am able to load a .csv file in bytes[] format into same Queue which is working absolutely fine.&lt;BR /&gt;Thanks&lt;BR /&gt;Regards.</description>
      <pubDate>Wed, 21 Nov 2012 09:29:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Archived-file-to-Active-MQ/m-p/2222333#M15987</guid>
      <dc:creator>vbadri</dc:creator>
      <dc:date>2012-11-21T09:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Archived file to Active MQ</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Archived-file-to-Active-MQ/m-p/2222334#M15988</link>
      <description>I've received some instructions from talend support team. I will add them to my question if possible. &lt;BR /&gt;Thanks.</description>
      <pubDate>Thu, 18 Apr 2013 11:09:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Archived-file-to-Active-MQ/m-p/2222334#M15988</guid>
      <dc:creator>vbadri</dc:creator>
      <dc:date>2013-04-18T11:09:08Z</dc:date>
    </item>
  </channel>
</rss>

