cancel
Showing results for 
Search instead for 
Did you mean: 

Error in HTTP Access: IF_HTTP_CLIENT->RECEIVE 1

Former Member
0 Kudos

Hi Folks,

We have set up content server and now creating Content repository in OAC0. But when we are trying in CSADMIN getting following error

Error in HTTP Access: IF_HTTP_CLIENT->RECEIVE 1

ICM_HTTP_CONNECTION_FAILED

Our ECC system is installed in UNIX and the content server 640 is installed in Windows 2008R2.

Is there any extra measure need to be taken in this scenario.

Appreciate your valuable suggestions in this regard.

Thanks & Regards,

Satyabrat

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

Hi,

Have you checked that the web service(In your case IIS) is running and the port that you have mentioned in the OAC0 is maintained correctly.

1704365 - IIS roles not created by default when installing Content Server on Windows 2008
1482012 - ContentServer: How to check the connection to content server

Thanks

Rishi Abrol

Former Member
0 Kudos

Hi Rishi,

I am getting desire output with following link in content server itself. As my ECC system is in Unix, I am not sure how to check the same in Unix.

http://<servername>:<Port>/ContentServer/ContentServer.dll?serverInfo

Thanks & Regards,

Satyabrat

Former Member
0 Kudos

Hi,

From the unix side you just need to check if you can telnet to the content server using the below command.

telnet <content servername> <Port>

If this is successful this mean that there is no issue from the connection point.

Second thing can you please past the screen shot of OAC0.

Third thing can you please go in se38 and run the program RSCMSPWS. The give the repository and

  • NOTE: for MaxDb, please enter username and password in capital!

706664 - SAP Content Server cannot access database

Thanks

Rishi Abrol

Former Member
0 Kudos

Hi Friends,

The issue is resolved. There was a issue with network settings ( two diff domains without trusting relation) due to which the systems are unable to communicate with each other.  Thanks all for your inputs.

Regards,

Satyabrat

Answers (2)

Answers (2)

Reagan
Product and Topic Expert
Product and Topic Expert

Hello

First check whether the two systems can communicate each other.

Try using the FQDN

The error ICM_HTTP_CONNECTION_FAILED is basically a host name resolution issue.

Regards

RB

Former Member
0 Kudos

Hi Reagan,

I am just worried that my ECC is in UNIX and ContentServer is in windows, is that creating problem.and I need to take some extra measure in this scenario.

Thanks & Regards,

Satyabrat

Reagan
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Satyabrat

It doesn't matter where the Content Server is running.

You need to make sure that the MaxDB and the Web Server (Apache or IIS) are running.

You may check these links on the Windows system using a browser.

http://<servername>:<Port>/ContentServer/ContentServer.dll?serverInfo

http://<servername>:<Port>

Regards

RB

Former Member
0 Kudos