cancel
Showing results for 
Search instead for 
Did you mean: 

csadmin - Error in HTTP Access: IF_HTTP_CLIENT->RECEIVE 1 ICM_HTTP_TIMEOUT

Former Member
0 Kudos

Dear Team

We changed the IP addresses of the SAP r/3 server and DMS server.

Since then,

While running t-code CSADMIN, I am getting following error:

Error in HTTP Access: IF_HTTP_CLIENT->RECEIVE 1 ICM_HTTP_TIMEOUT
Message no. CMS166

my inputs for the t-code CSADMIN are:

HTTP server     hostname.domain.com
Port Number     1090
HTTP Script     /ContentServer/ContentServer.dll
Version no.     0046

In t-code SM59, I am getting following error:

~response_line	HTTP/1.1 400 Bad Request
~server_protocol	HTTP/1.1
~status_code	400
~status_reason	Bad Request
date	Mon, 02 Aug 2010 11:11:21 GMT
server	Apache/1.3.41 (Unix) SAPCS/640
x-servertime	11:11:21
x-query	
x-serverdate	2010-08-02
x-pversion	0046
x-errordescription	Invalid command ""
x-serverid	server="hostname.domain.com";serverPort="1090"
x-servertype	SAP HTTP Content Server
content-length	232
connection	close
content-type	text/plain
~remote_addr	
~uri_scheme_expanded	NONE

The ICM Log shows following log:

[Thr 1085286720] *** ERROR => NiBufIConnect: non-buffered connect pending after 5000ms (hdl 10;172.16.1.11:1090) [nibuf.cpp    4
[Thr 1085286720] *** WARNING => Connection request from (0/1/0) to host: sap, service: 1090 failed (NIECONN_REFUSED)
 {000196b1} [icxxconn_mt.c 2321]
[Thr 1086871872] *** ERROR => NiPConnect2: SiPeekPendConn failed for hdl 10 / sock 29
    (SI_ECONN_REFUSE/111; I4; ST; 10.128.50.8:10000) [nixxi.cpp    2823]
[Thr 1086871872] *** WARNING => Connection request from (0/1/0) to host: hostname, service: 10000 failed (NIECONN_REFUSED)
 {000196b2} [icxxconn_mt.c 2321]
[Thr 1088457024] Mon Aug  2 15:44:03 2010
[Thr 1088457024] *** WARNING => Connection request from (0/1/0) to host:  hostname.domain.com, service: 1090 failed (NIEHOST_UNKN
 {000196c9} [icxxconn_mt.c 2321]
[Thr 1085815104] *** WARNING => Connection request from (0/1/0) to host: ContentServer, service: 80 failed (NIEHOST_UNKNOWN)
 {000196ca} [icxxconn_mt.c 2321]
[Thr 1088985408] *** WARNING => Connection request from (0/1/0) to host: http, service: 80 failed (NIEHOST_UNKNOWN)
 {000196cb} [icxxconn_mt.c 2321]
[Thr 1089513792] *** WARNING => Connection request from (0/1/0) to host: http, service: 80 failed (NIEHOST_UNKNOWN)
 {000196cc} [icxxconn_mt.c 2321]
[Thr 1087400256] Mon Aug  2 15:44:06 2010
[Thr 1087400256] *** ERROR => NiPConnect2: SiPeekPendConn failed for hdl 10 / sock 29
    (SI_ECONN_REFUSE/111; I4; ST; 10.128.50.8:10000) [nixxi.cpp    2823]
[Thr 1087400256] *** WARNING => Connection request from (0/1/0) to host: hostname, service: 10000 failed (NIECONN_REFUSED)
 {000196cd} [icxxconn_mt.c 2321]
[Thr 1086871872] *** WARNING => Connection request from (0/1/0) to host:  hostname.domain.com, service: 1090 failed (NIEHOST_UNKN
 {000196ee} [icxxconn_mt.c 2321]
[Thr 1086343488] Mon Aug  2 15:44:07 2010
[Thr 1086343488] *** WARNING => Connection request from (0/1/0) to host:  hostname.domain.com, service: 1090 failed (NIEHOST_UNKN
 {000196ef} [icxxconn_mt.c 2321]
[Thr 1088457024] *** ERROR => NiPConnect2: SiPeekPendConn failed for hdl 10 / sock 29
    (SI_ECONN_REFUSE/111; I4; ST; 10.128.50.8:10000) [nixxi.cpp    2823]

Please help solve the problem

Thanks and regards

Edited by: Infoseek Sap123 on Aug 2, 2010 12:31 PM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Please check whether any proxy is enabled in SAP or not .

goto SICF >> Eexute >>

Top menu Client >> Proxy setting

Proxy setting is Active .

Untick it.

Please try CSADMIN again. This worked for me .

Regards,

Raghu

Former Member
0 Kudos

Hello

Try the following the steps:

In your content server, open the httpd.conf in the vi editor and make the changes to it

1) Comment the line

AddModuleInfo ContentServer "SAP Content Server 640/0 (Prototype) (C) SAP AG 1998, 2001”

2) Add the line (if httpd.conf does not have this entry)

LoadModule sapcs_module  modules/mod_sapcs2.so


3) In SAP, go to t.code OAC0, open your content repository and click on the button (on the right) that takes you to CSADMIN.


It will take you to CSADMIN - Create option


Under that remove all the lines and enter the below


Storage         FileSystemStorage.dll

ContRepRoot     /home/sapcs/contrep

StorageDriver   FSStorage

Security        1

Click on Create repository button (clock button or execute button).

4) Go to the certificates tab, click on Send certificate (which is beside the change button)

Select the certificate and Activate it.

5) Go back to OAC) screen by backing out, and click on test connection.

The connection should work fine.

Thanks

VK



0 Kudos

Were you able to resolve this issue?

Regards,