Enterprise Resource Planning Blogs by SAP
Get insights and updates about cloud ERP and RISE with SAP, SAP S/4HANA and SAP S/4HANA Cloud, and more enterprise management capabilities with SAP blog posts.
cancel
Showing results for 
Search instead for 
Did you mean: 
In the following text, "Content Server" always refers to both Content Server and Cache Server.

After a long period of little development, the successor of SAP Content Server 6.50 has been released end of 2019: Content Server 7.53.

The major difference to previous releases is that Content Server 7.53 is now a stand-alone server that no longer depends on Microsoft IIS Server (Windows) or Apache HTTP Server (Unix) as the web engine. Otherwise, the Content Server HTTP protocol remains the same, including the well-known integration with KPRO (CSADMIN, OAC0, etc.) and the support for MaxDB and file system based repository storage. Thanks to the stability of the HTTP protocol, the Content Server release is independent of any application release (e.g. NetWeaver ABAP application server or S/4HANA) and the Content Server can be upgraded at any time without implications on the applications. Content Server 7.53 is currently available for AIX, Linux, Solaris (SPARC) and Windows.

The dependency to third-party software has always been a weak point of Content Server. For example, since the Apache HTTP Server Project discontinued support for Apache 2.2 in July 2017, customers are asked to upgrade to Apache 2.4 although the functionality of Content Server itself has not changed.

Under the hood, Content Server now ships with its own web engine, which is the functionality that was previously provided by the IIS Server or the Apache HTTP Server. The release of Content Server 7.53 as a stand-alone server has a multitude of advantages and - at least in my opinion - only one drawback

Here are some of the advantages:

  • SAP Content Server is now fully integrated into the SAP landscape (with SID and instance number). For example, within one system (SID), multiple Content and Cache Servers could be installed with different instance numbers.

  • Administrators and partners no longer need to acquire skills in the management of IIS Server or Apache HTTP Server. Instead, they can apply their already available skills in managing SAP instances (Solution Manager, SAPmmc, SAP Start Service, sapcontrol, etc.).

  • The same is true for SAP support engineers: skills for troubleshooting the fully owned SAP product are readily available, whereas skills to support third-party products may not.

  • The installation is fully supported by SAP Software Provisioning Manager (SWPM), no more extra tasks are necessary (such as the installation of IIS, or the compilation of Apache HTTP Server).

  • HTTPS is now configured out-of-the-box (with a self-signed certificate).

  • New "stopped" mode: Using the Start/Stop buttons in CSADMIN it is now possible to put single repositories or the entire Content Server into a stopped mode.  While in stopped mode, all requests other than serverInfo and adminContRep will return HTTP error "503 Stopped".

  • A lot of useful functionality has been "inherited" from SAP Web Dispatcher which is now the underlying web engine, e.g. the Web Admin UI for basic monitoring and administration tasks (in addition to CSADMIN), HTTP logging, much more detailed tracing facilities, etc.


The drawback is that due to the new architecture of Content Server 7.53, it is not possible to perform in-place upgrades of existing Content Server installations of lower releases and patch levels. This applies to the program only, not the data. The repositories themselves do not have to change.

The upgrade process therefore requires a little more effort than usual and consists of the following steps:

  1. Create a new installation of Content Server 7.53

  2. Migrate the configuration of the existing Content Server to the new installation

  3. Stop the existing Content Server and start the new one

  4. Verify the availability of the new Content Server

  5. Archive and remove the old installation


SAP Note 2786364 - SAP Content Server and Cache Server 7.5 (and higher) describes each of these steps in more detail and provides all the information to get started with Content Server 7.53, including some of the important changes between Content Server 6.50 and 7.53.

