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

The problem of obtaining data from the WCF service

Hello!

 

There is some public wcf service, it has a method that returns string []

When you try to connect and retrieve data from Talend Open Studio service (method) returns data (Windows NT server)
When I compile it and unzip it on the server (Linux server), then when I try to get the data, I get the following error:

Spoiler (Highlight to read)
2018-12-28 12:36:04.664+0400 [info]   AxisFault
2018-12-28 12:36:04.664+0400 [info]    faultCode: { 2018-12-28 12:36:04.664+0400 [info]    faultSubcode: 2018-12-28 12:36:04.664+0400 [info]    faultString: java.net.UnknownHostException: asugf.mos.ru 2018-12-28 12:36:04.664 <


To see the whole post, download it here
Labels (5)
5 Replies
Anonymous
Not applicable
Author

Hi,

 

    There is a similar issue in Talend community which got solved by using tUseProxy.

 

    Could you please check the link below and try similar method?

 

https://community.talend.com/t5/Design-and-Development/Cant-use-tRest/td-p/21333

 

Warm Regards,
Nikhil Thampi

Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂

Anonymous
Not applicable
Author

Hi,

 

    Please also refer below KB article.

 

https://community.talend.com/t5/Migration-Configuration-and/A-Job-fails-at-the-tFileFetch-component-...

 

Warm Regards,
Nikhil Thampi

Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂

Anonymous
Not applicable
Author

I have no component "tUseProxy", only tSetProxy

Anonymous
Not applicable
Author

Hi,

 

    I apologize for the confusion. I was thinking its a custom component but I could not find it in Talend exchange.

 

    Did you get a chance to check the KB article which I posted?

 

Warm Regards,
Nikhil Thampi

Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂

Anonymous
Not applicable
Author

Yes, it does not work
The second service is located at the same address, only the final path is different, but it works, but the first one does not.