Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] Client Server setup guide for Talend Enterprise Data Integration5.5.1

Hi
Does this possible, if yes could someone please share the expertise(guide/manual)
I want to setup Client on Windows 7 & Server on Red Hat Enterprise Server 6.5
The idea
* Developers develop the jobs in client running on their desktops which is windows 7
* these jobs would be hosted in Server(Talend Enterprise Data Integration5.5.1) which runs on Red Hat Enterprise Server 6.5
* By using Tortoise SVN would maintain the version of jobs on Server.

Thanks
Suresh
Labels (2)
12 Replies
Anonymous
Not applicable
Author

Hi  mahadevank,
Could you please take a look at a related forum:  https://community.talend.com/t5/Design-and-Development/resolved-Unhandled-event-loop-exception-Java-... to see if it is working for you?
Best regards
Sabrina
Anonymous
Not applicable
Author

Hi any one can help me to solve this error..................
Here i facing the following error like.....
   For Input String "NA"
    For Input String "NA"
Process:
   here iam having the source in tinputdelimited and iam planning to load all the data to tmysqloutput.
when i am loading the data to mysql i missing some data due to the above mentioned error.
Source:
id    name          salary
  1   mahadevan  2.394858
  2      NA           393.3039
  3     daniel        0.394839
  4    raj                NA
  5   mani              NA
please help me to solve this error and load all the rows of data into mysql target.
Anonymous
Not applicable
Author

HI xdshi,
            thank you for your quick reply..............
Please see my screen shot below............
0683p000009MDRq.png
0683p000009MDg6.png  Here i missed remaining two rows because it contains NA in row4 and row5.
what i have to do to get all the rows from the source table.