Hi,
Can someone help in below issue.
I have configured Adobe Campaign V6 on windows server and trying to connect from client. I configured the connection as http://localhost:8080
and trying to connect with ID 'internal' but getting below error. Any pointer on this would really be helpful.
IOB-090007 Network error (connect(), errno=10061: no connection could be made because the target machine actively refused it.)
------
INT-150003 Cannot open an HTTP connection with server 'localhost:8080'.
------
Ashish
Solved! Go to Solution.
Hi,
Use the app server's hostname instead of localhost.
If IIS is installed (recommended), omit :8080 from the URL.
Thanks,
-Jon
Hi,
Use the app server's hostname instead of localhost.
If IIS is installed (recommended), omit :8080 from the URL.
Thanks,
-Jon
Thanks Jon for your response. It resolved the original issue but now I'm facing another issue as below
SOP-330012 empty return for method 'Logon' of service xtk:session
would you have any idea why this would be happening?
Thanks,
Ashish
Views
Replies
Total Likes
Views
Replies
Total Likes
Verify that :8080 works, in which IIS would be misconfigured.
If neither works, make sure app server's web service is running and there aren't any firewalls intercepting responses.
Views
Replies
Total Likes