Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tsocketInput connection with credentials

Hello everybody,

 

I need to transfer a positional file via socket which I have ip and port.

I'm triying to split in two jobs: an input socket to open the connection with a long timeout and another job with a  tfileinputDelimited with the file joined with the tsocketOutput to transfer it.

I'm getting the following error when I run the first job.

I know that in the first line of the file, there are a username and a password to decriptyon the connection.

Is there anyone who has had the same problem?

 

Kind regards

 

Thank for your help,0683p000009M8QY.png0683p000009M8PH.png

Labels (3)
1 Reply
Anonymous
Not applicable
Author

Hi
For this kind of error, take a look at the discussion in this page:
https://stackoverflow.com/questions/8965155/cannot-assign-requested-address-using-serversocket-socke...
For this error, check if the port is used by another process or there exist IP which does not exist in the hosts file.

Regards
Shong