go to post Dmitry Maslennikov · Apr 28 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 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 Yep, that works, thanks, pity that it was not implemented in Compress method, but at least something
go to post Dmitry Maslennikov · Apr 1 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 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 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?
go to post Dmitry Maslennikov · Mar 19 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.
go to post Dmitry Maslennikov · Mar 16 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
go to post Dmitry Maslennikov · Mar 14 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
go to post Dmitry Maslennikov · Mar 11 In your log I see 03/09/24-21:16:24:072 (430) 3 [Generic.Event] Process 430 (JobType=WRTDMN,Dumpstyle=0,Directory='/usr/iriss ys/mgr/') caught signal 4. caught signal 4. Googled, what this signal mean 4SIGILL Illegal instruction. The program contained some machine code the CPU can't understand. i5-3470 quite an old CPU, from 2012, looks like it's not supported already
go to post Dmitry Maslennikov · Mar 5 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
go to post Dmitry Maslennikov · Feb 23 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?
go to post Dmitry Maslennikov · Feb 20 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
go to post Dmitry Maslennikov · Feb 16 He could find one of the demos, where port 51773 was for a while as a replacement of 1972 when IRIS was very fresh
go to post Dmitry Maslennikov · Feb 5 Check the settings, and configure connection to the server, it will not those options if server not available, where to actually import it
go to post Dmitry Maslennikov · Feb 4 About quoted properties, from my experience, the only scenario where those properties can be used is with JSON, but it's not necessary there anyway and can be declared differently.
go to post Dmitry Maslennikov · Jan 22 What do you mean, what version? Need to see the list of SQL Tables, use this query SELECT * FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_TYPE = 'BASE TABLE';
go to post Dmitry Maslennikov · Jan 9 You can try using DBeaver, connect to Caché, and see if there are any tables you interested