go to post Dmitry Maslennikov · Aug 15, 2022 Hi, Yeah at this time no one security scanner supports ObjectScript. There are a few reasons for it. At this time, the only tool closest to it is ObjectScriptQuality, which can scan for possible bugs right now. But can be extended for security scans as well. With proper funding, it's possible to do it there. But only as a scanner just for code. Another way is to implement a very new especially for a Security scanning tool, a complete scanner for enironment. If your company or other companies would like to invest in such a project, I can implement such tool.
go to post Dmitry Maslennikov · Jul 29, 2022 docker-compose is just a wrapper around Docker. But anyway, I'm sure you can still use docker no matter what environment you have. As soon as you can run any virtual machine hypervisor, you can even use a separate machine from yours. Yeah, there are probably some limitations, but not sure if they are not solvable. I'm not a Windows user at all. Since the beginning of the era of Docker, there was a way, named docker-machine, but I suppose it's not in development anymore. There is a possibility to install client only on windows, and there was a way to connect it to any external docker server by setting environment variable DOCKER_HOST
go to post Dmitry Maslennikov · Jul 1, 2022 in IRIS, cache[.exe] renamed to irisdb[.exe] cconttrol[.exe] renamed to iris[.exe] So, just use irisdb.exe instead of cache.exe
go to post Dmitry Maslennikov · Jun 10, 2022 Did not you forget to open ports in AWS Firewall? 52773 for SMP1972 for JDBC
go to post Dmitry Maslennikov · May 26, 2022 Short answer, Yes. During docker build, just execute it, the same way, you doing anything when configure IRIS While docker container starts, you can execute script, which will be called after start of IRIS Just add it in the Dockerfile, trainmodel.sh, should contain iris session script to start model train CMD ["-a", "/trainmodel.sh"]
go to post Dmitry Maslennikov · May 24, 2022 look at this announce, when this was introduced. There is mentioned docker-ls tool, which can help you with it
go to post Dmitry Maslennikov · May 13, 2022 Is it for production use or for development? In production, you should separate the web in a separate container with own web server and cache settings. If it's in development, and your web folder is mounted outside of the container, it looks like just a caching on WebGateway. Change Serve Files to just Always, instead of default Always and Cached
go to post Dmitry Maslennikov · May 8, 2022 It does not look like OmniDB is in active development anymore. But I found that it uses Django, so, I can try to use my project with Django IRIS support there.
go to post Dmitry Maslennikov · May 2, 2022 Both still return 1 character for numbers up to 16 II would recommend this way, instead $Translate($Justify($Zhex(dec),2)," ", 0)
go to post Dmitry Maslennikov · Apr 9, 2022 Yeah, you may find a few articles about some different ways how to do this, but mostly based on using Docker Gitlab CircleCI and Azure GitHub Actions and AWS EKS