go to post Dmitry Maslennikov · Mar 16, 2023 Not sure why you think, that the IP is wrong. And probably it's the Windows thing and WSL But, I use this way a lot of time, when I need to access from some docker container, some another service running locally, or another docker container not connected to the same network, and it works fine. This address is supposed to be used only from the container, it should not show the real IP address of the host. If you wish to show some URL, which will be available outside of the container, obviously it will not help.
go to post Dmitry Maslennikov · Mar 16, 2023 Great, thanks for the post. I still did not manage to do it by myself.
go to post Dmitry Maslennikov · Mar 15, 2023 Your issue with screen formatting is very interesting, it deserves a separate topic. I have not seen any issues yet with it. While I’d like to find a way to improve a standard IRIS terminal, like irissqlcli, I’d like to see the most challenging parts like this. webTerminal obviously not a right tool for it. As a replacement for it, you can try to use ttyd, I use it for irissqlcli-web
go to post Dmitry Maslennikov · Mar 14, 2023 It may happen when upgrade from quite old version of zpm. Could you confirm that, if you have old version already installed. In that case, try to manually delete %ZPM package and install again
go to post Dmitry Maslennikov · Mar 1, 2023 well, then I would check the %session.SessionId, is it the same or not? I did not work much with sessions last time. And most of my experience with using %session.Data was in a project where we used %session.Preserve=1. But I can't recommend using this way, it may cause many other issues from my experience.
go to post Dmitry Maslennikov · Mar 1, 2023 First of all you have to check if it's a different Web Applications, then the Cookie path has to be the same for both. If not, it will mean two separate applications with a separate session.
go to post Dmitry Maslennikov · Feb 27, 2023 I wanted to add this ability to irissqlcli, I think it will be useful there.
go to post Dmitry Maslennikov · Feb 26, 2023 At least you can use VSCode for this task, routines and classes and even some other types
go to post Dmitry Maslennikov · Feb 23, 2023 Go to Security, Web Applications, select /csp/user, which is default app for the USER namespace, or if you need it for another namespace, find default web application for that namespace. And check Analytics there, and save
go to post Dmitry Maslennikov · Feb 22, 2023 You can use whatever you want, just remember about some caveats, like issue with bitslice/bitmap indexes, which requires numerical ID I would recommend using just a Unique Index for the UUID field and use it, it should cover most of the needs.
go to post Dmitry Maslennikov · Feb 22, 2023 Interesting, I'm sure, that tried it, and it did not work. But working now
go to post Dmitry Maslennikov · Feb 21, 2023 To do it, remember to backup the data before the process. Be careful, you can harm your data this way. Documentation about it. One of the ways, at least. Depends on what you really want to achieve. Before, I would recommend learning more about journals, how the data is actually stored, and how the restore works.
go to post Dmitry Maslennikov · Feb 19, 2023 InterSystems does not want support for environment variables for password, as it’s expected by the world, and everyone doing it as a side effect, there is no way to use services feature in GitHub actions, and I suppose such things may exist in other CI’s. But I found that it could be very useful, and at the moment I have to start IRIS in docker manually and reset password
go to post Dmitry Maslennikov · Feb 17, 2023 Cache is quite old, and obviously, it may be incompatible with IRIS. So, you would need to use separate drivers for Cache and IRIS.
go to post Dmitry Maslennikov · Feb 16, 2023 I've done a similar task, with much bigger databases. And it was quite good. Mirroring working with data itself, not the on the block level. So, there should not be an issue, if you do not change data stored there.
go to post Dmitry Maslennikov · Feb 13, 2023 Not sure if there are any changes from default. But, make sure, that you using SuperServer port, which is by default 1972, not WebServer port.
go to post Dmitry Maslennikov · Feb 11, 2023 irissqlcli has a docker version of the tool (even two versions, including for web), is it acceptable? And demo docker-compose-example.yml, which can be used to test it locally with IRIS
go to post Dmitry Maslennikov · Feb 11, 2023 And thanks to open source and @Guillaume Rongier, it's now possible to connect to IRIS in a secure way with SSL requires testing, but, you can find examples here https://github.com/caretdev/irissqlcli/pull/4
go to post Dmitry Maslennikov · Feb 11, 2023 I can't recommend IRIS SQLTools for VSCode, as it's too far away from xDBC realizations, and works just over REST, and there is no way for a good improvement. This tool can be quite enough for some simple queries, or as some simple demonstration, with a small amount of data.