go to post yurimarx Marx · Sep 11 Fixed change your dependency for version 1.1.1: <dependency> <groupId>io.github.yurimarx</groupId> <artifactId>hibernateirisdialect</artifactId> <version>1.1.1</version> </dependency>
go to post yurimarx Marx · Sep 11 Fixed, please, change your dependency for 1.1.1: <dependency> <groupId>io.github.yurimarx</groupId> <artifactId>hibernateirisdialect</artifactId> <version>1.1.1</version> </dependency>
go to post yurimarx Marx · Jul 19 I resolved: https://community.intersystems.com/post/using-new-intersystems-iris-hibe...
go to post yurimarx Marx · Sep 14, 2022 @Jeffrey Drumm I created smb support for you! see it: https://community.intersystems.com/post/create-list-upload-and-download-... and vote in my app to the contest, thanks!
go to post yurimarx Marx · Feb 28, 2022 https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls...
go to post yurimarx Marx · Feb 3, 2022 Send as multipart: https://docs.intersystems.com/irisforhealthlatest/csp/docbook/DocBook.UI...
go to post yurimarx Marx · Jan 7, 2022 https://community.intersystems.com/post/learning-path-beginnershttps://community.intersystems.com/post/intersystems-iris-rest-applicati...https://community.intersystems.com/post/objectscript-rest-api-cookbook
go to post yurimarx Marx · Sep 15, 2021 I copied zpm-0.3.0.xml from https://pm.community.intersystems.com/packages/zpm/latest/installer to my project and added the following lines in my docker file and in my iris.script dockerfile:COPY zpm-0.3.0.xml . iris.script:do $SYSTEM.OBJ.Load("/opt/irisapp/zpm-0.3.0.xml","ck") Worked fine!!! Sample: https://github.com/yurimarx/automl-nasdaq
go to post yurimarx Marx · Mar 17, 2021 Could be a select into InformationSchema (all namespaces have informationschema tables right?) table? Like: SELECT count(*) FROM INFORMATION_SCHEMA.SCHEMATA
go to post yurimarx Marx · Jan 16, 2021 I see it is possible use sql too: https://community.intersystems.com/post/creating-and-listing-xdata-defin...
go to post yurimarx Marx · Nov 4, 2020 Resolved: https://community.intersystems.com/post/extract-file-multipart-form-or-api-using-readmimemessage
go to post yurimarx Marx · Nov 4, 2020 Resolved: https://community.intersystems.com/post/extract-file-multipart-form-or-api-using-readmimemessage
go to post yurimarx Marx · Jun 22, 2020 https://medium.com/netscape/hacking-it-out-when-cors-wont-let-you-be-gre...
go to post yurimarx Marx · Jun 14, 2020 You need to enable https to your REST API. Follow these steps: Use a proxy server to do that. Have a look at this git : https://github.com/grongierisc/Https-Proxy-IRIS-Docker or this one : https://github.com/lscalese/isc-webgateway-letsencrypt (thanks @Guillaume Rongier) Steps (thanks @Eduard Lebedyuk ) 1. Install public web server (Windows, Linux). 2. Connect it to InterSystems IRIS. 3. Enable HTTPS there. Easiest way is Let's Encrypt.
go to post yurimarx Marx · Jan 4, 2019 Your procedures worked fine on Linux. On windows persists the errors. I will use a VM with Linux. Thanks, your support was great Ward.