cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Content Server Installation..

Former Member
0 Kudos

Hello All,

I have installed sap content server 6.40 & it has been installed successfully.

OS is windows server 2003.

But when I am trying to test it on a web browser (http:\\servername:1090\ContentServer\ContentServer.dll?serverInfo) it is showing Page cannot be displayed.

I have done all prerequisites for it but still facing the problem.

Accepted Solutions (0)

Answers (4)

Answers (4)

DavidLY
Advisor
Advisor
0 Kudos

Hello,

Are you using 64 bit windows 2003? If so you need the 64bit version of
content server and the IIS must allow to run 64bit applications.

You can also try using this command:
<systemdrive>:\Inetpub\AdminScripts>cscript adsutil.vbs get
W3SVC/AppPools/Enable32bitAppOnWin64

To change this behavior must execute these steps:
1. Run CMD (open a sessio MS-DOS).
2. cd% systemdrive%\InetPub\AdminScripts
3. Launch the following:
cscript.exe adsutil.vbs set W3SVC/AppPools/Enable32BitAppOnWin64 True
4. Restart the IIS

Regards,

David

Former Member
0 Kudos

Hello David,

I have done all steps which are given by you & restarted the IIS but still facing the same problem.

DavidLY
Advisor
Advisor
0 Kudos

Hello,

If you get a "The page cannot be displayed" error is because there is nothing running on that server:port combination, or that the cache server is not running. Or, it could also be the case that the server cannot be reached from the PC you are testing.

You need to change the driver according to SAP note 977091.

Regards,

David

Former Member
0 Kudos

Hello David,

Thanks for your reply.

When I tried to open CSADMIN transaction, I am getting following error.

Also I found this tracfile e dev_icm & errors.

I am attaching ICM Monitor trace file for reference.

Thanks & Regards,

Mahendra

DavidLY
Advisor
Advisor
0 Kudos

Hi Mahendra,

Error in HTTP Access: IF_HTTP_CLIENT->RECEIVE 1 ICM_HTTP_INTERNAL_ERROR

This looks like a problem with the ICM. Please try switching back to using SAPHTTP by creating an entry in the SDOKPROF table as follows:

NAME = USEHTTPPLG
VALUE = OFF

Keep the other fields empty. Then test again.

Regards,

David

Former Member
0 Kudos

Hi Mahendra.

We need to first check that the below url are working on the server where IIS and content server is installed.

Please login in DB studio for MAX DB and check that the server is up and running.

Open an IE on the server and check if the below url works.

http://hostname:1090/

Once this works we need to check that the below url should also work.

http://localhost:1090/ContentServer/ContentServer.dll?serverInfo

1704365 - IIS roles not created by default when installing Content Server on Windows 2008

I know that you are using 2003 server.

There is no use of connecting to the server till the above check are all green.

Thanks

Rishi Abrol


Former Member
0 Kudos

Hi David ,

The error related to the HTTPA is due to IF_HTTP_CLIENT->RECEIVE 1 HTTPIO_PLG_CANCELED but he is getting ICM_HTTP_INTERNAL_ERROR.

As mentioned in note.

1829887 - Error in HTTP Access: IF_HTTP_CLIENT->RECEIVE 1 HTTPIO_PLG_CANCELED Message no. CMS166

Please also try to

Thanks

Rishi abrol

Former Member
0 Kudos

Hello David,

I have done changes in SDOKPROF table but still it is giving the same error.

Former Member
0 Kudos

Hello Rishi,

I have checked http://hostname:1090/, but it is showing SERVICE UNAVAILABLE.

Is this a problem due to windows server 2003?

Thanks

Mahendra

Former Member
0 Kudos

Yes this is .

Can toy please check if the url is working.

http://localhost:80

if this works this means that iis is active but cant use 1090.

Please recheck the web service on windows..

Try to install apache on windows if iis is not working.

Thanks

Rishi Abrol

divyanshu_srivastava3
Active Contributor
0 Kudos

Hi Patil,

Do you have Microsoft Runtime library MSVCR71.DLL installed on your windows OS ??

If not, then update it.

Once done, stop everything and startup things again in order and check for this link.

Check notes 1482012 and 658442 for more information. Hope this helps in your case.

Regards,

Divyanshu

Former Member
0 Kudos

Hi Divyanshu,

Yes i have Microsoft Runtime library MSVCR71.DLL installed on my windows OS.

I have done changes according to above  SAP note, still its not working.

former_member183107
Contributor
0 Kudos

Hi,

Make sure the port 1090 is open.

Regards,

Himanshu

Former Member
0 Kudos

Hi ,

have you installed the apache or web service to broadcast it.

Thanks

Rishi Abrol

Former Member
0 Kudos

Hi,

Please check this note.

Note 658442 - SAP Content Server 6.30 on Windows 2003 servers

for web service .

If web service is there.

Check this note for connectivity.

1482012 - ContentServer: How to check the connection to content server

Thanks

Rishi Abrol

Former Member
0 Kudos

Hi Rishi,

I have added the web service according to note but still it's not working.

Former Member
0 Kudos

Hi,

So can you run the IIS url on port 1090.

did you restart the iis after the config was done.

Thanks

Rishi Abrol

valeriocicchiel
Contributor
0 Kudos

Hi Patil,

did you replace the placeholder "servername" with the FQDN or IP address of your host?

Why did you install on Windows 2003 Server? Windows 2008 is supported too...

Regards,

Valerio

Former Member
0 Kudos

Hi Rishi,

I tried to run the url but its not working.

I have restarted the IIS still the problem is there.

Former Member
0 Kudos

Hi Valerio,

I have replaced "servername".

I know windows 2008 is supported too but I already have sap installed on windows 2003.

Former Member
0 Kudos

Hi,

Can you please check the below steps. Please also check that the database is started.

Go to Internet Information Services Manager from

                    Start Menu >> Admintrative tools >> IIS manager

                     or

                    Start Menu >> Run >> "Inetmgr"

                    { If this is not there please install IIS from Add/Remove Components >> Windows Components }

           3. Now Right Click on Websites Directory and create a new Website.

                    a. Name of the website SAP_Content_Server

                    b. port 1090

                    c. directory C:\Content Server (from the example)

                    d. keep Anaonymous access Checked

              Website will be created.

           4. Now right click on the website and create a virtual directory.

                    a. Directory name ContentServer

                    b. Directory path C:\Content Server (from the example)
Virtual directory will be created.

           5. Now right Click on the website >> Properties

           Home Directory tab.

                    a. Remove Application Name.

                    b. Set Execute permisions to "Scripts and Executables"

           Directory Security Tab >> Anonymous Access >> Edit

                    a. Anaonymous Access is Checked

                    b. Basic Authentication Checked

                    c. Integrated Windows authentication Checked

           6. Content Server website can now be tested with the URL on a local browser

                    http://localhost:1090/ContentServer/ContentServer.dll?serverInfo

Thanks

Rishi Abrol

Former Member
0 Kudos

Please post the screenshot of the error that you are getting.

Thanks

Rishi Abrol