Issue with QR Code Generation During Two-Factor Authentication Setup
Hello everyone,
I am attempting to enable two-factor authentication for a user account through the System Administration > Security > Users > Edit User (Security Settings) section. However, I am encountering an error with the Qrcode class.
ERROR #5002: ObjectScript error: <NOTOPEN>zGenerate+27^%SYS.QRCode.1
Update:
I tried to create a QR code image using the command from the %SYS.Qrcode class, and I encountered the same error. I believe it may be related to folder permissions, but I have already granted all the permissions that I am aware of to the InterSystems database..png)
Has anyone encountered this issue before?
Comments
Can you generate the QR-code in "/tmp" folder? QR-Code on 2021.1 uses java, so you need to have java installed. Or -- upgrade to 2023.1. QR-code module there does not need java
I couldn't generate either. I will try to install Java.
Worked. Jesus bless you :)