cancel
Showing results for 
Search instead for 
Did you mean: 

CSADMIN Error: 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.

I am able to check connection to repositories using t-code OAC0.

But

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

Please guide me to solve this problem

Thanks and regards

Accepted Solutions (1)

Accepted Solutions (1)

JPReyes
Active Contributor
0 Kudos

Check the hosts file of the boxes where your SAP System and Content Repository are running in case that a wrong IP has been hardcoded.

As far as I can see your are using the host name in your OAC0 config so it should be able to resolve the name.

What answer do you get when you check the Content Server Test page?

http://<host>:1090/ContentServer/ContentServer.dll?serverInfo

Regards

Juan

Former Member
0 Kudos

Hi Juan,

Thanks for the reply.

The content server page http://<host>:1090/ContentServer/ContentServer.dll?serverInfo displays following information:

serverType="SAP HTTP Content Server";
serverVendorId="SAP AG";
serverVersion="640";
serverPatch="0";
serverBuild="16";
pVersion="0046";
serverStatus="running";
serverDate="2010-08-14";
serverTime="06:02:00";
startUpDate="2010-08-13";
startUpTime="08:29:28";
lastAccessDate="2010-08-14";
lastAccessTime="05:58:38";

contRep="ZNEWTEST";
contRepStatus="data(74%) log(0%)";
pVersion="0046";
storageVersion="17";
storage="SAPDB"
;buildLevel="1";
contentStorageName="SDB";
contentStorageHost="host.domain.com";
security="1";
contRepDescription="test";

The URL http://<host>:1090/ returns the test page for Apache installation.

Need your further guidance to resolve the problem

With regards

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Please check the IIS of the content server. If you find something is wrong from IIS logs, kindly restart if you feel this is ok.

Rgrds,

Gautham K

Former Member
0 Kudos

Hi Gautham,

Thanks for the reply.

We using RHEL, and Apache for content server.

I have changed the IP address in httpd.conf file as well.

The connection test is successful:

Connection test for content repository ZVPY was successful
Message no. CMS053

But CSADMIN tcode is giving above said error, so we are unable to proceed ahead.

regards