go to post Alexey Nechaev · Jul 1 I successfully connected via dbeaver to the server, but I still get an error via odbc powerbi
go to post Alexey Nechaev · Jul 1 We took the latest driver from the page https://intersystems-community.github.io/iris-driver-distribution/ (ODBC-2023.1.0.229.0-win_x64.exe)
go to post Alexey Nechaev · Jun 28 I put the file at C:\Program Files\Common Files\InterSystems\IRIS I don't have an x86 address
go to post Alexey Nechaev · Jun 27 I did everything according to the instructions, but for some reason the configuration file is not found, below is an example of the error. What other options might there be?
go to post Alexey Nechaev · Dec 5, 2023 Thank you very much for your response, unfortunately this doesn’t work for me - CALL returns an empty result, I call the command through my REST API (it uses this) Set sql = ##class(%SQL.Statement).%New() Set sqlStatus = sql.%Prepare("call multi_results()") Set sqlResult = sql.%Execute()
go to post Alexey Nechaev · Dec 3, 2023 Hi there, I've added online demo https://iris-dmn.demo.community.intersystems.com/dmn/index.html
go to post Alexey Nechaev · Dec 2, 2023 Hi all! I added the use of AI to my solution (By adding a separate utility https://openexchange.intersystems.com/package/iris-pretty-gpt-1) Below is an example of use
go to post Alexey Nechaev · Dec 1, 2023 https://iris-dmn.demo.community.intersystems.com/dmn/index.html# ^ I made an online demo, you can test it
go to post Alexey Nechaev · Sep 24, 2023 Robert, I thought about usability and added this thing docker-compose run iris irispython ./rh/flask/app/configer.py The result looks something like this Maybe this should be put into a separate ZPM package?
go to post Alexey Nechaev · Sep 24, 2023 Robert, thank you very much for the feedback, but I made a mistake when setting up the deploy I fix it, now the local environment is launched on config.json file (006d40e)