That WebSockets terminal would have the same issues as WebTerminal. It uses Xecute, which has many limitations, I use real terminal, which has full control over the execution

Dmitry Maslennikov · Sep 26, 2024 go to post

I tested only with docker images, where we have OS Auth for terminal, which is not friendly in case if you need to pass through this step, maybe this is missing here. I’ll try to check 

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

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.

Dmitry Maslennikov · Jul 24, 2024 go to post

What if IRIS could limit itself to the number of limited cores, how easier would it be for newcomers

Dmitry Maslennikov · Jul 11, 2024 go to post

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.

Dmitry Maslennikov · Jul 10, 2024 go to post

ObjectScript does not support undescore sign in the names, and requires using double quotes to override this

$$$ThrowOnError(mymodule."validate_header"())

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

Dmitry Maslennikov · May 28, 2024 go to post

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.

Dmitry Maslennikov · Apr 28, 2024 go to post

That's not a schema, this part is database
and IRIS does not support switching databases or schemas during connection

Dmitry Maslennikov · Apr 15, 2024 go to post

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

Yep, that works, thanks, pity that it was not implemented in Compress method, but at least something

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.

Dmitry Maslennikov · Mar 19, 2024 go to post

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?

Dmitry Maslennikov · Mar 19, 2024 go to post

It should be available through channels expected by any Java developer in the world, through the public Maven repository, other than that makes no sense and causes a lot of pain to the developers.

Dmitry Maslennikov · Mar 16, 2024 go to post

For me it took a few days to solve a bit different issue, but only with InterSystems, that had to fix something on their site. I’d recommend contacting them through iservice, probably they can help 

Dmitry Maslennikov · Mar 14, 2024 go to post

with maven and java, it's a bit more complicated, it needs to be published under com.intersystems only, which has to be under control 

Making InterSystems Community Driver is not impossible, but will take a time, and it does not give so much trust as an official one

with IKO, tls for wegateway does not work at all, only loginSecret works

I expected that just define webgateway even without tls, will work, but still no

Dmitry Maslennikov · Feb 23, 2024 go to post

So, you still store JSON as a text, and not some binary form, then all SQL queries will do JSON parse If I need to extract some property from it, and if I have millions of records, I have to forget about this feature?

Dmitry Maslennikov · Feb 20, 2024 go to post

The best and most correct solution would be to use parameters in SQL and pass a value as a parameter

INSERT INTO MyText
    (text)
VALUES
    (?)

While you have Oracle somewhere behind, Oracle should support parameters as well, but I don't know how it will work in this case

The increase may appear due to passing this query to the next database, and it escaped again. Passing as parameters may solve this issue.

But still even without this apostrophe the string is too long

Dmitry Maslennikov · Feb 16, 2024 go to post

He could find one of the demos, where port 51773 was for a while as a replacement of 1972 when IRIS was very fresh