go to post Vic Sun · Jan 13 Hi David, %Operator / the %Admin_Operate resource only give access to the system operation pages so that might be what you want to start with. From there, you can use custom resources to restrict individual pages. No idea about custom menus!
go to post Vic Sun · Nov 7, 2022 Smythe, Did you have a chance to review the replies on your other post? Are you trying to use the managed alert framework? If so, I'd suggest reviewing that documentation to make sure your configuration is appropriate. It sounds to me you may just want a regular router, and not to use the AlertManager, in which case a simple business rule can do that routing (or if you don't need routing, you can just make the email operation the Ens.Alert component.) I think the following Google page explains the SMTP settings you need: https://support.google.com/a/answer/176600?hl=en
go to post Vic Sun · Sep 29, 2022 Hi Thembelani, If I'm understanding your question right, I think you just need to change the settings on the IRIS web application for your REST service, modifying the allowed authentication methods so "password" is enabled.
go to post Vic Sun · Sep 27, 2022 This system task was present in the scheduler in IRIS 2020.1 but I'm assuming you upgraded to 2022. There's a known issue where this SQL cleanup and a few other tasks still appear in the task manager despite the functionality being moved to the work queue manager. This should be fixed in a future verison.
go to post Vic Sun · Sep 22, 2022 Hi Flavio - I ran into this some time ago. The language setting you need to change is not the display language, but the language for non-unicode programs you can acces via Control Panel > Clock and Region > Region > Administrative.
go to post Vic Sun · Sep 7, 2022 Hopefully you've figured this out by now but I'd suggest looking at the Filezilla logs to see if anythings stands out compared to the ssh log you get from IRIS. My best guess is that the FTP server may not support specifically "key-pair" authentication or might require multiple forms of authentication and the other sftp methods you tried (Filezilla, sftp) may be succeeding with other auth methods. This is somewhat documented here: https://docs.intersystems.com/iris20221/csp/documatic/%25CSP.Documatic.cls?LIBRARY=%25SYS&CLASSNAME=%25Net.SSH.Session#AuthenticateWithKeyPair You could reach out to the WRC with this.
go to post Vic Sun · Aug 8, 2022 Hi Jun, A <PROTECT> error indicates you don't have permission on something, in this case per the error it looks like you don't have permission on the HSCUSTOM database. I'd recommend checking this error with your admin to get that access, if appropriate.