on 2024 Dec 18 12:53 PM
Hi,
I am trying to send idoc to HTTP destination using background job. Idoc gets created but sending fails.
Communication error when sending with HTTP
The error code and the error message are: 411 /Connect to XXXXXX:443 failed: NIECONN_REFUSED(-10).
Same works fine when done manually, but not in job. Connection test is ok in SM59.
Cannot find anythig helpfull with error code 411...
Any ideas what might be the problem when sending in background?
Regards,
Pekka
Request clarification before answering.
Hi all,
Solved this...
Reason was that there is three application servers and only one had connection settings for the receiver. On frontend run, process used the appl1 and in background appl2 or appl3. Obvious once discovered...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
A dumb suggestion. Google tells me ...
The HTTP 411 Length Required client error response status code indicates that the server refused to accept the request without a defined Content-Length header.
So perhaps try and put in a valid Content-Length header if you don't already have one?
Cheers
Graham Robbo
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So basically, connection from SAP GUI (manually) is OK, but from Application server (nackground job) is KO?
There should be a gateway issue or IP address not maintained correctly. Check for the IP address. Then update it in central instance, application server and firewall (Also white list)
Also use tools such as the ICM trace, via transaction SMICM.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 14 | |
| 8 | |
| 6 | |
| 6 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.