Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone
I created a mariadb database for AMC and also created tables for log, stats and meters.
Actually i can connect to AMC via Studio but when i want to connect AMC via TAC there is a error message shows up "localhost refused to connect"
I changed localhost to 127.0.0.1 again same error when i changed to my server ip nothing happen
please help
Hello,
Could you please try to disable statistics by going to the Job Run tab > Advanced settings and clearing the Statistics check box to see if it works?
Or if you need statistics, make sure the port picked up by Studio is open from your AMC. These ports are from a range that you can configure in Studio by going to Preferences > Talend > Run/Debug > Stats port range.
It looks like AMC can't use this port because it is either not open or there is a security restriction.
Let us know if it is OK with you.
Best regards
Sabrina
Hello,
Could you please try to disable statistics by going to the Job Run tab > Advanced settings and clearing the Statistics check box to see if it works?
Or if you need statistics, make sure the port picked up by Studio is open from your AMC. These ports are from a range that you can configure in Studio by going to Preferences > Talend > Run/Debug > Stats port range.
It looks like AMC can't use this port because it is either not open or there is a security restriction.
Let us know if it is OK with you.
Best regards
Sabrina
Thanks for the answer. When I changed to ip address not localhost nor 127.0.0.1 in the amc configuration this works fine now.