Question Gautam Rishi · Jun 19, 2023 getting an error while installing git-source-control getting an error while installing git-source-controlLog of error zpm "install git-source-control" #InterSystems IRIS #InterSystems IRIS for Health #VSCode 0 0 0 114
Question Gautam Rishi · Jun 17, 2023 how can i connect python application to IRIS database. I want to connect IRIS system as it has all the database tables. on top of that I am creating a REST API in python. How can I connect to IRIS DB. here is my example code for connection def connect(): connection_string = "localhost:1972/USER" username = "_SYSTEM" password = "SYS" conn = iris.connect(connection_string, username, password) after this connection is created but how can I get tables data. Please let me know more about how we can integrate IRIS database into a python REST API. #Python #REST API #InterSystems IRIS #VSCode 0 1 0 326
Question Gautam Rishi · Jun 9, 2023 how can i setup git repo and run it into a local IRIS system in mac. I have a repository on github. I wanna setup that repo into my local IRIS instance and also I want to work on different branch and commit those back to the same repo. Please help me through this. I also have a .DAT file which i think contains code and data and not .git folder. So how can i sync that to my git repo for further development. #Apple macOS #InterSystems IRIS 0 2 0 180
Question Gautam Rishi · Jun 9, 2023 How can I pass dynamic array of items to %ExecDirect method. I am having code like this, set args = [] set resultSet = ##class(%SQL.Statement).%ExecDirect( , sql_whereClause, args) Instead of placing args[1],args[2] etc into the above I want to pass the whole args at a time if it possible.? #InterSystems IRIS #InterSystems IRIS for Health #VSCode 0 5 0 234
Question Gautam Rishi · Jun 8, 2023 how can we track logs of our rest api that we create in web applications. how can we track logs of our rest api that we create in web applications. As i am running it on local system. #REST API #InterSystems IRIS 0 2 0 283
Question Gautam Rishi · Jun 7, 2023 how can i use git for versioning while working in IRIS how can i use git for versioning while working in IRIS. I am having directory that i created while working in iris. How can i manage version control using git in this case. Is it possible with vscode terminal or with a normal terminal in mac. #Git #InterSystems IRIS 0 10 0 429
Question Gautam Rishi · Jun 7, 2023 Just for knowledge purpose. Is there any disadvantage of using IRIS on Mac/Linux machine over a windows system Just for knowledge purpose. Is there any disadvantage of using IRIS on Mac/Linux machine over a windows system #InterSystems IRIS 0 3 0 130
Question Gautam Rishi · Jun 7, 2023 how can i import IRIS.DAT file into iris system how can i import IRIS.DAT file into iris system. I am told that it is database file that will be import into iris db. #Data Import and Export #InterSystems IRIS 0 2 1 379
Question Gautam Rishi · Jun 6, 2023 Unlike IRIS Studio have compile depended classes feature. How to achieve this in mac on Vscode. Unlike IRIS Studio have compile depended classes feature. How to achieve this in mac on Vscode. #Studio #InterSystems IRIS #VSCode 0 2 0 188
Question Gautam Rishi · Jun 3, 2023 IRIS on mac unable to run my rest api which I created using spec first approach IRIS on mac unable to run my rest api which I created using spec first approach. I am getting a 403 forbidden account error. #Apple macOS #REST API #InterSystems IRIS 0 0 0 134