Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
SOLVED

no connection could be made because the target machine actively refused it adobe campaign

Avatar

Level 3

Hello, Im trying to configure a connection to an endpoint but after I have added the url to the serverConf.xml file I get this error.

 

IOB-090007 Network error (connect(), errno=10061: no connection could be made because the target machine actively refused it.)

 

The URL in the API call:

 

https://blabla.no.test.net/CRM/Report/G15/ViewingParticipant?viewingDate=2022-09-02

 

and the configuration in the serverConf.xml file.

<url dnsSuffix="blabla.no.test.net" urlRegEx="https://.*"/>

 

 

Any ideas?

 

Best Regards, 

Martin

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hello @marting66652718 

 

Looks like the URL permissions are alright else the error would have been something else. Also, the error says the connection was refused by the target machine.

 

My assumption is that the API needed some sort of authorization that is not passed in the headers. Checking the authorization will be a starting point to fixing this issue.

 


     Manoj
     Find me on LinkedIn

View solution in original post

3 Replies

Avatar

Correct answer by
Community Advisor

Hello @marting66652718 

 

Looks like the URL permissions are alright else the error would have been something else. Also, the error says the connection was refused by the target machine.

 

My assumption is that the API needed some sort of authorization that is not passed in the headers. Checking the authorization will be a starting point to fixing this issue.

 


     Manoj
     Find me on LinkedIn

Avatar

Community Advisor

Hi @marting66652718 ,

From the error logs you shared it can been that the problem is from your endpoint server where it is not accepting connection request made from you campaign server. Now, if you are trying to connect to the endpoint Url from campaign instance then make sure that public IP addresses of your campaign instance is whitelisted on the endpoint server authorization list.

Br,
Shubham

Avatar

Administrator

Hi @marting66652718,

Were you able to resolve this query with the help of the given solutions or do you still need more help here? Do let us know. In case the given solutions were helpful, then kindly choose the one that helped you the most as the 'Correct Reply'.
Thanks!



Sukrity Wadhwa