cancel
Showing results for 
Search instead for 
Did you mean: 

urgent!!! content server configuration problem

former_member1334776
Participant
0 Kudos

Dear experts,

When we started configuration in csadmin we are getting 404 error..

OS:suse linux 11

DB:maxdb 7.6

Content server :6.4

apache:2.0.

The error log shows:

[Fri Mar 22 10:23:50 2013] [error] [client 192.168.0.35] File does not exist: /usr/sap/sdbcs/apache/htdocs/ContentServer

I checked cs.conf file Adminsecurity=0

Stopped service in smicm.....

Not allowing us to create repository object itself....

Help me out to solve this issue....

Whether my path of installation of apache server is correct /usr/sap/sdbcs/apache/httpd-2.0.64

which the user as home directory as /usr/sap/sdbcs...

I guess the Apache installation is wrong if it so pls guide me with correct path....

I didn't received any error on installation of apache or content server....

Thanks,

Thamodaran.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Which prefix did you use while compiling Apache? Which Web server root did you specify while installing Content Server? Share your Content Server and relevant Apache configuration. See the chapter "Set Up the Web Server" of the installation guide for details.

http://service.sap.com/~sapidb/011000358700003351232006

former_member1334776
Participant
0 Kudos

Dear Samuli Kaski ,

Sorry for the delay response,

I set /usr/sap/sdbcs/apache/httpd-2.0.64 root directory for instaaling apache...

I used the prefix which is as below....

i logged on su - sdbcs i went to /usr/sap/sdbcs/apache/httpd and executed the below commands...

./configure --prefix=/usr/sap/sdbcs/apache --enable-shared=max --enable-module=most

  make

  make install

Pls help me the error log shows that

[Fri Mar 22 14:13:52 2013] [error] [client 192.168.0.35] File does not exist: /usr/sap/sdbcs/apache/htdocs/ContentServer

[Fri Mar 22 14:13:52 2013] [error] [client 192.168.0.35] File does not exist: /usr/sap/sdbcs/apache/htdocs/ContentServer

former_member188883
Active Contributor
0 Kudos

Hi Thamodaran,

Please refer this Note 703171 - SAP Content Server for SuSE Linux SLES 8/9 & Red Hat V3

Download the relevant module files and then perform the make operation.

Regards,

Deepak Kori

former_member1334776
Participant
0 Kudos

Dear Deepak,

I checked with the note that is to 6.30 but my content server version is 6.4 with suselinux 11 sp2..

the error as [Mon Mar 25 11:25:09 2013] [error] [client 192.168.0.35] File does not exist: /usr/sap/sdbcs/apache/htdocs/ContentServer..

I could not find the file called content server.dll or contentserver folder in my system.....

Thanks,

Thamodaran.

Former Member
0 Kudos

Did you install Apache prior to installing Content Server? If not, repeat the CS installation. Specify /usr/sap/sdbcs/apache as Web server root when installing CS.

former_member188883
Active Contributor
0 Kudos

Hi Thamodaran,

In unix environment you will never find .dll files. You need to first compile Apache server as mentioned in the SAP note

664384Generation info for Apache Web server for SAP Content Server

Once this is done successfully, you need to start content server installation using SAPINST.

Hope this helps.

Regards,

Deepak Kori

former_member1334776
Participant
0 Kudos

Dear samuli,

1.Did you install Apache prior to installing Content Server?

Ans:yes i installed apache and completed successfully...

2.Specify /usr/sap/sdbcs/apache as Web server root when installing CS?

Ans:as you said i mentioned /usr/sap/sdbcs/apache as webserver root when installting CS.

Then CS installation is also completed successfully without any errors....

Now i am getting a error

File does not exist: /usr/sap/sdbcs/apache/htdocs/ContentServer

I created repository all working fine...

I can see only one certificate CSADMIN tcode...

Help me to solve this

Thanks,

Thamodaran.

former_member188883
Active Contributor
0 Kudos

Hi Thamodaran,

Hope your issue is resolved.

Regards,

Deepak Kori

Former Member
0 Kudos

See chapter 2.7.4 of the CS Installation Guide for UNIX. Your Apache configuration (httpd.conf) should look like:

<IfModule mod_sapcs.cpp>

     AddModuleInfo sapcs "SAP Content Server (C) SAP AG 1998,2003"

     CSConfigPath /usr/users/sapcs/cs.conf

     <Location /sapcs>

          SetHandler sapcs_module

          Allow from all

     </Location>

     <Location /ContentServer/ContentServer.dll>

          SetHandler sapcs_module

          Allow from all

     </Location>

    

     <Location /contentserver/contentserver.dll>

          SetHandler sapcs_module

          Allow from all

     </Location>

</IfModule>

With that configuration you can access Content Server with any of the following URLs:

  • /sapcs
  • /ContentServer/ContentServer.dll
  • /contentserver/contentserver.dll

Find attached a link to the CS Installation Guide for UNIX.

https://service.sap.com/~sapidb/011000358700003351232006

former_member210673
Participant
0 Kudos

Dear Samuli / Gopal,

I am planning to go with 'Content server installation' on Linux machine, and, I do have the pdf for Content server installation guide downloaded from service marketplace.

I've been facing issue while trying to give a Storage path to system on Linux, whereas my front-end PC operated on Windows. http://scn.sap.com/thread/3332799

Could you please provide me the Storage path format - that can be used as Trnsfr Drctry path in OAC0 or in DC20 for Data Carrier path.

@Gopal,

Were you able to resolve the - File does not exist: /usr/sap/sdbcs/apache/htdocs/ContentServer error ?.

-Thanks

Former Member
0 Kudos

Thread hijacking is not nice. Anyway I replied to your discussion thread.