Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

SAP provides for custom widgets in the SAC to be provided by a web server. For the graphomate suite, graphomate normally takes over this task. However, it is also possible to host the components on premise. This requires a suitable web server.

Requirements to the web server

  • Accessible by all clients that should be able to display reports with graphomate components.

  • https encrypted with valid certificate

Setup of the hosting

  1. Download of the on premise version from the graphomate release desk

  2. Unzip the zip to an accessible folder on the web server

  3. extract graphomate_$component$_$version$_SAC.json from the folder and adjust where it says <<put your servers address here>> so that the URLs point to the web server

  4. Upload the JSON file to the custom widget list of the SAC in the Analytic Applications section.

Updates

Since the JSON file contains a checksum, it is not sufficient to exchange these files on the server. This will cause the custom widget to fail to load. To avoid problems with caching from the beginning, we recommend to store the extension versioned by a folder structure, because this way never 2 files with different checksums can be accessed under the same URL. An upgrade or downgrade can then be realized by uploading the corresponding JSON file in the SAC.

  • No labels