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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Unable to connect to Talend MDM server through Talend studio.

hi all,
I have setup talend MDM server in windows 7 machine under 8280 port, it is running well and i am able to login user user/user. using this URL  http://localhost:8280/general/secure/
but when i try to connect using studio using this http://localhost:8280/talend/TalendPort   by using this admin/talend. I am getting "Unable to connect to server, please check security settings" error. but i can see the detail log in "MDM server console" in studio . 
Please help me to resolve it.
Thanks,
Labels (3)
4 Replies
Anonymous
Not applicable
Author

Seems similar to http://www.talendforge.org/forum/viewtopic.php?id=38772
Solution was to use IP address instead of localhost
Anonymous
Not applicable
Author

I tried using with IP address but still getting same error.
Any proxy settings need to change ?
Thanks in Advance.
Anonymous
Not applicable
Author

We have the same problem. TAlend Server has been installed on the virtual machine with NAT network configuration.
We can open talendmdm through the browser, but fail with connection to the server from the open studio.
It seems that connection from the studio to the server uses ports range instead of single port (8080 for us).
Is it true? Is it possible to configure port forwarding over NAT?
   
Anonymous
Not applicable
Author

Hi all, any update here?
I seem to be having the same issue when connecting to my localhost MDM server via the integration context. I can successfully access the WebUI and make changes. However, when I try establish an MDM Connection in the integration context I receive the "Failed to connect to MDM,..." message.
Looking through the logs, I see the following requests after unsuccessfully trying to connect:
127.0.0.1 - - "GET /talendmdm/services/soap?wsdl HTTP/1.1" 200 252388
127.0.0.1 - - "GET /talendmdm/services/soap?wsdl HTTP/1.1" 200 252388
127.0.0.1 - - "GET /talendmdm/services/soap?wsdl HTTP/1.1" 200 252383
127.0.0.1 - - "GET /talendmdm/services/soap?wsdl HTTP/1.1" 200 252388
The request is returned with a 200 'ok' response code. 
So why does the connection continue to fail?