Hi Hrithik .
In fact i just noticed that my command to define the passticket had failed with the following error message
RDEFINE PTKTDATA AZFAPPL SSIGNON(KEYENCRYPTED(0000111122223333))
IRR52251I Cryptographic service CSNBCKI failed with return code 12, reason code
The reason is that in my configuration i do not a crypto express card, and cannot have an AES mater key, so can't use KEYENCRYPTED.
I think you should update the doc to mention this restriction.
I changed the passticket definition to use a masked passticket (KEYMASKED) with:
RDEFINE PTKTDATA AZFAPPL SSIGNON(KEYMASKED(0000111122223333))
and now the password reset function works fine.
Can you also add the message AZF2612E Passticket generatiion failure in the MFA documentation ? and at the same time correct the typo that i mentioned in my second post, just above.
Thank you again very much .
Your suggestion allowed me to see that my passticket had actually not been defined and after reruning the job i found the error message "IRR52251I Cryptographic service CSNBCKI failed with return code 12, reason code"
Have a good day
------------------------------
philippe richard
------------------------------
Original Message:
Sent: Mon August 11, 2025 12:13 PM
From: Hrithik Govardhan
Subject: MFA 2.3 password reset function fails with AZF2612E
Hi Philippe! MFA uses Passtickets as part of the password reset workflow, and the "AZFAPPL " application name is indeed hard-coded. This is documented at https://www.ibm.com/docs/en/zma/2.3.0?topic=customization-resetting-user-password as part of the admin steps needed to implement the password reset functionality.
The error you are seeing corresponds to a passticket generation failure , I will look into adding it to the documentation if its not already there. Can you confirm that the values you plugged into the PERMIT and RDEFINE calls are valid for you system? (AZFSTC is the ID for the started task, etc?)
------------------------------
Hrithik Govardhan
Senior Engineer
Rocket Software
MN
------------------------------