Compression Setup for SAP ECC6.0
  • 1 Minute to read
  • Dark
    Light
  • PDF

Compression Setup for SAP ECC6.0

  • Dark
    Light
  • PDF

Article Summary

Compression utility Definition is required for automatic compression and uploading your custom code to Panaya and for the server-side installation of the Panaya Recorder & Player. Defining the compression utility requires the compression of the XML file into a Zip archive using standard archiving software like Gzip. You can download Gzip hereIf you prefer using WinRAR, follow WinRAR definitions in the instructions below.  If you need to use tar as part of SCMON usage, you can download it here.

Note

RAR file type is not supported

gzip Installation

SAP servers running UNIX or Linux have a built-in gzip facility.
The activities described below are necessary for SAP servers running Windows.
A basic administrator must perform the following steps on any application server (It is also possible to use WinRAR archiving utilities if already installed on the server).
 
  1. Click here to download gzip
  2. Locate the gzip.exe file installed in the previous step and copy it to the Windows directory.
    Alternatively, adding the gzip directory to the system path is possible.


Defining an Operating System Command

  1. Start transaction SM49
  2. Select
  3. Under Command, for Command name, type the command name as follows - 
    • For automatic compression and extraction of custom code - ZZ_COMPRESS_ETL
    • For the server-side installation of the Panaya Recorder & Player - ZZ_COMPRESS
    • For SCMON extraction capabilities - ZZ_ARCHIVE_ETL
  4. Under Definition, for operating system command -
    ZZ_COMPRESS_ETL/ZZ_COMPRESS:
    For gzip type: gzip
    For WinRAR type: C:\Program Files (x86)\WinRAR\winrar)

  

ZZ_ARCHIVE_ETL

This is required for SCMON usage.  For tar type: tar (ZZ_ARCHIVE_ETL must use tar) with parameter -cvf:


     5. You may be required to specify the full path of your compression application, such as shown in the example below: (can be done for both gzip and tar)For Linux or Unix based systems, the full path should be /usr/bin/gzip or use the OS command 'which gzip' to determine the exact path
If GZIP or TAR are not in your Environment Variables path, you may be required to specify the full path


    6. Select

    7. Select


Verifying the Operating System Command

These steps should be performed by the same SAP user that runs the Panaya Code Extraction Code.

  1. Stay in transaction SM49 and verify that the command entered in the previous step is displayed in the list.

    • For automatic compression and extraction of custom code - ZZ_COMPRESS_ETL
    • For the server-side installation of the Panaya Recorder & Player - ZZ_COMPRESS
    • For SCMON extraction capabilities - ZZ_ARCHIVE_ETL

      Select the command from the list. 
  2. Select
  3. For Additional parameters - 
    For gzip type: -V
    For WinRAR type: a -afzip
    For Tar type: -cvf
  4. Select
  5. Verify that the output message is as shown below