Download page
License
You should have received an email with the license key. Otherwise please register on https://figaf.com/irt
Download
IRT server
irt-2102.2.jar 2021-02-24 Release notes
PI Agent SCA
irt-agent-2.13.8.sca 2020-07-30
Bootstrap script
Create a run-irt.bat file in the same folder where irt jar file is saved with the following content:
For Java8
java -Dloader.path="./libs" -Djavax.net.ssl.trustStoreType=Windows-ROOT -jar "irt-21022.jar" ^
--server.port=8089 ^
--irt.url="http://localhost:8089"
pause
For JAVA11
java --add-modules=java.se --add-exports=java.base/jdk.internal.ref=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.nio=ALL-UNNAMED --add-opens=java.base/sun.nio.ch=ALL-UNNAMED --add-opens=java.management/sun.management=ALL-UNNAMED --add-opens=jdk.management/com.sun.management.internal=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED -Dloader.path="./libs" -Djavax.net.ssl.trustStoreType=Windows-ROOT -jar "irt-21022.jar" ^
--server.port=8089 ^
--irt.url="http://localhost:8089"
pause
Running of application on Java 11 requires additional properties, see more in the manual: https://figaf.com/help/irt/#irt-application-running
Deploy in Azure with Web Apps
Lot of customers are using Azure to run their SAP and other landscapes.
We have tried to make it as simple for you to run Figaf. See the following blog on how you can run Figaf in Azure pretty simple.