cancel
Showing results for 
Search instead for 
Did you mean: 

contentserver

Former Member
0 Kudos

Dear SDN

We have a problem with a content repository.

In our develop invironment we have set up a content respository in TC OAC0. It's a archivelink in the R/3 database using the RFC protocol. This setup works fine here.

The problem is now that we have transported the setup to our test system and here the setup doesn't work. We have tried to do a manual store and assign using TC OAAD and here we get the error Error in HTTP Access: IF_HTTP_CLIENT->RECEIVE 1 ICM_HTTP_CONNECTION_FAILED. (se attached file). We have debugged this error and we get to the point:

method IF_HTTP_RESPONSE~GET_STATUS.

system-call ict

did

ihttp_scid_get_status

parameters

m_c_msg " > c handle

code " < status code

reason " < status reason

m_last_error. " < return code

endmethod.

-in the call call method response->get_status

reason is "Not found" and errorcode is 404.

We have compared all the settings between the to systems but we can't find any difference. We have also set up the log on info i the service "content server interface".

Does someone have a clue to what we have missed?

best regards

Martin Børglum

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Martin,

I guess you run an SAP system with Web AS >= 6.20. Here, you can't use R/3 database as content storage with the RFC protocol. You can only use an HTTP content server or the R/3 database. For R/3 database as content storage, you have to customize in OAC0:

Storage type: R/3 database, version no. 0045 or 0046.

Content table: A copy of SDOKCONT1.

Your error message seems to come from a missing configuration of the contentserver service in SICF. This must be active. You will find it under sap->bc->contentserver in transaction SICF.

Best regards

Torsten Fenske