go to post Alexander Koblov · Mar 18 Documentation has an important note about this parameter: This parameter has been retained for compatibility, but should not be used when building new applications. https://docs.intersystems.com/iris20223/csp/docbook/Doc.View.cls?KEY=RAC...
go to post Alexander Koblov · Mar 18 xsi:type is a special attribute IRIS analogue is XMLTYPE parameter of the class, You need to remove Property Type from the Field class and add the following parameter, then recompile both Field and Fields Parameter XMLTYPE = "UDFLookupFieldInstance";
go to post Alexander Koblov · Mar 18 Yuri, enable ISCLOG, reproduce the error, disable ISCLOG and then check if it has any errors, e.g. errors. %SYS>kill ^%ISCLOG, ^ISCLOG %SYS>set ^%ISCLOG = 3 //reproduce the error %SYS>set ^%ISCLOG = 0 %SYS>zw ^ISCLOG Afaik, with custom login pages user CSPSystem needs to have READ permissions on a database where custom login page class is located
go to post Alexander Koblov · Feb 16 In HealthShare section you see Extended Maintenance kits In Continuous Delivery section you'll find Health Connect 2022.3, 2022.2
go to post Alexander Koblov · Feb 8 See table at this linkhttps://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls... You likely need "JS" transformation: USER>write $zconvert("abc/def","O","JS") abc\/def
go to post Alexander Koblov · Feb 2 404 is also returned when there are some permissions issues. Try to give %All to the user that you calling this API with and see if it helps. If yes -- then this is permissions issue. Or enable Audit and auditing for Protect event and see if it is logged in Audit when the problem happens Other idea -- enable ISCLOG, reproduce the problem, disable ISCLOG and see if there are any errors there. ISCLOG is very verbose, so just do one HTTP request with ISCLOG enabled enable: %SYS>kill ^ISCLOG,^%ISCLOG %SYS>set ^%ISCLOG = 3 disable: %SYS>set ^%ISCLOG = 0 analyze: %SYS>zw ^ISCLOG (yes, without %)
go to post Alexander Koblov · Jan 17 Hi Virat. See Learning paths on learning.intersystems.com:https://learning.intersystems.com/course/view.php?id=243
go to post Alexander Koblov · Jan 13 Check that IIS_IUSRS has an access to the parent folders as well
go to post Alexander Koblov · Jan 12 Generally, you should install external web server and use it with the application. Private Web Server (the one that runs on 57772) are for Management Portal and some basic tests only https://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY...