go to post David Reche · Oct 19, 2018 Hello @Ward De Backer, Have you tested this with IRIS?I am trying to run it using your guide and the documentation (https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls?KEY=BXJS_connect), and I have this error: var db = new irisobj.Iris(); ^ TypeError: irisobj.Iris is not a constructor I am using node v8.6.0 and iris.800.node. My code is almost the same as yours: let irisobj = require('iris'); var db = new irisobj.Iris(); console.log('Intersystems IRIS instance: ', db); Thanks
go to post David Reche · Sep 12, 2018 Create an IRIS instance in 5 minutes video... https://youtu.be/f_uVe_Q5X-c
go to post David Reche · Jul 17, 2018 Yeah... that is not funny but is true. You have to add the "files" and not the "packages" in order to get the files inside the XML project file
go to post David Reche · Jul 17, 2018 I guess you are using Studio (Not Atelier) in order to create the Studio Project. Right?Then the idea is simple. You have to create a new Studio Project, add any class to the project, save the project from "File/Save Project As..." and after use the Project from the Deployment Page at Management Portal.What's the thing not working?
go to post David Reche · May 16, 2018 Laura Blázquez you can do that with JSON because JSON is schema less but XML objects need a schema in a explicit or implicit way you need to define how the object is represented by the XML notation and viceversa.
go to post David Reche · Apr 25, 2018 Thank you Pili !!Yes, we only use DNI (our national identifier) in Spain but your method still being useful for a lot of DC users... I hope more and more :-D
go to post David Reche · Feb 22, 2018 Yes you are true in your observation. There are severals things to improve.Regarding get several files in an easy way you can use an Studio Project in order to pack everything you need and select the project in the Deployment screen.
go to post David Reche · Feb 15, 2018 Take a look to this simple example:https://github.com/drechema/isc-coffe-shopMaybe it helps to detect the problem