Replace Figaf License id

Replace Figaf License id

To replace the license ID in the Figaf tool, follow these steps in order:

  1. Connect to your SAP PostgreSQL service
    Open a terminal (with the Cloud Foundry CLI installed) and follow the instructions here to establish a direct psql connection:
    https://help.figaf.com/portal/en/kb/articles/connect-to-sap-psql

  2. Remove existing license items

    DELETE FROM irt.irt_license_item;
    
  3. Update the license ID

    UPDATE irt.irt_license
      SET id = '<new_license_id>'
      WHERE id = '<old_license_id>';
    • Related Articles

    • How to install Figaf to handle SAP PI to CPI migrations

      This guide shows you how to install the Figaf Suite, and enables you to create your first SAP PI to CPI migration.  It is recommended that you follow along in the video.  ​ Install the Tool Registered for the Trial on Figaf  and you will get the ...
    • Unable to start Figaf App because of missing Database

      We experienced an issue that the Postgresql figaf-db did not respond when trying to deploy Figaf Tool. Also the Figaf app was crashed because of something. Once we ran CF deploy we got the error For application 'xxx-figaf-app': For service ...
    • Setting global ICO logging/staging configuration for PI agents in the Figaf tool

      For the Figaf tool, it's important to know relevant logging and staging configuration used on the PI system. This configuration helps to perform better analysis of the Integration scenarios and gives more automation for testing. In other words, these ...
    • We have SSO for our SAP CPI tennants can we still use Figaf

      Figaf is connecting to CPI instances using the S-users or similar defined in the SAP authentication management.  You would need to give the S-user access to the following roles You can check the S-user works on your landscape by using the following ...
    • Adding CPI Helper

      CPI Helper is a tool that allows integration developers to become more productive. In Figaf we have added integration to it to ensure that you are able to work as smooth as possible with the tool. Search for CPI Helper and find the tool in Chrome ...