cancel
Showing results for 
Search instead for 
Did you mean: 

Content Server - IF_HTTP_CLIENT->Receive 1 - connection to partner broken

Private_Member_19084
Active Contributor
0 Kudos

Hi experts,

I try to connect a new content server with the content repository.

It is a new installation which is using the filebased content server.

If I use the link <hostname>:1090/ContentServer/ContentServer.dll?serverInfo I get all the information.

So the apache is working fine.

However, if I try to add a content repository with csadmin, I get the error IF_HTTP_CLIENT->Receive 1 - connection to partner broken.

Before I get prompt to enter credentials for user sapcs.

The Security-Parameter in cs.conf is set to 1, so the popup is good.

If I turn off the parameter (=0) I can add the content repository.

But why can I not add it with Security=1?
I don't want to switch off security.

In the error log I can find the following:
"Cannot prepare server info: Configuration profile for Repository <Rep-Name> unknown"

Kind regards

Accepted Solutions (1)

Accepted Solutions (1)

Private_Member_19084
Active Contributor
0 Kudos

Finally I could solve the problem by patching to 6.50 SP04 PL01.

Original I was on base version 6.50.

So the upgrade was the solution in this matter.

Answers (2)

Answers (2)

Former Member

Hi Christian,

In the contentserver.ini file maintain the value: AdminSecurity=1

and perform the following.

1. Create an entry for the repository in the ECC system using tcode: OAC0

In this screen, enter content server details like: HTTP server, Port number & HTTP Script correctly.

2. Update the Content category entry using tcode: OAC3, the entry created in step1.

3. Create a repository on the external HTTP Content server using tcode: CSADMIN.

Select the repo created in step1, it will prompt for the password of Content server and activate the repository.

Check the Repository settings and it should point to the correct entries like Storage, driver, ContentStorgaeName and ContentStorageHost.

Regards/Gouda

Private_Member_19084
Active Contributor
0 Kudos

Hello Gouda,

I did exactly what you wrote.

However, on creating the contentrep I get exactly the same error again (CSADMIN).

I use the configuration StorageDriver = FSStorage and ContRepRoot = <contrep dir>

Other parameters I don't enter, I think this should be enough.

Please note, that it is a file-based server.

Kind regards

Former Member
0 Kudos

Hi Christian,

You should be using as follows:

in CSADMIN tcode:

Storage - ContentStorage.dl

driver - MaxDB

ContentStorageName - <SID of your content server>

ContentStorageHost -  <FQ Host name of your Content server>

Let us know if you have any issues.

Regards/Gouda

Private_Member_19084
Active Contributor
0 Kudos

thx, but as written in my last post its a server without db - its filebased.

Former Member
0 Kudos

Hi Chrtistian,

Please check the sap note: 612463. This should help.

Regards/Gouda

Private_Member_19084
Active Contributor
0 Kudos

Hi Gouda,

I don't think so.

1st it is a windows and we are on linux, second it is very old and doesn't describe the problem and 3rd we are using version 6.5.

Kind regards

Private_Member_19084
Active Contributor
0 Kudos

Does anybody else have an idea regarding this?