ASNA DataGate for IBMÂ i 16.x introduces a license registration change. Starting with 16.x, the license now includes the IBMÂ i partition number (LPAR). While there isn’t a direct way to see this value on your IBMÂ i, there is an easy, indirect way (these steps are all read-only and don’t change anything on your IBMÂ i):
First, from the IBMÂ i command line:
1 |
CALL QCMD |
Then, from the QCMD panel:
1 |
CALL QSYS/QLZARCAPI |
Which shows this display:
The Partition ID is in the Partition Info->
area, about four or five lines down (shown above in the red box).
We’ll also need your IBM serial number
1 |
DSPSYSVAL QSRLNBR |
and its model number
1 |
DSPSYSVAL QMODEL |
Getting your license
Contact us and provide us with:
- Company name
- DataGate version number
- IBMÂ i model number
- IBMÂ i serial number
- IBMÂ i partition number (the red box in the image below)
- User Count
and we’ll generate a license for you.
Send us an email at codes@asna.com
or use the phone numbers listed here to give us the information we need to get your license.
Applying the license
You apply the license with this command:
<DataGate Library>/register
where
That displays the screen below:
Licensing DataGate for IBMÂ i 16.x
The red box above shows where the Partition ID is displayed.
Thank you!
A big thank you to Matt Marsh at The Walt Disney Company for bringing the QLZARCAPI API to our attention and a big thank you to Simon Hutchinson for writing about the API at his blog RPGPGM.com.