There are even advantages in this kind of out-of-place upgrade: since old installation and new installation are independent from each other and could run in parallel (as long as they don't share the same host and port), it is easy to set up an initial test installation of Content Server 7.53, or to migrate the existing repositories one at a time.

In fact, customers are encouraged to use the opportunity to "clean up" their Content Server installations, e.g. by removing stale repositories from configuration files (something not uncommon) or deleting repositories that are no longer in use. It could also be a good idea to split up a single Content Server that serves both test and productive systems into multiple instances.

Since the release of Content Server 7.53 end of 2019, many customers already made the plunge, and - so far - nobody hit any major roadblock during or after the upgrade.

If - for whatever reason - it is necessary to move the repositories themselves, KPRO offers various ways to migrate them, even across releases, platforms and storage types (see Sagar's excellent Blog series "Content Repository Migration in mind ?").

As usual, Content Server is part of the S/4HANA onPremise with the same support strategy. Since Content Server 7.53 is fully downward-compatible, no new development will be delivered in Content Server 6.50 and earlier releases, and patches will be limited to security relevant notes and corrections only.

Whenever you install a new Content Server or upgrade older Content Server installations, do not stop at 6.50, go directly to SAP Content Server 7.53.

 

References

SAP Note 719971 - SAP Content Server release strategy

SAP Note 2786364 - SAP Content Server and Cache Server 7.5 (and higher)

SAP Installation Guide: Installation of SAP Content Server 7.5 and Higher on UNIX

SAP Installation Guide: Installation of SAP Content Server 7.5 and Higher on Windows

Community Blog: Content Repository Migration in mind ?

 
9 Comments
nberkowitz
Discoverer
0 Kudos
Excellent information Tobias, and I have done a fresh installation of SAP Content Server 7.53, and I was expecting to do the MaxDB install as well as the other steps that had to be done in previous versions. We did a ‘typical’ install and ran the post installation steps, including the URL on page 49 of the Windows install guide. Where I am having some questions, is with the configuration is OAC0>CS Admin>Settings and I have gone through KBA’s 2786364 and 329473. We are using the HTTP Script /sapcs for port 1090, the StorageDriver is set to FSStorage, Storage is set to ContentStorage.dll, and Security is set to 1, ContentStorageHost is set to localhost, ContRepRoot is set to the absolute path with contrep at the end, and ContentStorageName was changed to the new SID, not the default one. I am using this Content Server for my DEV and QAS S4 1809 system and have sent the certs over and activated them. On the main screen for the Content Repositories, I have the Basic Path, Phys. Base Path, Archive Path and Phys. arch. path all set to /tmp, so now you have an idea of our setup.

Here is the issue, when we use the functional module ARCHIVOBJECT_GET_URI, generate a URI to a PDF document on the content server, that URI causes the Content Server to shut down (I verified this by doing the same actions 2x), as I can see it go from Green to Grey in the SAPMMC on the server, then when I start the services up in the SAPMMC, all my settings in the CS Admin screen are changed, most notable is the StorageDriver is set back to MaxDBstorage and the Storage entry is missing, and the cs.conf file was overwritten, and I have to re-activate my certs, and a new entry shows up that I didn’t put in, DefaultDocProt, with no content. I have tried to hunt things down in SAP, but any suggestions would be appreciated.

Regards,

Neal Berkowitz
former_member214380
Participant
0 Kudos
Hi Tobias,

Thanks - that blog post really cleared up some questions. But one remains: What about existing CS 6.5 installations and compatibility to S4-system? No issue or is upgrading mandatory?

Thanks
Daniel
Hi Daniel,

There are no compatibility issues and upgrading is not mandatory. However, if for whatever reason a new installation of the CS were required (e.g. moving to new infrastructure), it would be complete non-sense to install CS 6.50.

Best,
Tobias
former_member214380
Participant
0 Kudos
Thanks, Tobias! 🙂
RolandKramer
Active Contributor
0 Kudos
Hello tobias.winterhalter,

Did you already considered to use SAP IQ as content repository to store all kind of data in an optimized way?

See the Blog - https://blogs.sap.com/2021/02/17/sap-ilm-store-based-on-sap-iq-database

Best Regards Roland
turgay_samdanli2
Explorer
0 Kudos
Hi

is content server 7.53 compatible with s/4 hana on premise?
0 Kudos
Yes
MirelaS
Explorer
Hello Tobias,

Thanks for the information provided; very helpful!

Is the SAP Content Server 7,53 compatible with S/4HANA 2021 Cloud (think RISE with SAP/PCE customers, and S/4HANA conversions)? Also, are there any MaxDB license requirements for S/4HANA cloud customers?

Would appreciate any help on this. Thanks in advance!

Kind regards,
Mirela
0 Kudos
Thanks for your introduction.
Can it still be used (or recommended) for SAP Data Archiving?