cancel
Showing results for 
Search instead for 
Did you mean: 

configuring Archive Link for http-Content server

Former Member
0 Kudos

Hey Experts,

i'm absolutely new to this Topic. so please, be patient

My task is to configure our Archive link. we have a backup-Server with a Special Folder which has a user and a Password. now SAP should save all outgoing documents from ordering into this Folder.

for example our Server has the IP 192.168.99.99 an the Folder is \SAP\Archive\

how can i find out, what the right port is to the IP adress? i think i read anywhere that it should be 8080 in Standard, is that right?

i configured the Content repository as following:

HTTP-Content-Server

Protocol: SAPHTTP

Version: 0045

http-Server: http:\\192.168.99.99

port: 8080

http-script: ContentServer/ContentServer.dll  <-- i don't think that's right. what must be there?! SAP says something about a program. what do they mean?

base-folder: \SAP\Archive\

When i'm trying to test the Connection, i get the following error:

TEST: CL_HTTP_CLIENT=>CREATE failed 1

Can anyone help me and guide me through this Problem?!

any links doesn't help me much, i think.. i read so many sites, but i didn't find an answer until now.....

best regards

Mathias

Accepted Solutions (1)

Accepted Solutions (1)

former_member188883
Active Contributor
0 Kudos

Hi Mathias,

Assuming that you have used standard port 1090 for content server installation you need to configure your content respository as below

Protocol: SAPHTTP

Version: 0045

http-Server: 192.168.99.99 ( This is IP address where content server is installed)

port: 1090

http-script: ContentServer/ContentServer.dll

Regards,

Deepak Kori

Former Member
0 Kudos

Good Morning,

i just tried your Settings, but now i get this error:

Fehler bei HTTP-Zugriff: IF_HTTP_CLIENT->RECEIVE 1

ICM_HTTP_CONNECTION_FAILED

What does it mean? Is the port wrong?

Please help!

regards,

Mathias

former_member188883
Active Contributor
0 Kudos

Hi Mathias

From your query above

My task is to configure our Archive link. we have a backup-Server with a Special Folder which has a user and a Password. now SAP should save all outgoing documents from ordering into this Folder.

for example our Server has the IP 192.168.99.99 an the Folder is \SAP\Archive\

Are you trying to configure Archive link to store data on to a file system ?

Have you installed Content Server using SAP installations ?

Regards,

Deepak Kori

Former Member
0 Kudos

Hi Mathias,

ICM_HTTP_CONNECTION_FAILED occurs due to the incorrect HTTP server IP/hostname or due to the firewall issue. Please check whether the port (default 8080) is open.

If you are trying to store the archive files to the file system,then u have to install Content server.

-Harry

Answers (3)

Answers (3)

Former Member
0 Kudos

Hello,

Setting should look like this:

Document area: Archive link

storage type: HTTP content server

Protocol: IX_HTTP2

HTTP server:  192.168.99.99

Port: 8080

Http script: archive.dll

output device : whatever you want

after doing this try to telnet your content server from the SAP host:  telnet 192.168.99.99 8080

For successful connection 8080 should be open.

Once this is done, connection test will be successful.

Regards,

Abhishek Singh

Former Member
0 Kudos

Hi, sry for letting you wait...

no there's nothing like that installed. We now changed to using the sap-server for archiving. Thanks anyway!

Best Regards

Mathias

sunny_pahuja2
Active Contributor
0 Kudos

Hi,

http-Server: <ip address only> ( no http://)

Port should be 1090. But you can check port number on your content server by following URL:

http://<ip address>:1090/ContentServer/ContentServer.dll?serverInfo

If it gives you the server infor then port no should be 1090 instead of 8080. Please try and let us know about the results. Also, Please check installation guide.

Thanks

Sunny