go to post Alexander Koblov · Aug 5, 2022 Try something like iris session LIVETC01 -U "%SYS" "Monitor^MIRROR"
go to post Alexander Koblov · Aug 1, 2022 Hi Lesley. Please file feedback for the documentation team -- Feedback button on the right of the page. Indeed, it seems like this part of documentation is out of date. Though if you search on Github, you'll find copies of this class. For example: https://github.com/SylvainGuilbaud/iris-code/blob/main/src/cls/XSLT2/Exa...
go to post Alexander Koblov · Jul 25, 2022 This question is rather for Crystal Report 2020. Ensemble 2014 provides standard ODBC interface. If Crystal Report 2020 can communicate using this interfacen, then Crystal Report is compatible with Ensemble 2014.
go to post Alexander Koblov · Jul 25, 2022 There is no built-in package that does this. You need to use some external library
go to post Alexander Koblov · Jul 25, 2022 Hi Eddie. Does it use it's own internal SQL database or are we able to connect to our own database and which databases are certified to run against the platform? Both. Supported 3rd party databases are listed here: https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls... Generally, please see "First looks" guides in our doc, particularly for JDBC and ODBC: https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls...
go to post Alexander Koblov · Jul 21, 2022 I think you need to declare RunDownload as a ClassMethod, not ClientMethod, that is for JavaScript methods
go to post Alexander Koblov · Jun 14, 2022 Your account manager. If you don't know who this is -- contact the InterSystems office that issued you a license. Or contact WRC.
go to post Alexander Koblov · Jun 14, 2022 "Why our license does not support ECP, if it's for Multi-Server?" That's the different question from the one you asked in the post. I suggest you contact your Account Manager in InterSystems.
go to post Alexander Koblov · Jun 13, 2022 You can use SQL Gateway to select / modify tables in external databases
go to post Alexander Koblov · Jun 9, 2022 Try using SQL Gateway: https://docs.intersystems.com/iris20221/csp/docbook/DocBook.UI.Page.cls?...
go to post Alexander Koblov · Jun 6, 2022 Hi Nicky. See ##class(%Library.EnsembleMgr).IsEnsembleNamespace
go to post Alexander Koblov · Jun 5, 2022 Most likely server you are connecting to requires tls 1.1 or tls 1.2. Ensemble 2014.1 is quite old. Consider upgrading. You can try to find out what protocol server supports via nmap (https://nmap.org/nsedoc/scripts/ssl-enum-ciphers.html)
go to post Alexander Koblov · Jun 5, 2022 Additionally see https://docs.intersystems.com/iris20221/csp/docbook/DocBook.UI.Page.cls?...
go to post Alexander Koblov · Jun 3, 2022 Hi Yone. Enable SOAP Log and check the SOAP Response that IRIS sends https://docs.intersystems.com/iris20212/csp/docbook/Doc.View.cls?KEY=GSO...
go to post Alexander Koblov · Feb 17, 2022 Check sc using zwrite sc -- you'll see the Save errors. Also, see the "Creating the Server Configuration Items Programmatically"
go to post Alexander Koblov · Dec 22, 2021 I would even advise to use UNION ALL, because with UNION IRIS checks if resulting set has no duplicate rows, and there is no need to do this check with INSERT.