go to post Dmitry Maslennikov · Sep 9, 2024 You probably using macOS or windows, where Docker has a own limitation of disk. Check Docker desktop settings, and increase the virtual disk limit and restart
go to post Dmitry Maslennikov · Aug 19, 2024 We use SAML from Entra, in our application, and also access to the System Management Portal
go to post Dmitry Maslennikov · Aug 9, 2024 And what exactly do you want to test with cucumber? If you have a web frontend, you can test it already If you want to test the backend written on ObjectScript, that would need some adoption.
go to post Dmitry Maslennikov · Aug 8, 2024 Is there anything specific required there to test IRIS based software?
go to post Dmitry Maslennikov · Jul 29, 2024 Check this announcement, maybe this is related while you using version 2019.1
go to post Dmitry Maslennikov · Jul 24, 2024 What if IRIS could limit itself to the number of limited cores, how easier would it be for newcomers
go to post Dmitry Maslennikov · Jul 22, 2024 do you have an example of error you getting? And feel free to post you issue in the repo
go to post Dmitry Maslennikov · Jul 11, 2024 I see that the best solution would be if InterSystems would make this package available as an open source, with an option to upgrade any existing instance with the open-source version by using IPM for instance In this case, any team that keeps using ZEN may provide their thoughts on how the modern ZEN should look in the form of PullRequests. There would be a place to post bugs and feature requests, which some community members may help to solve for everyone.
go to post Dmitry Maslennikov · Jul 10, 2024 ObjectScript does not support undescore sign in the names, and requires using double quotes to override this $$$ThrowOnError(mymodule."validate_header"())
go to post Dmitry Maslennikov · Jul 9, 2024 instead of using nc, which will not be able to send a full header, you could use my tool iscctl, which will connect, only if the server is available, and it will be logged in correctly. let me know if you would need some updates in the tool
go to post Dmitry Maslennikov · May 28, 2024 Metabase offers a way to write your own driver to any database, that supports jdbc So, with some knowledge in Clojure, it's possible to connect it directly to Caché or IRIS You can do it by yourself, or I can do it for you.
go to post Dmitry Maslennikov · Apr 28, 2024 That's not a schema, this part is databaseand IRIS does not support switching databases or schemas during connection
go to post Dmitry Maslennikov · Apr 15, 2024 With these changes, to have just latest, latest-preview, it's hard to get how old the the image on InterSystems Containers Registry It would be nice to see the date of the image is uploaded and have somewhere sorting by date
go to post Dmitry Maslennikov · Apr 2, 2024 Yep, that works, thanks, pity that it was not implemented in Compress method, but at least something
go to post Dmitry Maslennikov · Apr 1, 2024 The way to remove the wrapper from the Compress method, did not help. It's still not recognizable. Only file way, and removing the first 11 bytes of GZIP header worked for me. But I suppose, it's just luck. With different data and size of that data, it may not work.
go to post Dmitry Maslennikov · Mar 26, 2024 GZIP format itself does not support files, it's just a compress, usually it can be used with TAR format, which helps to merge multiple files, which can be compressed by GZIP Look at my project isc-tar, which implements an internal way of creating cross-platform archives without calling external archivers. https://openexchange.intersystems.com/package/isc-tar
go to post Dmitry Maslennikov · Mar 19, 2024 CloudSQL for quite some time switched to using only SSL encrypted connection, can you expand your article on how to use SSL Certificate to be able to connect?