cancel
Showing results for 
Search instead for 
Did you mean: 

Error installing SAP content server on Virtual Windows 2008 server

Former Member
0 Kudos

I'm trying to install SAP content server on Win 2008 with IIS7.0 and receive following error message:

" An error occurred during the creation of the SAP content server website in IIS". I have installed all IIS 7.0 components per install guide and rebooted server to no avail.

My content server is running on a virtual server. Does anyone know of solution?

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member182307
Contributor
0 Kudos

Hello,

Have you followed these recommendations from the installation guide ( Installation Guide u2013 SAP Content Server on Windows 2008 ) :

Note: In the IIS 7.0/7.5, all the roles are not selected during the installation by default,

Please make sure all the below roles are included and IIS 7.0/7.5 is installed.

Roles needed in IIS 7.0/IIS 7.5.

Common HTTP Features

Static Content

Default Document

Directory Browsing

HTTP Errors

HTTP Redirection

Application Development

ISAPI Extensions

ISAPI Filters

Health and Diagnostics

HTTP Logging

Logging Tools

Request Monitor

Tracing

Custom Logging

ODBC Logging

Security

Basic Authentication

Windows Authentication

Request Filtering

Note : Anonymous Authentication should be enabled.

Performance

Static content Compression

Dynamic Content Compression

Management Tools

IIS Management Console

IIS Management Scripts and Tools

Management Service

IIS 6 Management Compatibility

IIS 6 Metabase compatibility

IIS 6 WMI Compatibility

IIS 6 Scripting Tools

IIS 6 Management Console

Note: There is a File Upload limitation in IIS 7 on Windows 2008 Server, IIS will reject any file that is

larger than 30 MB. This is a default limitation of IIS. You can increase the maximum file size by

setting the parameter maxAllowedContentLength in the file ApplicationHost.config.

The following command can be used to set the parameter from the command prompt, please

change the directory to Windows\System32\inetserv and then execute the command.

appcmd setconfig /section:requestFiltering/requestLimits.maxAllowedContentLength:150000000

The value is only an example, in this case the upload limit is set to 150MB.Server has to be restarted

after execution of this command.

Also, are you using Maxdb to store the files or is it a "flat files" content server ?

HTH.

Steve.