I am currently working on testing the IDN Rule using JUnit and have been reviewing the documentation GitHub - renliangfeng/sail4j-iiq-idn to set up Maven for Sail4J. However, I’m encountering some confusion with points 1 and 2 of the setup instructions as shown in below image
- I downloaded the
IdentityIQ 8.3.zip
file from Compass, as mentioned in point 1. - Following point 2, I extracted the contents of the ZIP file and set the
BASE_SOFTWARE_PATH
variable as follows:
export BASE_SOFTWARE_PATH=/Users/<username>/Downloads/identityiq-8.3
When I run the PowerShell script mentioned in point 3, I receive the following error:
No base GA file found; script will now terminate!
Could you please clarify where I might be going wrong? Specifically, I would like to understand what the “IdentityIQ base GA” refers to in point 1 and how to ensure that the necessary files are available for the script to execute successfully.
Thanks,
Divya