Skip to Content
0
Jul 20, 2022 at 12:54 PM

Content Server 753 / Configuration reloading without Restarting

94 Views Last edit Jul 20, 2022 at 12:59 PM 4 rev

Good afternoon,

My question concerns the SAP Content Server 753.

I have added a repository by editing the cs.conf file:

[contRep-XX]
StorageDriver=FSStorage
...

After adding this configuration, the Content Server was replying Unknown repository, when requested for a document in this repository.

In other words, it did not notice the configuration change.

The only way I have found to make the server re-load/read the cs.conf file, was to issue the following command:

% sapcontrol -nr 0 -function RestartSystem

This causes an interruption of service.

Is there a way to tell the Content server to reload its configuration without restarting?

Have nice day.