cancel
Showing results for 
Search instead for 
Did you mean: 

Content repository FD does not exist :user agent sap web application server

Former Member
0 Kudos

Hi All

i am using 3rd party software(dms SERVER) and connecting it using archive link interface SAP HTTP 4.5 AL

i have created a new repository with name FD using tcode OAC0.when i give inputs in OACO and click on test connection it gives me information Content repository FD does not exist

here is my HTTP trace at receiver content server side

TRACE:(5) - GET /Default.aspx?serverInfo&pVersion=0045&contRep=FD HTTP/1.0

TRACE:(5) - user-agent: SAP Web Application Server (1.0;700)

TRACE:(5) - host: SERVERIP:PORT

TRACE:(5) - accept-encoding: gzip

TRACE:(5) -

--> C05 --> S06 ==== (15.583) Request <GET /Default.aspx?serverInfo&pVersion=0045&contRep=FD HTTP/1.0>

--> C05 --> S06 GET /Default.aspx?serverInfo&pVersion=0045&contRep=FD HTTP/1.0

--> C05 --> S06 user-agent: SAP Web Application Server (1.0;700)

--> C05 --> S06 host: SERVERIP:PORT

--> C05 --> S06 accept-encoding: gzip

--> C05 --> S06 ==== Body 0 bytes

--> C05 --> S06 Body =>

        1. Sockets 6 of 4,5,6 need checking ####

TRACE:(6) - HTTP/1.1 200 OK

TRACE:(6) - Cache-Control: private

TRACE:(6) - Content-Length: 189

TRACE:(6) - Content-Type: text/plain; charset=utf-8

TRACE:(6) - Server: Microsoft-IIS/7.5

TRACE:(6) - X-AspNet-Version: 2.0.50727

TRACE:(6) - boundary:

TRACE:(6) - X-dateC: 2010-10-22

TRACE:(6) - X-timeC: 07:07:23

TRACE:(6) - X-dateM: 2010-10-22

TRACE:(6) - X-timeM: 07:07:23

TRACE:(6) - X-contentRep: FD

TRACE:(6) - X-numberComps: 1

TRACE:(6) - X-docId: 0

TRACE:(6) - X-docStatus: online

TRACE:(6) - X-pVersion: 0045

TRACE:(6) - X-ContentServer: contentServer=Server ip;contentServerPort='9025;pVersion='0045';id='DMSSRV1'

TRACE:(6) - X-Powered-By: ASP.NET

TRACE:(6) - Date: Fri, 22 Oct 2010 13:37:23 GMT

TRACE:(6) - Connection: close

TRACE:(6) -

TRACE:(6) - serverType='DMSSRV1';1;serverVersion=12;serverPatch=0;serverBuild=180;pVersion='0045';serverStatus=running;serverStatusDescription=;serverDate='2010-10-22';serverTime='07:07:23';startUpDate='2010-10-22';startUpTime='07:07:23';lastAccessDate='2010-10-22';lastAccessTime='07:07:23';contRep='FD';contRepStatus=defined;contRepStatusDescription=;contRepDescription=Content-Repository Test;contentStorageHost=localhost;contentStorageName=FD;secKeyVerification=y;defaultDocProt=rucd;

one change which i have observed in this trace is .. this trace is showing trace agent as SAP Web application server ... ideally it should show user agent :SAP HTTP

Please suggest me some solution.

Thanks

sandeep

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Dear all,

my issue is resolved.I solved my issue myself

solution: SAP sends HTTP request in the form of URL like

http://serverip:port/GET /Default.aspx?serverInfo&pVersion=0045&contRep=FD HTTP/1.0

Now your response should contain string contRep="FD"

dont forget double quotes on repository name coz SAP program matches string with double quotes. if you will return value like this contRep=FD

this will through error.

Thanks

sandeep sharma